summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo.Martin v. Löwis2004-07-301-1/+1
* Add closing methoddesc. Add versionadded. Rewrap.Martin v. Löwis2004-07-301-2/+6
* SF bug #997533: "disjunct" should be "disjoint"Raymond Hettinger2004-07-291-3/+3
* SF #998170, fix typo. Backport candidateNeal Norwitz2004-07-291-1/+1
* Add versionadded infoNeal Norwitz2004-07-281-0/+2
* Patch #998149: imaplib deleteacl and myrights.Martin v. Löwis2004-07-271-0/+8
* fix information about what flag database files are opened with by defaultFred Drake2004-07-261-6/+6
* Patch #605370: Add description[s] for RFC 2980 compliance.Martin v. Löwis2004-07-261-0/+20
* Patch #997668: Correct explanation of salts.Martin v. Löwis2004-07-261-1/+9
* Explain that most floats are actually integers. This is a common confusionTim Peters2004-07-261-0/+8
* Typo in new docs.Tim Peters2004-07-261-1/+1
* SF bugs 996748: os.environ documentation should indicate unreliabilityTim Peters2004-07-261-3/+12
* SF bug 996392: math and cmath docs don't specify radiansTim Peters2004-07-241-64/+99
* A few trivial edits.Tim Peters2004-07-231-4/+4
* SF bug #995983 and #995987: Documentation nits.Raymond Hettinger2004-07-221-5/+7
* This change implements the following gettext features, asGustavo Niemeyer2004-07-222-17/+126
* Added an extra example to the basic example sectionVinay Sajip2004-07-211-0/+21
* fix typo, highlight True/False correctlySkip Montanaro2004-07-211-4/+4
* SF #994605, fcntl example is brokenNeal Norwitz2004-07-211-3/+3
* SF #918101, allow files >= 8 GB using GNU extensionNeal Norwitz2004-07-201-5/+6
* Patch #993187: Make rstrip doc similar to lstrip.Martin v. Löwis2004-07-191-1/+1
* Get doc to build (add missing backslash)Neal Norwitz2004-07-191-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-184-9/+7
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-1/+17
* Change CJK encoding aliases to their most popular variation ofHye-Shik Chang2004-07-171-14/+14
* Minor editsAndrew M. Kuchling2004-07-171-4/+4
* SF bug 990749: os constants missingTim Peters2004-07-151-7/+10
* Improve examples for working with the context API.Raymond Hettinger2004-07-141-6/+6
* Implemented thread-local data as proposed on python-dev:Jim Fulton2004-07-141-0/+19
* - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affectsGuido van Rossum2004-07-141-1/+1
* WordsmithingAndrew M. Kuchling2004-07-131-15/+15
* Add another point in the "Restrictions" section about how the handling of FTPBrett Cannon2004-07-131-0/+17
* Fixed minor bugs in the example configuration fileVinay Sajip2004-07-121-4/+4
* Small elaboration and typo fixes.Raymond Hettinger2004-07-121-5/+19
* Bug #788520: Queue class has logic error when non-blockingTim Peters2004-07-121-3/+3
* Added documentation for the "smtpd" module.Fred Drake2004-07-112-0/+64
* Style nit.Raymond Hettinger2004-07-111-2/+2
* Minor improvements, fixups and wording changes everywhere.Raymond Hettinger2004-07-111-163/+169
* Patch 851752 (fixes bug 820583)Kurt B. Kaiser2004-07-111-3/+10
* Fix minor error in example.Brett Cannon2004-07-101-1/+1
* Clarify docs for inspect.getargspec() that the fourth value is None when thereBrett Cannon2004-07-101-3/+3
* [Patch #969900] Various corrections and updates to cookielib docsAndrew M. Kuchling2004-07-101-35/+41
* [Patch #972310] Apply correction to docsAndrew M. Kuchling2004-07-101-10/+3
* [Bug 949832] Fix example; edit sentenceAndrew M. Kuchling2004-07-101-3/+3
* Improve Context construction and representation:Raymond Hettinger2004-07-101-15/+15
* SF bug #987486: fix typo.Raymond Hettinger2004-07-101-1/+1
* Module and tests:Raymond Hettinger2004-07-091-47/+7
* Incorporate Facundo's suggestions.Raymond Hettinger2004-07-091-6/+11
* show how easy it is to manipulate individual columns - from a request onSkip Montanaro2004-07-081-0/+9
* Fix markup, typos, and nits.Raymond Hettinger2004-07-081-56/+68