summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Grammar fix.Georg Brandl2009-01-031-4/+3
|
* Disable the line length checker by default.Georg Brandl2009-01-032-3/+8
|
* Remove tabs from the documentation.Georg Brandl2009-01-0320-166/+163
|
* Remove trailing whitespace.Georg Brandl2009-01-03149-771/+771
|
* Fix uses of the default role.Georg Brandl2009-01-0311-79/+77
|
* Recognize usage of the default role.Georg Brandl2009-01-031-2/+10
|
* Add rstlint, a little tool to find subtle markup problems and ↵Georg Brandl2009-01-032-1/+220
| | | | inconsistencies in the Doc sources.
* Fix role name.Georg Brandl2009-01-031-1/+1
|
* Make indentation consistent.Georg Brandl2009-01-031-9/+9
|
* Set eol-style correctly for mp_distributing.py.Georg Brandl2009-01-031-364/+364
|
* Issue 4796: Add from_float methods to the decimal module.Raymond Hettinger2009-01-031-0/+43
|
* Issue #4817: Remove unused function PyOS_GetLastModificationTime.Martin v. Löwis2009-01-032-10/+0
|
* Fix indentation.Georg Brandl2009-01-031-6/+6
|
* Issue #4615. Document how to use itertools for de-duping.Raymond Hettinger2009-01-021-0/+24
|
* Add various itemsAndrew M. Kuchling2009-01-021-2/+27
|
* #4811: fix markup glitches (mostly remains of the conversion),Georg Brandl2009-01-0219-39/+42
| | | | found by Gabriel Genellina.
* Minor documentation changes relating to NullHandler, the module used for ↵Vinay Sajip2009-01-021-19/+38
| | | | handlers and references to ConfigParser.
* document PyMemberDefBenjamin Peterson2009-01-021-0/+63
|
* welcome to 2009, Python!Benjamin Peterson2009-01-011-1/+1
|
* 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
|
* #4776: add data_files and package_dir arguments.Georg Brandl2009-01-011-2/+9
|
* #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
| | | | put them into dis.__all__.
* #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
|
* fix FrenchBenjamin Peterson2008-12-291-1/+1
|
* #4763 PyErr_ExceptionMatches won't blow up with NULL argumentsBenjamin Peterson2008-12-281-5/+4
|
* Update the fix for issue4064 to deal correctly with all three variants ofRonald Oussoren2008-12-281-0/+1
| | | | universal builds that are presented by the configure script.
* Issue4064: architecture string for universal builds on OSXRonald Oussoren2008-12-281-0/+17
|
* 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
|
* Document Py_VaBuildValue.Alexandre Vassalotti2008-12-281-0/+5
|
* 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
|
* #4682: 'b' is actually unsigned char.Georg Brandl2008-12-271-2/+3
|
* #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
| | | | Patch by Gabriel Genellina.
* python version is included in file name nowBenjamin Peterson2008-12-261-7/+7
|
* pretend exceptions don't exist a while longerBenjamin Peterson2008-12-241-28/+6
|