summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...Mark Hammond2011-10-171-0/+4
|\
| * Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...Mark Hammond2011-10-171-0/+4
| * Issue 13177: Make tracebacks more readable by avoiding chained exceptions in ...Raymond Hettinger2011-10-161-0/+4
| * Branch mergeÉric Araujo2011-10-141-0/+1
| |\
* | | Fix closes issue 1673007 urllib.request to support HEAD requests with a new m...Senthil Kumaran2011-10-161-0/+4
* | | Fix writing of the RESOURCES file by packaging (#12386)Éric Araujo2011-10-141-1/+3
* | | Branch mergeÉric Araujo2011-10-141-0/+1
|\ \ \
| * \ \ Merge #11751 from 3.2Éric Araujo2011-10-111-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Increase test coverage for distutils.filelist (#11751).Éric Araujo2011-10-111-0/+1
* | | | Merge with 3.2: Issue #13158: Fix decoding and encoding of base-256 number fi...Lars Gustäbel2011-10-141-0/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.Lars Gustäbel2011-10-141-0/+3
* | | | (Merge 3.2) Issue #13025: mimetypes is now reading MIME types using the UTF-8Victor Stinner2011-10-141-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding,Victor Stinner2011-10-141-0/+3
* | | | (Merge 3.2) Issue #10653: On Windows, use strftime() instead of wcsftime()Victor Stinner2011-10-141-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #10653: On Windows, use strftime() instead of wcsftime() becauseVictor Stinner2011-10-141-0/+3
* | | | Merge #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ...Nadeem Vawda2011-10-131-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ...Nadeem Vawda2011-10-131-0/+3
| | |/ | |/|
* | | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.Antoine Pitrou2011-10-121-0/+2
* | | Issue #13150: The tokenize module doesn't compile large regular expressions a...Antoine Pitrou2011-10-111-0/+3
| |/ |/|
* | Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-0/+2
* | Merge 3.2Éric Araujo2011-10-091-2/+2
|\ \ | |/
| * Branch mergeÉric Araujo2011-10-092-0/+7
| |\
| | * As it turns out, this bug was already in the tracker: #11171Éric Araujo2011-10-091-2/+2
| * | Branch merge.Barry Warsaw2011-10-071-0/+4
| |\ \
| * | | - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle filesBarry Warsaw2011-10-071-0/+7
* | | | Branch mergeÉric Araujo2011-10-092-0/+7
|\ \ \ \
| * | | | Fix packaging byte-compilation to comply with PEP 3147 (#11254).Éric Araujo2011-10-081-1/+1
| * | | | Merge fixes for #10526, #10359, #11254, #9100 and the bug without numberÉric Araujo2011-10-082-0/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefixÉric Araujo2011-10-071-0/+3
| | * | | Fix distutils byte-compilation to comply with PEP 3147 (#11254).Éric Araujo2011-10-072-0/+4
| | | |/ | | |/|
* | | | - Re-enable lib2to3's test_parser.py tests, though with an expected failureBarry Warsaw2011-10-071-0/+3
|/ / /
* | | Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and describedAntoine Pitrou2011-10-071-0/+4
|\ \ \ | |/ /
| * | Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and describedAntoine Pitrou2011-10-071-0/+4
| |/
* | Issue #12943: python -m tokenize support has been added to tokenize.Meador Inge2011-10-071-0/+2
* | Issue #7367: merge from 3.2Ned Deily2011-10-061-0/+3
|\ \ | |/
| * Issue #7367: add NEWS item.Ned Deily2011-10-061-0/+3
* | Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by MatthiasCharles-François Natali2011-10-062-0/+5
* | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...Antoine Pitrou2011-10-061-0/+3
|\ \ | |/
| * Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...Antoine Pitrou2011-10-061-0/+3
* | Issue #3163: The struct module gets new format characters 'n' and 'N'Antoine Pitrou2011-10-061-0/+3
* | Branch mergeÉric Araujo2011-10-061-0/+2
|\ \
| * | More info about PEP 393 in whatsnew and NEWSÉric Araujo2011-10-041-0/+2
* | | Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycleCharles-François Natali2011-10-051-0/+4
|\ \ \ | |/ / |/| / | |/
| * Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycleCharles-François Natali2011-10-051-0/+4
* | Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.Antoine Pitrou2011-10-042-0/+4
|\ \ | |/
| * Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.Antoine Pitrou2011-10-042-0/+4
* | Issue #13087: BufferedReader.seek() now always raises UnsupportedOperationAntoine Pitrou2011-10-041-0/+4
|\ \ | |/
| * Add John to ACKSAntoine Pitrou2011-10-041-0/+1
| * Issue #13087: BufferedReader.seek() now always raises UnsupportedOperationAntoine Pitrou2011-10-041-0/+4
* | Issue #7689: Allow pickling of dynamically created classes when theirAntoine Pitrou2011-10-042-0/+6
|\ \ | |/