Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode in | Victor Stinner | 2015-09-04 | 4 | -39/+42 |
| | | | | | datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp(). microseconds sign should be kept before rounding. | ||||
* | Null merge (3.5.1 -> default). | Guido van Rossum | 2015-09-04 | 0 | -0/+0 |
|\ | |||||
| * | Null merge (Larry's 3.5 -> 3.5.1). | Guido van Rossum | 2015-09-04 | 0 | -0/+0 |
| |\ | |||||
| | * | Fix issue #24635. | Guido van Rossum | 2015-09-04 | 3 | -8/+27 |
| | | | |||||
* | | | Issue #24635: Fixed flakiness in test_typing.py. (Merge from 3.5.) | Guido van Rossum | 2015-09-04 | 3 | -8/+27 |
|\ \ \ | |/ / | |||||
| * | | Issue #24635: Fixed flakiness in test_typing.py. | Guido van Rossum | 2015-09-04 | 3 | -8/+27 |
| | | | |||||
* | | | Merge 3.5 (create_stdio) | Victor Stinner | 2015-09-04 | 3 | -42/+44 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.4 (create_stdio) | Victor Stinner | 2015-09-04 | 3 | -42/+44 |
| |\ \ | |||||
| | * | | Fix race condition in create_stdio() | Victor Stinner | 2015-09-04 | 3 | -40/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #24891: Fix a race condition at Python startup if the file descriptor of stdin (0), stdout (1) or stderr (2) is closed while Python is creating sys.stdin, sys.stdout and sys.stderr objects. These attributes are now set to None if the creation of the object failed, instead of raising an OSError exception. Initial patch written by Marco Paolini. | ||||
* | | | | Merge: #24998: fix cut and paste error in subprocess example. | R David Murray | 2015-09-04 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge: #24998: fix cut and paste error in subprocess example. | R David Murray | 2015-09-04 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | #24998: fix cut and paste error in subprocess example. | R David Murray | 2015-09-04 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge with 3.5 | Terry Jan Reedy | 2015-09-04 | 0 | -0/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge with 3.4 | Terry Jan Reedy | 2015-09-04 | 0 | -0/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily. | Terry Jan Reedy | 2015-09-04 | 1 | -7/+11 |
| | | | | |||||
* | | | | test_time: add tests on HALF_UP rounding mode for _PyTime_ObjectToTime_t() and | Victor Stinner | 2015-09-04 | 1 | -40/+90 |
| | | | | | | | | | | | | | | | | _PyTime_ObjectToTimespec() | ||||
* | | | | Merge with 3.5 | Terry Jan Reedy | 2015-09-04 | 0 | -0/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 3.5.0 into 3.5.1 | Terry Jan Reedy | 2015-09-04 | 0 | -0/+0 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Merged in storchaka/cpython350 (pull request #13) | Larry Hastings | 2015-09-04 | 3 | -1/+21 |
| | |\ \ | | | | | | | | | | | | | | | | Issue #24989 | ||||
| | * | | | Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. | Terry Jan Reedy | 2015-09-04 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Issue #24986: Merge with 3.5 | Zachary Ware | 2015-09-04 | 2 | -11/+14 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Issue #24986: Save some bandwidth from svn.python.org | Zachary Ware | 2015-09-04 | 2 | -11/+14 |
| | | | | | | | | | | | | | | | | | | | | Don't download sources that won't be used. | ||||
* | | | | | Fixed merge error. | Serhiy Storchaka | 2015-09-04 | 1 | -6/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fixed merge error. | Serhiy Storchaka | 2015-09-04 | 1 | -3/+0 |
| | | | | | |||||
* | | | | | Merge heads | Serhiy Storchaka | 2015-09-04 | 1 | -0/+12 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Closes #24986: Merge with 3.5 | Zachary Ware | 2015-09-04 | 3 | -6/+38 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge with 3.5 | Zachary Ware | 2015-09-04 | 3 | -12/+21 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge from 3.5 for issue #24913 | Brett Cannon | 2015-09-03 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge 3.5 | Serhiy Storchaka | 2015-09-04 | 5 | -18/+65 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge heads | Serhiy Storchaka | 2015-09-04 | 5 | -18/+65 |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | |||||
| | * | | | | | | | Issue #24986: Allow building Python without external libraries on Windows | Zachary Ware | 2015-09-04 | 3 | -6/+38 |
| | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This modifies the behavior of the '-e' flag to PCbuild\build.bat: when '-e' is not supplied, no attempt will be made to build extension modules that require external libraries, even if the external libraries are present. Also adds '--no-<module>' flags to PCbuild\build.bat, where '<module>' is one of 'ssl', 'tkinter', or 'bsddb', to allow skipping just those modules (if '-e' is given). | ||||
| | * | | | | | | Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. | Zachary Ware | 2015-09-04 | 3 | -12/+24 |
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This makes it possible to pass more than 4 tests by name through Tools\buildbot\test.bat | ||||
| | * | | | | | Merge from 3.5.0 for issue #24913 | Brett Cannon | 2015-09-03 | 1 | -0/+3 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||||
* | | | | | | | Merge 3.5.0 | Serhiy Storchaka | 2015-09-04 | 1 | -3/+6 |
|\ \ \ \ \ \ \ | |/ / / / / / | | | | / / / | |_|_|/ / / |/| | | | | | |||||
| * | | | | | Merge 3.5.0 | Serhiy Storchaka | 2015-09-04 | 1 | -3/+6 |
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | | |||||
| | * | | | Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is | Serhiy Storchaka | 2015-09-04 | 3 | -1/+21 |
| | |/ / | | | | | | | | | | | | | set beyond size. Based on patch by John Leitch. | ||||
| | * | | Issue #24913: Fix overrun error in deque.index(). | Brett Cannon | 2015-09-03 | 3 | -0/+10 |
| | | | | | | | | | | | | | | | | Reported by John Leitch and Bryce Darling, patch by Raymond Hettinger. | ||||
* | | | | Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is | Serhiy Storchaka | 2015-09-03 | 3 | -1/+21 |
|\ \ \ \ | |/ / / | | | | | | | | | set beyond size. Based on patch by John Leitch. | ||||
| * | | | Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is | Serhiy Storchaka | 2015-09-03 | 3 | -1/+21 |
| | | | | | | | | | | | | | | | | set beyond size. Based on patch by John Leitch. | ||||
* | | | | Merge 3.5 (ICC) | Victor Stinner | 2015-09-03 | 1 | -8/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 3.4 (ICC) | Victor Stinner | 2015-09-03 | 1 | -8/+4 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Don't use defined() in C preprocessor macros | Victor Stinner | 2015-09-03 | 1 | -10/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ICC compiler doesn't seem to support defined() in macro expansion. Example of warning: warning #3199: "defined" is always false in a macro expansion in Microsoft mode | ||||
* | | | | Closes #24974: Merge with 3.5 | Zachary Ware | 2015-09-03 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #24974: Force fp-model precice in mpdecimal.c on Windows | Zachary Ware | 2015-09-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | As suggested by Steve Dower and approved by Stefan Krah. | ||||
* | | | | Merge 3.5 (odict) | Victor Stinner | 2015-09-03 | 2 | -18/+25 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #24992: Fix error handling and a race condition (related to garbage | Victor Stinner | 2015-09-03 | 2 | -18/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | collection) in collections.OrderedDict constructor. Patch reviewed by Serhiy Storchaka. | ||||
* | | | | Don't abuse volatile keyword in pytime.c | Victor Stinner | 2015-09-03 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | Only use it on the most important number. This change fixes also a compiler warning on modf(). | ||||
* | | | | Enhance _PyTime_AsTimespec() | Victor Stinner | 2015-09-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Ensure that the tv_nsec field is set, even if the function fails with an overflow. | ||||
* | | | | Merge 3.5 (namereplace) | Victor Stinner | 2015-09-03 | 1 | -7/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #24993: Handle import error in namereplace error handler | Victor Stinner | 2015-09-03 | 1 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | | Handle PyCapsule_Import() failure (exception) in PyCodec_NameReplaceErrors(): return immedialty NULL. |