summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #22604: Fix assertion error in debug mode when dividing a complex numbe...Antoine Pitrou2014-10-101-2/+7
|\
| * Issue #22604: Fix assertion error in debug mode when dividing a complex numbe...Antoine Pitrou2014-10-101-2/+7
* | Issue #20152: Port the array module to Argument Clinic.Brett Cannon2014-10-101-1/+3
* | #11694: merge with 3.4Petri Lehtinen2014-10-101-0/+24
|\ \ | |/
| * Issue #11694: Raise ConversionError in xdrlib as documentedPetri Lehtinen2014-10-101-0/+24
* | (Merge 3.4) test_venv: use support.rmtree() instead of shutil.rmtree() to fixVictor Stinner2014-10-101-11/+10
|\ \ | |/
| * test_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadicVictor Stinner2014-10-101-11/+10
* | Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.Berker Peksag2014-10-101-0/+5
|\ \ | |/
| * Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.Berker Peksag2014-10-101-0/+5
* | Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub()Serhiy Storchaka2014-10-101-2/+8
* | #18615: Make sndhdr return namedtuples.R David Murray2014-10-091-0/+13
* | Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...Antoine Pitrou2014-10-081-1/+17
|\ \ | |/
| * Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...Antoine Pitrou2014-10-081-1/+17
* | Issue #21965: Add support for in-memory SSL to the ssl module.Antoine Pitrou2014-10-051-2/+160
* | Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with...Antoine Pitrou2014-10-051-0/+36
|\ \ | |/
| * Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with...Antoine Pitrou2014-10-051-0/+36
* | #16518: Bring error messages in harmony with docs ("bytes-like object")R David Murray2014-10-051-4/+4
* | Merge 3.4Victor Stinner2014-10-057-12/+20
|\ \ | |/
| * cleanup test_posixVictor Stinner2014-10-051-9/+10
| * Issue #22390: Remove files created by testsVictor Stinner2014-10-057-3/+10
* | (Merge 3.4) Issue #22290: Fix error handling in the _posixsubprocess module.Victor Stinner2014-10-051-0/+33
|\ \ | |/
| * Issue #22290: Fix error handling in the _posixsubprocess module.Victor Stinner2014-10-051-0/+33
* | Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize*Antoine Pitrou2014-10-041-0/+16
* | Fixed tests on Windows for issue #21883.Serhiy Storchaka2014-10-041-1/+2
* | Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError withSerhiy Storchaka2014-10-043-16/+35
* | merge 3.4Benjamin Peterson2014-10-031-0/+15
|\ \ | |/
| * separate cert loading tests into Windows and non-Windows casesBenjamin Peterson2014-10-031-0/+15
* | merge 3.4 (#22449)Benjamin Peterson2014-10-031-0/+8
|\ \ | |/
| * also use openssl envvars to find certs on windows (closes #22449)Benjamin Peterson2014-10-031-0/+8
* | Merge: #12780: update inspect test skipIf for PEP 3147.R David Murray2014-10-031-4/+5
|\ \ | |/
| * #12780: update inspect test skipIf for PEP 3147.R David Murray2014-10-031-4/+5
* | Make test_datetime a better citizen (issue #22540)Antoine Pitrou2014-10-032-6/+6
* | Merge: #8473: Add tests that doctest uses universal newlines in testfile.R David Murray2014-10-031-0/+30
|\ \ | |/
| * #8473: Add tests that doctest uses universal newlines in testfile.R David Murray2014-10-031-0/+30
* | Issue #20079: Fixed tests.Serhiy Storchaka2014-10-021-1/+1
|\ \ | |/
| * Issue #20079: Fixed tests.Serhiy Storchaka2014-10-021-1/+1
* | Closes #20218: Added convenience methods read_text/write_text and read_bytes/Georg Brandl2014-10-011-0/+17
* | Issue #22333: test_threaded_import now displays elapsed time in verbose mode.Victor Stinner2014-09-301-0/+4
* | Issue #22333: Extend timeout in test_threaded_importVictor Stinner2014-09-301-1/+1
* | (Merge 3.4) faulthandler: test_gil_released() now uses _sigsegv() instead ofVictor Stinner2014-09-301-2/+2
|\ \ | |/
| * faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(),Victor Stinner2014-09-301-2/+2
* | merge 3.4 (#22517)Benjamin Peterson2014-09-301-0/+6
|\ \ | |/
| * merge 3.3 (#22517)Benjamin Peterson2014-09-301-0/+6
| |\
| | * clear BufferedRWPair weakrefs on deallocation (closes #22517)Benjamin Peterson2014-09-301-0/+6
* | | Issue #22437: Number of capturing groups in regular expression is no longerSerhiy Storchaka2014-09-291-2/+16
* | | #17442: Add chained traceback support to InteractiveInterpreter.R David Murray2014-09-291-0/+35
* | | Closes issue #20858: Enhancements/fixes to pure-python datetime moduleAlexander Belopolsky2014-09-281-5/+89
* | | merge 3.4 (#22379)Benjamin Peterson2014-09-283-15/+12
|\ \ \ | |/ /
| * | check that exception messages are not empty (#22379)Benjamin Peterson2014-09-283-15/+12
* | | Issue #9850: Fixed macpath.join() for empty first component. Patch bySerhiy Storchaka2014-09-271-0/+24
|\ \ \ | |/ /