summaryrefslogtreecommitdiffstats
path: root/Doc
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
* NitsAntoine Pitrou2011-01-151-10/+6
* Issue #10913: Deprecate misleading functions PyEval_AcquireLock() andAntoine Pitrou2011-01-151-0/+18
* 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
* Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks t...Eli Bendersky2011-01-151-0/+3
* urllib doc: add versionchanged sections for parse_qs() and parse_qsl()Victor Stinner2011-01-141-0/+6
* Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()Victor Stinner2011-01-141-2/+10
* Issue #10902: Fix reference to run* methodsEli Bendersky2011-01-141-1/+1
* Issue #9268: Documented -m pickletools usage.Alexander Belopolsky2011-01-131-0/+64
* Fix the example output of count().Georg Brandl2011-01-131-1/+1
* Add semicolon for consistency.Georg Brandl2011-01-131-1/+1
* Issue #10225: Fixed the simple mistakes in doctests.Alexander Belopolsky2011-01-123-3/+3
* fix weirdly ambigious sentenceBenjamin Peterson2011-01-121-2/+2
* Revert r87946. The virtues of readability and of examples thatRaymond Hettinger2011-01-121-39/+40
* Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest r...Terry Reedy2011-01-111-40/+39
* Update the email sectionRaymond Hettinger2011-01-111-3/+2
* Update the datetime and time section.Raymond Hettinger2011-01-111-26/+14
* Clean-up threading.Barrier example.Raymond Hettinger2011-01-111-4/+7
* Add entry for Barrier objects.Raymond Hettinger2011-01-112-2/+44
* Add a todo.Raymond Hettinger2011-01-111-0/+2
* Fix typos and markup.Raymond Hettinger2011-01-101-15/+14
* Improved footnote for the %Y directive slightly.Alexander Belopolsky2011-01-101-5/+5
* Improved description of %Y directive.Alexander Belopolsky2011-01-101-7/+16
* Issue #10875: Update Regular Expression HOWTO; last bit.Terry Reedy2011-01-101-1/+4
* Issue #2568: Removed bogus rationale for supporting tm_sec=61.Alexander Belopolsky2011-01-102-14/+14
* Removed time.ctime from the list of functions that take a time tuple argumentAlexander Belopolsky2011-01-101-1/+1
* Added entries about removal of year 1900 limit.Alexander Belopolsky2011-01-101-0/+23
* Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'.Terry Reedy2011-01-101-28/+16
* Misspelling.Raymond Hettinger2011-01-101-2/+2
* Missed two source linksRaymond Hettinger2011-01-102-8/+7
* Separate source link from main text.Raymond Hettinger2011-01-1027-1/+53
* Fixed a footnote referenceAlexander Belopolsky2011-01-101-1/+1
* Fix typos.Raymond Hettinger2011-01-101-50/+50
* Move source links to consistent location and remove wordy, big yellow boxes.Raymond Hettinger2011-01-1026-114/+37
* #10871: "file" does not exist anymore in Python 3. Also adapt the reprs of o...Georg Brandl2011-01-091-14/+14
* Wrap some long examples and signatures.Georg Brandl2011-01-091-7/+14
* #10869: do not visit root node twice in ast.increment_lineno().Georg Brandl2011-01-091-3/+3
* Issue #10357: Clarify what it means to be a mapping.Raymond Hettinger2011-01-081-3/+5
* zlib only works with bytes objects.Georg Brandl2011-01-081-22/+22
* Fixed documentation to reflect recent changes for years < 1900.Alexander Belopolsky2011-01-082-6/+19
* Markup fixRaymond Hettinger2011-01-081-2/+2
* Issue 9717: Segregate and improve the documentation of "in-place" operatorsRaymond Hettinger2011-01-081-85/+109
* #10855: document close() semantics of wave objects.Georg Brandl2011-01-081-9/+15
* Issue 10533: Need example of using __missing__.Raymond Hettinger2011-01-081-2/+14