summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Closes #15776: pyvenv now works with existing directories.Vinay Sajip2012-10-111-2/+57
* code smell. remove pdbSenthil Kumaran2012-10-111-1/+0
* Issue #16088: BaseHTTPRequestHandler's send_error method includes aSenthil Kumaran2012-10-111-0/+12
* Closes #16135: Removal of OS/2 support (distutils) (II)Jesus Cea2012-10-101-1/+0
* Merge fix for issue #15111.Brett Cannon2012-10-101-1/+14
|\
| * Closes issue #15111: Calling __import__ with a module specified inBrett Cannon2012-10-101-1/+14
* | Fixes Issue #16114: The subprocess module no longer provides aGregory P. Smith2012-10-101-7/+40
|\ \ | |/
| * Fixes Issue #16114: The subprocess module no longer provides aGregory P. Smith2012-10-101-7/+40
| |\
| | * Fixes Issue #16114: The subprocess module no longer provides aGregory P. Smith2012-10-101-7/+40
* | | 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-096-35/+192
| |\ \
* | \ \ merge 3.3Benjamin Peterson2012-10-095-11/+7
|\ \ \ \ | |/ / /
| * | | compare singletons by identity not equality (closes #16712)Benjamin Peterson2012-10-094-5/+5
| * | | compare with equality not identity (issue #16172)Benjamin Peterson2012-10-091-6/+2
* | | | Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance.Vinay Sajip2012-10-091-0/+19
* | | | 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
* | | | Stylistic tweaks to the bz2 module to make it easier to transplant changes fromNadeem Vawda2012-10-081-69/+67
* | | | Use setUpClass() and tearDownClass() in test_multiprocessing.Richard Oudkerk2012-10-081-85/+87
* | | | Closes #1492704: Make shutil.copyfile() raise a distinct SameFileErrorHynek Schlawack2012-10-071-3/+12
* | | | 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
* | | | 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
* | | | Issue #16148: implemented PEP 424Armin Ronacher2012-10-065-43/+60
* | | | Issue #13896: Make shelf instances work with 'with' as context managers.Andrew Svetlov2012-10-061-0/+13
* | | | Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo...Christian Heimes2012-10-061-1/+126
* | | | Merge issue #16115: Add test for check that executable arg to Popen() takes p...Andrew Svetlov2012-10-051-0/+10
|\ \ \ \ | |/ / /
| * | | Issue #16115: Add test for check that executable arg to Popen() takes precede...Andrew Svetlov2012-10-051-0/+10
* | | | Closes #16135: Removal of OS/2 supportJesus Cea2012-10-0511-25/+9
* | | | Test should be skipped in 'riscos', as intentedJesus Cea2012-10-051-1/+2
* | | | #16135: Removal of OS/2 support (Python code partial cleanup)Jesus Cea2012-10-052-5/+4
* | | | #16135: Removal of OS/2 support (Remove OS2 and OS/2 references)Jesus Cea2012-10-052-26/+5
* | | | Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ...Antoine Pitrou2012-10-041-2/+42
|\ \ \ \ | |/ / /
| * | | Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ...Antoine Pitrou2012-10-041-2/+42
* | | | MERGE: Closes #16126: PyErr_Format format mismatch in _testcapimodule.cJesus Cea2012-10-041-0/+11
|\ \ \ \ | |/ / /
| * | | Closes #16126: PyErr_Format format mismatch in _testcapimodule.cJesus Cea2012-10-041-0/+11
* | | | Closes #15488: Closed files keep their buffer aliveJesus Cea2012-10-041-0/+8
* | | | Remove unnecessary [].Ezio Melotti2012-10-021-9/+9
* | | | Issue #15452: Added verify option for logging configuration socket listener.Vinay Sajip2012-10-021-5/+71
* | | | Issue #15609: Optimize str%args for integer argumentVictor Stinner2012-10-011-0/+16
* | | | Merge 3.3.Stefan Krah2012-10-011-3/+1
|\ \ \ \ | |/ / /