summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #14596: The struct.Struct() objects now use more compact implementation.Serhiy Storchaka2013-05-171-79/+94
* merge 3.3Benjamin Peterson2013-05-162-2/+3
|\
| * C89 declaration complianceBenjamin Peterson2013-05-162-2/+3
* | Issue #17964: Fix os.sysconf(): the return type of the C sysconf() functionVictor Stinner2013-05-161-1/+1
* | - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-151-1/+1
|\ \ | |/
| * - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-151-1/+1
* | Backout c89febab4648 following private feedback by Guido.Antoine Pitrou2013-05-141-1/+4
* | merge 3.3 (#17968)Benjamin Peterson2013-05-141-0/+1
|\ \ | |/
| * prevent double free in cleanup code (#17968)Benjamin Peterson2013-05-141-0/+1
* | Issue #17968: Fix memory leak in os.listxattr().Antoine Pitrou2013-05-131-1/+3
|\ \ | |/
| * Issue #17968: Fix memory leak in os.listxattr().Antoine Pitrou2013-05-131-1/+3
* | Issue #17807: Generators can now be finalized even when they are part of a re...Antoine Pitrou2013-05-081-4/+1
* | Issue #1545463: At shutdown, defer finalization of codec modules so that stde...Antoine Pitrou2013-05-081-3/+7
* | #16523: merge with 3.3.Ezio Melotti2013-05-081-5/+5
|\ \ | |/
| * #16523: improve attrgetter/itemgetter/methodcaller documentation.Ezio Melotti2013-05-081-7/+7
* | Fix compiler warnings: explicit cast to int in sha256/sha512 modulesVictor Stinner2013-05-072-4/+4
* | zlib: Explicit cast to fix a compiler warningVictor Stinner2013-05-071-1/+1
* | audioop: explicit cast to fix a compiler warningVictor Stinner2013-05-071-1/+1
* | Issue #17289: The readline module now plays nicer with external modules or ap...Antoine Pitrou2013-05-061-7/+18
|\ \ | |/
| * Issue #17289: The readline module now plays nicer with external modules or ap...Antoine Pitrou2013-05-061-7/+18
* | Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bitCharles-Francois Natali2013-05-061-7/+28
|\ \ | |/
| * Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bitCharles-Francois Natali2013-05-061-7/+28
* | Issue #1545463: Global variables caught in reference cycles are now garbage-c...Antoine Pitrou2013-05-061-1/+7
* | Issue #14173: Avoid crashing when reading a signal handler during interpreter...Antoine Pitrou2013-05-041-3/+11
|\ \ | |/
| * Issue #14173: Avoid crashing when reading a signal handler during interpreter...Antoine Pitrou2013-05-041-3/+11
* | 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
|\ \ \ \ \ | |/ / / /