summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* #4478: document that copyfile() can raise Error.Georg Brandl2008-12-051-1/+2
* #4441 followup: Add link to open() docs for Windows.Georg Brandl2008-12-051-2/+2
* Use markup.Georg Brandl2008-12-051-2/+2
* #4441: improve doc for os.open() flags.Georg Brandl2008-12-051-12/+10
* #4409: fix asterisks looking like footnotes.Georg Brandl2008-12-051-6/+6
* #4408: document regex.groups.Georg Brandl2008-12-051-0/+5
* rename the new check_call_output to check_output. its less ugly.Gregory P. Smith2008-12-051-3/+3
* Clarification to avoid confusing output with file descriptors.Georg Brandl2008-12-041-1/+1
* Adds a subprocess.check_call_output() function to return the output from aGregory P. Smith2008-12-041-0/+24
* Add another heapq example.Georg Brandl2008-12-041-0/+15
* Issue #4384: Added logging integration with warnings module using captureWarn...Vinay Sajip2008-12-031-0/+15
* StringIO.close() stops you from using the buffer, tooBenjamin Peterson2008-11-301-1/+2
* mp docs - fix issues 4012,3518,4193Jesse Noller2008-11-281-20/+108
* fix typo in sqlite3 docsBenjamin Peterson2008-11-261-2/+2
* #4404: make clear what "path" is.Georg Brandl2008-11-241-4/+4
* Fix typo.Georg Brandl2008-11-241-1/+1
* replace reference to debugger-hooksBenjamin Peterson2008-11-241-2/+3
* #4399: fix typo.Georg Brandl2008-11-231-1/+1
* #4392: fix parameter name.Georg Brandl2008-11-231-4/+4
* #4364: fix attribute name on ctypes object.Georg Brandl2008-11-221-2/+2
* Fixed issue #4233.Amaury Forgeot d'Arc2008-11-201-2/+4
* fix indentation and a sphinx warningBenjamin Peterson2008-11-201-5/+4
* move useful sys.settrace information to the function's documentation from the...Benjamin Peterson2008-11-202-65/+50
* Clarify the docs for the 'strict' argument to httplib.HTTPConnection.Brett Cannon2008-11-151-1/+2
* #4324: fix getlocale() argument.Georg Brandl2008-11-151-1/+1
* use correct nameBenjamin Peterson2008-11-111-1/+1
* clarify what was addedBenjamin Peterson2008-11-081-1/+1
* move context clue to versionchanged tagBenjamin Peterson2008-11-081-8/+11
* a few compile() and ast doc improvementsBenjamin Peterson2008-11-082-15/+15
* #4245: move Thread section to the top.Georg Brandl2008-11-061-160/+160
* #4267: small fixes in sqlite3 docs.Georg Brandl2008-11-061-8/+7
* #4268: Use correct module for two toplevel functions.Georg Brandl2008-11-061-0/+1
* #4167: fix markup glitches.Georg Brandl2008-11-041-4/+4
* clarify by splitting into multiple paragraphsBenjamin Peterson2008-11-031-5/+9
* rephrase has_key docBenjamin Peterson2008-10-311-1/+2
* finish backporting binary literals and new octal literals docsBenjamin Peterson2008-10-301-8/+9
* backport bin() documentationBenjamin Peterson2008-10-301-0/+9
* mention the version gettempdir() was addedBenjamin Peterson2008-10-291-0/+2
* Use the correct names of the stateless codec functions (Fixes issue 4178).Walter Dörwald2008-10-231-3/+3
* and another typo...Benjamin Peterson2008-10-221-2/+1
* fix a few typosBenjamin Peterson2008-10-221-7/+7
* mention -nBenjamin Peterson2008-10-191-2/+2
* Fix duplicate word.Georg Brandl2008-10-171-1/+1
* clarify CALL_FUNCTION #4141Benjamin Peterson2008-10-171-1/+2
* part of #4012: kill off old name "processing".Georg Brandl2008-10-161-5/+5
* #4131: FF3 doesn't write cookies.txt files.Georg Brandl2008-10-161-0/+5
* document that deque indexing is O(n) #4123Benjamin Peterson2008-10-161-1/+3
* add a much requested newlineBenjamin Peterson2008-10-151-1/+2
* document how to disable fixersBenjamin Peterson2008-10-131-6/+10
* talk about how you can unzip with zipBenjamin Peterson2008-10-101-0/+12