summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern...Steve Dower2016-03-122-4/+7
|\ \ | |/
| * Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern...Steve Dower2016-03-122-4/+7
* | Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt.Steve Dower2016-03-122-0/+8
|\ \ | |/
| * Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt.Steve Dower2016-03-122-0/+8
* | Issue #26513: Fixes platform module detection of Windows ServerSteve Dower2016-03-122-1/+3
|\ \ | |/
| * Issue #26513: Fixes platform module detection of Windows ServerSteve Dower2016-03-122-1/+3
* | Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch bySerhiy Storchaka2016-03-123-7/+36
|\ \ | |/
| * Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch bySerhiy Storchaka2016-03-124-7/+29
* | Revert change 291d47954618Victor Stinner2016-03-121-2/+2