summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Wording nits.Raymond Hettinger2011-01-171-4/+3
* Fix-up the XXX for importlib.abc.Raymond Hettinger2011-01-171-4/+6
* Tidy-up the ssl section.Raymond Hettinger2011-01-171-38/+33
* Short README on gdb support.Brett Cannon2011-01-171-0/+17
* Note that two-phase cyclic barriers are suitable for use in loops.Raymond Hettinger2011-01-171-2/+4
* remove unneeded assertionBenjamin Peterson2011-01-171-1/+0
* correct assertionBenjamin Peterson2011-01-171-1/+1
* turn some checks into assertions, since they are implied by the callerBenjamin Peterson2011-01-171-4/+2
* Placeholder sentence pointing out that imoprtlib has updated (as well as depr...Brett Cannon2011-01-161-0/+5
* rangeobject.c (compute_slice_indices): Make function static.Matthias Klose2011-01-161-1/+1
* Mention deprecation of PyEval_{Acquire,Release}Lock().Antoine Pitrou2011-01-161-0/+5
* More SSL-related stuffAntoine Pitrou2011-01-161-0/+12
* Mention HTTP 0.9's partial demise.Antoine Pitrou2011-01-161-0/+6
* Mention the new context parameter to FTP_TLS, and the small API changeAntoine Pitrou2011-01-161-0/+15
* Issue 10889: Added entry for handling of indexing and slicing with ranges big...Raymond Hettinger2011-01-161-4/+4
* Get proper creditAntoine Pitrou2011-01-161-1/+1
* Fix misindentAntoine Pitrou2011-01-161-5/+5
* Better description of SSL-related changesAntoine Pitrou2011-01-161-7/+15
* Rewrap and punctuation consistency.Georg Brandl2011-01-161-60/+58
* Add missing NEWS entry for r87948Nick Coghlan2011-01-161-0/+3
* Clean-up comment.Raymond Hettinger2011-01-161-2/+2
* Remove out-of-date commentRaymond Hettinger2011-01-161-4/+0
* Fix two small issues.Georg Brandl2011-01-161-3/+3
* Post-release updates.Georg Brandl2011-01-162-1/+13
* Package zip_cp437_header.zip.Martin v. Löwis2011-01-151-2/+1
* Tagging 3.2rc1.Georg Brandl2011-01-151-0/+1
* Fix mmap and test_mmap under Windows too (followup to r88022)v3.2rc1Antoine Pitrou2011-01-152-5/+7
* Bump to 3.2rc1.Georg Brandl2011-01-156-8/+10
* 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