summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Null mergeMeador Inge2012-01-190-0/+0
|\
| * Issue #2134: Clarify token.OP handling rationale in tokenize documentation.Meador Inge2012-01-192-0/+9
* | improve casefold/lower/upper docsBenjamin Peterson2012-01-191-2/+18
* | Be more lenient in test_wallclock (issue #10278).Antoine Pitrou2012-01-181-2/+2
* | Issue #13722: Avoid silencing ImportErrors when initializing the codecs regis...Antoine Pitrou2012-01-182-9/+3
|\ \ | |/
| * Issue #13722: Avoid silencing ImportErrors when initializing the codecs regis...Antoine Pitrou2012-01-182-9/+3
* | Finally fix all test_capi refleaksAntoine Pitrou2012-01-181-9/+16
* | Fix some of the remaining test_capi leaksAntoine Pitrou2012-01-181-3/+5
* | Fix some of the remaining test_capi refleaksAntoine Pitrou2012-01-181-0/+2
* | Fix some of the refleaks in test_capi (ported from 3.2)Antoine Pitrou2012-01-181-3/+7
|\ \ | |/
| * Fix refleaks in test_capiAntoine Pitrou2012-01-181-3/+7
* | Fix the builtin module initialization code to store the init function for fut...Antoine Pitrou2012-01-182-0/+7
|\ \ | |/
| * Fix the builtin module initialization code to store the init function for fut...Antoine Pitrou2012-01-182-0/+7
* | Add part of test_inspect test from 2.7Antoine Pitrou2012-01-181-0/+11
|\ \ | |/
| * Add part of test_inspect test from 2.7Antoine Pitrou2012-01-181-0/+11
* | Merge refleak fixes from 3.2Antoine Pitrou2012-01-182-75/+64
|\ \ | |/
| * Fix the _io module leaking references when a sub-interpreter is created.Antoine Pitrou2012-01-181-48/+36
| * Fix leaking a RuntimeError objects when creating sub-interpretersAntoine Pitrou2012-01-181-21/+23
* | Fix a memory leak when initializing the standard I/O streams.Antoine Pitrou2012-01-181-1/+2
|\ \ | |/
| * Fix a memory leak when initializing the standard I/O streams.Antoine Pitrou2012-01-181-1/+2
* | Issue #5689: Avoid excessive memory usage by using the default lzma preset.Lars Gustäbel2012-01-181-5/+1
* | Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects.Nadeem Vawda2012-01-183-2/+15
|\ \ | |/
| * Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.Nadeem Vawda2012-01-183-2/+15
* | MERGE: And yet another emergency fix for #13803 bootstrap issue: Under Solari...Jesus Cea2012-01-182-2/+2
|\ \ | |/
| * And yet another emergency fix for #13803 bootstrap issue: Under Solaris, dist...Jesus Cea2012-01-182-2/+2
* | MERGE: Yet another emergency fix for #13803 bootstrap issue: Under Solaris, d...Jesus Cea2012-01-181-0/+5
|\ \ | |/
| * Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutil...Jesus Cea2012-01-181-0/+5
* | #13665: merge with 3.2.Ezio Melotti2012-01-181-1/+1
|\ \ | |/
| * #13665: s/string/bytes/ in error message.Ezio Melotti2012-01-181-1/+1
* | Use ASCII quotes and fix markup.Ezio Melotti2012-01-182-5/+5
* | MERGE: Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doe...Jesus Cea2012-01-181-2/+5
|\ \ | |/
| * Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't in...Jesus Cea2012-01-181-2/+5
* | MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in the...Jesus Cea2012-01-182-0/+5
|\ \ | |/
| * Closes #13803: Under Solaris, distutils doesn't include bitness in the direct...Jesus Cea2012-01-182-0/+5
* | MergeAntoine Pitrou2012-01-188-9/+96
|\ \
| * | Issue #10278: fix a typo in the docVictor Stinner2012-01-181-1/+1
| * | Close #10278: Add time.wallclock() function, monotonic clock.Victor Stinner2012-01-185-5/+75
| * | Add missing versionadded in webbrowser doc.Ezio Melotti2012-01-181-2/+5
| * | Issue #13809: Make bz2 module work with threads disabled.Nadeem Vawda2012-01-173-2/+16
* | | Fix error handling in timemodule.cAntoine Pitrou2012-01-181-2/+6
|/ /
* | Test running of code in a sub-interpreterAntoine Pitrou2012-01-172-0/+44
|\ \ | |/
| * Test running of code in a sub-interpreterAntoine Pitrou2012-01-172-0/+44
* | Issue #13727: Add 3 macros to access PyDateTime_Delta members:Amaury Forgeot d'Arc2012-01-173-0/+35
* | Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-174-18/+71
|\ \ | |/
| * Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-174-18/+71
* | Add missing sentinel to PyCursesWindow_getsetsRonald Oussoren2012-01-171-1/+2
* | fix indentationBenjamin Peterson2012-01-161-5/+5
* | break out switch at correct placeBenjamin Peterson2012-01-161-1/+1
* | only finish error if one occurredBenjamin Peterson2012-01-161-1/+2
* | move LINENO define to where it actually belongsBenjamin Peterson2012-01-162-4/+1