Benjamin Peterson
|
fb2ae15c67
|
add a specific configure check for sys/random.h (closes #28932)
|
2016-12-19 23:54:25 -08:00 |
|
Martin Panter
|
ca3263c50c
|
Issue #25677: Correct syntax error caret for indented blocks.
Based on patch by Michael Layzell.
|
2016-12-11 00:18:36 +00:00 |
|
Serhiy Storchaka
|
8b58339eb2
|
Issue #28512: Fixed setting the offset attribute of SyntaxError by
PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
|
2016-12-11 14:39:01 +02:00 |
|
Serhiy Storchaka
|
144f77a981
|
Issue #28715: Added error checks for PyUnicode_AsUTF8().
|
2016-11-20 08:47:21 +02:00 |
|
Serhiy Storchaka
|
f5894dd646
|
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
The latter function is more readable, faster and doesn't raise exceptions.
Based on patch by Xiang Zhang.
|
2016-11-16 15:40:39 +02:00 |
|
Serhiy Storchaka
|
f4934ea77d
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
The latter function is more readable, faster and doesn't raise exceptions.
|
2016-11-16 10:17:58 +02:00 |
|
Ned Deily
|
7ae4112649
|
Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.
Patch by Gareth Rees.
|
2016-11-12 16:35:48 -05:00 |
|
Serhiy Storchaka
|
70b72f0f96
|
Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.
Every opcode should end with DISPATCH() or goto error.
|
2016-11-08 23:12:46 +02:00 |
|
Ned Deily
|
da4887a88d
|
Issue #28616: Correct help for sys.version_info releaselevel component.
Patch by Anish Tambe.
|
2016-11-04 17:03:34 -04:00 |
|
Serhiy Storchaka
|
9e373be1bc
|
Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions().
|
2016-10-21 16:19:59 +03:00 |
|
Serhiy Storchaka
|
04eb777279
|
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
loss in PyTraceBack_Here().
|
2016-10-18 13:23:18 +03:00 |
|
Serhiy Storchaka
|
5665301bae
|
Issue #28257: Improved error message when pass a non-mapping as a var-keyword
argument.
|
2016-10-07 23:32:41 +03:00 |
|
Serhiy Storchaka
|
cf3806026b
|
Issue #24098: Fixed possible crash when AST is changed in process of
compiling it.
|
2016-10-07 21:51:28 +03:00 |
|
Serhiy Storchaka
|
00a0fc1144
|
Issue #27942: String constants now interned recursively in tuples and frozensets.
|
2016-09-30 10:07:26 +03:00 |
|
Serhiy Storchaka
|
208bbd29d3
|
Silence GCC warning.
The code was correct, but GCC is not enough clever.
|
2016-09-22 19:59:46 +03:00 |
|
Victor Stinner
|
6d8bc46cc0
|
Catch EPERM error in py_getrandom()
Issue #27955: Fallback on reading /dev/urandom device when the getrandom()
syscall fails with EPERM, for example when blocked by SECCOMP.
|
2016-09-20 22:46:02 +02:00 |
|
Victor Stinner
|
af59732102
|
Cleanup random.c
Issue #27955: modify py_getrnadom() and dev_urandom()
* Add comments from Python 3.7
* PEP 7 style: add {...}
|
2016-09-20 22:26:18 +02:00 |
|
Steve Dower
|
1ec262be80
|
Issue #27932: Prevent memory leak in win32_ver().
|
2016-09-17 17:25:42 -07:00 |
|
Benjamin Peterson
|
59e5e0dca2
|
improve type-safe of and prevent double-frees in get_locale_info (#28119)
|
2016-09-13 22:43:45 -07:00 |
|
Raymond Hettinger
|
262b6793e0
|
Issue #26020: Fix evaluation order for set literals
|
2016-09-08 14:40:36 -07:00 |
|
Martin Panter
|
0be894b2f6
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
2016-09-07 12:03:06 +00:00 |
|
Senthil Kumaran
|
32d374215a
|
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
|
2016-09-07 00:52:20 -07:00 |
|
Raymond Hettinger
|
f0f1c239e4
|
Issue 27936: Fix inconsistent round() behavior between float and int
|
2016-09-03 01:55:11 -07:00 |
|
Raymond Hettinger
|
f0afe77c52
|
Issue #27909: Fix INCREF for possible NULL value
|
2016-08-31 08:44:11 -07:00 |
|
Raymond Hettinger
|
7ea386e56e
|
Issue 19504: Change "customise" to "customize" American spelling.
|
2016-08-25 21:11:50 -07:00 |
|