summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Jesus Cea2012-01-182-2/+2
|\ \ | |/ | | | | Solaris, distutils doesn't include bitness in the directory name
| * And yet another emergency fix for #13803 bootstrap issue: Under Solaris, ↵Jesus Cea2012-01-182-2/+2
| | | | | | | | distutils doesn't include bitness in the directory name
* | MERGE: Yet another emergency fix for #13803 bootstrap issue: Under Solaris, ↵Jesus Cea2012-01-181-0/+5
|\ \ | |/ | | | | distutils doesn't include bitness in the directory name
| * Yet another emergency fix for #13803 bootstrap issue: Under Solaris, ↵Jesus Cea2012-01-181-0/+5
| | | | | | | | distutils doesn't include bitness in the directory name
* | #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 ↵Jesus Cea2012-01-181-2/+5
|\ \ | |/ | | | | doesn't include bitness in the directory name
| * Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't ↵Jesus Cea2012-01-181-2/+5
| | | | | | | | include bitness in the directory name
* | MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in ↵Jesus Cea2012-01-182-0/+5
|\ \ | |/ | | | | the directory name
| * Closes #13803: Under Solaris, distutils doesn't include bitness in the ↵Jesus Cea2012-01-182-0/+5
| | | | | | | | directory name
* | 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
| | | | | | | | | | | | Original patch by Amaury Forgeot d'Arc.
* | | Fix error handling in timemodule.cAntoine Pitrou2012-01-181-2/+6
|/ /
* | Test running of code in a sub-interpreterAntoine Pitrou2012-01-172-0/+44
|\ \ | |/ | | | | (prelude to issue #6531).
| * Test running of code in a sub-interpreterAntoine Pitrou2012-01-172-0/+44
| | | | | | | | (prelude to issue #6531).
* | Issue #13727: Add 3 macros to access PyDateTime_Delta members:Amaury Forgeot d'Arc2012-01-173-0/+35
| | | | | | | | | | | | | | PyDateTime_DELTA_GET_DAYS, PyDateTime_DELTA_GET_SECONDS, PyDateTime_DELTA_GET_MICROSECONDS. Please use them instead of directly accessing PyDateTime_Delta struct members.
* | Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-174-18/+71
|\ \ | |/ | | | | Patch by Oleg Plakhotnyuk.
| * Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-174-18/+71
| | | | | | | | Patch by Oleg Plakhotnyuk.
* | Add missing sentinel to PyCursesWindow_getsetsRonald Oussoren2012-01-171-1/+2
| | | | | | | | The PyCursesWindow_getsets array was introduced without sentinel in c3581ca21a57.
* | 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
| |
* | streamline normalizer identification a bitBenjamin Peterson2012-01-161-25/+55
| |
* | Remove "documenting" latex document.Georg Brandl2012-01-160-0/+0
|\ \ | |/
| * Remove "documenting" latex document.Georg Brandl2012-01-161-2/+0
| |
* | Remove "documenting" latex document.Georg Brandl2012-01-161-2/+0
| |
* | don't ready in case_operation, since most callers do it themselvesBenjamin Peterson2012-01-161-2/+5
| |
* | Issue: #12409: merge with 3.2Sandro Tosi2012-01-161-221/+0
|\ \ | |/
| * Issue: #12409: remove obsolete susp-entriesSandro Tosi2012-01-161-128/+0
| |
* | Issue #13588: Rename decorators in importlib.Brett Cannon2012-01-162-18/+19
| | | | | | | | | | More descriptive names are now used in order to make tracebacks more readable.
* | fix spellingBenjamin Peterson2012-01-161-1/+1
| |
* | invert condition (head bang)Benjamin Peterson2012-01-161-1/+1
| |
* | murder tabsBenjamin Peterson2012-01-161-98/+98
| |
* | fix possible refleaksBenjamin Peterson2012-01-161-2/+4
| |
* | use helpful PyUnicode_IS_ASCII macroBenjamin Peterson2012-01-161-1/+1
| |
* | PyUnicode_DecodeUTF8 will always return a ready stringBenjamin Peterson2012-01-161-1/+2
| |
* | rewrite such that this actually makes senseBenjamin Peterson2012-01-161-1/+1
| |
* | regenerated using autoconf, includes dirfd test.Gregory P. Smith2012-01-161-1/+1
| |
* | Add a test for the dirfd library function (to be used in an upcomingGregory P. Smith2012-01-162-1/+4
|\ \ | |/ | | | | change). configure will be regenerated in the next commit.
| * regenerate configure using autoconf. includes the dirfd test.Gregory P. Smith2012-01-161-286/+309
| |
| * Test for the dirfd library function (for use in some upcomingGregory P. Smith2012-01-162-1/+4
| | | | | | | | changes).
* | Merge with 3.2 #6528 None, True, False are keywords in 3.x. Patch by R. Serwy.Terry Jan Reedy2012-01-162-2/+3
|\ \ | |/