summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Add Kodos as a re reference.Georg Brandl2008-05-091-0/+3
* Add another link to colorsys docs.Georg Brandl2008-05-091-4/+5
* Add a sentence to basicConfig() that is in the docstring.Georg Brandl2008-05-091-0/+2
* #2781: fix function name.Georg Brandl2008-05-091-2/+2
* Deprecate the toaiff module for removal in 3.0.Brett Cannon2008-05-091-0/+3
* Deprecate test.testall for removal in 3.0.Brett Cannon2008-05-091-1/+1
* Deprecate the new module for removal in 3.0.Brett Cannon2008-05-091-0/+4
* reindent exampleBenjamin Peterson2008-05-091-17/+17
* Add an example about using NamedTemporaryFile() to replace mktemp(). I'mSkip Montanaro2008-05-091-0/+18
* Add Py3k warnings to os.path.walkBenjamin Peterson2008-05-091-3/+3
* Deprecate the user module for removal in 3.0.Brett Cannon2008-05-081-0/+2
* Document the 'record' argument for test.test_support.catch_warning().Brett Cannon2008-05-081-4/+6
* The mutex module has been deprecated for removal in 3.0.Brett Cannon2008-05-081-0/+5
* Deprecate the imputil module for removal in 3.0.Brett Cannon2008-05-081-0/+4
* Issue 2778. Document the temporary frozenset swap in __contains__(), remove(...Raymond Hettinger2008-05-081-9/+12
* Post tag updates.Barry Warsaw2008-05-081-0/+2
* Fix-up the enumerate type example and move it to the end.Raymond Hettinger2008-05-081-10/+9
* Deprecate the audiodev module for 3.0.Brett Cannon2008-05-061-0/+2
* Implemented PEP 370Christian Heimes2008-05-062-1/+82
* > != (!<).Georg Brandl2008-05-061-2/+2
* #2773: fix description of 'g' and 'G' formatting spec.Georg Brandl2008-05-061-6/+6
* #2752: fix second example too.Georg Brandl2008-05-051-1/+1
* #2769: markup glitch.Georg Brandl2008-05-051-1/+1
* Fix JSON module docs.Georg Brandl2008-05-051-142/+108
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-053-0/+458
* Add a DeprecationWarning for when warnings.showwarning() is set to a functionBrett Cannon2008-05-051-1/+2
* Fix typo in bugs.rstBenjamin Peterson2008-05-041-1/+1
* #2757: Remove spare newline.Georg Brandl2008-05-041-1/+0
* Implemented feature request 2157: Converter names are cut off at '('Gerhard Häring2008-05-041-8/+5
* Added note that Python requires at least Win2k SP4Christian Heimes2008-05-041-0/+3
* #2752: wrong meaning of '' for socket host.Georg Brandl2008-05-041-1/+1
* Fix typo in whatsnewBenjamin Peterson2008-05-041-1/+3
* Insert correct OpenSearch base URL.Georg Brandl2008-05-031-1/+1
* Backport Raymond's changes in r60508 to Python 2.6.Mark Dickinson2008-05-031-2/+2
* capitalization nit for reStructuredTextBenjamin Peterson2008-05-021-1/+1
* #2581: Vista UAC/elevation support for bdist_wininstMark Hammond2008-05-021-2/+7
* Fix synopsis.Georg Brandl2008-05-011-1/+1
* Fix typo in whatsnewBenjamin Peterson2008-04-301-1/+1
* #2727: clarify tp_iternext docs.Georg Brandl2008-04-301-5/+6
* #2719: backport next() from 3k.Georg Brandl2008-04-301-0/+9
* Update command line usage documentation to reflect 2.6 changes (also includes...Nick Coghlan2008-04-301-27/+62
* Strip down SSL docs; I'm not managing to get test programs working, so I'll j...Andrew M. Kuchling2008-04-291-8/+3
* Fix markup.Georg Brandl2008-04-281-1/+1
* Wrap some long lines.Skip Montanaro2008-04-281-9/+12
* Correct documentation to match implementation: "Class" instead ofSkip Montanaro2008-04-281-45/+46
* Wrap some long paragraphs and include the default values for optionalSkip Montanaro2008-04-271-88/+96
* minor wording changes, rewrap a few linesSkip Montanaro2008-04-271-12/+13
* Add OpenSearch and a Python logo to the HTML output.Georg Brandl2008-04-274-0/+25
* #2700 Document PyNumber_ToBaseBenjamin Peterson2008-04-271-0/+11
* Use correct XHTML tags.Georg Brandl2008-04-271-16/+16