summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #6843: add link from filterwarnings to where the meaning of the arguments is ...Georg Brandl2009-09-051-17/+19
* #6841: remove duplicated word.Georg Brandl2009-09-051-1/+1
* #6777: dont discourage usage of Exception.args or promote usage of Exception....Georg Brandl2009-09-041-17/+14
* #6756: add some info about the "acct" parameter.Georg Brandl2009-09-041-1/+2
* #6757: complete the list of types that marshal can serialize.Georg Brandl2009-09-031-6/+8
* #6828: fix wrongly highlighted blocks.Georg Brandl2009-09-031-5/+9
* #6821: fix signature of PyBuffer_Release().Georg Brandl2009-09-021-2/+2
* #6638: fix wrong parameter name and markup a class.Georg Brandl2009-09-011-3/+4
* #6810: add a link to the section about frame objects instead of just a descri...Georg Brandl2009-09-012-3/+5
* #6765: hint that log(x, base) is not very sophisticated.Georg Brandl2009-09-011-3/+6
* #6808: clarification.Georg Brandl2009-09-011-3/+3
* #6813: better documentation for numberless string formats.Georg Brandl2009-09-012-5/+14
* Doc fix for the issue2637.Senthil Kumaran2009-08-311-3/+4
* other -> others where multiple arguments are accepted.Georg Brandl2009-08-311-2/+2
* #6801: fix copy-paste oversight.Georg Brandl2009-08-301-1/+1
* #6803: fix old name.Georg Brandl2009-08-301-2/+2
* fixed #6801: symmetric_difference_update also accepts pipeTarek Ziadé2009-08-291-1/+1
* issue 6275Kristján Valur Jónsson2009-08-271-0/+4
* #6787: reference fix.Georg Brandl2009-08-271-1/+1
* Typo fix.Georg Brandl2009-08-271-1/+1
* Remove leftover text from end of sentence.R. David Murray2009-08-271-1/+1
* #6677: note that rmdir only removes empty directories.Georg Brandl2009-08-241-1/+4
* fix pdf building by teaching latex the right encoding packageBenjamin Peterson2009-08-241-0/+3
* #6677: mention "deleting" as an alias for removing files.Georg Brandl2009-08-241-9/+9
* #6718: fix example.Georg Brandl2009-08-241-1/+1
* #6725: spell "namespace" consistently.Georg Brandl2009-08-241-3/+3
* #6772: mention utf-8 as utf8 alias.Georg Brandl2009-08-241-1/+2
* Fixed #6556: Corrected doc on how Distutils looks for its user configuration ...Tarek Ziadé2009-08-211-4/+6
* 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
* Remove potentially confusing sentence in __mangling description.Georg Brandl2009-08-131-5/+2
* Use locale.format_string() for more than one specifier.Georg Brandl2009-08-131-2/+2
* #6679: Remove mention that sub supports no flags.Georg Brandl2009-08-131-3/+1
* #6658: fix two typos.Georg Brandl2009-08-061-2/+2
* 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
* 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