summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Patch #1470846: fix urllib2 ProxyBasicAuthHandler.Georg Brandl2006-04-301-5/+11
* Use \versionchanged instead of \versionadded for new parameter support.George Yoshida2006-04-301-1/+1
* Add two itemsAndrew M. Kuchling2006-04-301-0/+17
* This is the start of documentation for the sqlite3 module. Please feel free toGerhard Häring2006-04-293-1/+108
* Add itemAndrew M. Kuchling2006-04-291-1/+5
* Make case of 'ZIP' consistentAndrew M. Kuchling2006-04-291-1/+1
* Add itemAndrew M. Kuchling2006-04-291-0/+5
* grammar fixGeorge Yoshida2006-04-291-1/+1
* correct a dead linkGeorge Yoshida2006-04-281-1/+1
* Bug #1475009: clarify ntpath.join behavior with absolute componentsGeorg Brandl2006-04-281-2/+3
* fix markup glitchGeorge Yoshida2006-04-281-1/+1
* markup fixGeorge Yoshida2006-04-271-4/+4
* Mention the xmlrpclib.Error base class, which is used in one of the examplesAndrew M. Kuchling2006-04-271-3/+5
* [Bug #1477140] Import Error base classAndrew M. Kuchling2006-04-271-1/+1
* [Bug #1477102] Add necessary import to exampleAndrew M. Kuchling2006-04-271-0/+1
* Bump document versionAndrew M. Kuchling2006-04-271-1/+1
* Now that 2.5a2 is out, revert to the current dateAndrew M. Kuchling2006-04-271-1/+1
* 2.5a2Anthony Baxter2006-04-271-1/+1
* add missing wordFred Drake2006-04-271-1/+1
* - update version numbers in file names again, until we have a better wayFred Drake2006-04-271-6/+12
* one more place to use the current Python versionFred Drake2006-04-261-2/+2
* Add labels to all sectionsAndrew M. Kuchling2006-04-261-11/+11
* [Bug #1475080] Fix exampleAndrew M. Kuchling2006-04-261-2/+2
* Fix an error in the last contextlib.closing exampleNick Coghlan2006-04-261-3/+3
* minor adjustment suggested by Peter GephardtFred Drake2006-04-261-1/+1
* markup fixes, cleanupFred Drake2006-04-262-38/+67
* minor tweakGeorge Yoshida2006-04-251-1/+1
* Rework context terminologyAndrew M. Kuchling2006-04-251-21/+22
* Add two items; easy_install is now off the table, though pkgutil still isAndrew M. Kuchling2006-04-251-1/+14
* Fix markup glitch in unittest docs. Will backport.Thomas Wouters2006-04-251-1/+1
* Fix latex typoNick Coghlan2006-04-251-1/+1
* Move the PEP 343 documentation and implementation closer to theNick Coghlan2006-04-254-100/+121
* Revert previous change, SKIP had a versionadded elsewhereNeal Norwitz2006-04-251-1/+0
* versionadded for SKIPNeal Norwitz2006-04-251-0/+1
* Patch #1475231: add a new SKIP doctest option, thanks toTim Peters2006-04-251-0/+15
* Edits, using the new termAndrew M. Kuchling2006-04-241-29/+31
* Change PEP 343 related documentation to use the term context specifier instea...Nick Coghlan2006-04-244-67/+78
* Bug #1337990: clarified that `doctest` does not support examplesTim Peters2006-04-241-4/+7
* Add two itemsAndrew M. Kuchling2006-04-231-0/+29
* Edits to the PEP 343 sectionAndrew M. Kuchling2006-04-231-65/+62
* it's always helpful if the example works...Skip Montanaro2006-04-231-6/+8
* minor tweakSkip Montanaro2006-04-231-2/+2
* first cut at trace module docSkip Montanaro2006-04-232-1/+96
* Take 2 on mentioning the with statement, this time without inadvertently kill...Nick Coghlan2006-04-231-3/+5
* Add a (very) brief mention of the with statement to the end of chapter 8Nick Coghlan2006-04-231-3/+33
* Update with statement documentation to use same terminology as 2.5a1 implemen...Nick Coghlan2006-04-232-27/+38
* Update contextlib documentation to use the same terminology as the module imp...Nick Coghlan2006-04-231-7/+8
* Add a Context Types section to parallel the Iterator Types section (uses the ...Nick Coghlan2006-04-231-0/+96
* wrap SyntaxError with \exception{}George Yoshida2006-04-231-1/+1
* Update optparse to Optik 1.5.1.Greg Ward2006-04-231-73/+330