summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch...Antoine Pitrou2013-03-281-47/+77
* | (Merge 3.3) Issue #17209: curses.window.get_wch() now handles correctly Keybo...Victor Stinner2013-03-211-0/+3
|\ \ | |/
| * Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt...Victor Stinner2013-03-211-0/+3
| * MergeKristján Valur Jónsson2013-03-191-0/+5
| |\
* | | Refactor the common code out of the posix and windows listdirGregory P. Smith2013-03-211-53/+42
* | | Refactor the Windows specific and POSIX specific implementations ofGregory P. Smith2013-03-211-21/+44
* | | Use logic operator, not bitwise operator, for conditional.R David Murray2013-03-201-1/+1
* | | #15927: Fix cvs.reader parsing of escaped \r\n with quoting off.R David Murray2013-03-201-1/+12
* | | Issue #10296: Merge to defaultKristján Valur Jónsson2013-03-191-0/+5
|\ \ \ | | |/ | |/|
| * | #10296: Merge to 3.3Kristján Valur Jónsson2013-03-191-0/+5
| |\ \