Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
| * | 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. | ||||
* | | Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks ↵ | Vinay Sajip | 2012-07-03 | 1 | -0/+2 |
| | | | | | | | | to Yuriy Syrovetskiy for the report and Juancarlo Añez for the patch on which this fix is based. | ||||
* | | Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc | Brett Cannon | 2012-07-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | file size header field. Thanks to Marc Abramowitz and Ronan Lamy for helping out with various parts of the patch. | ||||
* | | Issue #15225: improve error message when hmac is passed a wrong key type. | Antoine Pitrou | 2012-06-30 | 1 | -0/+1 |
| | | | | | | | | Patch by Marc Abramowitz. | ||||
* | | Issue #10571: Fix the "--sign" option of distutils' upload command. | Antoine Pitrou | 2012-06-28 | 1 | -0/+1 |
|\ \ | |/ | | | | | Patch by Jakub Wilk. | ||||
| * | Issue #10571: Fix the "--sign" option of distutils' upload command. | Antoine Pitrou | 2012-06-28 | 1 | -0/+1 |
| | | | | | | | | Patch by Jakub Wilk. | ||||
* | | Issue #15079: make a test applicable to both C and Python versions of the ↵ | Antoine Pitrou | 2012-06-26 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | | | pickle module. Patch by Stefan Mihaila. | ||||
| * | Issue #15079: make a test applicable to both C and Python versions of the ↵ | Antoine Pitrou | 2012-06-26 | 1 | -0/+1 |
| | | | | | | | | | | | | pickle module. Patch by Stefan Mihaila. | ||||
* | | Document the rest of zlib.compressobj()'s arguments. | Nadeem Vawda | 2012-06-21 | 1 | -0/+1 |
| | | | | | | | | Original patch by Jim Jewett; see issue 14684. | ||||
* | | #14840: merge with 3.2. | Ezio Melotti | 2012-06-17 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | #14840: Add a bit on the difference between tuples and lists. Initial patch ↵ | Ezio Melotti | 2012-06-17 | 1 | -0/+1 |
| | | | | | | | | by Zachary Ware. | ||||
* | | Close #13857: Added textwrap.indent() function (initial patch by Ezra | Nick Coghlan | 2012-06-11 | 1 | -0/+1 |
| | | | | | | | | Berch) | ||||
* | | Issue #14090: fix some minor C API problems in default branch (3.3) | Eli Bendersky | 2012-06-03 | 1 | -0/+1 |
| | | |||||
* | | Issue #14963: Added test cases for contextlib.ExitStack exception handling ↵ | Nick Coghlan | 2012-05-31 | 1 | -0/+1 |
| | | | | | | | | behaviour (Initial patch by Alon Horev) | ||||
* | | #14835: Make plistlib output empty arrays & dicts like OS X | Hynek Schlawack | 2012-05-29 | 1 | -0/+1 |
| | | | | | | | | Patch by Sidney San Martín. | ||||
* | | Issue #14775: Fix a potential quadratic dict build-up due to the garbage ↵ | Antoine Pitrou | 2012-05-28 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | | | collector repeatedly trying to untrack dicts. Additional comments by Tim Silk. | ||||
| * | Issue #14775: Fix a potential quadratic dict build-up due to the garbage ↵ | Antoine Pitrou | 2012-05-28 | 1 | -0/+1 |
| | | | | | | | | | | | | collector repeatedly trying to untrack dicts. Additional comments by Tim Silk. | ||||
| * | #14472: Update .gitignore | Petri Lehtinen | 2012-05-22 | 1 | -0/+1 |
| | | | | | | | | Patch by Matej Cepl. | ||||
| * | #14494: Document that absolute imports became default in 3.0 instead of 2.7. | Petri Lehtinen | 2012-05-19 | 1 | -0/+1 |
| | | |||||
* | | #8739: upgrade smtpd to RFC 5321 and 1870. | R David Murray | 2012-05-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smtpd now handles EHLO and has infrastructure for extended smtp command mode. The SIZE extension is also implemented. In order to support parameters on MAIL FROM, the RFC 5322 parser from the email package is used to parse the address "token". Logging subclasses things and overrides __init__, so it was necessary to update those __init__ functions in the logging tests to make the logging tests pass. The original suggestion and patch were by Alberto Trevino. Juhana Jauhiainen added the --size argument and SIZE parameter support. Michele Orrù improved the patch and added more tests. Dan Boswell conditionalized various bits of code on whether or not we are in HELO or EHLO mode, as well as some other improvements and tests. I finalized the patch and added the address parsing. | ||||
* | | #665194: Add a localtime function to email.utils. | R David Murray | 2012-05-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Without this function people would be tempted to use the other date functions in email.utils to compute an aware localtime, and those functions are not as good for that purpose as this code. The code is Alexander Belopolsy's from his proposed patch for issue 9527, with a fix (and additional tests) by Brian K. Jones. | ||||
* | | #14472: Update .gitignore | Petri Lehtinen | 2012-05-22 | 1 | -0/+1 |
| | | | | | | | | Patch by Matej Cepl. | ||||
* | | Issue #14814: addition of the ipaddress module (stage 1 - code and tests) | Nick Coghlan | 2012-05-20 | 1 | -0/+1 |
| | | |||||
* | | #14798: pyclbr now raises ImportError instead of KeyError for missing packages | Petri Lehtinen | 2012-05-18 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | #14798: pyclbr now raises ImportError instead of KeyError for missing packages | Petri Lehtinen | 2012-05-18 | 1 | -0/+1 |
| | | |||||
| * | Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek ↵ | Mark Dickinson | 2012-05-13 | 1 | -0/+1 |
| | | | | | | | | Jędrzejewski-Szmek for some of the wording. | ||||
* | | Issue #13031: Small speed-up for tarfile when unzipping tarfiles. | Ross Lagerwall | 2012-05-17 | 1 | -0/+1 |
| | | | | | | | | Patch by Justin Peel. | ||||
* | | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ↵ | Antoine Pitrou | 2012-05-16 | 1 | -0/+1 |
| | | | | | | | | | | | | the default certificate store. Initial patch by James Oakley. | ||||
* | | Issue #14732: The _csv module now uses PEP 3121 module initialization. | Antoine Pitrou | 2012-05-16 | 1 | -0/+1 |
| | | | | | | | | Patch by Robin Schreiber. | ||||
* | | #14809: Add HTTP status codes from RFC 6585 to http.server and http.client | Hynek Schlawack | 2012-05-16 | 1 | -0/+1 |
| | | | | | | | | Patch by EungJun Yi. | ||||
* | | Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate | Charles-François Natali | 2012-05-13 | 1 | -0/+1 |
| | | | | | | | | timing attacks. Patch by Jon Oberheide. |