summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Added section on exceptions raised during logging.Vinay Sajip2009-08-201-0/+22
* #6693: New functions in site.py to get user/global site packages paths.Tarek Ziadé2009-08-201-0/+26
* Add weakref support to the thread.lock type.Gregory P. Smith2009-08-201-0/+3
* missing module ref (issue6723)Skip Montanaro2009-08-181-1/+1
* Issue 6685: 'toupper' -> 'upper' in cgi doc example explanation.R. David Murray2009-08-171-1/+1
* Further refined section on logging to one file from multiple processes.Vinay Sajip2009-08-171-0/+3
* Refined section on logging to one file from multiple processes.Vinay Sajip2009-08-151-0/+6
* Added section on logging to one file from multiple processes.Vinay Sajip2009-08-151-0/+16
* Added versionchanged notices for optional 'delay' parameter to file handler c...Vinay Sajip2009-08-141-0/+12
* #6679: Remove mention that sub supports no flags.Georg Brandl2009-08-131-3/+1
* Fix punctuation and one copy-paste error.Georg Brandl2009-08-061-13/+10
* Fix base keyword arg name for int() and long().Georg Brandl2009-08-061-6/+7
* Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note...Jesse Noller2009-08-061-5/+0
* 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
* #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-2627-45/+45
* #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
* 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
* remove docs for deprecated -p optionBenjamin Peterson2009-07-201-7/+0
* #6489: fix an ambiguity in getiterator() documentation.Georg Brandl2009-07-181-3/+3
* #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
* 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
* #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