summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replaced some tabs with spaces in verbatim section.Vinay Sajip2004-07-071-7/+7
* Demonstrate how to round final result.Raymond Hettinger2004-07-061-17/+17
* Expand examples to show polymorphismRaymond Hettinger2004-07-051-2/+14
* Simplify examples.Raymond Hettinger2004-07-051-5/+2
* Doc tested the recipes.Raymond Hettinger2004-07-051-5/+10
* Fix typoRaymond Hettinger2004-07-051-1/+1
* * Added missing info on construction from a tuple.Raymond Hettinger2004-07-051-16/+136
* Add decimal docs to the core.Raymond Hettinger2004-07-052-0/+883
* Textual change to make the doc reflect realityNicholas Bastin2004-07-041-1/+1
* Moved example section up to just after the section on Logger objects, and cha...Vinay Sajip2004-07-031-52/+118
* Make weak references subclassable:Fred Drake2004-07-021-2/+41
* SF Bug #215126: Over restricted type checking on eval() functionRaymond Hettinger2004-07-021-2/+6
* add cp866 rowSkip Montanaro2004-07-021-0/+4
* Document that encode() and decode() raise UnicodeErrorWalter Dörwald2004-07-011-5/+10
* link to the codecs page from the "".encode() description.Skip Montanaro2004-07-012-2/+3
* use file() in preference to open()Skip Montanaro2004-06-301-3/+3
* Check in the updated version of patch #957240, which doesn't relyMichael W. Hudson2004-06-301-14/+14
* [Bug #978556] Update SHA spec URL; bugfix candidateAndrew M. Kuchling2004-06-291-7/+5
* Added socket.getservbyport(), and make its second argument and that ofBarry Warsaw2004-06-281-3/+9