summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* correct build configuration of sha3 project for debug buildsChristian Heimes2012-10-071-3/+4
* _sha3 was missing debug build targets. I used xxlimited.vcxproj as template. ...Christian Heimes2012-10-071-25/+46
* Issue #14900: Distuguish call count and primitive call count in pstat output.Andrew Svetlov2012-10-072-1/+2
|\
| * Merge issue #14900: Distuguish call count and primitive call count in pstat o...Andrew Svetlov2012-10-072-1/+2
| |\
| | * Issue #14900: Distuguish call count and primitive call count in pstat output.Andrew Svetlov2012-10-072-1/+2
* | | merge 3.3Eli Bendersky2012-10-073-21/+34
|\ \ \ | |/ /
| * | Issue #15888: fixing problems in ipaddress doctests. Patch by Chris JerdonekEli Bendersky2012-10-073-21/+34
* | | Closes #1492704: Make shutil.copyfile() raise a distinct SameFileErrorHynek Schlawack2012-10-074-5/+35
* | | Remove unused functions from _tkinter.Andrew Svetlov2012-10-071-21/+0
* | | Utilize PyModule_Add{IntConstant,StringConstant,Object} in _tkinter.Andrew Svetlov2012-10-071-19/+19
* | | Fix markup.Ezio Melotti2012-10-072-3/+3
* | | Utilize Py_RETURN_NONE in _tkinter module.Andrew Svetlov2012-10-071-26/+13
* | | Issue #16148: Small improvements and cleanup. Added version informationArmin Ronacher2012-10-076-9/+24
* | | Merge: More whatsnew updates, move some doc NEWS items into the doc section.R David Murray2012-10-072-16/+26
|\ \ \ | |/ /
| * | More whatsnew updates, move some doc NEWS items into the doc section.R David Murray2012-10-072-16/+26
* | | Merge: starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup.R David Murray2012-10-072-2/+9
|\ \ \ | |/ /
| * | starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup.R David Murray2012-10-072-2/+9
* | | Merge: More whatsnew updates. Also move a C-API NEWS item out of library sec...R David Murray2012-10-072-5/+30
|\ \ \ | |/ /
| * | More whatsnew updates. Also move a C-API NEWS item out of library section.R David Murray2012-10-072-5/+30
* | | merge #9957: document that SpooledTemporaryFile.truncate now accepts a size argR David Murray2012-10-062-0/+11
|\ \ \ | |/ /
| * | #9957: document that SpooledTemporaryFile.truncate now accepts a size argR David Murray2012-10-062-0/+11
| |\ \ | | |/
| | * #9957: document that SpooledTemporaryFile.truncate does not take size argR David Murray2012-10-061-1/+2
* | | Null mergeR David Murray2012-10-060-0/+0
|\ \ \ | |/ /
| * | Null merge.R David Murray2012-10-060-0/+0
| |\ \ | | |/
| | * Closes #16149: remove now-false statement about the inability to compare Deci...Georg Brandl2012-10-061-10/+4
* | | More whatsnew updates.R David Murray2012-10-062-24/+63
|\ \ \ | |/ /
| * | More whatsnew updates.R David Murray2012-10-062-24/+63
* | | Cleanup PyUnicode_FromFormatV() for zero paddingVictor Stinner2012-10-061-1/+5
* | | Issue #16147: PyUnicode_FromFormatV() doesn't need anymore to allocate a bufferVictor Stinner2012-10-062-48/+26
* | | Issue #16147: PyUnicode_FromFormatV() now raises an error if the argument ofVictor Stinner2012-10-061-0/+5
* | | Issue #16147: PyUnicode_FromFormatV() now detects integer overflow when parsingVictor Stinner2012-10-061-1/+11
* | | Issue #16147: Rewrite PyUnicode_FromFormatV() to use _PyUnicodeWriter APIVictor Stinner2012-10-063-484/+364
* | | merge with 3.3.Georg Brandl2012-10-061-10/+10
|\ \ \ | |/ /
| * | Fix markup in Counter note.Georg Brandl2012-10-061-10/+10
* | | Merge: whatsnew updates for smtplib and collections.Counter.R David Murray2012-10-062-9/+16
|\ \ \ | |/ /
| * | whatsnew updates for smtplib and collections.Counter.R David Murray2012-10-062-9/+16
* | | Merge: Fix typos.R David Murray2012-10-061-2/+2
|\ \ \ | |/ /
| * | Fix typos.R David Murray2012-10-061-2/+2
* | | merge #10968: commit threading doc changes and corresponding whatsnew entry.R David Murray2012-10-064-171/+162
|\ \ \ | |/ /
| * | #10968: commit threading doc changes and corresponding whatsnew entry.R David Murray2012-10-064-171/+162
* | | Issue #16096: port fix from 3.3Mark Dickinson2012-10-061-3/+2
|\ \ \ | |/ /
| * | Issue #16096: Fix signed overflow in Objects/longobject.c. Thanks Serhiy Sto...Mark Dickinson2012-10-061-3/+2
* | | Issue #16096: Merge fixes from 3.3.Mark Dickinson2012-10-067-35/+30
|\ \ \ | |/ /
| * | Issue #16096: Fix several occurrences of potential signed integer overflow. ...Mark Dickinson2012-10-067-35/+30
* | | revert accidental inclusion of subprocess testsAndrew Svetlov2012-10-061-22/+0
|\ \ \ | |/ /
| * | revert accidental inclusion of subprocess testsAndrew Svetlov2012-10-061-22/+0
| |\ \ | | |/
| | * revert accidental inclusion of subprocess testsAndrew Svetlov2012-10-061-22/+0
* | | Add spaces to follow PEP8.Andrew Svetlov2012-10-061-1/+1
* | | and another oneChristian Heimes2012-10-061-2/+2
* | | mergeChristian Heimes2012-10-065-24/+40
|\ \ \