Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | 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.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 | |||||
| * | | | | | | | | | 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. | |||||
| * | | | | | | | | | 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. | |||||
| * | | | | | | | | | 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. | |||||
| * | | | | | | | | | Merge 3.4 (test_gdb) | Victor Stinner | 2015-09-03 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | ||||||
| | * | | | | | | | | test_gdb: oops, the regex to parse the gdb version was still too strict | Victor Stinner | 2015-09-03 | 1 | -2/+3 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge 3.4 (test_wsgiref) | Victor Stinner | 2015-09-03 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | The support import is not needed in Python 3.5 | |||||
| | * | | | | | | | | test_wsgiref: add missing import (support) | Victor Stinner | 2015-09-03 | 1 | -0/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge with 3.5. Fix test_wsgiref execution from the test module. | Senthil Kumaran | 2015-09-03 | 1 | -3/+2 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | ||||||
| | * | | | | | | | | Fix test_wsgiref execution from the test module. | Senthil Kumaran | 2015-09-03 | 1 | -3/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge 3.4 (test_gdb) | Victor Stinner | 2015-09-03 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | ||||||
| | * | | | | | | | | test_gdb: fix regex to parse GDB version for 'GNU gdb 6.1.1 [FreeBSD]\n' | Victor Stinner | 2015-09-03 | 1 | -1/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge with 3.4 | Terry Jan Reedy | 2015-09-03 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | ||||||
| | * | | | | | | | | Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. | Terry Jan Reedy | 2015-09-03 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | oops, rename pymonotonic_new() to pymonotonic() | Victor Stinner | 2015-09-02 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I was not supposed to commit the function with the name pymonotonic_new(). I forgot to rename it. | |||||
| * | | | | | | | | | Issue #24707: Remove assertion in monotonic clock | Victor Stinner | 2015-09-02 | 1 | -10/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't check anymore at runtime that the monotonic clock doesn't go backward. Yes, it happens. It occurs sometimes each month on a Debian buildbot slave running in a VM. The problem is that Python cannot do anything useful if a monotonic clock goes backward. It was decided in the PEP 418 to not fix the system, but only expose the clock provided by the OS. | |||||
| * | | | | | | | | | Merge 3.4 (test_warnings) | Victor Stinner | 2015-09-02 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | ||||||
| | * | | | | | | | | Fix test_warnings: don't modify warnings.filters | Victor Stinner | 2015-09-02 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BaseTest now ensures that unittest.TestCase.assertWarns() uses the same warnings module than warnings.catch_warnings(). Otherwise, warnings.catch_warnings() will be unable to remove the added filter. | |||||
| * | | | | | | | | | Merge 3.4 (test_gdb) | Victor Stinner | 2015-09-02 | 1 | -17/+33 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | ||||||
| | * | | | | | | | | test_gdb: use subprocess.Popen context manager to fix ResourceWarning warnings | Victor Stinner | 2015-09-02 | 1 | -20/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when the test is interrupted (or fail). | |||||
| | * | | | | | | | | test_gdb: fix regex to parse gdb version for SUSE Linux Entreprise | Victor Stinner | 2015-09-02 | 1 | -4/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mention also the detected GDB version on verbose mode and on error (if the major version is smaller than 7). | |||||
| * | | | | | | | | | Turn 'rem' comments into a real usage message in PCbuild/build.bat | Zachary Ware | 2015-09-02 | 1 | -15/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes error in 'kill' target (already fixed in 2.7, somehow the fix didn't make it to this branch). | |||||
| * | | | | | | | | | Merge 3.5 heads (issue #24975) | Yury Selivanov | 2015-09-02 | 3 | -11/+21 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-09-02 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | asyncio doc: fix subprocess sections | Victor Stinner | 2015-09-02 | 1 | -4/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Improve tutorial suggestion for looping techniques | Raymond Hettinger | 2015-09-01 | 1 | -11/+11 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Make asyncio provisional | Yury Selivanov | 2015-08-31 | 1 | -0/+7 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Issue #24952: Merge 3.4 into 3.5 | Martin Panter | 2015-08-31 | 4 | -2/+8 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | Issue #24952: Clarify default argument of stack_size() in threading, _thread | Martin Panter | 2015-08-31 | 4 | -2/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch from Mattip. | |||||
| * | | | | | | | | | | merge 3.4 (#24963) | Benjamin Peterson | 2015-08-30 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | fix spelling that was a bit confused (closes #24963) | Benjamin Peterson | 2015-08-30 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | merge | Raymond Hettinger | 2015-08-30 | 3 | -14/+15 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. | Raymond Hettinger | 2015-08-30 | 4 | -14/+19 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Issue #24272: Remove usage of default reST role from typing docs | Zachary Ware | 2015-08-30 | 1 | -47/+50 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Issue #24962: Merge 3.4 | Zachary Ware | 2015-08-30 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | Issue #24962: Remove space from filename | Zachary Ware | 2015-08-30 | 1 | -2/+3 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Null Merge from 3.5.0 to 3.5.1 | Donald Stufft | 2015-08-29 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Issue #24953: Include ICC version in sys.version string when bulit with ICC ↵ | Zachary Ware | 2015-08-29 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Windows | |||||
| * | | | | | | | | | | | Issue #24881: Fixed setting binary mode in Python implementation of FileIO | Serhiy Storchaka | 2015-08-28 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Windows and Cygwin. Patch from Akira Li. | |||||
| * | | | | | | | | | | | Issue #21112: Fix regression in unittest.expectedFailure on subclasses. | Robert Collins | 2015-08-27 | 3 | -2/+41 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | Patch from Berker Peksag. | |||||
| | * | | | | | | | | | | Issue #21112: Fix regression in unittest.expectedFailure on subclasses. | Robert Collins | 2015-08-27 | 3 | -2/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch from Berker Peksag. | |||||
| * | | | | | | | | | | | Issue #24947: Merge 3.4 | Zachary Ware | 2015-08-27 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | Issue #24947: Fix grammar in asyncio doc | Zachary Ware | 2015-08-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by tagatac | |||||
| * | | | | | | | | | | | Merge with 3.4 | Terry Jan Reedy | 2015-08-27 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | Issue #24790: correct typo noticed by Eric Smith | Terry Jan Reedy | 2015-08-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge with 3.4 | Terry Jan Reedy | 2015-08-27 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / |