summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* code smell. remove pdbSenthil Kumaran2012-10-111-1/+0
* Issue #16088: BaseHTTPRequestHandler's send_error method includes aSenthil Kumaran2012-10-112-1/+15
* Closes #16135: Removal of OS/2 support (distutils) (II)Jesus Cea2012-10-101-1/+0
* Closes #16135: Removal of OS/2 support (distutils)Jesus Cea2012-10-1012-425/+7
* Merge fix for issue #15111.Brett Cannon2012-10-102-7/+20
|\
| * Closes issue #15111: Calling __import__ with a module specified inBrett Cannon2012-10-102-7/+20
* | Fixes Issue #16114: The subprocess module no longer provides aGregory P. Smith2012-10-102-8/+49
|\ \ | |/
| * Fixes Issue #16114: The subprocess module no longer provides aGregory P. Smith2012-10-102-8/+49
| |\
| | * Fixes Issue #16114: The subprocess module no longer provides aGregory P. Smith2012-10-102-8/+53
* | | Issue #16170: Merge subprocess test unskip from 3.3.Chris Jerdonek2012-10-091-5/+8
|\ \ \ | |/ /
| * | Issue #16170: Remove Linux skip from test_subprocess's test_executable test.Chris Jerdonek2012-10-091-5/+8
| * | merge headsBenjamin Peterson2012-10-0918-92/+318
| |\ \
* | \ \ merge 3.3Benjamin Peterson2012-10-098-15/+11
|\ \ \ \ | |/ / /
| * | | compare singletons by identity not equality (closes #16712)Benjamin Peterson2012-10-097-9/+9
| * | | compare with equality not identity (issue #16172)Benjamin Peterson2012-10-091-6/+2
* | | | Issue #16169: MergeRichard Oudkerk2012-10-092-1/+23
|\ \ \ \ | | |/ / | |/| |
| * | | Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerrorRichard Oudkerk2012-10-092-1/+23
* | | | Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance.Vinay Sajip2012-10-092-4/+26
* | | | 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 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-081-10/+27
|\ \ \ \ | |/ / /
| * | | Issue #16115: Improve testing of the executable argument to subprocess.Popen().Chris Jerdonek2012-10-081-10/+27
* | | | 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
* | | | Issue #16120: Use |yield from| in stdlib.Andrew Svetlov2012-10-071-2/+1
* | | | 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
* | | | Issue #14900: Distuguish call count and primitive call count in pstat output.Andrew Svetlov2012-10-071-1/+1
|\ \ \ \ | |/ / /
| * | | Merge issue #14900: Distuguish call count and primitive call count in pstat o...Andrew Svetlov2012-10-071-1/+1
| |\ \ \ | | |/ /
| | * | Issue #14900: Distuguish call count and primitive call count in pstat output.Andrew Svetlov2012-10-071-1/+1
* | | | merge 3.3Eli Bendersky2012-10-071-3/+4
|\ \ \ \ | |/ / /
| * | | Issue #15888: fixing problems in ipaddress doctests. Patch by Chris JerdonekEli Bendersky2012-10-071-3/+4
* | | | Closes #1492704: Make shutil.copyfile() raise a distinct SameFileErrorHynek Schlawack2012-10-072-4/+19
* | | | Issue #16148: Small improvements and cleanup. Added version informationArmin Ronacher2012-10-071-1/+0
* | | | Issue #16147: PyUnicode_FromFormatV() doesn't need anymore to allocate a bufferVictor Stinner2012-10-061-2/+12
* | | | Issue #16147: Rewrite PyUnicode_FromFormatV() to use _PyUnicodeWriter APIVictor Stinner2012-10-061-0/+16
* | | | 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
* | | | Issue #16025: Minor corrections to the zipfile documentation.Andrew Svetlov2012-10-061-0/+22
|\ \ \ \ | |/ / /
| * | | Issue #16025: Minor corrections to the zipfile documentation.Andrew Svetlov2012-10-061-0/+22
| |\ \ \ | | |/ /
| | * | Issue #16025: Minor corrections to the zipfile documentation.Andrew Svetlov2012-10-061-0/+22