summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* a few improvementsBenjamin Peterson2008-08-171-2/+2
* Review symtable docs.Georg Brandl2008-08-161-11/+10
* add some documentation for symtableBenjamin Peterson2008-08-162-0/+189
* note how os.utime should be used for emulating touchBenjamin Peterson2008-08-161-9/+10
* document that waitpid raises OSErrorGregory P. Smith2008-08-151-0/+3
* update ssl documentationBill Janssen2008-08-121-0/+9
* #3540: fix exception name.Georg Brandl2008-08-111-1/+1
* accept issue 3436Skip Montanaro2008-08-081-0/+12
* more cleanup ups of the recently added warnings in the subprocess docs.Gregory P. Smith2008-08-041-5/+6
* Clarify the meaning of the select() parameters and syncGeorg Brandl2008-08-041-12/+18
* Template is always "tmp".Georg Brandl2008-08-041-2/+1
* Fix markup.Georg Brandl2008-08-041-15/+12
* issue1606: Add warnings to the subprocess documentation about common pitfallsGregory P. Smith2008-08-041-0/+16
* #3495: use current version.Georg Brandl2008-08-031-2/+2
* Issue #3039: Fix TarFileCompat.writestr() which always raised anLars Gustäbel2008-08-021-0/+4
* Tone down math.fsum warning.Mark Dickinson2008-08-011-23/+2
* Alter recipe to show how to call izip_longest() withRaymond Hettinger2008-07-311-2/+1
* Add note about problems with math.fsum on x86 hardware.Mark Dickinson2008-07-301-0/+26
* Rename math.sum to math.fsumMark Dickinson2008-07-301-10/+10
* getrandombits is actually getrandbitsBenjamin Peterson2008-07-301-2/+2
* Neaten-up the itertools recipes.Raymond Hettinger2008-07-301-6/+4
* the from __future__ import with_statement isn't needed in 2.6Benjamin Peterson2008-07-291-1/+1
* Clarify wordingAndrew M. Kuchling2008-07-281-1/+1
* clarify Popen argumentBenjamin Peterson2008-07-271-3/+4
* Remove extra wordsAndrew M. Kuchling2008-07-261-1/+1
* This sentence continues to bug me; rewrite it for the second timeAndrew M. Kuchling2008-07-261-2/+3
* fix indentationBenjamin Peterson2008-07-251-1/+1
* document default value for fillvalueBenjamin Peterson2008-07-251-3/+4
* Fix indentation.Georg Brandl2008-07-241-3/+1
* add some documentation for 2to3Benjamin Peterson2008-07-242-1/+80
* fix spacingBenjamin Peterson2008-07-241-1/+1
* Use correct indentation.Georg Brandl2008-07-231-14/+14
* 3k-warn about parser's "ast" aliases.Georg Brandl2008-07-231-0/+1
* Clean-up itertools docs and recipes.Raymond Hettinger2008-07-191-46/+19
* Fix compress() recipe in docs to use itertools.Raymond Hettinger2008-07-191-3/+3
* Add ordering info for findall and finditer.Georg Brandl2008-07-191-6/+9
* Add recipe to the itertools docs.Raymond Hettinger2008-07-191-0/+15
* Deprecate the sunaudio module for removal in Python 3.0. The sunau module can...Brett Cannon2008-07-181-0/+2
* Document the different meaning of precision for {:f} and {:g}.Georg Brandl2008-07-181-8/+12
* Issue #3389: Allow resolving dotted names for handlers in logging configurati...Vinay Sajip2008-07-181-1/+5
* Backed out r65069, pending fixing it in Windows.Eric Smith2008-07-172-6/+5
* Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.Eric Smith2008-07-172-5/+6
* Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.for...Eric Smith2008-07-161-2/+6
* Move label to correct heading.Georg Brandl2008-07-151-3/+2
* Issue #3008: add instance method float.hex and class method float.fromhexMark Dickinson2008-07-151-0/+69
* Typo fixAndrew M. Kuchling2008-07-141-1/+1
* Typo fixAndrew M. Kuchling2008-07-141-1/+1
* Typo fixesAndrew M. Kuchling2008-07-141-3/+4
* Re-wordAndrew M. Kuchling2008-07-131-2/+2
* Add turtle into the module index.Martin v. Löwis2008-07-131-0/+4