summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre...Senthil Kumaran2011-10-194-1/+23
* 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes andSenthil Kumaran2011-10-192-1/+5
* Remove duplication.Ezio Melotti2011-10-1936-43/+43
* Fixes #10860: Handle empty port after port delimiter in httplibŁukasz Langa2011-10-183-3/+29
* Issue #13188: When called without an explicit traceback argument,Antoine Pitrou2011-10-183-0/+35
* #12448: smtplib now flushes stdout while running ``python -m smtplib``Ezio Melotti2011-10-182-0/+4
* #12277: add missing comma.Ezio Melotti2011-10-181-1/+1
* Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n...Nadeem Vawda2011-10-172-0/+6
* plug possible refleak (closes #13199)Benjamin Peterson2011-10-171-1/+5
* 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-173-23/+106
* Issue #10653: Fix time.strftime() on Windows, check for invalid format stringsVictor Stinner2011-10-161-4/+4
* Issue 13177: Make tracebacks more readable by avoiding chained exceptions in ...Raymond Hettinger2011-10-163-15/+39
* Update dead references from py.org/dev/faq to the devguide (#13176)Éric Araujo2011-10-143-12/+8
* Branch mergeÉric Araujo2011-10-142-7/+195
|\
| * Increase test coverage for distutils.filelist (#11751).Éric Araujo2011-10-112-7/+195
* | Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.Lars Gustäbel2011-10-143-21/+49
* | Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding,Victor Stinner2011-10-144-3/+1464
* | Issue #10653: On Windows, use strftime() instead of wcsftime() becauseVictor Stinner2011-10-142-0/+8
* | Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ...Nadeem Vawda2011-10-133-30/+11
* | Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven M...Mark Dickinson2011-10-111-4/+4
|/
* Fix/improve markup in whatsnew/2.7.Ezio Melotti2011-10-091-7/+10
* #13138: add missing versionadded.Ezio Melotti2011-10-091-0/+2
* Clean-up and improve the priority queue example in the heapq docs.Raymond Hettinger2011-10-091-25/+25
* Branch mergeÉric Araujo2011-10-0912-30/+85
|\
| * Add tests for Unicode handling in distutils’ check and register (#13114)Éric Araujo2011-10-092-3/+30
| * As it turns out, this bug was already in the tracker: #11171Éric Araujo2011-10-091-2/+2
| * Fix docstring of distutils.util.byte_compile (followup for #11254)Éric Araujo2011-10-081-3/+3
| * Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefixÉric Araujo2011-10-072-1/+4
| * Fix test_sysconfig when prefix != exec-prefix (#9100).Éric Araujo2011-10-071-6/+9
| * Fix distutils byte-compilation to comply with PEP 3147 (#11254).Éric Araujo2011-10-076-12/+34
| * Make C code in one distutils test comply with ISO C (#10359).Éric Araujo2011-10-071-2/+2
| * Fix a typo and a broken link (part of #10536).Éric Araujo2011-10-071-3/+3
* | test_unicode was forgetting to run the common string tests for str.find()Antoine Pitrou2011-10-081-0/+1
* | Fix a missing encoding argument when opening a text file in some of iobench's...Antoine Pitrou2011-10-081-1/+1
* | MergedBarry Warsaw2011-10-075-23/+39
|\ \
| * \ Branch merge.Barry Warsaw2011-10-074-2/+10
| |\ \ | | |/
| * | - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle filesBarry Warsaw2011-10-075-23/+39
* | | Issue #7367: Ensure test directory always gets removed.Ned Deily2011-10-071-2/+2
| |/ |/|
* | Issue #12823: remove broken link and replace it with another resource.Antoine Pitrou2011-10-071-2/+2
* | Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and describedAntoine Pitrou2011-10-073-0/+8
|/
* Issue #7367: add NEWS item.Ned Deily2011-10-061-0/+3
* Issue #7367: Fix pkgutil.walk_paths to skip directories whoseNed Deily2011-10-061-3/+11
* Issue #7367: Add test case to test_pkgutil for walking path withNed Deily2011-10-061-0/+11
* Issue #7425: Refactor test_pydoc test case for '-k' behavior and addNed Deily2011-10-061-42/+53
* Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...Antoine Pitrou2011-10-0613-87/+271
* Branch mergeÉric Araujo2011-10-062-17/+17
|\
| * Fix typo and case in a recently added testÉric Araujo2011-10-041-1/+1
| * Fix markup used in the documentation of sys.prefix and sys.exec_prefix.Éric Araujo2011-10-041-7/+7
| * Move doc of sys.dont_write_bytecode to make all attributes sorted againÉric Araujo2011-10-041-9/+9