aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-17Issue #22207: Fix "comparison between signed and unsigned integers" warning inVictor Stinner
2014-08-17Issue #22206: Using pthread, PyThread_create_key() now sets errno to ENOMEM andVictor Stinner
2014-08-17_pickle: Optimize raw_unicode_escape(), use directly a bytes object, don't useVictor Stinner
2014-08-17Optimize PyBytes_FromObject(): only overallocate when size=0 to not get theVictor Stinner
2014-08-17Issue #22218: Fix "comparison between signed and unsigned integers" warning inVictor Stinner
2014-08-17Issue #22218: Fix "comparison between signed and unsigned integers" warnings inVictor Stinner
2014-08-17Issue #22218: Fix "comparison between signed and unsigned integers" warnings inVictor Stinner
2014-08-17Issue #22165: Fixed test_undecodable_filename on Mac OS.Serhiy Storchaka
2014-08-17Issue #22165: Fixed test_undecodable_filename on Mac OS.Serhiy Storchaka
2014-08-17Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.Serhiy Storchaka
2014-08-17Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.Serhiy Storchaka
2014-08-17Issue #22201: Command-line interface of the zipfile module now correctlySerhiy Storchaka
2014-08-17Issue #22201: Command-line interface of the zipfile module now correctlySerhiy Storchaka
2014-08-17Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales.Serhiy Storchaka
2014-08-17Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales.Serhiy Storchaka
2014-08-17Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.Serhiy Storchaka
2014-08-17Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.Serhiy Storchaka
2014-08-17Issue #20184: Add signature introspection for 30 of the builtinsNick Coghlan
2014-08-17Clarify ord() and chr() documentationNick Coghlan
2014-08-16merge 3.4; backout changeset 3435c5865cfc due to buildbot failures. Ref #8797Senthil Kumaran
2014-08-16backout changeset 3435c5865cfc due to buildbot failures. Ref #8797Senthil Kumaran
2014-08-16Issue #22156: simplify _tracemalloc.c, use an int for the MAX_NFRAME constantVictor Stinner
2014-08-16(Merge 3.4) Closes #22188: test_gdb now runs gdb with -nx: "Do not executeVictor Stinner
2014-08-16Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands fromVictor Stinner
2014-08-16(Merge 3.4) Closes #22205: sys._debugmallocstats is a cpython specific feature,Victor Stinner
2014-08-16Closes #22205: sys._debugmallocstats is a cpython specific feature, soVictor Stinner
2014-08-16merge from 3.4Senthil Kumaran
2014-08-16Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...Senthil Kumaran
2014-08-16Issue #22156: Fix some "comparison between signed and unsigned integers"Victor Stinner
2014-08-15Issue #22156: Fix "comparison between signed and unsigned integers" compilerVictor Stinner
2014-08-15Issue #22156: Fix "comparison between signed and unsigned integers" compilerVictor Stinner
2014-08-15Merge with 3.4Terry Jan Reedy
2014-08-15Issue #22065: Update turtledemo menu creation; don't use obsolete Menubutton.Terry Jan Reedy
2014-08-15Null merge.Terry Jan Reedy
2014-08-15#22053: actually remove .txt files from 3.4.Terry Jan Reedy
2014-08-15Issue #22065: Try the delete demohelp.txt part again.Terry Jan Reedy
2014-08-15Issue #22065: forward port the changes in c26862955342, update docstring withTerry Jan Reedy
2014-08-15Issue #10291: null mergeTerry Jan Reedy
2014-08-14Issue #10291: Backport 004fe3449193 with a few changes due to 22095.Terry Jan Reedy
2014-08-14Merge with 3.4Terry Jan Reedy
2014-08-14Issue #17390: Adjust Editor window title. Remove 'Python', move version to end.Terry Jan Reedy
2014-08-14Issue #15381: Optimized line reading in io.BytesIO.Serhiy Storchaka
2014-08-14Issue #22193: Added private function _PySys_GetSizeOf() needed to implementSerhiy Storchaka
2014-08-14Issue #22193: Added private function _PySys_GetSizeOf() needed to implementSerhiy Storchaka
2014-08-14Issue #21445: Pass exception messages correctly to assertTrue inBerker Peksag
2014-08-14Issue #21445: Pass exception messages correctly to assertTrue inBerker Peksag
2014-08-13Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems()Serhiy Storchaka
2014-08-13Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems()Serhiy Storchaka
2014-08-12mergeRaymond Hettinger
2014-08-12Issue 22184: Early detection and reporting of missing lru_cache parametersRaymond Hettinger