Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #8746: Correct faulty configure checks so that os.chflags() and | Ned Deily | 2011-06-28 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | os.lchflags() are once again built on systems that support these functions (*BSD and OS X). Also add new stat file flags for OS X (UF_HIDDEN and UF_COMPRESSED). Also add additional tests for os.chflags() and os.lchflags(). (Tests by Garrett Cooper) | ||||
| * | Issue #8746: Correct faulty configure checks so that os.chflags() and | Ned Deily | 2011-06-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | os.lchflags() are once again built on systems that support these functions (*BSD and OS X). Also add new stat file flags for OS X (UF_HIDDEN and UF_COMPRESSED). Also add additional tests for os.chflags() and os.lchflags(). (Tests by Garrett Cooper) | ||||
* | | Issue #4608: urllib.request.urlopen does not return an iterable object | Raymond Hettinger | 2011-06-26 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #4608: urllib.request.urlopen does not return an iterable object | Raymond Hettinger | 2011-06-26 | 1 | -0/+1 |
| | | |||||
* | | Merge #10206: add test for previously fixed bug. | R David Murray | 2011-06-24 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | #10206: add test for previously fixed bug. | R David Murray | 2011-06-24 | 1 | -0/+1 |
| | | | | | | | | Patch by Francisco Martín Brugué. | ||||
* | | ACKS update for devguide patch (closes #12278) | Nick Coghlan | 2011-06-19 | 1 | -0/+1 |
| | | |||||
* | | Branch merge | Éric Araujo | 2011-06-11 | 1 | -0/+1 |
|\ \ | |||||
| * | | Fix assorted bugs in packaging.util.cfg_to_args (#11595). | Éric Araujo | 2011-06-10 | 1 | -0/+1 |
| | | | | | | | | | | | | Original patch by Erik Bray. | ||||
* | | | merge heads | Benjamin Peterson | 2011-06-10 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Don’t try to install something when running from uninstalled source (#12246). | Éric Araujo | 2011-06-10 | 1 | -0/+1 |
| | | | | | | | | | | | | Original patch by Tshepang Lekhonkhobe. | ||||
* | | | merge 3.2 (#12009) | Benjamin Peterson | 2011-06-10 | 1 | -0/+1 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | merge 3.1 (#12009) | Benjamin Peterson | 2011-06-10 | 1 | -0/+1 |
| |\ | |||||
| | * | fix regression in netrc comment handling (closes #12009) | Benjamin Peterson | 2011-06-10 | 1 | -0/+1 |
| | | | |||||
* | | | Issue #12021: Make mmap's read() method argument optional. Patch by Petri | Charles-François Natali | 2011-06-08 | 1 | -0/+1 |
| | | | | | | | | | | | | Lehtinen. | ||||
* | | | Remove duplicate entry for Josip | Éric Araujo | 2011-06-01 | 1 | -1/+0 |
| | | | |||||
* | | | (Merge 3.2) Close #12085: Fix an attribute error in subprocess.Popen destructor | Victor Stinner | 2011-05-31 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | | | | if the constructor has failed, e.g. because of an undeclared keyword argument. Patch written by Oleg Oshmyan. | ||||
| * | | Close #12085: Fix an attribute error in subprocess.Popen destructor if the | Victor Stinner | 2011-05-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | constructor has failed, e.g. because of an undeclared keyword argument. Patch written by Oleg Oshmyan. | ||||
* | | | Tidy up the additional string module tests added at the Pycon sprints ↵ | Nick Coghlan | 2011-05-31 | 1 | -0/+1 |
| | | | | | | | | | | | | (closes #11505) | ||||
* | | | Update the ACKS file with the packaging contributors | Alexis Metaireau | 2011-05-30 | 1 | -0/+38 |
| | | | |||||
* | | | Issue #985064: Make plistlib more resilient to faulty input plists. | Ned Deily | 2011-05-28 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | Patch by Mher Movsisyan. | ||||
| * | | Issue #985064: Make plistlib more resilient to faulty input plists. | Ned Deily | 2011-05-28 | 1 | -0/+1 |
| |\ \ | | |/ | | | | | | | Patch by Mher Movsisyan. | ||||
| | * | Issue #985064: Make plistlib more resilient to faulty input plists. | Ned Deily | 2011-05-28 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch by Mher Movsisyan. | ||||
* | | | add ack from 2.7 | Benjamin Peterson | 2011-05-26 | 1 | -0/+1 |
| | | | |||||
* | | | Issue #9971: Write an optimized implementation of BufferedReader.readinto(). | Antoine Pitrou | 2011-05-11 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch by John O'Connor. | ||||
* | | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | order to accept exactly one connection. Patch by Daniel Evers. | ||||
| * | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 1 | -0/+1 |
| | | | | | | | | | | | | order to accept exactly one connection. Patch by Daniel Evers. | ||||
* | | | Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. | Antoine Pitrou | 2011-05-07 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. | Antoine Pitrou | 2011-05-07 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ↵ | Antoine Pitrou | 2011-05-07 | 1 | -0/+1 |
| | | | | | | | | | | | | Kasun Herath. | ||||
| | * | Issue #9756: credit the author, Andreas Stührk (Trundle) | Victor Stinner | 2011-05-01 | 1 | -0/+1 |
| | | | |||||
* | | | Closes Issue 11916: Add a number of MacOSX specific definitions to the errno ↵ | Ronald Oussoren | 2011-05-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | module. Patch by Pierre Carrier. | ||||
* | | | Issue #12000: When a SSL certificate has a subjectAltName without any | Antoine Pitrou | 2011-05-06 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | | | | dNSName entry, ssl.match_hostname() should use the subject's commonName. Patch by Nicolas Bareil. | ||||
| * | | Issue #12000: When a SSL certificate has a subjectAltName without any | Antoine Pitrou | 2011-05-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | dNSName entry, ssl.match_hostname() should use the subject's commonName. Patch by Nicolas Bareil. | ||||
* | | | Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and ↵ | Ezio Melotti | 2011-05-06 | 1 | -0/+1 |
| | | | | | | | | | | | | assertWarnsRegex now accept a keyword argument 'msg' when used as context managers. Initial patch by Winston Ewert. | ||||
* | | | Merge #11647 update from 3.2 | Nick Coghlan | 2011-05-05 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #11647: allow contextmanager objects to be used as decorators as ↵ | Nick Coghlan | 2011-05-05 | 1 | -0/+1 |
| | | | | | | | | | | | | described in the docs. Initial patch by Ysj Ray. | ||||
* | | | Merged solution for #11324 from 3.2. | Łukasz Langa | 2011-04-28 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Closes #11324: ConfigParser(interpolation=None) doesn't work. | Łukasz Langa | 2011-04-28 | 1 | -0/+1 |
| | | | | | | | | | | | | Initial patches by Tobias Brink. Thanks! | ||||
* | | | Merged ACKS from 3.2: added Yuxiao Zeng | Łukasz Langa | 2011-04-28 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Added Yuxiao Zeng for finding and resolving #11858. Thanks! | Łukasz Langa | 2011-04-28 | 1 | -0/+1 |
| | | | |||||
* | | | Merge #11901: add description of how bitfields are laid out to hexversion docs | R David Murray | 2011-04-25 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | Patch by Sijin Joseph. | ||||
| * | | Merge #11901: add description of how bitfields are laid out to hexversion docs | R David Murray | 2011-04-25 | 1 | -0/+1 |
| |\ \ | | |/ | | | | | | | Patch by Sijin Joseph. | ||||
| | * | #11901: add description of how bitfields are laid out to hexversion docs | R David Murray | 2011-04-25 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch by Sijin Joseph. | ||||
* | | | pybench prep_times calculation error (closes #11895) | Jesus Cea | 2011-04-25 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | pybench prep_times calculation error (closes #11895) | Jesus Cea | 2011-04-25 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | pybench prep_times calculation error (closes #11895) | Jesus Cea | 2011-04-25 | 1 | -0/+1 |
| | | | |||||
* | | | Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor | Antoine Pitrou | 2011-04-23 | 1 | -0/+1 |
| | | | | | | | | | | | | of 5 to 10. Initial patch by Jonas H. | ||||
* | | | MERGE: startswith and endswith don't accept None as slice index. Patch by ↵ | Jesus Cea | 2011-04-20 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | Torsten Becker. (closes #11828) | ||||
| * | | MERGE: startswith and endswith don't accept None as slice index. Patch by ↵ | Jesus Cea | 2011-04-20 | 1 | -0/+1 |
| |\ \ | | |/ | | | | | | | Torsten Becker. (closes #11828) |