summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix "make suspicious" errors and update ignore file.Georg Brandl2011-01-153-2/+24
* Fix a few doc errors, mostly undefined keywords.Georg Brandl2011-01-1514-57/+57
* Update to 1.0.7.Georg Brandl2011-01-153-3/+3
* Update pydoc topics.Georg Brandl2011-01-151-11/+11
* Issue #10916: mmap should not segfault when a file is mapped using 0 asAntoine Pitrou2011-01-153-1/+18
* NitsAntoine Pitrou2011-01-151-10/+6
* Issue #10913: Deprecate misleading functions PyEval_AcquireLock() andAntoine Pitrou2011-01-152-0/+21
* Reword and restructure the GIL API docAntoine Pitrou2011-01-151-152/+156
* Add mention of how to switch interpretersAntoine Pitrou2011-01-151-1/+3
* Improve description of issuesAntoine Pitrou2011-01-151-7/+10
* Restructure a bitAntoine Pitrou2011-01-151-79/+100
* Standard streams use file descriptors, not FILE pointers.Antoine Pitrou2011-01-151-1/+1
* Avoid ResourceWarnings in ccbenchAntoine Pitrou2011-01-151-12/+13
* Fix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work ...Antoine Pitrou2011-01-151-4/+7
* Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks t...Eli Bendersky2011-01-151-0/+3
* Add self to mac platform area in maintainers.rst.Ned Deily2011-01-151-1/+1
* Remove spurious copy of Mac/IDLE/idlemain.py left over fromNed Deily2011-01-151-30/+0
* #10843: Update third-party library versions used in OS X 32-bitNed Deily2011-01-152-30/+44
* #10843: Install the Tools directory on OS X in the applicationsNed Deily2011-01-152-0/+6
* #10907: Update OS X installer build README to better reflectNed Deily2011-01-151-44/+113
* #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5,Ned Deily2011-01-155-26/+77
* Issue #4953: add the author of the patchVictor Stinner2011-01-142-1/+3
* urllib doc: add versionchanged sections for parse_qs() and parse_qsl()Victor Stinner2011-01-141-0/+6
* cgi: use isinstance(x, list) instead of type(x) == type([])Victor Stinner2011-01-141-3/+3
* Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, notVictor Stinner2011-01-143-79/+190
* test_urlparse: add tests for encoding and errors argumentsVictor Stinner2011-01-141-0/+27
* Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()Victor Stinner2011-01-143-7/+31
* Issue #10902: Fix reference to run* methodsEli Bendersky2011-01-141-1/+1
* Remove call to nonexisting function (relic from Python 2.x) under #ifdef __IN...Eli Bendersky2011-01-141-1/+0
* Issue #9268: Documented -m pickletools usage.Alexander Belopolsky2011-01-131-0/+64
* Issue 10899: Remove function type annotations from the stdlibRaymond Hettinger2011-01-132-18/+24
* Issue #10899: Move function type annotations into docstrings.Raymond Hettinger2011-01-131-30/+36
* Fix the example output of count().Georg Brandl2011-01-131-1/+1
* Add semicolon for consistency.Georg Brandl2011-01-131-1/+1
* More PEP 8: no space around "=" in argument lists.Georg Brandl2011-01-131-11/+10
* plug reference leakBenjamin Peterson2011-01-131-2/+4
* Issue 10899: Remove function type annotations from the stdlibRaymond Hettinger2011-01-131-1/+1
* Issue 10899: Remove function type annotations from the stdlibRaymond Hettinger2011-01-132-15/+15
* Issue #10899: No function type annotations in the standard library.Raymond Hettinger2011-01-122-31/+34
* Fix test_bigaddrspace (some tests didn't trigger the expected MemoryError)Antoine Pitrou2011-01-121-25/+43
* A better message againAntoine Pitrou2011-01-121-1/+1
* More informative skip message in @bigaddrspaceAntoine Pitrou2011-01-121-3/+7
* Fix @bigmemtest when no limit is given by the user (oops)Antoine Pitrou2011-01-121-1/+1
* Make test skipping message nicer, and remove the rather useless "overhead" pa...Antoine Pitrou2011-01-121-20/+10
* Remove the funky function annotation from numbers.py.Raymond Hettinger2011-01-121-1/+1
* Fix the expected memory use of utf-8 encoding. Also, release theAntoine Pitrou2011-01-121-3/+7
* Remove function annotations that slipped into _abcoll.Raymond Hettinger2011-01-121-4/+4
* use PyErr_SetString instead of PyErr_FormatBenjamin Peterson2011-01-121-2/+2
* Issue #10822: Fix test_posix:test_getgroups failure under Solaris. PatchAntoine Pitrou2011-01-122-1/+7
* Issue #10225: Fixed the simple mistakes in doctests.Alexander Belopolsky2011-01-123-3/+3