summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* faulthandler now works in non-Python threadsVictor Stinner2016-03-167-48/+164
* Fix usage of PyMem_Malloc() in os.stat()Victor Stinner2016-03-161-5/+5
* Fail if PyMem_Malloc() is called without holding the GILVictor Stinner2016-03-164-11/+43
* Fix compilation error of traceback.c on WindowsVictor Stinner2016-03-161-3/+3
* Issue #21042: Revert Linux find_library() to return just filenameMartin Panter2016-03-174-35/+21
* Issue #26499: Merge HTTPResponse fix from 3.5Martin Panter2016-03-174-9/+86
|\
| * Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent GhostMartin Panter2016-03-174-9/+86
* | regrtest: Fix module.__path__Victor Stinner2016-03-153-933/+945
* | Issue #26564: Fix test_capiVictor Stinner2016-03-151-0/+2
* | Oops, revert unwanted change used to create an exampleVictor Stinner2016-03-151-1/+0
* | On memory error, dump the memory block tracebackVictor Stinner2016-03-158-19/+126
* | Merge 3.5 (_tracemalloc)Victor Stinner2016-03-151-17/+7
|\ \ | |/
| * _tracemalloc: store lineno as unsigned intVictor Stinner2016-03-151-17/+7
* | Enhance and rewrite traceback dump C functionsVictor Stinner2016-03-152-53/+74
* | Merge 3.5 (test_faulthandler)Victor Stinner2016-03-152-2/+18
|\ \ | |/
| * faulthandler: Test Py_FatalError() with GIL releasedVictor Stinner2016-03-152-2/+18
| * Fix Py_FatalError() if called without the GILVictor Stinner2016-03-141-34/+50
* | _tracemalloc: filename cannot be NULLVictor Stinner2016-03-151-2/+2
* | Issue #26566: Rewrite test_signal.InterProcessSignalTestsVictor Stinner2016-03-152-162/+93
* | Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa...Antoine Pitrou2016-03-152-9/+19
|\ \ | |/
| * Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa...Antoine Pitrou2016-03-152-9/+19
* | #25320: Handle sockets in directories unittest discovery is scanning.Robert Collins2016-03-154-0/+46
|\ \ | |/
| * #25320: Handle sockets in directories unittest discovery is scanning.Robert Collins2016-03-154-0/+46
* | Check the GIL in PyObject_Malloc()Victor Stinner2016-03-146-34/+119
* | Add more checks on the GILVictor Stinner2016-03-145-5/+52
* | 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
* | _pickle: Fix load_counted_tuple(), use Py_ssize_t for sizeVictor Stinner2016-03-141-1/+1
* | posix_getcwd(): limit to INT_MAX on WindowsVictor Stinner2016-03-141-0/+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
* | Issue #26558: Remove useless check in tracemallocVictor Stinner2016-03-141-4/+0
* | Fix Py_FatalError() if called without the GILVictor Stinner2016-03-141-34/+50
* | Add PYTHONMALLOC env varVictor Stinner2016-03-1413-90/+383
* | 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-142-6/+16
* | Issue #16181: cookiejar.http2time() now returns None if year is higher than d...Berker Peksag2016-03-143-1/+11
|\ \ | |/
| * Issue #16181: cookiejar.http2time() now returns None if year is higher than d...Berker Peksag2016-03-143-1/+11
* | #24918: merge with 3.5.Ezio Melotti2016-03-132-0/+6
|\ \ | |/
| * #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.Ezio Melotti2016-03-132-0/+6
* | mergeRaymond Hettinger2016-03-131-1/+1
|\ \ | |/
| * Minor recipe edit: convert "while 1" to "while True".Raymond Hettinger2016-03-131-1/+1
* | #25687: merge with 3.5.Ezio Melotti2016-03-132-4/+7
|\ \ | |/
| * #25687: clarify that errors in tearDown increase the total number of reported...Ezio Melotti2016-03-132-4/+7
* | mergeRaymond Hettinger2016-03-131-2/+2
|\ \ | |/
| * Issue #26548: Minor fix to awkward wording in docsRaymond Hettinger2016-03-131-2/+2