Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. | Antoine Pitrou | 2011-10-04 | 2 | -0/+4 |
|\ | | | | | | | Reported and diagnosed by Thomas Kluyver. | ||||
| * | Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. | Antoine Pitrou | 2011-10-04 | 2 | -0/+4 |
| | | | | | | | | Reported and diagnosed by Thomas Kluyver. | ||||
* | | Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation | Antoine Pitrou | 2011-10-04 | 1 | -0/+4 |
|\ \ | |/ | | | | | | | if the underlying raw stream is unseekable, even if the seek could be satisfied using the internal buffer. Patch by John OConnor. | ||||
| * | Add John to ACKS | Antoine Pitrou | 2011-10-04 | 1 | -0/+1 |
| | | |||||
| * | Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation | Antoine Pitrou | 2011-10-04 | 1 | -0/+4 |
| | | | | | | | | | | if the underlying raw stream is unseekable, even if the seek could be satisfied using the internal buffer. Patch by John O'Connor. | ||||
* | | Issue #7689: Allow pickling of dynamically created classes when their | Antoine Pitrou | 2011-10-04 | 2 | -0/+6 |
|\ \ | |/ | | | | | | | metaclass is registered with copyreg. Patch by Nicolas M. Thiéry and Craig Citro. | ||||
| * | Issue #7689: Allow pickling of dynamically created classes when their | Antoine Pitrou | 2011-10-04 | 2 | -0/+6 |
| | | | | | | | | | | metaclass is registered with copyreg. Patch by Nicolas M. Thiéry and Craig Citro. | ||||
* | | Issue #12881: ctypes: Fix segfault with large structure field names. | Meador Inge | 2011-10-04 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #12881: ctypes: Fix segfault with large structure field names. | Meador Inge | 2011-10-04 | 1 | -0/+2 |
| | | |||||
* | | merge #4147: minidom's toprettyxml no longer adds whitespace to text nodes. | R David Murray | 2011-10-01 | 2 | -0/+3 |
|\ \ | |/ | |||||
| * | #4147: minidom's toprettyxml no longer adds whitespace to text nodes. | R David Murray | 2011-10-01 | 2 | -0/+3 |
| | | | | | | | | Patch by Dan Kenigsberg. | ||||
* | | Issue #13034: When decoding some SSL certificates, the subjectAltName ↵ | Antoine Pitrou | 2011-10-01 | 1 | -0/+3 |
|\ \ | |/ | | | | | extension could be unreported. | ||||
| * | Issue #13034: When decoding some SSL certificates, the subjectAltName ↵ | Antoine Pitrou | 2011-10-01 | 1 | -0/+3 |
| | | | | | | | | extension could be unreported. | ||||
* | | Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas | Charles-François Natali | 2011-09-29 | 2 | -0/+4 |
|\ \ | |/ | | | | | Jarosch. | ||||
| * | Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas | Charles-François Natali | 2011-09-29 | 2 | -0/+4 |
| | | | | | | | | Jarosch. | ||||
* | | Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array | Victor Stinner | 2011-09-28 | 1 | -0/+1 |
| | | | | | | | | | | | | Move other various macros to pymcacro.h Thanks Rusty Russell for having written these amazing C macros! | ||||
* | | ACKS for PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -1/+2 |
| | | |||||
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -0/+2 |
| | | |||||
* | | Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. | Meador Inge | 2011-09-28 | 2 | -0/+4 |
|\ \ | |/ | | | | | Thanks to Suman Saha for finding the bug and providing a patch. | ||||
| * | Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. | Meador Inge | 2011-09-28 | 2 | -0/+4 |
| | | | | | | | | Thanks to Suman Saha for finding the bug and providing a patch. | ||||
* | | Issue #13012: Allow 'keepends' to be passed as a keyword argument in ↵ | Mark Dickinson | 2011-09-24 | 1 | -0/+4 |
| | | | | | | | | str.splitlines, bytes.splitlines and bytearray.splitlines. | ||||
* | | Merge #12973 itertools fix. | Mark Dickinson | 2011-09-24 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Issue #12973: Fix itertools bug caused by signed integer overflow. Thanks ↵ | Mark Dickinson | 2011-09-24 | 1 | -3/+3 |
| | | | | | | | | Stefan Krah. | ||||
* | | Merge 3.2: Issue #7732: Don't open a directory as a file anymore while | Victor Stinner | 2011-09-23 | 1 | -1/+5 |
|\ \ | |/ | | | | | | | importing a module. Ignore the direcotry if its name matchs the module name (e.g. "__init__.py") and raise a ImportError instead. | ||||
| * | Issue #7732: Don't open a directory as a file anymore while importing a | Victor Stinner | 2011-09-23 | 1 | -1/+5 |
| | | | | | | | | | | module. Ignore the direcotry if its name matchs the module name (e.g. "__init__.py") and raise a ImportError instead. | ||||
* | | Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor ↵ | Jesus Cea | 2011-09-21 | 1 | -0/+3 |
|\ \ | |/ | | | | | was actually received | ||||
| * | Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor ↵ | Jesus Cea | 2011-09-21 | 1 | -0/+3 |
| | | | | | | | | was actually received | ||||
* | | Issue #1172711: Add 'long long' support to the array module. | Meador Inge | 2011-09-21 | 1 | -0/+3 |
| | | | | | | | | Initial patch by Oren Tirosh and Hirokazu Yamamoto. | ||||
* | | - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for | Barry Warsaw | 2011-09-20 | 1 | -0/+3 |
|\ \ | |/ | | | | | finding the bug and providing a patch. | ||||
| * | - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for | Barry Warsaw | 2011-09-20 | 1 | -0/+3 |
| | | | | | | | | finding the bug and providing a patch. | ||||
* | | Merge issue #12973 list_repeat fix. | Mark Dickinson | 2011-09-19 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat. | Mark Dickinson | 2011-09-19 | 1 | -0/+4 |
| | | |||||
* | | Close #13007: whichdb should recognize gdbm 1.9 magic numbers | Jesus Cea | 2011-09-19 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Close #13007: whichdb should recognize gdbm 1.9 magic numbers | Jesus Cea | 2011-09-19 | 1 | -0/+2 |
| | | |||||
* | | Issue #9871: Prevent IDLE 3 crash when given byte stings | Ned Deily | 2011-09-14 | 2 | -0/+5 |
|\ \ | |/ | | | | | | | with invalid hex escape sequences, like b'\x0'. (Original patch by Claudiu Popa.) | ||||
| * | Issue #9871: Prevent IDLE 3 crash when given byte stings | Ned Deily | 2011-09-14 | 2 | -0/+5 |
| | | | | | | | | | | with invalid hex escape sequences, like b'\x0'. (Original patch by Claudiu Popa.) | ||||
* | | Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callback | Amaury Forgeot d'Arc | 2011-09-12 | 1 | -0/+3 |
|\ \ | |/ | | | | | object triggers the garbage collector. | ||||
| * | Issue #12483: ctypes: Fix a crash when the destruction of a callback | Amaury Forgeot d'Arc | 2011-09-12 | 1 | -0/+3 |
| | | | | | | | | object triggers the garbage collector. | ||||
| * | Branch merge | Éric Araujo | 2011-09-12 | 1 | -0/+4 |
| |\ | |||||
* | \ | Branch merge | Éric Araujo | 2011-09-12 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | Fix determination of Metadata version in packaging (#8933). | Éric Araujo | 2011-09-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Original patch by Filip Gruszczyński. | ||||
| * | | | Merge fix for #8933 from 3.2 | Éric Araujo | 2011-09-10 | 1 | -0/+4 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. | Éric Araujo | 2011-09-09 | 1 | -0/+4 |
| | | | | |||||
* | | | | Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module. | Nadeem Vawda | 2011-09-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | While we're at it, also document ZLIB_VERSION. Patch by Torsten Landschoff. | ||||
* | | | | add ChainMap to __all__ (closes #12959) | Benjamin Peterson | 2011-09-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Thanks July Tikhonov. | ||||
* | | | | NEWS | Jesus Cea | 2011-09-10 | 1 | -0/+3 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | NEWS | Jesus Cea | 2011-09-10 | 1 | -0/+5 |
| |/ | |||||
* | | Issue #12904: os.utime, os.futimes, os.lutimes, and os.futimesat now write | Larry Hastings | 2011-09-09 | 1 | -0/+3 |
| | | | | | | | | atime and mtime with nanosecond precision on modern POSIX platforms. | ||||
* | | Issue #12852: Set _XOPEN_SOURCE to 700 to get POSIX 2008 | Victor Stinner | 2011-09-07 | 1 | -0/+3 |
| | | | | | | | | | | configure: Set _XOPEN_SOURCE to 700, instead of 600, to get POSIX 2008 functions on OpenBSD (e.g. fdopendir). | ||||
* | | Issue #12567: Add curses.unget_wch() function | Victor Stinner | 2011-09-05 | 1 | -0/+3 |
| | | | | | | | | Push a character so the next get_wch() will return it. |