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
Commit message (
Expand
)
Author
Age
Files
Lines
*
#16135: Removal of OS/2 support (I)
Jesus Cea
2012-10-04
7
-330/+3
*
merge 3.3 (bug already fixed, differently, in default)
Victor Stinner
2012-10-04
0
-0/+0
|
\
|
*
Fix PyUnicode_Format(): return NULL if PyUnicode_READY(uformat) failed
Victor Stinner
2012-10-04
1
-1/+3
*
|
Optimize unicode_compare(): use memcmp() when comparing two UCS1 strings
Victor Stinner
2012-10-04
1
-8/+25
*
|
Enable also ptr==ptr optimization in PyUnicode_Compare()
Victor Stinner
2012-10-04
2
-5/+7
*
|
Merge: Issue #14997: disable <F5> in idle shell window.
Andrew Svetlov
2012-10-04
1
-0/+2
|
\
\
|
|
/
|
*
Merge: Issue #14997: disable <F5> in idle shell window.
Andrew Svetlov
2012-10-04
1
-0/+2
|
|
\
|
|
*
Issue #14997: disable <F5> in idle shell window.
Andrew Svetlov
2012-10-04
1
-0/+2
*
|
|
Issue #14446: Remove deprecated tkinter functions
Andrew Svetlov
2012-10-04
3
-153/+0
*
|
|
Issue #15417: Add support for csh and fish in venv activation scripts.
Andrew Svetlov
2012-10-04
3
-14/+126
*
|
|
Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ...
Antoine Pitrou
2012-10-04
4
-31/+127
|
\
\
\
|
|
/
/
|
*
|
Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ...
Antoine Pitrou
2012-10-04
4
-31/+127
*
|
|
Merge heads
Andrew Svetlov
2012-10-04
1
-1/+1
|
\
\
\
|
*
\
\
Merge: Fix typo in documentation for time module, thanks to docs@
Andrew Svetlov
2012-10-04
1
-1/+1
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Fix typo in documentation for time module, thanks to docs@
Andrew Svetlov
2012-10-04
1
-1/+1
*
|
|
|
3.3 -> 3.4 (closes #16130)
Benjamin Peterson
2012-10-04
1
-1/+1
|
/
/
/
*
|
|
Merge: Fix typo in documentation for collections.ChainMap, thanks to Olivier ...
Andrew Svetlov
2012-10-04
2
-1/+2
|
\
\
\
|
|
/
/
|
*
|
Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard...
Andrew Svetlov
2012-10-04
2
-1/+2
*
|
|
MERGE: Closes #16126: PyErr_Format format mismatch in _testcapimodule.c
Jesus Cea
2012-10-04
3
-1/+15
|
\
\
\
|
|
/
/
|
*
|
Closes #16126: PyErr_Format format mismatch in _testcapimodule.c
Jesus Cea
2012-10-04
3
-1/+15
*
|
|
MERGE: Closes #16112: platform.architecture does not correctly escape argumen...
Jesus Cea
2012-10-04
3
-5/+12
|
\
\
\
|
|
/
/
|
*
|
MERGE: Closes #16112: platform.architecture does not correctly escape argumen...
Jesus Cea
2012-10-04
3
-5/+12
|
|
\
\
|
|
|
/
|
|
*
Closes #16112: platform.architecture does not correctly escape argument to /u...
Jesus Cea
2012-10-04
3
-5/+11
*
|
|
Closes #15488: Closed files keep their buffer alive
Jesus Cea
2012-10-04
3
-0/+16
*
|
|
MERGE: Whatsnew typo
Jesus Cea
2012-10-04
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Whatsnew typo
Jesus Cea
2012-10-04
1
-2/+2
*
|
|
MERGE: whatsnew
Jesus Cea
2012-10-04
1
-0/+7
|
\
\
\
|
|
/
/
|
*
|
whatsnew
Jesus Cea
2012-10-04
1
-0/+7
*
|
|
long_to_decimal_string_internal() doesn't need to write the final NULL character
Victor Stinner
2012-10-04
1
-1/+0
*
|
|
unicode_result_wchar(): move the assert() to the "#ifdef Py_DEBUG" block
Victor Stinner
2012-10-04
1
-3/+3
*
|
|
Split the huge PyUnicode_Format() function (+540 lines) into subfunctions
Victor Stinner
2012-10-04
1
-472/+605
*
|
|
PyUnicode_Format(): disable overallocation when we are writing the last part
Victor Stinner
2012-10-03
1
-1/+3
*
|
|
Unicode: resize_compact() and resize_inplace() fills also the Unicode strings
Victor Stinner
2012-10-03
1
-5/+33
*
|
|
Merge #12947 workaround from 3.3
Nick Coghlan
2012-10-03
1
-10/+20
|
\
\
\
|
|
/
/
|
*
|
Issue #12947: Better workaround for the problem with doctest directives being...
Nick Coghlan
2012-10-03
1
-10/+20
*
|
|
Merge doctest note from 3.3
Nick Coghlan
2012-10-03
1
-0/+8
|
\
\
\
|
|
/
/
|
*
|
Issue #12947: Add a note to doctest until the example rendering is fixed
Nick Coghlan
2012-10-03
1
-0/+8
*
|
|
NULL merge
Jesus Cea
2012-10-03
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
NULL merge
Jesus Cea
2012-10-03
0
-0/+0
|
|
\
\
|
|
|
/
|
|
*
Closes #15897: zipimport.c doesn't check return value of fseek(). Typo
Jesus Cea
2012-10-03
1
-5/+5
*
|
|
MERGE: Fix Misc/ACKS alphabetic order
Jesus Cea
2012-10-03
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
MERGE: Fix Misc/ACKS alphabetic order
Jesus Cea
2012-10-03
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Fix Misc/ACKS alphabetic order
Jesus Cea
2012-10-03
1
-1/+1
*
|
|
MERGE: Closes #15897: zipimport.c doesn't check return value of fseek()
Jesus Cea
2012-10-03
3
-7/+40
|
\
\
\
|
|
/
/
|
*
|
MERGE: Closes #15897: zipimport.c doesn't check return value of fseek()
Jesus Cea
2012-10-03
3
-7/+40
|
|
\
\
|
|
|
/
|
|
*
Closes #15897: zipimport.c doesn't check return value of fseek()
Jesus Cea
2012-10-03
3
-7/+40
*
|
|
Issue #9650: List commonly used format codes in time.strftime and time.strpti...
Alexander Belopolsky
2012-10-02
2
-3/+28
*
|
|
More whatsnew updates.
R David Murray
2012-10-02
2
-18/+55
|
\
\
\
|
|
/
/
|
*
|
More whatsnew updates.
R David Murray
2012-10-02
2
-18/+55
|
*
|
Reword the next version placeholder now that the changelog is part of the pub...
Nick Coghlan
2012-10-02
1
-1/+3
[next]