summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Silence the FileExistsError which can be raised because of the O_EXCL flagAntoine Pitrou2011-10-191-7/+7
* Issue #13121: Support in-place math operators for collections.Counter().Raymond Hettinger2011-10-192-0/+84
* Branch mergeÉric Araujo2011-10-1925-154/+219
|\
| * Make one function in packaging.metadata simplerÉric Araujo2011-10-191-4/+3
| * Clean up some idioms in packaging tests.Éric Araujo2011-10-1913-37/+40
| * Change signature of packaging.tests.support.LoggingCatcher.get_logs.Éric Araujo2011-10-1910-72/+65
| * More fixes for PEP 3147 compliance in packaging (#11254)Éric Araujo2011-10-194-8/+51
| * Expand tests and fix bugs in packaging.util.resolve_name.Éric Araujo2011-10-192-33/+60
* | urllib.request - syntax changes enhancing readability. By Éric AraujoSenthil Kumaran2011-10-191-13/+12
|\ \
| * | urllib.request - syntax changes enhancing readability. By Éric AraujoSenthil Kumaran2011-10-191-11/+10
* | | default - Fix closes Issue6090 - Raise a ValueError, instead of failing with ...Senthil Kumaran2011-10-192-0/+20
|\ \ \ | |/ /
| * | 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre...Senthil Kumaran2011-10-192-0/+15
* | | default - Fix closes Issue12529 - cgi.parse_header failure on double quotes andSenthil Kumaran2011-10-192-1/+5
|\ \ \ | |/ /
| * | 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes andSenthil Kumaran2011-10-192-1/+5
* | | Merge with 3.2.Ezio Melotti2011-10-1913-18/+18
|\ \ \ | |/ /
| * | Remove duplication.Ezio Melotti2011-10-1913-18/+18
* | | A ricochet from fixing #10680: http://http://example.com/ no longer reportsŁukasz Langa2011-10-191-1/+1
* | | 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-182-3/+26
* | | Issue #12281: Fix test_codecs.test_cp932() on Windows XPVictor Stinner2011-10-181-7/+3
* | | 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-181-0/+198
| |/ |/|
* | Issue #13150: sysconfig no longer parses the Makefile and config.h filesAntoine Pitrou2011-10-181-3/+16
* | Issue #13188: When called without an explicit traceback argument,Antoine Pitrou2011-10-181-0/+26
|\ \ | |/
| * Issue #13188: When called without an explicit traceback argument,Antoine Pitrou2011-10-181-0/+26
* | #12448: merge with 3.2.Ezio Melotti2011-10-181-0/+1
|\ \ | |/
| * #12448: smtplib now flushes stdout while running ``python -m smtplib``Ezio Melotti2011-10-181-0/+1
* | Close #12454: The mailbox module is now using ASCII, instead of the localeVictor Stinner2011-10-171-5/+2
* | Instantiate the OS-related exception as soon as we raise it, so that "except"Victor Stinner2011-10-171-1/+12
* | Issue #12367: Test test_select.test_errno() on FreeBSDVictor Stinner2011-10-171-0/+3
* | Issue #13146: Writing a pyc file is now atomic under POSIX.Antoine Pitrou2011-10-171-3/+23
* | 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 ma...Mark Hammond2011-10-172-23/+102
|\ \ | |/
| * Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...Mark Hammond2011-10-172-23/+102
* | Close #13174: Fix extended attributes tests in test_os for SELinuxVictor Stinner2011-10-161-5/+10
* | test_select: use a timeout=0 in test_errno()Victor Stinner2011-10-161-1/+1
* | Fix closes issue 1673007 urllib.request to support HEAD requests with a new m...Senthil Kumaran2011-10-162-2/+30
* | MergeRaymond Hettinger2011-10-162-15/+35
|\ \ | |/
| * Issue 13177: Make tracebacks more readable by avoiding chained exceptions in ...Raymond Hettinger2011-10-162-15/+35
| * Branch mergeÉric Araujo2011-10-141-7/+194
| |\
* | | Cleanup in packaging: super considered superÉric Araujo2011-10-148-16/+15
* | | Fix writing of the RESOURCES file by packaging (#12386)Éric Araujo2011-10-143-5/+59
* | | Branch mergeÉric Araujo2011-10-145-19/+436
|\ \ \
| * | | Increase test coverage for packaging.manifest (#11751).Éric Araujo2011-10-112-2/+199
| * | | Merge #11751 from 3.2Éric Araujo2011-10-111-7/+194
| |\ \ \ | | | |/ | | |/|
| | * | Increase test coverage for distutils.filelist (#11751).Éric Araujo2011-10-111-7/+194
| * | | Add tests for Unicode handling in packaging’ check and register (#13114)Éric Araujo2011-10-112-10/+43
* | | | Merge with 3.2: Issue #13158: Fix decoding and encoding of base-256 number fi...Lars Gustäbel2011-10-142-21/+46
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.Lars Gustäbel2011-10-142-21/+46