summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* #3912: document default for *places* arg.Georg Brandl2008-09-211-2/+4
* #3852: fix some select.kqueue and kevent docs.Georg Brandl2008-09-211-3/+3
* Improve docs for super().Raymond Hettinger2008-09-191-1/+18
* Fix for documentation bug. Fixes issue 3904.Josiah Carlson2008-09-191-2/+2
* document compileall command flagsBenjamin Peterson2008-09-171-2/+7
* usageSkip Montanaro2008-09-171-1/+1
* be less wordyBenjamin Peterson2008-09-161-6/+6
* clarify that radix for int is not 'guessed'Benjamin Peterson2008-09-141-8/+8
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-1321-169/+157
* #3288: Document as_integer_ratioAndrew M. Kuchling2008-09-131-1/+12
* Remove extra 'the'; the following title includes itAndrew M. Kuchling2008-09-131-1/+1
* fix typoBenjamin Peterson2008-09-111-3/+3
* Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...Nick Coghlan2008-09-112-28/+45