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
...
*
|
|
|
|
bz2 module: Rewrap docstrings at 72 columns, as per PEP 8.
Nadeem Vawda
2012-10-08
1
-15/+16
*
|
|
|
|
Stylistic tweaks to the bz2 module to make it easier to transplant changes from
Nadeem Vawda
2012-10-08
2
-74/+75
*
|
|
|
|
Use setUpClass() and tearDownClass() in test_multiprocessing.
Richard Oudkerk
2012-10-08
1
-85/+87
*
|
|
|
|
Make __mp_main__ an alias for __main__ in all processes to simplify
Richard Oudkerk
2012-10-08
2
-16/+13
*
|
|
|
|
Merge 3.3
Hynek Schlawack
2012-10-08
2
-8/+14
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Merge 3.2
Hynek Schlawack
2012-10-08
2
-8/+14
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
#13498: Clarify docs of os.makedirs()'s exist_ok argument.
Hynek Schlawack
2012-10-07
2
-8/+14
*
|
|
|
|
Issue #14783: Merge changes from 3.3.
Chris Jerdonek
2012-10-07
6
-11/+25
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #14783: Merge changes from 3.2.
Chris Jerdonek
2012-10-07
6
-11/+25
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
Issue #14783: Improve int() docstring and also str(), range(), and slice().
Chris Jerdonek
2012-10-07
6
-10/+24
*
|
|
|
|
brg_endian.h is back again
Christian Heimes
2012-10-07
1
-1/+0
*
|
|
|
|
merge
Christian Heimes
2012-10-07
5
-28/+20
|
\
\
\
\
\
|
*
|
|
|
|
Issue #16120: Use |yield from| in stdlib.
Andrew Svetlov
2012-10-07
1
-2/+1
|
*
|
|
|
|
Get rid of circular import and eliminate unprefixed exported symbols
Richard Oudkerk
2012-10-07
3
-26/+15
|
*
|
|
|
|
merge heads
Andrew Svetlov
2012-10-07
1
-0/+4
|
|
\
\
\
\
\
|
|
*
\
\
\
\
merge heads
Andrew Svetlov
2012-10-07
1
-0/+4
|
|
|
\
\
\
\
\
|
|
|
*
\
\
\
\
Merge issue #14900: Add aliases for sorting params for pstat to follow column...
Andrew Svetlov
2012-10-07
1
-0/+4
|
|
|
|
\
\
\
\
\
|
|
|
|
|
/
/
/
/
|
|
|
|
*
|
|
|
Merge issue #14900: Add aliases for sorting params for pstat to follow column...
Andrew Svetlov
2012-10-07
1
-0/+4
|
|
|
|
|
\
\
\
\
|
|
|
|
|
|
/
/
/
|
|
|
|
|
*
|
|
Issue #14900: Add aliases for sorting params for pstat to follow column names...
Andrew Svetlov
2012-10-07
1
-0/+4
*
|
|
|
|
|
|
|
re-add brg_endian.h to debug issue in big endian SPARC machine
Christian Heimes
2012-10-07
5
-7/+150
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
correct build configuration of sha3 project for debug builds
Christian Heimes
2012-10-07
1
-3/+4
|
/
/
/
/
/
/
*
|
|
|
|
|
_sha3 was missing debug build targets. I used xxlimited.vcxproj as template. ...
Christian Heimes
2012-10-07
1
-25/+46
|
/
/
/
/
/
*
|
|
|
|
Issue #14900: Distuguish call count and primitive call count in pstat output.
Andrew Svetlov
2012-10-07
2
-1/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Merge issue #14900: Distuguish call count and primitive call count in pstat o...
Andrew Svetlov
2012-10-07
2
-1/+2
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
Issue #14900: Distuguish call count and primitive call count in pstat output.
Andrew Svetlov
2012-10-07
2
-1/+2
*
|
|
|
|
merge 3.3
Eli Bendersky
2012-10-07
3
-21/+34
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek
Eli Bendersky
2012-10-07
3
-21/+34
*
|
|
|
|
Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError
Hynek Schlawack
2012-10-07
4
-5/+35
*
|
|
|
|
Remove unused functions from _tkinter.
Andrew Svetlov
2012-10-07
1
-21/+0
*
|
|
|
|
Utilize PyModule_Add{IntConstant,StringConstant,Object} in _tkinter.
Andrew Svetlov
2012-10-07
1
-19/+19
*
|
|
|
|
Fix markup.
Ezio Melotti
2012-10-07
2
-3/+3
*
|
|
|
|
Utilize Py_RETURN_NONE in _tkinter module.
Andrew Svetlov
2012-10-07
1
-26/+13
*
|
|
|
|
Issue #16148: Small improvements and cleanup. Added version information
Armin Ronacher
2012-10-07
6
-9/+24
*
|
|
|
|
Merge: More whatsnew updates, move some doc NEWS items into the doc section.
R David Murray
2012-10-07
2
-16/+26
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
More whatsnew updates, move some doc NEWS items into the doc section.
R David Murray
2012-10-07
2
-16/+26
*
|
|
|
|
Merge: starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup.
R David Murray
2012-10-07
2
-2/+9
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup.
R David Murray
2012-10-07
2
-2/+9
*
|
|
|
|
Merge: More whatsnew updates. Also move a C-API NEWS item out of library sec...
R David Murray
2012-10-07
2
-5/+30
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
More whatsnew updates. Also move a C-API NEWS item out of library section.
R David Murray
2012-10-07
2
-5/+30
*
|
|
|
|
merge #9957: document that SpooledTemporaryFile.truncate now accepts a size arg
R David Murray
2012-10-06
2
-0/+11
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
#9957: document that SpooledTemporaryFile.truncate now accepts a size arg
R David Murray
2012-10-06
2
-0/+11
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
#9957: document that SpooledTemporaryFile.truncate does not take size arg
R David Murray
2012-10-06
1
-1/+2
|
|
|
|
/
|
|
|
/
|
*
|
|
|
Null merge
R David Murray
2012-10-06
0
-0/+0
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Null merge.
R David Murray
2012-10-06
0
-0/+0
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Closes #16149: remove now-false statement about the inability to compare Deci...
Georg Brandl
2012-10-06
1
-10/+4
*
|
|
|
More whatsnew updates.
R David Murray
2012-10-06
2
-24/+63
|
\
\
\
\
|
|
/
/
/
|
*
|
|
More whatsnew updates.
R David Murray
2012-10-06
2
-24/+63
*
|
|
|
Cleanup PyUnicode_FromFormatV() for zero padding
Victor Stinner
2012-10-06
1
-1/+5
*
|
|
|
Issue #16147: PyUnicode_FromFormatV() doesn't need anymore to allocate a buffer
Victor Stinner
2012-10-06
2
-48/+26
*
|
|
|
Issue #16147: PyUnicode_FromFormatV() now raises an error if the argument of
Victor Stinner
2012-10-06
1
-0/+5
[prev]
[next]