summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Issue 11931: Minor punctuation/grammar/wording fixups to the regex docsRaymond Hettinger2011-10-191-12/+11
* | | merge 3.2Benjamin Peterson2011-10-191-5/+4
|\ \ \ | |/ /
| * | adjust braces a bitBenjamin Peterson2011-10-191-5/+4
* | | Issue #13121: Support in-place math operators for collections.Counter().Raymond Hettinger2011-10-194-1/+86
| |/ |/|
* | Branch mergeÉric Araujo2011-10-1928-164/+253
|\ \
| * | 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
| * | Add reST targets to sections of the setup.cfg spec, improve wordingÉric Araujo2011-10-191-7/+32
| * | 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
| * | Fix typoÉric Araujo2011-10-191-1/+1
| * | Improve Victor’s commit with cool new 2.5 idiomÉric Araujo2011-10-191-2/+1
* | | 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
* | | Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature.Senthil Kumaran2011-10-192-7/+7
* | | default - Fix closes Issue 12604 - Use a proper no-op macro expansion for VTR...Senthil Kumaran2011-10-191-1/+1
|\ \ \ | |/ /
| * | 3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro i...Senthil Kumaran2011-10-191-1/+1
* | | default - Fix closes Issue6090 - Raise a ValueError, instead of failing with ...Senthil Kumaran2011-10-194-1/+28
|\ \ \ | |/ /
| * | 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre...Senthil Kumaran2011-10-194-1/+23
* | | 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
* | | Fix warning while building documentation.Florent Xicluna2011-10-191-2/+2
* | | 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
* | | 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
* | | 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
| |/ |/|
* | Issue #13150: sysconfig no longer parses the Makefile and config.h filesAntoine Pitrou2011-10-184-7/+28
* | Issue #13188: When called without an explicit traceback argument,Antoine Pitrou2011-10-183-0/+35
|\ \ | |/
| * Issue #13188: When called without an explicit traceback argument,Antoine Pitrou2011-10-183-0/+35
* | #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
* | #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
* | Instantiate the OS-related exception as soon as we raise it, so that "except"Victor Stinner2011-10-172-6/+21
* | Issue #12367: Test test_select.test_errno() on FreeBSDVictor Stinner2011-10-171-0/+3
* | Merge #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n...Nadeem Vawda2011-10-172-0/+6
|\ \ | |/
| * Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n...Nadeem Vawda2011-10-172-0/+6
* | 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
|\ \ | |/