summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Get rid of __context__, per the latest changes to PEP 343 and python-devGuido van Rossum2006-05-021-47/+0
* SF #1479988: add methods to allow access to weakrefs for theFred Drake2006-05-021-0/+33
* SF #1479181: split open() and file() from being aliases for each other.Neal Norwitz2006-05-021-7/+5
* Markup fixesAndrew M. Kuchling2006-05-011-12/+12
* Markup fixes; add some XXX comments noting problemsAndrew M. Kuchling2006-05-011-27/+29
* Add msilib documentation.Martin v. Löwis2006-05-012-0/+486
* Further integration of the documentation for the sqlite3 module. There's stillGerhard Häring2006-05-0130-3/+654
* - minor clarification in section titleFred Drake2006-05-011-15/+9
* Patch #1472854: make the rlcompleter.Completer class usable on non-Georg Brandl2006-04-301-7/+9
* 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
* This is the start of documentation for the sqlite3 module. Please feel free toGerhard Häring2006-04-292-0/+106
* 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
* 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
* add missing wordFred Drake2006-04-271-1/+1
* Fix an error in the last contextlib.closing exampleNick Coghlan2006-04-261-3/+3
* markup fixes, cleanupFred Drake2006-04-261-38/+66
* 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-252-68/+88
* 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
* Change PEP 343 related documentation to use the term context specifier instea...Nick Coghlan2006-04-242-39/+52
* Bug #1337990: clarified that `doctest` does not support examplesTim Peters2006-04-241-4/+7
* 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
* 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
* Update optparse to Optik 1.5.1.Greg Ward2006-04-231-73/+330
* - add versionadded tagGeorge Yoshida2006-04-221-1/+3
* Typo fixesGeorge Yoshida2006-04-221-2/+2
* Add Gregory K. Johnson's revised version of mailbox.py (funded byAndrew M. Kuchling2006-04-221-51/+1302
* Documentation for ctypes.Thomas Heller2006-04-212-0/+1227
* Correct the grammarGeorge Yoshida2006-04-211-3/+3
* Fix a markup.George Yoshida2006-04-211-1/+1
* Typo, grammar fixes. This file could use another proofreading pass.Andrew M. Kuchling2006-04-211-25/+25
* Typo fixesAndrew M. Kuchling2006-04-211-6/+6
* Allow pstats.Stats creator to specify an alternate to stdout.Skip Montanaro2006-04-211-9/+9
* Correct implementation and documentation of os.confstr. Add a simple testSkip Montanaro2006-04-201-3/+3
* fix typoGeorge Yoshida2006-04-181-1/+1
* Patch #790710: Add breakpoint command lists in pdb.Martin v. Löwis2006-04-171-0/+39
* Typo fixAndrew M. Kuchling2006-04-141-1/+1
* Typo fixesAndrew M. Kuchling2006-04-141-2/+2
* Typo fixAndrew M. Kuchling2006-04-141-1/+1