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 #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
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
remove pointless code (closes #17738)
Benjamin Peterson
2013-04-16
1
-7/+2
*
|
|
|
|
Issue #17710: Fix pickle raising a SystemError on bogus input.
Antoine Pitrou
2013-04-15
1
-4/+4
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #17710: Fix pickle raising a SystemError on bogus input.
Antoine Pitrou
2013-04-15
1
-4/+4
*
|
|
|
|
Issue #17693: Fix memory/reference leaks
Victor Stinner
2013-04-14
1
-5/+3
*
|
|
|
|
Style cleanups for pickle.py and _pickle.
Alexandre Vassalotti
2013-04-14
1
-4/+2
*
|
|
|
|
Merge 3.3
Alexandre Vassalotti
2013-04-14
1
-2/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Clean up error messages raised by save_reduce in _pickle.
Alexandre Vassalotti
2013-04-14
1
-2/+2
*
|
|
|
|
Issue #17693: CJK encoders now use the new Unicode API (PEP 393)
Victor Stinner
2013-04-14
9
-418/+430
*
|
|
|
|
Issue #17016: Get rid of possible pointer wraparounds and integer overflows
Serhiy Storchaka
2013-04-13
1
-11/+11
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #17016: Get rid of possible pointer wraparounds and integer overflows
Serhiy Storchaka
2013-04-13
1
-11/+11
*
|
|
|
|
Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of
Victor Stinner
2013-04-11
13
-440/+384
*
|
|
|
|
Fix a crash when setting a servername callback on a SSL server socket and the...
Antoine Pitrou
2013-04-11
1
-12/+18
*
|
|
|
|
Close #14439: Python now prints the traceback on runpy failure at startup.
Victor Stinner
2013-04-09
1
-0/+4
*
|
|
|
|
gibibytes (Arfrever)
Antoine Pitrou
2013-04-07
1
-1/+1
*
|
|
|
|
Issue #15596: Faster pickling of unicode strings.
Antoine Pitrou
2013-04-07
1
-35/+69
*
|
|
|
|
Revert a premature patch for issue #14010 (changeset 846bd418aee5).
Serhiy Storchaka
2013-04-06
1
-46/+1
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Revert a premature patch for issue #14010 (changeset aaaf36026511).
Serhiy Storchaka
2013-04-06
1
-46/+1
*
|
|
|
|
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
Serhiy Storchaka
2013-04-06
1
-1/+46
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
Serhiy Storchaka
2013-04-06
1
-1/+46
*
|
|
|
|
Issue #17591: Use lowercase filenames when including Windows header files.
Antoine Pitrou
2013-03-31
1
-1/+1
*
|
|
|
|
Fix comment about the OpenSSL version in which SNI version was introduced.
Antoine Pitrou
2013-03-30
1
-1/+1
*
|
|
|
|
Improve set_servername_callback docstring.
Antoine Pitrou
2013-03-30
1
-3/+3
*
|
|
|
|
Fix previous fix (the cause was actually a misplaced #endif, or so it seems)
Antoine Pitrou
2013-03-30
1
-3/+1
*
|
|
|
|
Further compiling fixes (issue #17581)
Antoine Pitrou
2013-03-30
1
-1/+4
*
|
|
|
|
Issue #17581: try to fix building on old OpenSSL versions
Antoine Pitrou
2013-03-30
1
-7/+27
[next]