summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* mark 3.1 as stable docsBenjamin Peterson2009-06-261-2/+2
* Add a couple of missing function alias declarations to the turtle docs.R. David Murray2009-06-251-0/+2
* http://bugs.python.org/issue6192Kristján Valur Jónsson2009-06-241-10/+0
* #6332: fix word dupes throughout the source.Georg Brandl2009-06-241-1/+1
* Remove last remnants of the ipaddr package.Amaury Forgeot d'Arc2009-06-231-5/+0
* Remove the ipaddr module per discussion on python-devAmaury Forgeot d'Arc2009-06-232-418/+0
* Improve English phrasing.R. David Murray2009-06-221-1/+1
* Issue 6288: update the contextlib.nested() docs to explain why it has been de...Nick Coghlan2009-06-171-11/+28
* #6255: document PyInt_FromSize_t.Georg Brandl2009-06-171-0/+9
* #6295: clarify blocking behavior of getch().Georg Brandl2009-06-171-1/+2
* Add usage note.Raymond Hettinger2009-06-171-0/+4
* Add tabularcolumns directive for tables with bullet lists in them.Georg Brandl2009-06-161-0/+6
* Fixed #6287: documentation for the license field in distutilsTarek Ziadé2009-06-161-0/+9
* use 'rc' for release candidates for consistencyBenjamin Peterson2009-06-131-1/+1
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-5/+5
* Issue 6261: Clarify behavior of random.uniform().Raymond Hettinger2009-06-111-0/+2
* Move comment to correct line.Raymond Hettinger2009-06-111-2/+2
* Add example of how to do key lookups with bisect().Raymond Hettinger2009-06-111-1/+19
* Fix a typo spotted by Nick Coghlan.Amaury Forgeot d'Arc2009-06-101-1/+1
* Both kind of types are concerned.Amaury Forgeot d'Arc2009-06-091-1/+1
* #6201: Fix test_winreg on Windows:Amaury Forgeot d'Arc2009-06-091-1/+5
* Issue 2947: document how return code handling translates fromR. David Murray2009-06-092-10/+24