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
*
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
*
|
|
Issue #16147: PyUnicode_FromFormatV() now detects integer overflow when parsing
Victor Stinner
2012-10-06
1
-1/+11
*
|
|
Issue #16147: Rewrite PyUnicode_FromFormatV() to use _PyUnicodeWriter API
Victor Stinner
2012-10-06
3
-484/+364
*
|
|
merge with 3.3.
Georg Brandl
2012-10-06
1
-10/+10
|
\
\
\
|
|
/
/
|
*
|
Fix markup in Counter note.
Georg Brandl
2012-10-06
1
-10/+10
*
|
|
Merge: whatsnew updates for smtplib and collections.Counter.
R David Murray
2012-10-06
2
-9/+16
|
\
\
\
|
|
/
/
|
*
|
whatsnew updates for smtplib and collections.Counter.
R David Murray
2012-10-06
2
-9/+16
*
|
|
Merge: Fix typos.
R David Murray
2012-10-06
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Fix typos.
R David Murray
2012-10-06
1
-2/+2
*
|
|
merge #10968: commit threading doc changes and corresponding whatsnew entry.
R David Murray
2012-10-06
4
-171/+162
|
\
\
\
|
|
/
/
|
*
|
#10968: commit threading doc changes and corresponding whatsnew entry.
R David Murray
2012-10-06
4
-171/+162
*
|
|
Issue #16096: port fix from 3.3
Mark Dickinson
2012-10-06
1
-3/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #16096: Fix signed overflow in Objects/longobject.c. Thanks Serhiy Sto...
Mark Dickinson
2012-10-06
1
-3/+2
*
|
|
Issue #16096: Merge fixes from 3.3.
Mark Dickinson
2012-10-06
7
-35/+30
|
\
\
\
|
|
/
/
|
*
|
Issue #16096: Fix several occurrences of potential signed integer overflow. ...
Mark Dickinson
2012-10-06
7
-35/+30
*
|
|
revert accidental inclusion of subprocess tests
Andrew Svetlov
2012-10-06
1
-22/+0
|
\
\
\
|
|
/
/
|
*
|
revert accidental inclusion of subprocess tests
Andrew Svetlov
2012-10-06
1
-22/+0
|
|
\
\
|
|
|
/
|
|
*
revert accidental inclusion of subprocess tests
Andrew Svetlov
2012-10-06
1
-22/+0
*
|
|
Add spaces to follow PEP8.
Andrew Svetlov
2012-10-06
1
-1/+1
*
|
|
and another one
Christian Heimes
2012-10-06
1
-2/+2
*
|
|
merge
Christian Heimes
2012-10-06
5
-24/+40
|
\
\
\
|
*
\
\
Issue #16025: Minor corrections to the zipfile documentation.
Andrew Svetlov
2012-10-06
2
-12/+34
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #16025: Minor corrections to the zipfile documentation.
Andrew Svetlov
2012-10-06
2
-12/+34
|
|
|
\
\
|
|
|
|
/
|
|
|
*
Issue #16025: Minor corrections to the zipfile documentation.
Andrew Svetlov
2012-10-06
2
-9/+31
|
*
|
|
Issue #16120: Use |yield from| in stdlib.
Andrew Svetlov
2012-10-06
3
-12/+6
*
|
|
|
move var declaration to top of block to fix compilation on Windows, fixes a7e...
Christian Heimes
2012-10-06
1
-2/+4
*
|
|
|
remove #warning from sha3module.c
Christian Heimes
2012-10-06
1
-1/+0
|
/
/
/
*
|
|
fix possible memory leak, dealloc newobj
Christian Heimes
2012-10-06
1
-2/+1
*
|
|
Fixed a missing incref introduced by a7ec0a1b0f7c
Armin Ronacher
2012-10-06
1
-1/+1
*
|
|
Added notimplemented_dealloc for better error reporting
Armin Ronacher
2012-10-06
1
-1/+10
*
|
|
merge default
Armin Ronacher
2012-10-06
10
-18/+83
|
\
\
\
|
*
\
\
merge with 3.3
Georg Brandl
2012-10-06
10
-18/+83
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Closes #11710: create "landing pages" (/library/package.html) for those packa...
Georg Brandl
2012-10-06
9
-8/+79
[next]