summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* pprint functions used to sort a dict (by key) if and only ifTim Peters2006-06-021-0/+4
* [Bug #1473048]Andrew M. Kuchling2006-05-311-0/+9
* Clarify wording on default values for strptime(); defaults are used when betterBrett Cannon2006-05-311-1/+2
* Patches #1497027 and #972322: try HTTP digest auth first,Georg Brandl2006-05-291-3/+1
* Apply modified version of Collin Winter's patch #1478788Nick Coghlan2006-05-292-6/+6
* Patch #1080727: add "encoding" parameter to doctest.DocFileSuiteGeorge Yoshida2006-05-281-2/+15
* Write more docs.Thomas Heller2006-05-261-17/+175
* needspeed: rpartition documentation, tests, and a bug fixes.Fredrik Lundh2006-05-261-0/+9
* Reordered, and wrote more docs.Thomas Heller2006-05-261-74/+127
* Write some docs.Thomas Heller2006-05-261-0/+40
* For now, I gave up with automatic conversion of reST to Python-latex,Thomas Heller2006-05-262-0/+207
* Typo fixesAndrew M. Kuchling2006-05-261-1/+1
* Clarify docs for str.partition().Georg Brandl2006-05-261-4/+5
* needforspeed: partition implementation, part two.Fredrik Lundh2006-05-261-0/+8
* 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