summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move __import__ to the bottom of the functions list.Georg Brandl2008-12-051-61/+61
* #3171: document that *slice are removed in 3k.Georg Brandl2008-12-051-0/+13
* #4478: document that copyfile() can raise Error.Georg Brandl2008-12-051-1/+2
* #4441 followup: Add link to open() docs for Windows.Georg Brandl2008-12-051-2/+2
* Use markup.Georg Brandl2008-12-051-2/+2
* #4441: improve doc for os.open() flags.Georg Brandl2008-12-051-12/+10
* #4409: fix asterisks looking like footnotes.Georg Brandl2008-12-051-6/+6
* #4408: document regex.groups.Georg Brandl2008-12-051-0/+5
* rename the new check_call_output to check_output. its less ugly.Gregory P. Smith2008-12-051-3/+3
* Clarification to avoid confusing output with file descriptors.Georg Brandl2008-12-041-1/+1
* Adds a subprocess.check_call_output() function to return the output from aGregory P. Smith2008-12-041-0/+24
* Add another heapq example.Georg Brandl2008-12-041-0/+15
* Issue #4384: Added logging integration with warnings module using captureWarn...Vinay Sajip2008-12-031-0/+15
* StringIO.close() stops you from using the buffer, tooBenjamin Peterson2008-11-301-1/+2
* mp docs - fix issues 4012,3518,4193Jesse Noller2008-11-281-20/+108
* fix typo in sqlite3 docsBenjamin Peterson2008-11-261-2/+2
* #4404: make clear what "path" is.Georg Brandl2008-11-241-4/+4