index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #14596: The struct.Struct() objects now use more compact implementation.
Serhiy Storchaka
2013-05-17
1
-79/+94
*
merge 3.3
Benjamin Peterson
2013-05-16
2
-2/+3
|
\
|
*
C89 declaration compliance
Benjamin Peterson
2013-05-16
2
-2/+3
*
|
Issue #17964: Fix os.sysconf(): the return type of the C sysconf() function
Victor Stinner
2013-05-16
1
-1/+1
*
|
- Fix typos in the multiprocessing module.
doko@ubuntu.com
2013-05-15
1
-1/+1
|
\
\
|
|
/
|
*
- Fix typos in the multiprocessing module.
doko@ubuntu.com
2013-05-15
1
-1/+1
*
|
Backout c89febab4648 following private feedback by Guido.
Antoine Pitrou
2013-05-14
1
-1/+4
*
|
merge 3.3 (#17968)
Benjamin Peterson
2013-05-14
1
-0/+1
|
\
\
|
|
/
|
*
prevent double free in cleanup code (#17968)
Benjamin Peterson
2013-05-14
1
-0/+1
*
|
Issue #17968: Fix memory leak in os.listxattr().
Antoine Pitrou
2013-05-13
1
-1/+3
|
\
\
|
|
/
|
*
Issue #17968: Fix memory leak in os.listxattr().
Antoine Pitrou
2013-05-13
1
-1/+3
*
|
Issue #17807: Generators can now be finalized even when they are part of a re...
Antoine Pitrou
2013-05-08
1
-4/+1
*
|
Issue #1545463: At shutdown, defer finalization of codec modules so that stde...
Antoine Pitrou
2013-05-08
1
-3/+7
*
|
#16523: merge with 3.3.
Ezio Melotti
2013-05-08
1
-5/+5
|
\
\
|
|
/
|
*
#16523: improve attrgetter/itemgetter/methodcaller documentation.
Ezio Melotti
2013-05-08
1
-7/+7
*
|
Fix compiler warnings: explicit cast to int in sha256/sha512 modules
Victor Stinner
2013-05-07
2
-4/+4
*
|
zlib: Explicit cast to fix a compiler warning
Victor Stinner
2013-05-07
1
-1/+1
*
|
audioop: explicit cast to fix a compiler warning
Victor Stinner
2013-05-07
1
-1/+1
*
|
Issue #17289: The readline module now plays nicer with external modules or ap...
Antoine Pitrou
2013-05-06
1
-7/+18
|
\
\
|
|
/
|
*
Issue #17289: The readline module now plays nicer with external modules or ap...
Antoine Pitrou
2013-05-06
1
-7/+18
*
|
Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit
Charles-Francois Natali
2013-05-06
1
-7/+28
|
\
\
|
|
/
|
*
Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit
Charles-Francois Natali
2013-05-06
1
-7/+28
*
|
Issue #1545463: Global variables caught in reference cycles are now garbage-c...
Antoine Pitrou
2013-05-06
1
-1/+7
*
|
Issue #14173: Avoid crashing when reading a signal handler during interpreter...
Antoine Pitrou
2013-05-04
1
-3/+11
|
\
\
|
|
/
|
*
Issue #14173: Avoid crashing when reading a signal handler during interpreter...
Antoine Pitrou
2013-05-04
1
-3/+11
*
|
Issue #5845: Enable tab-completion in the interactive interpreter by default,...
Antoine Pitrou
2013-05-04
1
-0/+28
*
|
* Fix remaining bits of issue 17192 for 3.4 - these changes
Gregory P. Smith
2013-04-30
16
-231/+418
|
\
\
|
|
/
|
*
* Fix remaining bits of issue 17192 for 3.3 - these changes
Gregory P. Smith
2013-04-30
16
-231/+418
*
|
* Fix PART of issue 17192 for 3.4 - reapply the issue11729 patch
Gregory P. Smith
2013-04-30
3
-33/+58
|
\
\
|
|
/
|
*
* Fix PART of issue 17192 for 3.3 - reapply the issue11729 patch
Gregory P. Smith
2013-04-30
3
-33/+58
|
|
\
|
|
*
* Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone
Gregory P. Smith
2013-04-30
3
-33/+58
|
|
*
Merge
Kristján Valur Jónsson
2013-03-19
1
-0/+5
|
|
|
\
|
|
*
\
merge heads in 3.2
Gregory P. Smith
2013-03-19
1
-1/+3
|
|
|
\
\
*
|
|
\
\
Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
Serhiy Storchaka
2013-04-28
3
-7/+7
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
Serhiy Storchaka
2013-04-28
3
-7/+7
*
|
|
|
|
Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct...
Antoine Pitrou
2013-04-26
1
-0/+165
*
|
|
|
|
Revert c9674421d78e, leaving an additional comment
Eli Bendersky
2013-04-24
1
-5/+10
*
|
|
|
|
Simplify the code of get_attrib_from_keywords somewhat.
Eli Bendersky
2013-04-22
1
-9/+5
*
|
|
|
|
Issue #17736: fix misleading comment in _elementtree.c
Eli Bendersky
2013-04-22
1
-1/+3
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #17736: fix misleading comment in _elementtree.c
Eli Bendersky
2013-04-22
1
-1/+3
*
|
|
|
|
Merge 3.3
Alexandre Vassalotti
2013-04-21
1
-0/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Fix reference leak in _pickle.
Alexandre Vassalotti
2013-04-21
1
-0/+2
*
|
|
|
|
Issue #16694: Add a pure Python implementation of the operator module.
Antoine Pitrou
2013-04-20
2
-58/+56
*
|
|
|
|
Remove useless #define and #ifdefs
Eli Bendersky
2013-04-20
1
-11/+0
*
|
|
|
|
Make license notices more consistent and remove old changelog.
Eli Bendersky
2013-04-20
1
-43/+5
*
|
|
|
|
Close #17694: Add minimum length to _PyUnicodeWriter
Victor Stinner
2013-04-17
1
-4/+5
*
|
|
|
|
Merge.
Richard Oudkerk
2013-04-17
3
-4/+18
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
- Issue #17782: Fix undefined behaviour on platforms where ``struct timespec`...
Antoine Pitrou
2013-04-17
3
-4/+18
*
|
|
|
|
Make C and Python implementations of pickle load STRING opcodes the same way.
Alexandre Vassalotti
2013-04-16
1
-19/+6
*
|
|
|
|
merge 3.3
Benjamin Peterson
2013-04-16
1
-7/+2
|
\
\
\
\
\
|
|
/
/
/
/
[next]