summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Move member descriptions inside the classes.Georg Brandl2009-07-261-172/+155
* builtin -> built-in.Georg Brandl2009-07-2643-83/+82
* #6577: fix (hopefully) all links to builtin instead of module/class-specific ...Georg Brandl2009-07-2636-112/+114
* #6576: fix cross-refs in re docs.Georg Brandl2009-07-261-23/+26
* #6571: add index entries for more operators.Georg Brandl2009-07-251-19/+27
* #6564: fix section about the two raise syntaxes.Georg Brandl2009-07-241-4/+5
* Dont put "void" in signature for nullary functions.Georg Brandl2009-07-247-9/+10
* Fix arg types of et#.Georg Brandl2009-07-241-1/+1
* use boolsBenjamin Peterson2009-07-231-8/+8
* #6548: dont suggest existence of real and imag functions in cmath.Georg Brandl2009-07-231-4/+4
* #6423 has_key -> inEzio Melotti2009-07-221-7/+8
* revert r74152Benjamin Peterson2009-07-221-4/+4
* simplifyBenjamin Peterson2009-07-221-4/+4
* #6536 fixed typoEzio Melotti2009-07-211-1/+1
* remove docs for deprecated -p optionBenjamin Peterson2009-07-201-7/+0
* #6489: fix an ambiguity in getiterator() documentation.Georg Brandl2009-07-181-3/+3
* #6505: fix typos.Georg Brandl2009-07-181-4/+4
* #6513: fix example code: warning categories are classes, not instances.Georg Brandl2009-07-181-1/+1
* #6481: fix typo in os.system() replacement.Georg Brandl2009-07-161-1/+1
* #6486: start with built in functions rather than "built in objects".Georg Brandl2009-07-161-2/+3
* update yearBenjamin Peterson2009-07-151-1/+1
* Document the newly added codecAmaury Forgeot d'Arc2009-07-131-0/+2
* add versionaddedBenjamin Peterson2009-07-121-0/+2
* array.array is actually a class.Georg Brandl2009-07-111-4/+3
* #6456: clarify the meaning of constants used as arguments to nl_langinfo().Georg Brandl2009-07-111-133/+120
* #6430: add note about size of "u" type.Georg Brandl2009-07-111-1/+6
* #6448: clarify docs for find_module().Georg Brandl2009-07-111-10/+11
* #6446: fix import_spam() function to use correct error and reference handling.Georg Brandl2009-07-111-9/+16
* Fix style.Georg Brandl2009-07-111-4/+4
* #6416: Fix compilation of the select module on Windows, as well as test_subpr...Amaury Forgeot d'Arc2009-07-091-1/+1
* Adds the select.PIPE_BUF attribute to expose the system constant.Gregory P. Smith2009-07-031-0/+9
* another cStringIO restrictionBenjamin Peterson2009-07-031-2/+3
* Issue 6389: add documentation for the 'mode' flags defined in theR. David Murray2009-07-022-19/+144
* Make punctuation prettier and break up run-on sentence.R. David Murray2009-07-011-2/+2
* Fixed a backslash that was not supposed to be thereEzio Melotti2009-06-301-1/+1
* Fixed defaultTestCase -> defaultTestResultEzio Melotti2009-06-302-4/+4
* Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes i...Jesse Noller2009-06-301-0/+32
* #6371: fix link targets.Georg Brandl2009-06-301-2/+2
* #6384: Add a heading for the exception hierarchy.Georg Brandl2009-06-301-1/+4
* #6374: add a bit of explanation about shell=True on Windows.Georg Brandl2009-06-301-1/+5
* #6376: fix copy-n-paste oversight.Georg Brandl2009-06-301-3/+2
* Issue 5740: multiprocessing.connection.* authkey fixesJesse Noller2009-06-291-2/+2
* Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemonsJesse Noller2009-06-291-1/+3
* update to sphinx 0.6.2Benjamin Peterson2009-06-292-2/+2
* More Decimal quote fixing; backport of r73642Mark Dickinson2009-06-281-3/+3
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-06-281-0/+9
* Fixed a wrong apostropheEzio Melotti2009-06-281-1/+1
* stmt and setup can contain multiple statements, see #5896Ezio Melotti2009-06-271-2/+3
* link to extensive generator docs in the reference manualBenjamin Peterson2009-06-271-1/+9
* document is_declared_global()Benjamin Peterson2009-06-261-0/+4