summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #5845: Enable tab-completion in the interactive interpreter by default,...Antoine Pitrou2013-05-041-0/+28
* * Fix remaining bits of issue 17192 for 3.4 - these changesGregory P. Smith2013-04-3016-231/+418
|\
| * * Fix remaining bits of issue 17192 for 3.3 - these changesGregory P. Smith2013-04-3016-231/+418
* | * Fix PART of issue 17192 for 3.4 - reapply the issue11729 patchGregory P. Smith2013-04-303-33/+58
|\ \ | |/
| * * Fix PART of issue 17192 for 3.3 - reapply the issue11729 patchGregory P. Smith2013-04-303-33/+58
| |\
| | * * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undoneGregory P. Smith2013-04-303-33/+58
| | * MergeKristján Valur Jónsson2013-03-191-0/+5
| | |\
| | * \ merge heads in 3.2Gregory P. Smith2013-03-191-1/+3
| | |\ \
* | | \ \ Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,Serhiy Storchaka2013-04-283-7/+7
|\ \ \ \ \ | |/ / / /
| * | | | Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,Serhiy Storchaka2013-04-283-7/+7
* | | | | Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct...Antoine Pitrou2013-04-261-0/+165
* | | | | Revert c9674421d78e, leaving an additional commentEli Bendersky2013-04-241-5/+10
* | | | | Simplify the code of get_attrib_from_keywords somewhat.Eli Bendersky2013-04-221-9/+5
* | | | | Issue #17736: fix misleading comment in _elementtree.cEli Bendersky2013-04-221-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | Issue #17736: fix misleading comment in _elementtree.cEli Bendersky2013-04-221-1/+3
* | | | | Merge 3.3Alexandre Vassalotti2013-04-211-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix reference leak in _pickle.Alexandre Vassalotti2013-04-211-0/+2
* | | | | Issue #16694: Add a pure Python implementation of the operator module.Antoine Pitrou2013-04-202-58/+56
* | | | | Remove useless #define and #ifdefsEli Bendersky2013-04-201-11/+0
* | | | | Make license notices more consistent and remove old changelog.Eli Bendersky2013-04-201-43/+5
* | | | | Close #17694: Add minimum length to _PyUnicodeWriterVictor Stinner2013-04-171-4/+5
* | | | | Merge.Richard Oudkerk2013-04-173-4/+18
|\ \ \ \ \ | |/ / / /
| * | | | - Issue #17782: Fix undefined behaviour on platforms where ``struct timespec`...Antoine Pitrou2013-04-173-4/+18
* | | | | Make C and Python implementations of pickle load STRING opcodes the same way.Alexandre Vassalotti2013-04-161-19/+6
* | | | | merge 3.3Benjamin Peterson2013-04-161-7/+2
|\ \ \ \ \ | |/ / / /
| * | | | remove pointless code (closes #17738)Benjamin Peterson2013-04-161-7/+2
* | | | | Issue #17710: Fix pickle raising a SystemError on bogus input.Antoine Pitrou2013-04-151-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Issue #17710: Fix pickle raising a SystemError on bogus input.Antoine Pitrou2013-04-151-4/+4
* | | | | Issue #17693: Fix memory/reference leaksVictor Stinner2013-04-141-5/+3
* | | | | Style cleanups for pickle.py and _pickle.Alexandre Vassalotti2013-04-141-4/+2
* | | | | Merge 3.3Alexandre Vassalotti2013-04-141-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Clean up error messages raised by save_reduce in _pickle.Alexandre Vassalotti2013-04-141-2/+2
* | | | | Issue #17693: CJK encoders now use the new Unicode API (PEP 393)Victor Stinner2013-04-149-418/+430
* | | | | Issue #17016: Get rid of possible pointer wraparounds and integer overflowsSerhiy Storchaka2013-04-131-11/+11
|\ \ \ \ \ | |/ / / /
| * | | | Issue #17016: Get rid of possible pointer wraparounds and integer overflowsSerhiy Storchaka2013-04-131-11/+11
* | | | | Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead ofVictor Stinner2013-04-1113-440/+384
* | | | | Fix a crash when setting a servername callback on a SSL server socket and the...Antoine Pitrou2013-04-111-12/+18
* | | | | Close #14439: Python now prints the traceback on runpy failure at startup.Victor Stinner2013-04-091-0/+4
* | | | | gibibytes (Arfrever)Antoine Pitrou2013-04-071-1/+1
* | | | | Issue #15596: Faster pickling of unicode strings.Antoine Pitrou2013-04-071-35/+69
* | | | | Revert a premature patch for issue #14010 (changeset 846bd418aee5).Serhiy Storchaka2013-04-061-46/+1
|\ \ \ \ \ | |/ / / /
| * | | | Revert a premature patch for issue #14010 (changeset aaaf36026511).Serhiy Storchaka2013-04-061-46/+1
* | | | | Issue #14010: Fix a crash when iterating or deleting deeply nested filtersSerhiy Storchaka2013-04-061-1/+46
|\ \ \ \ \ | |/ / / /
| * | | | Issue #14010: Fix a crash when iterating or deleting deeply nested filtersSerhiy Storchaka2013-04-061-1/+46
* | | | | Issue #17591: Use lowercase filenames when including Windows header files.Antoine Pitrou2013-03-311-1/+1
* | | | | Fix comment about the OpenSSL version in which SNI version was introduced.Antoine Pitrou2013-03-301-1/+1
* | | | | Improve set_servername_callback docstring.Antoine Pitrou2013-03-301-3/+3
* | | | | Fix previous fix (the cause was actually a misplaced #endif, or so it seems)Antoine Pitrou2013-03-301-3/+1
* | | | | Further compiling fixes (issue #17581)Antoine Pitrou2013-03-301-1/+4
* | | | | Issue #17581: try to fix building on old OpenSSL versionsAntoine Pitrou2013-03-301-7/+27