| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore | Victor Stinner | 2011-10-18 | 8 | -147/+888 |
|
|
* | Issue #13150: sysconfig no longer parses the Makefile and config.h files | Antoine Pitrou | 2011-10-18 | 4 | -7/+28 |
|
|
* | Issue #13188: When called without an explicit traceback argument, | Antoine Pitrou | 2011-10-18 | 3 | -0/+35 |
|\ |
|
| * | Issue #13188: When called without an explicit traceback argument, | Antoine Pitrou | 2011-10-18 | 3 | -0/+35 |
|
|
* | | #12448: merge with 3.2. | Ezio Melotti | 2011-10-18 | 2 | -0/+4 |
|\ \
| |/ |
|
| * | #12448: smtplib now flushes stdout while running ``python -m smtplib`` | Ezio Melotti | 2011-10-18 | 2 | -0/+4 |
|
|
* | | #12277: merge with 3.2. | Ezio Melotti | 2011-10-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #12277: add missing comma. | Ezio Melotti | 2011-10-18 | 1 | -1/+1 |
|
|
* | | Close #12454: The mailbox module is now using ASCII, instead of the locale | Victor Stinner | 2011-10-17 | 2 | -5/+5 |
|
|
* | | Instantiate the OS-related exception as soon as we raise it, so that "except" | Victor Stinner | 2011-10-17 | 2 | -6/+21 |
|
|
* | | Issue #12367: Test test_select.test_errno() on FreeBSD | Victor Stinner | 2011-10-17 | 1 | -0/+3 |
|
|
* | | Merge #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n... | Nadeem Vawda | 2011-10-17 | 2 | -0/+6 |
|\ \
| |/ |
|
| * | Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n... | Nadeem Vawda | 2011-10-17 | 2 | -0/+6 |
|
|
* | | Issue #13146: Writing a pyc file is now atomic under POSIX. | Antoine Pitrou | 2011-10-17 | 3 | -12/+61 |
|
|
* | | Fix typo | Antoine Pitrou | 2011-10-17 | 1 | -1/+1 |
|
|
* | | merge 3.2 (#13199) | Benjamin Peterson | 2011-10-17 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | plug possible refleak (closes #13199) | Benjamin Peterson | 2011-10-17 | 1 | -1/+5 |
|
|
* | | normalize whitespace in Lib/distutils/msvc9compiler.py | Mark Hammond | 2011-10-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | normalize whitespace in Lib/distutils/msvc9compiler.py | Mark Hammond | 2011-10-17 | 1 | -1/+1 |
|
|
* | | Issue #7833: Ext. modules built using distutils on Windows no longer get a ma... | Mark Hammond | 2011-10-17 | 3 | -23/+106 |
|\ \
| |/ |
|
| * | Issue #7833: Ext. modules built using distutils on Windows no longer get a ma... | Mark Hammond | 2011-10-17 | 3 | -23/+106 |
|
|
* | | (null merge 3.2, fix already applied to default) | Victor Stinner | 2011-10-16 | 0 | -0/+0 |
|\ \
| |/ |
|
| * | Issue #10653: Fix time.strftime() on Windows, check for invalid format strings | Victor Stinner | 2011-10-16 | 1 | -4/+4 |
|
|
* | | Close #13174: Fix extended attributes tests in test_os for SELinux | Victor Stinner | 2011-10-16 | 1 | -5/+10 |
|
|
* | | test_select: use a timeout=0 in test_errno() | Victor Stinner | 2011-10-16 | 1 | -1/+1 |
|
|
* | | Issue #10653: Fix time.strftime() on Windows, check for invalid format strings | Victor Stinner | 2011-10-16 | 1 | -4/+4 |
|
|
* | | Fix closes issue 1673007 urllib.request to support HEAD requests with a new m... | Senthil Kumaran | 2011-10-16 | 5 | -9/+72 |
|
|
* | | Merge | Raymond Hettinger | 2011-10-16 | 2 | -15/+35 |
|\ \
| |/ |
|
| * | Issue 13177: Make tracebacks more readable by avoiding chained exceptions in ... | Raymond Hettinger | 2011-10-16 | 3 | -15/+39 |
|
|
* | | Fix build under Windows | Antoine Pitrou | 2011-10-15 | 1 | -1/+1 |
|
|
* | | remove some duplication | Benjamin Peterson | 2011-10-15 | 1 | -10/+4 |
|
|
* | | Merge 3.2 | Éric Araujo | 2011-10-14 | 1 | -6/+0 |
|\ \
| |/ |
|
| * | Update dead references from py.org/dev/faq to the devguide (#13176) | Éric Araujo | 2011-10-14 | 3 | -12/+8 |
|
|
* | | Cleanup in packaging: super considered super | Éric Araujo | 2011-10-14 | 8 | -16/+15 |
|
|
* | | Fix writing of the RESOURCES file by packaging (#12386) | Éric Araujo | 2011-10-14 | 4 | -6/+62 |
|
|
* | | Merge 3.2 | Éric Araujo | 2011-10-14 | 0 | -0/+0 |
|\ \
| |/ |
|
| * | Branch merge | Éric Araujo | 2011-10-14 | 2 | -7/+195 |
| |\ |
|
* | \ | Branch merge | Éric Araujo | 2011-10-14 | 6 | -19/+437 |
|\ \ \ |
|
| * | | | Increase test coverage for packaging.manifest (#11751). | Éric Araujo | 2011-10-11 | 2 | -2/+199 |
|
|
| * | | | Merge #11751 from 3.2 | Éric Araujo | 2011-10-11 | 2 | -7/+195 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Increase test coverage for distutils.filelist (#11751). | Éric Araujo | 2011-10-11 | 2 | -7/+195 |
|
|
| * | | | Add tests for Unicode handling in packaging’ check and register (#13114) | Éric Araujo | 2011-10-11 | 2 | -10/+43 |
|
|
* | | | | Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. | Martin v. Löwis | 2011-10-14 | 12 | -183/+200 |
|
|
* | | | | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 57 | -262/+262 |
|
|
* | | | | Merge with 3.2: Issue #13158: Fix decoding and encoding of base-256 number fi... | Lars Gustäbel | 2011-10-14 | 3 | -21/+49 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. | Lars Gustäbel | 2011-10-14 | 3 | -21/+49 |
|
|
* | | | | (Merge 3.2) Issue #13025: mimetypes is now reading MIME types using the UTF-8 | Victor Stinner | 2011-10-14 | 4 | -3/+1464 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding, | Victor Stinner | 2011-10-14 | 4 | -3/+1464 |
|
|
* | | | | (Merge 3.2) Issue #10653: On Windows, use strftime() instead of wcsftime() | Victor Stinner | 2011-10-14 | 2 | -0/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #10653: On Windows, use strftime() instead of wcsftime() because | Victor Stinner | 2011-10-14 | 2 | -0/+8 |
|
|