summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Bug #1490688: properly document %e, %f, %g format subtleties.Georg Brandl2006-05-181-11/+30
* Bug #1462152: file() now checks more thoroughly for invalid modeGeorg Brandl2006-05-181-1/+7
* Patch #1180296: improve locale string formatting functionsGeorg Brandl2006-05-171-9/+52
* Remove misleading comment about type-class unification.Georg Brandl2006-05-171-6/+5
* Text files missing the SVN eol-style property.Tim Peters2006-05-1626-463/+463
* Document ImportWarningGeorge Yoshida2006-05-161-0/+5
* Mention that Exception is now a subclass of BaseException.George Yoshida2006-05-161-1/+1
* Patch #1435422: zlib's compress and decompress objects now have aGeorg Brandl2006-05-161-0/+13
* Add \exception markupGeorge Yoshida2006-05-132-3/+3
* 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