summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Elaborate about the GIL.Antoine Pitrou2011-01-062-13/+35
* Add acks where acks are due.Georg Brandl2011-01-061-0/+1
* Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.Georg Brandl2011-01-069-56/+47
* itertools, operator and functools are not really "numeric" modules; move them...Georg Brandl2011-01-063-3/+16
* Issue #10840: make it explicit that "s*" and friends provide contiguous memory.Antoine Pitrou2011-01-061-3/+4
* NitsRaymond Hettinger2011-01-061-5/+4
* Add PEP 3333 to whatsnew.Raymond Hettinger2011-01-061-1/+32
* Add more porting notes.Raymond Hettinger2011-01-051-0/+7
* Remove mention of codes pending further discussion on transform()/untransform().Raymond Hettinger2011-01-051-10/+0
* RC1 updates to whatsnewRaymond Hettinger2011-01-051-26/+86
* Overhaul the documentation about socket timeouts.Antoine Pitrou2011-01-051-49/+84
* Update tests and whatsnew for the 'quiet' flagRaymond Hettinger2011-01-051-1/+8
* Issue #5485: Add doc for expat.xmlparser.SetParamEntityParsing.Antoine Pitrou2011-01-051-0/+7
* #10130: Prepare for building epub-format docs.Georg Brandl2011-01-053-0/+23
* Fix duplicate end tag.Georg Brandl2011-01-051-1/+1
* #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
* logging HOWTO: fixed markup for numbered handler list.Vinay Sajip2011-01-041-19/+15
* 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
* Happy New Year! (CET edition)Georg Brandl2010-12-313-5/+5
* Remove mentions of the Demo directory.Georg Brandl2010-12-306-22/+5
* Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-301-0/+47
* Issue #10542: Document that identifiers use XID_Start XID_Continue*.Martin v. Löwis2010-12-301-1/+5
* 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
* Issue #10783: rephrase the changelog (new try)Victor Stinner2010-12-291-1/+1
* Rephrase PyUnicode_CompareWithASCIIString() documentationVictor Stinner2010-12-281-2/+3
* Issue #10783: rephrase the changelog (NEWS, What's new)Victor Stinner2010-12-281-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-282-27/+26
* #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-282-8/+15
* Rewrap.Georg Brandl2010-12-281-13/+13
* #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
* Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded stringVictor Stinner2010-12-281-1/+1
* Fix advice: call PyType_Ready to fill in ob_type of custom types.Georg Brandl2010-12-281-3/+3
* Remove confusing paragraph -- this is relevant only to advanced users anyway ...Georg Brandl2010-12-281-8/+0
* Replace sys.maxint mention by sys.maxsize.Georg Brandl2010-12-281-1/+1
* Issue #8966: Remove the documentation of ctypes.set_conversion_mode()Victor Stinner2010-12-281-16/+0
* Issue #10780: PyErr_SetFromWindowsErrWithFilename() andVictor Stinner2010-12-281-2/+3
* Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystemVictor Stinner2010-12-271-2/+3