summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Add donation link to docs footer.Georg Brandl2009-08-041-0/+11
* Issue #6595: Allow Decimal constructor to accept non-European decimalMark Dickinson2009-08-021-0/+6
* Documentation fix for change introduced in r71832Mark Dickinson2009-07-301-1/+1
* Rewrite the section about classes a bit; mostly tidbits, and a larger update ...Georg Brandl2009-07-291-71/+72
* Fix a few markup glitches.Georg Brandl2009-07-291-9/+10
* Fix some markup and small factual glitches found by M. Markert.Georg Brandl2009-07-292-14/+18
* Add a link to readline, and mention IPython and bpython.Georg Brandl2009-07-291-4/+14
* #6336: Add nb_divide.Georg Brandl2009-07-291-0/+1
* #6591: add reference to ioctl in fcntl module for platforms other than Windows.Georg Brandl2009-07-291-0/+3
* #6593: fix link targets.Georg Brandl2009-07-291-2/+2
* Issue #6561: '\d' regular expression should not match characters ofMark Dickinson2009-07-281-1/+2
* Clarify quote_plus() usage.Georg Brandl2009-07-281-2/+3
* Remove leading blank line from cmath.rstMark Dickinson2009-07-281-1/+0
* Issue #6458: Reorganize cmath documentation into sections (similar toMark Dickinson2009-07-281-97/+108
* 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