| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge with 3.2: Issue #13158: Fix decoding and encoding of base-256 number fi... | Lars Gustäbel | 2011-10-14 | 1 | -0/+3 |
|\ |
|
| * | Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. | Lars Gustäbel | 2011-10-14 | 1 | -0/+3 |
|
|
* | | (Merge 3.2) Issue #13025: mimetypes is now reading MIME types using the UTF-8 | Victor Stinner | 2011-10-14 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding, | Victor Stinner | 2011-10-14 | 1 | -0/+3 |
|
|
* | | (Merge 3.2) Issue #10653: On Windows, use strftime() instead of wcsftime() | Victor Stinner | 2011-10-14 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #10653: On Windows, use strftime() instead of wcsftime() because | Victor Stinner | 2011-10-14 | 1 | -0/+3 |
|
|
* | | Merge #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ... | Nadeem Vawda | 2011-10-13 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ... | Nadeem Vawda | 2011-10-13 | 1 | -0/+3 |
|
|
* | | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. | Antoine Pitrou | 2011-10-12 | 1 | -0/+2 |
|
|
* | | Issue #13150: The tokenize module doesn't compile large regular expressions a... | Antoine Pitrou | 2011-10-11 | 1 | -0/+3 |
|
|
* | | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -0/+2 |
|
|
* | | Merge 3.2 | Éric Araujo | 2011-10-09 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Branch merge | Éric Araujo | 2011-10-09 | 2 | -0/+7 |
| |\ |
|
| | * | As it turns out, this bug was already in the tracker: #11171 | Éric Araujo | 2011-10-09 | 1 | -2/+2 |
|
|
| * | | Branch merge. | Barry Warsaw | 2011-10-07 | 1 | -0/+4 |
| |\ \ |
|
| * | | | - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files | Barry Warsaw | 2011-10-07 | 1 | -0/+7 |
|
|
* | | | | Branch merge | Éric Araujo | 2011-10-09 | 2 | -0/+7 |
|\ \ \ \ |
|
| * | | | | Fix packaging byte-compilation to comply with PEP 3147 (#11254). | Éric Araujo | 2011-10-08 | 1 | -1/+1 |
|
|
| * | | | | Merge fixes for #10526, #10359, #11254, #9100 and the bug without number | Éric Araujo | 2011-10-08 | 2 | -0/+7 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix | Éric Araujo | 2011-10-07 | 1 | -0/+3 |
|
|
| | * | | | Fix distutils byte-compilation to comply with PEP 3147 (#11254). | Éric Araujo | 2011-10-07 | 2 | -0/+4 |
| | | |/
| | |/| |
|
* | | | | - Re-enable lib2to3's test_parser.py tests, though with an expected failure | Barry Warsaw | 2011-10-07 | 1 | -0/+3 |
|/ / / |
|
* | | | Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described | Antoine Pitrou | 2011-10-07 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described | Antoine Pitrou | 2011-10-07 | 1 | -0/+4 |
| |/ |
|
* | | Issue #12943: python -m tokenize support has been added to tokenize. | Meador Inge | 2011-10-07 | 1 | -0/+2 |
|
|
* | | Issue #7367: merge from 3.2 | Ned Deily | 2011-10-06 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #7367: add NEWS item. | Ned Deily | 2011-10-06 | 1 | -0/+3 |
|
|
* | | Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias | Charles-François Natali | 2011-10-06 | 2 | -0/+5 |
|
|
* | | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 1 | -0/+3 |
|
|
* | | Issue #3163: The struct module gets new format characters 'n' and 'N' | Antoine Pitrou | 2011-10-06 | 1 | -0/+3 |
|
|
* | | Branch merge | Éric Araujo | 2011-10-06 | 1 | -0/+2 |
|\ \ |
|
| * | | More info about PEP 393 in whatsnew and NEWS | Éric Araujo | 2011-10-04 | 1 | -0/+2 |
|
|
* | | | Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle | Charles-François Natali | 2011-10-05 | 1 | -0/+4 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle | Charles-François Natali | 2011-10-05 | 1 | -0/+4 |
|
|
* | | Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. | Antoine Pitrou | 2011-10-04 | 2 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. | Antoine Pitrou | 2011-10-04 | 2 | -0/+4 |
|
|
* | | Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation | Antoine Pitrou | 2011-10-04 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Issue #7689: Allow pickling of dynamically created classes when their | Antoine Pitrou | 2011-10-04 | 2 | -0/+6 |
|\ \
| |/ |
|
| * | Issue #7689: Allow pickling of dynamically created classes when their | Antoine Pitrou | 2011-10-04 | 2 | -0/+6 |
|
|
* | | 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 |
|
|
* | | Issue #13034: When decoding some SSL certificates, the subjectAltName extensi... | Antoine Pitrou | 2011-10-01 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #13034: When decoding some SSL certificates, the subjectAltName extensi... | Antoine Pitrou | 2011-10-01 | 1 | -0/+3 |
|
|
* | | Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas | Charles-François Natali | 2011-09-29 | 2 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas | Charles-François Natali | 2011-09-29 | 2 | -0/+4 |
|
|