summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #16115: Merge subprocess.Popen() documentation improvements from 3.3.Chris Jerdonek2012-10-092-30/+38
|\
| * Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.Chris Jerdonek2012-10-092-30/+38
| |\
| | * Issue #16115: Improve subprocess.Popen() documentation around args, shell, an...Chris Jerdonek2012-10-092-30/+38
* | | Issue #16115: Merge test skip from 3.3.Chris Jerdonek2012-10-091-0/+4
|\ \ \ | |/ /
| * | Issue #16115: Skip a newly added subprocess.Popen() test on Linux.Chris Jerdonek2012-10-091-0/+4
* | | Issue #16115: Merge test improvements from 3.3.Chris Jerdonek2012-10-082-10/+30
|\ \ \ | |/ /
| * | Issue #16115: Improve testing of the executable argument to subprocess.Popen().Chris Jerdonek2012-10-082-10/+30
* | | bz2 module: Rewrap docstrings at 72 columns, as per PEP 8.Nadeem Vawda2012-10-081-15/+16
* | | Stylistic tweaks to the bz2 module to make it easier to transplant changes fromNadeem Vawda2012-10-082-74/+75
* | | Use setUpClass() and tearDownClass() in test_multiprocessing.Richard Oudkerk2012-10-081-85/+87
* | | Make __mp_main__ an alias for __main__ in all processes to simplifyRichard Oudkerk2012-10-082-16/+13
* | | Merge 3.3Hynek Schlawack2012-10-082-8/+14
|\ \ \ | |/ /
| * | Merge 3.2Hynek Schlawack2012-10-082-8/+14
| |\ \ | | |/
| | * #13498: Clarify docs of os.makedirs()'s exist_ok argument.Hynek Schlawack2012-10-072-8/+14
* | | Issue #14783: Merge changes from 3.3.Chris Jerdonek2012-10-076-11/+25
|\ \ \ | |/ /
| * | Issue #14783: Merge changes from 3.2.Chris Jerdonek2012-10-076-11/+25
| |\ \ | | |/
| | * Issue #14783: Improve int() docstring and also str(), range(), and slice().Chris Jerdonek2012-10-076-10/+24
* | | brg_endian.h is back againChristian Heimes2012-10-071-1/+0
* | | mergeChristian Heimes2012-10-075-28/+20
|\ \ \
| * | | Issue #16120: Use |yield from| in stdlib.Andrew Svetlov2012-10-071-2/+1
| * | | Get rid of circular import and eliminate unprefixed exported symbolsRichard Oudkerk2012-10-073-26/+15
| * | | merge headsAndrew Svetlov2012-10-071-0/+4
| |\ \ \
| | * \ \ merge headsAndrew Svetlov2012-10-071-0/+4
| | |\ \ \
| | | * \ \ Merge issue #14900: Add aliases for sorting params for pstat to follow column...Andrew Svetlov2012-10-071-0/+4
| | | |\ \ \ | | | | |/ /
| | | | * | Merge issue #14900: Add aliases for sorting params for pstat to follow column...Andrew Svetlov2012-10-071-0/+4
| | | | |\ \ | | | | | |/
| | | | | * Issue #14900: Add aliases for sorting params for pstat to follow column names...Andrew Svetlov2012-10-071-0/+4
* | | | | | re-add brg_endian.h to debug issue in big endian SPARC machineChristian Heimes2012-10-075-7/+150
|/ / / / /
* | | | | 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
|\ \ \ | |/ /