summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* deprecate some useless, noop methods in symtableBenjamin Peterson2008-08-201-9/+0
* allow keyword args to be passed in after *args #3473Benjamin Peterson2008-08-191-9/+10
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...Jesse Noller2008-08-196-15/+15
* Fix grammar.Georg Brandl2008-08-181-1/+1
* update the threading docs to account for recent changesBenjamin Peterson2008-08-181-22/+21
* change threading.getIdent to a propertyBenjamin Peterson2008-08-181-4/+4
* Fix typoNick Coghlan2008-08-181-1/+1
* Issue 2235: document PyObject_HashNotImplementedNick Coghlan2008-08-182-0/+18
* 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
* fix markupBenjamin Peterson2008-08-161-0/+1
* document that waitpid raises OSErrorGregory P. Smith2008-08-151-0/+3
* #3558: Attribute reference binds more tightly than subscription and call.Georg Brandl2008-08-151-3/+3
* Fix markup for various binary operation examples where the operands were boldedBrett Cannon2008-08-141-6/+6
* update ssl documentationBill Janssen2008-08-121-0/+9
* Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,Martin v. Löwis2008-08-122-2/+18
* #3540: fix exception name.Georg Brandl2008-08-111-1/+1
* accept issue 3436Skip Montanaro2008-08-081-0/+12
* Remove mention of backquotes in the tutorial.Georg Brandl2008-08-081-6/+1
* #3519: callee is an expression too.Georg Brandl2008-08-081-1/+1
* Add some itemsAndrew M. Kuchling2008-08-071-5/+23
* Fix longstringitem definition. #3505.Georg Brandl2008-08-061-1/+1
* more cleanup ups of the recently added warnings in the subprocess docs.Gregory P. Smith2008-08-041-5/+6
* Issue 643841: better documentation of the special method lookup process, espe...Nick Coghlan2008-08-041-43/+147
* 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
* revert last revision; code was rightBenjamin Peterson2008-08-021-3/+3
* fix indentation that caused logic bugBenjamin Peterson2008-08-021-3/+3
* This should really be a comment.Georg Brandl2008-08-011-4/+7
* Add the grammar to the reference manual, since the new docs don'tGeorg Brandl2008-08-012-1/+8
* 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-302-11/+11
* 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
* Shorten some overlong lines.Georg Brandl2008-07-261-3/+6
* 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