summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* On ResourceWarning, log traceback where the object was allocatedVictor Stinner2016-03-191-0/+30
* Add _showwarnmsg() and _formatwarnmsg() to warningsVictor Stinner2016-03-181-0/+11
* Issue #26583: merge from 3.5Ned Deily2016-03-171-0/+1
|\
| * Issue #26583: Skip test_timestamp_overflow in test_import if bytecodeNed Deily2016-03-171-0/+1
* | faulthandler now works in non-Python threadsVictor Stinner2016-03-161-12/+24
* | Fail if PyMem_Malloc() is called without holding the GILVictor Stinner2016-03-161-4/+13
* | Issue #26499: Merge HTTPResponse fix from 3.5Martin Panter2016-03-171-9/+70
|\ \ | |/
| * Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent GhostMartin Panter2016-03-171-9/+70
* | regrtest: Fix module.__path__Victor Stinner2016-03-151-2/+2
* | Issue #26564: Fix test_capiVictor Stinner2016-03-151-0/+2
* | Merge 3.5 (test_faulthandler)Victor Stinner2016-03-151-0/+8
|\ \ | |/
| * faulthandler: Test Py_FatalError() with GIL releasedVictor Stinner2016-03-151-0/+8
* | Issue #26566: Rewrite test_signal.InterProcessSignalTestsVictor Stinner2016-03-152-162/+93
* | Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa...Antoine Pitrou2016-03-151-9/+16
|\ \ | |/
| * Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa...Antoine Pitrou2016-03-151-9/+16
* | Check the GIL in PyObject_Malloc()Victor Stinner2016-03-141-9/+21
* | Issue #26516: Fix test_capi on AIXVictor Stinner2016-03-141-1/+1
* | Merge 3.5 (test_venv)Victor Stinner2016-03-141-1/+10
|\ \ | |/
| * Fix test_venv on FreeBSD buildbotVictor Stinner2016-03-141-1/+10
* | Merge 3.5 (test_site)Victor Stinner2016-03-141-2/+7
|\ \ | |/
| * Skip test_site if USER_SITE cannot be createdVictor Stinner2016-03-141-2/+7
* | Issue #26516: Fix test_capi on 32-bit systemVictor Stinner2016-03-141-11/+9
* | Issue #26516: Fix test_capi on WindowsVictor Stinner2016-03-141-4/+8
* | Add PYTHONMALLOC env varVictor Stinner2016-03-141-0/+59
* | Issue #20556: Used specific assert methods in threading tests.Serhiy Storchaka2016-03-143-23/+22
|\ \ | |/
| * Issue #20556: Used specific assert methods in threading tests.Serhiy Storchaka2016-03-143-23/+22
* | Issue #747320: Use email.utils.formatdate() to avoid code duplicationBerker Peksag2016-03-141-0/+14
* | Issue #16181: cookiejar.http2time() now returns None if year is higher than d...Berker Peksag2016-03-141-0/+4
|\ \ | |/
| * Issue #16181: cookiejar.http2time() now returns None if year is higher than d...Berker Peksag2016-03-141-0/+4
* | Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch bySerhiy Storchaka2016-03-121-7/+29
|\ \ | |/
| * Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch bySerhiy Storchaka2016-03-121-7/+21
* | Revert change 291d47954618Victor Stinner2016-03-121-2/+2
* | Merge 3.5Victor Stinner2016-03-111-10/+10
|\ \ | |/
| * Issue #20589: Fix test_pathlibVictor Stinner2016-03-111-10/+10
* | Always test datetime.strftime("%4Y")Victor Stinner2016-03-111-2/+2
* | Issue #20589: Invoking Path.owner() and Path.group() on Windows now raiseBerker Peksag2016-03-111-0/+9
|\ \ | |/
| * Issue #20589: Invoking Path.owner() and Path.group() on Windows now raiseBerker Peksag2016-03-111-0/+9
* | Issue #25911: Tring to silence deprecation warnings in bytes path walk tests.Serhiy Storchaka2016-03-081-0/+11
|\ \ | |/
| * Issue #25911: Tring to silence deprecation warnings in bytes path walk tests.Serhiy Storchaka2016-03-081-0/+11
* | Backed out changeset da020e408c7fSerhiy Storchaka2016-03-081-5/+1
|\ \ | |/
| * Backed out changeset f9e22717722dSerhiy Storchaka2016-03-081-5/+1
| |\
| | * Backed out changeset 19a3e0e664afSerhiy Storchaka2016-03-081-5/+1
* | | Issue #15068: Got rid of excessive buffering in fileinput.Serhiy Storchaka2016-03-081-4/+75
|\ \ \ | |/ /
| * | Issue #15068: Got rid of excessive buffering in the fileinput module.Serhiy Storchaka2016-03-081-1/+69
* | | Issues #23808, #25911: Trying to fix walk tests on Windows.Serhiy Storchaka2016-03-081-1/+5
|\ \ \ | |/ /
| * | Issues #23808, #25911: Trying to fix walk tests on Windows.Serhiy Storchaka2016-03-081-1/+5
| |\ \ | | |/
| | * Issues #23808, #25911: Trying to fix walk tests on Windows.Serhiy Storchaka2016-03-081-1/+5
* | | MergeRaymond Hettinger2016-03-071-0/+8
|\ \ \ | |/ /
| * | Document another recipe for itertools: all_equal(). Inspired by David Beazley.Raymond Hettinger2016-03-071-0/+8
* | | Closes #19475: Added timespec to the datetime.isoformat() method.Alexander Belopolsky2016-03-061-6/+42