Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge issue #9583: Document startup option/environment interaction. | Andrew Svetlov | 2012-10-17 | 1 | -0/+1 |
|\ | | | | | | | Patch by Todd Rovito. | ||||
| * | Issue #9583: Document startup option/environment interaction. | Andrew Svetlov | 2012-10-17 | 1 | -0/+1 |
| | | | | | | | | Patch by Todd Rovito. | ||||
* | | Merge issue #14900: Distuguish call count and primitive call count in pstat ↵ | Andrew Svetlov | 2012-10-07 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | | | output. Patch by Arne Babenhauserheide. | ||||
| * | Issue #14900: Distuguish call count and primitive call count in pstat output. | Andrew Svetlov | 2012-10-07 | 1 | -0/+1 |
| | | | | | | | | Patch by Arne Babenhauserheide. | ||||
* | | Fix typo in documentation for collections.ChainMap, thanks to Olivier ↵ | Andrew Svetlov | 2012-10-04 | 1 | -0/+1 |
| | | | | | | | | Bernard from docs@ | ||||
* | | MERGE: Closes #16112: platform.architecture does not correctly escape ↵ | Jesus Cea | 2012-10-04 | 1 | -0/+1 |
|\ \ | |/ | | | | | argument to /usr/bin/file | ||||
| * | Closes #16112: platform.architecture does not correctly escape argument to ↵ | Jesus Cea | 2012-10-04 | 1 | -0/+1 |
| | | | | | | | | /usr/bin/file | ||||
* | | MERGE: Fix Misc/ACKS alphabetic order | Jesus Cea | 2012-10-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix Misc/ACKS alphabetic order | Jesus Cea | 2012-10-03 | 1 | -1/+1 |
| | | |||||
* | | MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() | Jesus Cea | 2012-10-03 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Closes #15897: zipimport.c doesn't check return value of fseek() | Jesus Cea | 2012-10-03 | 1 | -0/+1 |
| | | |||||
* | | #15437, #15439: merge with 3.2. | Ezio Melotti | 2012-09-13 | 1 | -3/+116 |
|\ \ | |/ | |||||
| * | #15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst ↵ | Ezio Melotti | 2012-09-13 | 1 | -4/+117 |
| | | | | | | | | accordingly. | ||||
* | | MERGE: #15676: Proper attribution in Misc/ACKS | Jesus Cea | 2012-09-10 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | #15676: Proper attribution in Misc/ACKS | Jesus Cea | 2012-09-10 | 1 | -0/+1 |
| | | |||||
* | | Issue #15841: The readable(), writable() and seekable() methods of BytesIO | Antoine Pitrou | 2012-09-05 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | and StringIO objects now raise ValueError when the object has been closed. Patch by Alessandro Moura. | ||||
| * | Issue #15841: The readable(), writable() and seekable() methods of BytesIO | Antoine Pitrou | 2012-09-05 | 1 | -0/+1 |
| | | | | | | | | | | and StringIO objects now raise ValueError when the object has been closed. Patch by Alessandro Moura. | ||||
* | | Merge #12776,#11839: call argparse type function only once. | R David Murray | 2012-09-01 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | | | | | | | | | Before, the type function was called twice in the case where the default was specified and the argument was given as well. This was especially problematic for the FileType type, as a default file would always be opened, even if a file argument was specified on the command line. Patch by Arnaud Fontaine, with additional test by Mike Meyer. | ||||
| * | #12776,#11839: call argparse type function only once. | R David Murray | 2012-09-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Before, the type function was called twice in the case where the default was specified and the argument was given as well. This was especially problematic for the FileType type, as a default file would always be opened, even if a file argument was specified on the command line. Patch by Arnaud Fontaine, with additional test by Mike Meyer. | ||||
* | | Merge #15249: Mangle From lines correctly when body contains invalid bytes. | R David Murray | 2012-08-24 | 1 | -0/+1 |
|\ \ | |/ | | | | | Fix by Colin Su. Test by me, based on a test written by Petri Lehtinen. | ||||
| * | #15249: Mangle From lines correctly when body contains invalid bytes. | R David Murray | 2012-08-24 | 1 | -0/+1 |
| | | | | | | | | Fix by Colin Su. Test by me, based on a test written by Petri Lehtinen. | ||||
| * | Issue #14954: Clarify the interaction of weak references and garbage collection. | Antoine Pitrou | 2012-08-20 | 1 | -0/+1 |
| | | | | | | | | Patch by Ethan Furman. | ||||
* | | #15199: Fix JavaScript's default MIME type to application/javascript | Petri Lehtinen | 2012-08-20 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | #15199: Fix JavaScript's default MIME type to application/javascript | Petri Lehtinen | 2012-08-20 | 1 | -0/+1 |
| | | |||||
| * | Issue #15726: Fix incorrect bounds checking in PyState_FindModule. | Antoine Pitrou | 2012-08-20 | 1 | -0/+1 |
| | | | | | | | | Patch by Robin Schreiber. | ||||
* | | Issue #12643: Respect sys.excepthook in code.InteractiveConsole | Nick Coghlan | 2012-08-20 | 1 | -0/+1 |
| | | |||||
* | | Issue #15615: Add some tests for the json module's handling of invalid input ↵ | Antoine Pitrou | 2012-08-18 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | | | data. Patch by Kushal Das. | ||||
| * | Issue #15615: Add some tests for the json module's handling of invalid input ↵ | Antoine Pitrou | 2012-08-18 | 1 | -0/+1 |
| | | | | | | | | | | | | data. Patch by Kushal Das. | ||||
* | | Add Daniel Ellis to Misc/ACKS | Eli Bendersky | 2012-08-14 | 1 | -0/+1 |
| | | |||||
* | | Issue #15444: Use proper spelling for non-ASCII contributor names. | Antoine Pitrou | 2012-08-11 | 1 | -1/+1 |
|\ \ | |/ | | | | | Patch by Serhiy Storchaka. | ||||
| * | Issue #15444: Use proper spelling for non-ASCII contributor names. | Antoine Pitrou | 2012-08-11 | 1 | -1/+1 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | Issue #15424: Add a __sizeof__ implementation for array objects. | Meador Inge | 2012-08-11 | 1 | -0/+1 |
|\ \ | |/ | | | | | Patch by Ludwig Hähne. | ||||
| * | Issue #15424: Add a __sizeof__ implementation for array objects. | Meador Inge | 2012-08-11 | 1 | -0/+1 |
| | | | | | | | | Patch by Ludwig Hähne. | ||||
| * | Issue #15501: Document exception classes in subprocess module. | Andrew Svetlov | 2012-08-09 | 1 | -0/+1 |
| | | | | | | | | Initial patch by Anton Barkovsky. | ||||
* | | Issue #15501: Document exception classes in subprocess module. | Andrew Svetlov | 2012-08-09 | 1 | -0/+1 |
| | | | | | | | | Initial patch by Anton Barkovsky. | ||||
* | | construct fields in the right order (closes #15517) | Benjamin Peterson | 2012-08-01 | 1 | -1/+1 |
| | | | | | | | | Patch from Taihyun Hwang. | ||||
* | | Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter ↵ | Andrew Svetlov | 2012-07-30 | 1 | -0/+1 |
|\ \ | |/ | | | | | SimpleDialog. | ||||
| * | Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter ↵ | Andrew Svetlov | 2012-07-30 | 1 | -0/+1 |
| | | | | | | | | SimpleDialog. | ||||
| * | Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. | Richard Oudkerk | 2012-07-27 | 1 | -0/+1 |
| | | | | | | | | Original patch by J Derek Wilson. | ||||
| * | #13922: argparse no longer incorrectly strips '--' after the first one. | R David Murray | 2012-07-22 | 1 | -0/+1 |
| | | | | | | | | Patch by Jeff Knupp. | ||||
* | | Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. | Richard Oudkerk | 2012-07-27 | 1 | -0/+1 |
| | | | | | | | | Original patch by J Derek Wilson. | ||||
* | | Issue #15406: Fix deprecation warning in ctypes test_bitfields.py | Meador Inge | 2012-07-20 | 1 | -0/+1 |
|\ \ | |/ | | | | | Patch by Flávio Ribeiro. | ||||
| * | Issue #15406: Fix deprecation warning in ctypes test_bitfields.py | Meador Inge | 2012-07-20 | 1 | -0/+1 |
| | | | | | | | | Patch by Flávio Ribeiro. | ||||
* | | Issue #15394: Fix ref leaks in PyModule_Create. | Meador Inge | 2012-07-19 | 1 | -0/+1 |
|\ \ | |/ | | | | | Patch by Julia Lawall. | ||||
| * | Issue #15394: Fix ref leaks in PyModule_Create. | Meador Inge | 2012-07-19 | 1 | -0/+1 |
| | | | | | | | | Patch by Julia Lawall. | ||||
* | | Fixes Issue #14635: telnetlib will use poll() rather than select() when possible | Gregory P. Smith | 2012-07-16 | 1 | -0/+1 |
|\ \ | |/ | | | | | to avoid failing due to the select() file descriptor limit. | ||||
| * | Fixes Issue #14635: telnetlib will use poll() rather than select() when possible | Gregory P. Smith | 2012-07-16 | 1 | -0/+1 |
| | | | | | | | | to avoid failing due to the select() file descriptor limit. | ||||
| * | Remove duplicate entry and fix order | Antoine Pitrou | 2012-07-13 | 1 | -2/+1 |
| | | |||||
| * | Issue #15334: skip test_dynamic_key when run in non-interactive mode. | Antoine Pitrou | 2012-07-13 | 1 | -0/+1 |
| | | | | | | | | Patch by Jeremy Kloth. | ||||
* | | Issue #15300: Ensure the temporary test working directories are in the same ↵ | Antoine Pitrou | 2012-07-11 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | | | parent folder when running tests in multiprocess mode from a Python build. Patch by Chris Jerdonek. |