summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Forward port r68394 for issue 4816.Raymond Hettinger2009-01-081-1/+12
* Issue #4869: clarify documentation for random.expovariate.Mark Dickinson2009-01-071-3/+5
* Issue #4272: Add an optional argument to the GzipFile constructor to override...Antoine Pitrou2009-01-041-1/+10
* Fix two issues found by the suspicious builder.Georg Brandl2009-01-043-3/+3
* Test commit.Georg Brandl2009-01-041-1/+0
* Manually merge r67868 from 2.6 branch.Georg Brandl2009-01-031-7/+5
* Manually merge r68095,68186,68187,68188,68190 from 2.6 branch.Georg Brandl2009-01-031-7/+8
* Remove tabs from the documentation.Georg Brandl2009-01-038-47/+45
* Remove trailing whitespace.Georg Brandl2009-01-0395-400/+400
* Fix uses of the default role.Georg Brandl2009-01-038-69/+67
* Fix role name.Georg Brandl2009-01-031-1/+1
* Make indentation consistent.Georg Brandl2009-01-031-9/+9
* Issue 4796: Add from_float methods to the decimal module.Raymond Hettinger2009-01-031-0/+43
* Fix indentation.Georg Brandl2009-01-031-6/+6
* Issue #4615. Document how to use itertools for de-duping.Raymond Hettinger2009-01-021-0/+24
* #4811: fix markup glitches (mostly remains of the conversion),Georg Brandl2009-01-029-23/+23
* Minor documentation changes relating to NullHandler, the module used for hand...Vinay Sajip2009-01-021-19/+38
* fix highlightingBenjamin Peterson2009-01-011-4/+4
* #4767: Use correct submodules for all MIME classes.Georg Brandl2009-01-011-0/+15
* Handlers are in the `logging.handlers` module.Georg Brandl2009-01-011-0/+4
* #4782: Fix markup error that hid load() and loads().Georg Brandl2009-01-011-2/+2
* #4784: ... on three counts ...Georg Brandl2009-01-011-1/+1
* Point to types module in new module deprecation notice.Georg Brandl2009-01-011-2/+2
* #4222: document dis.findlabels() and dis.findlinestarts() andGeorg Brandl2009-01-011-2/+15
* #4156: make clear that "protocol" is to be replaced with the protocol name.Georg Brandl2009-01-011-26/+35
* #4100: note that element children are not necessarily present on "start" events.Georg Brandl2009-01-011-0/+10
* #4778: attributes can't be called.Georg Brandl2008-12-301-1/+1
* Minor documentation change relating to NullHandler.Vinay Sajip2008-12-301-4/+4
* wrong version number in doc changes committed in r67979Antoine Pitrou2008-12-281-1/+1
* Issue #4444: Allow assertRaises() to be used as a context handler.Antoine Pitrou2008-12-281-2/+9
* fix markupBenjamin Peterson2008-12-271-1/+1
* #4671: document that pydoc imports modules.Georg Brandl2008-12-271-0/+7
* Use :samp: role.Georg Brandl2008-12-271-2/+2
* #4695: fix backslashery.Georg Brandl2008-12-271-2/+2
* #4754: improve winsound documentation.Georg Brandl2008-12-271-2/+7
* #4752: actually use custom handler in example.Georg Brandl2008-12-271-1/+1
* Issue #4756: zipfile.is_zipfile() now supports file-like objects.Antoine Pitrou2008-12-271-2/+4
* remove redundant sentenceBenjamin Peterson2008-12-201-1/+1
* add headingsBenjamin Peterson2008-12-201-6/+13
* copy sentence from docstringBenjamin Peterson2008-12-201-2/+2
* Fix typo in Python equivalent for bit_length.Mark Dickinson2008-12-191-1/+1
* Fix-up and clean-up docs for int.bit_length().Raymond Hettinger2008-12-191-21/+12
* _call_method -> _callmethod and _get_value to _getvalueBenjamin Peterson2008-12-191-9/+9
* fix typoBenjamin Peterson2008-12-191-4/+4
* Issue #3439: add bit_length method to int and long.Mark Dickinson2008-12-171-0/+40
* Issue #2183: Simplify and optimize bytecode for list comprehensions.Antoine Pitrou2008-12-171-2/+4
* #4568: remove limitation in varargs callback example.Georg Brandl2008-12-151-25/+22
* specify how things are copiedBenjamin Peterson2008-12-091-1/+1
* #4457: rewrite __import__() documentation.Georg Brandl2008-12-071-38/+54
* Follow-up to #4488: document PIPE and STDOUT properly.Georg Brandl2008-12-061-18/+33