summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | Issue #15599: Increase the switch interval. Several systems cannot handleStefan Krah2012-10-011-3/+1
* | | utilize subprocess.DEVNULLPhilip Jenvey2012-10-011-22/+20
* | | Issue #15533: Merge update from 3.3.Chris Jerdonek2012-09-301-0/+2
|\ \ \ | |/ /
| * | Issue #15533: Merge update from 3.2.Chris Jerdonek2012-09-301-0/+2
| |\ \ | | |/
| | * Issue #15533: Skip test_cwd_with_relative_*() tests on Windows pending resolu...Chris Jerdonek2012-09-301-0/+2
* | | Issue #15533: Merge fix from 3.3.Chris Jerdonek2012-09-301-29/+94
|\ \ \ | |/ /
| * | Issue #15533: Merge fix from 3.2.Chris Jerdonek2012-09-301-29/+94
| |\ \ | | |/
| | * Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument.Chris Jerdonek2012-09-301-29/+94
* | | Speed up test_httpservers by avoiding a one-second cleanup wait after each te...Antoine Pitrou2012-09-291-0/+1
|\ \ \ | |/ /
| * | Speed up test_httpservers by avoiding a one-second cleanup wait after each te...Antoine Pitrou2012-09-291-0/+1
| |\ \ | | |/
| | * Speed up test_httpservers by avoiding a one-second cleanup wait after each te...Antoine Pitrou2012-09-291-0/+1
* | | Remove the new trivial pty.spawn() test as it hangs on many buildbots.Gregory P. Smith2012-09-291-6/+0
* | | pty.spawn() now returns the child process status as returned by os.waitpid().Gregory P. Smith2012-09-291-0/+6
* | | Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD toGregory P. Smith2012-09-291-1/+10
|\ \ \ | |/ /
| * | Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILDGregory P. Smith2012-09-291-1/+10
| |\ \ | | |/