summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Integrated the rest of the pysqlite reference manual into the PythonGerhard Häring2006-05-121-44/+316
* Grammar fixGeorge Yoshida2006-05-111-2/+2
* Change WindowsError to carry the Win32 error code in winerror,Martin v. Löwis2006-05-111-1/+5
* Fix two small errors in argument lists.Georg Brandl2006-05-101-3/+3
* Patch #1484695: Update the tarfile module to version 0.8. This fixesGeorg Brandl2006-05-101-1/+5
* Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garba...Georg Brandl2006-05-101-0/+3
* Bug #1485447: subprocess: document that the "cwd" parameter isn't used to fin...Georg Brandl2006-05-101-6/+9
* Bug #1482988: indicate more prominently that the Stats class is in the pstats...Georg Brandl2006-05-101-2/+3
* Minor language editAndrew M. Kuchling2006-05-071-5/+5
* Use \versionchanged for the feature changeGeorge Yoshida2006-05-061-3/+3
* describe optional arguments for DocFileSuiteGeorge Yoshida2006-05-061-1/+5
* Get rid of a couple more context object references, fix some markup and clari...Nick Coghlan2006-05-032-9/+10
* Finish bringing SVN into line with latest version of PEP 343 by getting rid o...Nick Coghlan2006-05-032-65/+48
* Correct some formulations, fix XXX comments.Martin v. Löwis2006-05-031-7/+5
* Whitespace normalization.Tim Peters2006-05-037-71/+63
* fix up whitespace in prompt stringsFred Drake2006-05-031-1/+1
* one more place to avoid extra markup (how many will there be?)Fred Drake2006-05-031-1/+1
* avoid ugly markup based on the unfortunate conversions of ">>" and "<<" toFred Drake2006-05-036-9/+9
* 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