summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 3.2.Ezio Melotti2011-10-1941-48/+48
|\
| * Remove duplication.Ezio Melotti2011-10-1936-43/+43
| |
* | A ricochet from fixing #10680: http://http://example.com/ no longer reportsŁukasz Langa2011-10-191-1/+1
| | | | | | | | | | 'nonnumeric port'. It parses to a host name of "http:" which is equivalent to http:80.
* | Merged fix for #10860 from 3.2Łukasz Langa2011-10-192-3/+26
|\ \ | |/
| * Fixes #10860: Handle empty port after port delimiter in httplibŁukasz Langa2011-10-183-3/+29
| |
* | Simplify _PyUnicode_COMPACT_DATA() macroVictor Stinner2011-10-181-1/+1
| |
* | Add consistency check to _PyUnicode_New()Victor Stinner2011-10-181-0/+1
| |
* | Issue #12281: Fix test_codecs.test_cp932() on Windows XPVictor Stinner2011-10-181-7/+3
| | | | | | | | | | Cool! Decoding b'\x81\x00abc' from cp932 with replace error handler is now giving the same result on all Windows versions.
* | Issue #12281: Skip code page tests on non-Windows platformsVictor Stinner2011-10-181-6/+10
| |
* | Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignoreVictor Stinner2011-10-188-147/+888
| | | | | | | | | | error handlers on all Windows versions. The MBCS codec is now supporting all error handlers, instead of only replace to encode and ignore to decode.
* | Issue #13150: sysconfig no longer parses the Makefile and config.h filesAntoine Pitrou2011-10-184-7/+28
| | | | | | | | | | when imported, instead doing it at build time. This makes importing sysconfig faster and reduces Python startup time by 20%.
* | Issue #13188: When called without an explicit traceback argument,Antoine Pitrou2011-10-183-0/+35
|\ \ | |/ | | | | | | generator.throw() now gets the traceback from the passed exception's ``__traceback__`` attribute. Patch by Petri Lehtinen.
| * Issue #13188: When called without an explicit traceback argument,Antoine Pitrou2011-10-183-0/+35
| | | | | | | | | | generator.throw() now gets the traceback from the passed exception's `__traceback__` attribute. Patch by Petri Lehtinen.
* | #12448: merge with 3.2.Ezio Melotti2011-10-182-0/+4
|\ \ | |/
| * #12448: smtplib now flushes stdout while running ``python -m smtplib``Ezio Melotti2011-10-182-0/+4
| | | | | | | | in order to display the prompt correctly. Patch by Petri Lehtinen.
* | #12277: merge with 3.2.Ezio Melotti2011-10-181-1/+1
|\ \ | |/
| * #12277: add missing comma.Ezio Melotti2011-10-181-1/+1
| |
* | Close #12454: The mailbox module is now using ASCII, instead of the localeVictor Stinner2011-10-172-5/+5
| | | | | | | | encoding, to read and write MH mailboxes (.mh_sequences files).
* | Instantiate the OS-related exception as soon as we raise it, so that "except"Victor Stinner2011-10-172-6/+21
| | | | | | | | | | | | | | | | works properly. PyErr_SetFromErrnoWithFilenameObject() was already fixed by the changeset 793c75177d28. This commit fixes PyErr_SetExcFromWindowsErrWithFilenameObject(), used on Windows.
* | Issue #12367: Test test_select.test_errno() on FreeBSDVictor Stinner2011-10-171-0/+3
| | | | | | | | | | See the FreeBSD bug: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/155606
* | Merge #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are ↵Nadeem Vawda2011-10-172-0/+6
|\ \ | |/ | | | | now available on Windows.
| * Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are ↵Nadeem Vawda2011-10-172-0/+6
| | | | | | | | now available on Windows.
* | Issue #13146: Writing a pyc file is now atomic under POSIX.Antoine Pitrou2011-10-173-12/+61
| |
* | Fix typoAntoine Pitrou2011-10-171-1/+1
| |
* | merge 3.2 (#13199)Benjamin Peterson2011-10-171-1/+5
|\ \ | |/
| * plug possible refleak (closes #13199)Benjamin Peterson2011-10-171-1/+5
| |
* | normalize whitespace in Lib/distutils/msvc9compiler.pyMark Hammond2011-10-171-1/+1
|\ \ | |/
| * normalize whitespace in Lib/distutils/msvc9compiler.pyMark Hammond2011-10-171-1/+1
| |
* | Issue #7833: Ext. modules built using distutils on Windows no longer get a ↵Mark Hammond2011-10-173-23/+106
|\ \ | |/ | | | | manifest
| * Issue #7833: Ext. modules built using distutils on Windows no longer get a ↵Mark Hammond2011-10-173-23/+106
| | | | | | | | manifest
* | (null merge 3.2, fix already applied to default)Victor Stinner2011-10-160-0/+0
|\ \ | |/
| * Issue #10653: Fix time.strftime() on Windows, check for invalid format stringsVictor Stinner2011-10-161-4/+4
| |
* | Close #13174: Fix extended attributes tests in test_os for SELinuxVictor Stinner2011-10-161-5/+10
| | | | | | | | On Fedora, new files get the 'security.selinux' attribute.
* | test_select: use a timeout=0 in test_errno()Victor Stinner2011-10-161-1/+1
| |
* | Issue #10653: Fix time.strftime() on Windows, check for invalid format stringsVictor Stinner2011-10-161-4/+4
| |
* | Fix closes issue 1673007 urllib.request to support HEAD requests with a new ↵Senthil Kumaran2011-10-165-9/+72
| | | | | | | | method arg.
* | MergeRaymond Hettinger2011-10-162-15/+35
|\ \ | |/
| * Issue 13177: Make tracebacks more readable by avoiding chained exceptions in ↵Raymond Hettinger2011-10-163-15/+39
| | | | | | | | the lru_cache.
* | Fix build under WindowsAntoine Pitrou2011-10-151-1/+1
| |
* | remove some duplicationBenjamin Peterson2011-10-151-10/+4
| |
* | Merge 3.2Éric Araujo2011-10-141-6/+0
|\ \ | |/
| * Update dead references from py.org/dev/faq to the devguide (#13176)Éric Araujo2011-10-143-12/+8
| |
* | Cleanup in packaging: super considered superÉric Araujo2011-10-148-16/+15
| |
* | Fix writing of the RESOURCES file by packaging (#12386)Éric Araujo2011-10-144-6/+62
| |
* | Merge 3.2Éric Araujo2011-10-140-0/+0
|\ \ | |/
| * Branch mergeÉric Araujo2011-10-142-7/+195
| |\
* | \ Branch mergeÉric Araujo2011-10-146-19/+437
|\ \ \
| * | | Increase test coverage for packaging.manifest (#11751).Éric Araujo2011-10-112-2/+199
| | | | | | | | | | | | | | | | Patch by Justin Love.
| * | | Merge #11751 from 3.2Éric Araujo2011-10-112-7/+195
| |\ \ \ | | | |/ | | |/|
| | * | Increase test coverage for distutils.filelist (#11751).Éric Araujo2011-10-112-7/+195
| | | | | | | | | | | | | | | | Patch by Justin Love.