summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add examples for inspect.Raymond Hettinger2011-01-191-6/+33
* Klocwork scan site no longer available.Brett Cannon2011-01-191-30/+0
* Fix typo in example of barrier timeouts from r88102David Malcolm2011-01-181-1/+1
* Expand barrier example to show time-outs.Raymond Hettinger2011-01-181-5/+20
* Missing word.Raymond Hettinger2011-01-181-2/+2
* Reword the OrderedDict entry to emphasize the default behavior,Raymond Hettinger2011-01-181-10/+12
* Issue #10451: memoryview objects could allow to mutate a readable buffer.Antoine Pitrou2011-01-184-4/+18
* Typos.Raymond Hettinger2011-01-181-10/+10
* More nits.Raymond Hettinger2011-01-181-11/+12
* Nits.Raymond Hettinger2011-01-181-17/+16
* More nits.Raymond Hettinger2011-01-181-6/+5
* Add example for the abc module.Raymond Hettinger2011-01-181-5/+13
* Nits.Raymond Hettinger2011-01-181-9/+13
* very out of date fileBenjamin Peterson2011-01-171-97/+0
* Add an import to the logging exampleRaymond Hettinger2011-01-171-0/+1
* The example for configparser was weird.Raymond Hettinger2011-01-171-24/+31
* Beautify code examples.Raymond Hettinger2011-01-171-80/+80
* 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