summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | compare with equality not identity (issue #16172)Benjamin Peterson2012-10-091-6/+2
* | | | | Merge 3.3Eli Bendersky2012-10-091-8/+8
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Issue #16082: clarify the documentation of tostring[list] saying that it may ...Eli Bendersky2012-10-091-8/+8
* | | | | Merge 3.3Eli Bendersky2012-10-091-2/+4
|\ \ \ \ \ | |/ / / /
| * | | | Issue #12322: clarify xpath reference for cases where the path reaches ancest...Eli Bendersky2012-10-091-2/+4
* | | | | Issue #16169: MergeRichard Oudkerk2012-10-093-1/+25
|\ \ \ \ \ | |/ / / /
| * | | | Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerrorRichard Oudkerk2012-10-093-1/+25
* | | | | Merge issue #16174: Fix suggested usage of dummy_threading module.Andrew Svetlov2012-10-091-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge issue #16174: Fix suggested usage of dummy_threading module.Andrew Svetlov2012-10-091-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #16174: Fix suggested usage of dummy_threading module.Andrew Svetlov2012-10-091-1/+1
| | * | | Fix Issue 15922: make howto/urllib2.rst doctests pass.Senthil Kumaran2012-10-091-15/+14
* | | | | Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance.Vinay Sajip2012-10-093-9/+52
* | | | | Fix Issue 15922: make howto/urllib2.rst doctests pass.Senthil Kumaran2012-10-091-15/+14
|\ \ \ \ \ | |/ / / /
| * | | | Fix Issue 15922: make howto/urllib2.rst doctests pass.Senthil Kumaran2012-10-091-15/+14
* | | | | Closes #16168: Merged SysLogHandler update from 3.3.Vinay Sajip2012-10-091-8/+2
|\ \ \ \ \ | |/ / / /
| * | | | Issue #16168: Merged SysLogHandler update from 3.2.Vinay Sajip2012-10-091-8/+2
| |\ \ \ \ | | |/ / /
| | * | | Issue #16168: Use specified socket type for domain sockets in SysLogHandler.Vinay Sajip2012-10-091-8/+2
* | | | | Issue #16141: replaced old-style exception handling code in logging with the ...Vinay Sajip2012-10-093-30/+12
* | | | | 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