summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | category [No]; only those of category [Nd]. (Backport of r74237 from py3k.)
* 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
| | | | | the way that the math documentation is organized); clarify section on conversions to and from polar coordinates.
* 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
| | | | objects.
* #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 ↵Amaury Forgeot d'Arc2009-07-091-1/+1
| | | | | | | | test_subprocess: PIPE_BUF is not defined on Windows, and probably has no meaning there. Anyway the subprocess module uses another way to perform non-blocking reads (with a thread)
* 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
| | | | stat module.
* 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 ↵Jesse Noller2009-06-301-0/+32
| | | | in processes
* #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
|