summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* #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
* 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
* 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
* Issue #10813: Small improvement to decimal money format recipe.Raymond Hettinger2011-01-081-1/+2
* #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.R. David Murray2011-01-073-7/+14
* Revert r87821 which moved the source link to the wrong section (from the modu...Raymond Hettinger2011-01-071-6/+5
* Revert r87823 which moved the source link to the wrong section.Raymond Hettinger2011-01-071-3/+5
* Fix indent.Georg Brandl2011-01-071-1/+1
* Combine the two seealso sections.Raymond Hettinger2011-01-071-6/+4
* Issue #10827: Changed the rules for 2-digit years. The time.asctimeAlexander Belopolsky2011-01-071-15/+26
* Mention multiprocessing.Queue in the queue docsAntoine Pitrou2011-01-071-4/+9
* Group seealsosAntoine Pitrou2011-01-072-8/+4
* Put those "seealso"s togetherAntoine Pitrou2011-01-073-12/+5
* Put those source links togetherAntoine Pitrou2011-01-071-5/+3
* atexit.py doesn't existAntoine Pitrou2011-01-071-5/+1
* Put link to source at the end. There's nothing edificating in threading.py.Antoine Pitrou2011-01-071-5/+6
* #10856: document (Base)Exception.args better.Georg Brandl2011-01-071-12/+26
* #10846: fix typo.Georg Brandl2011-01-061-3/+3
* Elaborate about the GIL.Antoine Pitrou2011-01-061-0/+12
* Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.Georg Brandl2011-01-066-42/+34
* itertools, operator and functools are not really "numeric" modules; move them...Georg Brandl2011-01-063-3/+16
* Overhaul the documentation about socket timeouts.Antoine Pitrou2011-01-051-49/+84
* Issue #5485: Add doc for expat.xmlparser.SetParamEntityParsing.Antoine Pitrou2011-01-051-0/+7
* #10790: make append work when output codec is different from input codecR. David Murray2011-01-051-8/+9
* Issue #8013: time.asctime and time.ctime no longer call system asctimeAlexander Belopolsky2011-01-041-1/+1
* Enable unittest.TestCase to be instantiated without providing a method name.Michael Foord2011-01-031-0/+5
* Issue 10502: addition of unittestgui to Tools/Michael Foord2011-01-031-0/+7
* Issue 10786: unittest documentation update.Michael Foord2011-01-031-4/+10
* Some nits.Antoine Pitrou2011-01-022-9/+12
* Add a shutdown() call in the server example.Antoine Pitrou2011-01-021-0/+1
* Clarify behaviour of close() and shutdown() on sockets.Antoine Pitrou2011-01-021-0/+6
* Fix code indentation.Georg Brandl2011-01-021-18/+18
* #1665333: add more docs for optparse.OptionGroup.Georg Brandl2011-01-021-25/+99
* Remove mentions of the Demo directory.Georg Brandl2010-12-305-19/+5
* Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-301-0/+47
* Fix Issue10793 - hashlib documentation issue on return type of digestSenthil Kumaran2010-12-301-1/+1
* Fix same typo in docs.R. David Murray2010-12-291-1/+1
* Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric...Georg Brandl2010-12-281-0/+5
* Minor doc update for #9333. Took out the phrasing about os.symlink notBrian Curtin2010-12-281-6/+9
* Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8Victor Stinner2010-12-281-27/+22
* #10609: fix non-working dbm example.Georg Brandl2010-12-281-4/+2
* #10739: document that on Windows, socket.makefile() does not make a file that...Georg Brandl2010-12-281-8/+14
* #10781: clarify that *encoding* is not a parameter for Node objects in general.Georg Brandl2010-12-281-3/+3
* #10742: document readonly attribute of memoryviews.Georg Brandl2010-12-281-0/+4
* Replace sys.maxint mention by sys.maxsize.Georg Brandl2010-12-281-1/+1