summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix a small typoBenjamin Peterson2008-10-101-2/+2
* Typo: "ThreadError" is the name in the C source.Armin Rigo2008-10-101-1/+1
* #4059: patch up some sqlite docs.Georg Brandl2008-10-081-52/+134
* fix typoBenjamin Peterson2008-10-041-1/+1
* #4041: don't refer to removed and outdated modules.Georg Brandl2008-10-041-4/+2
* Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs whenGregory P. Smith2008-09-301-0/+4
* Markup fixes. (optparse.rst probably needs an entire revision pass.)Andrew M. Kuchling2008-09-303-16/+16
* Edits, and add markupAndrew M. Kuchling2008-09-301-4/+4
* issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog...Jesse Noller2008-09-301-0/+7
* Issue #3965: Allow repeated calls to turtle.Screen, by making it aMartin v. Löwis2008-09-291-4/+4
* note the 2to3 -d could be useful for other refactoringBenjamin Peterson2008-09-281-1/+3
* better grammarBenjamin Peterson2008-09-281-1/+1
* #1415508: Document two functionsAndrew M. Kuchling2008-09-281-6/+21
* #1579477: mention necessity to flush output before exec'ingAndrew M. Kuchling2008-09-281-3/+10
* #3510: future-proof textAndrew M. Kuchling2008-09-271-3/+4
* 2to3's api should be considered unstableBenjamin Peterson2008-09-271-0/+6
* Improve wordingAndrew M. Kuchling2008-09-241-7/+7
* Indentation normalization.Georg Brandl2008-09-241-2/+2
* clean up docs for platform's linux_distribution and dist functionsBenjamin Peterson2008-09-221-16/+10
* #3918: note that uniform() args can be swapped.Georg Brandl2008-09-211-1/+3