summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Bug #990524] Fix typoAndrew M. Kuchling2004-07-211-1/+1
* revise wording to avoid confusion for non-native English speakersFred Drake2004-07-211-1/+1
* revise wording to avoid confusion for non-native English speakersFred Drake2004-07-211-1/+1
* Added an extra example to the basic example sectionVinay Sajip2004-07-211-0/+21
* Update Decimal section to match the current moduleAndrew M. Kuchling2004-07-211-16/+29
* Add PEP 331; add constancy of None; minor editsAndrew M. Kuchling2004-07-211-5/+45
* 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-1811-37/+33
* 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
* Add a definition (found in the Debian patches for 2.3.4)Andrew M. Kuchling2004-07-171-0/+1
* SF #990497: Fix a trivial typo in sorted() example.Hye-Shik Chang2004-07-171-1/+1
* Minor editsAndrew M. Kuchling2004-07-171-4/+4
* Supply missing word in new datetime docs, aggravated by copy-paste-edit.Tim Peters2004-07-171-3/+3
* Fix for #795649: explain how to use TextEdit for editing Python code.Jack Jansen2004-07-151-1/+3
* Add thread-local featureAndrew M. Kuchling2004-07-151-1/+18
* Correct a paragraph: basicConfig() isn't actually newAndrew M. Kuchling2004-07-151-6/+6
* SF bug 990749: os constants missingTim Peters2004-07-151-7/+10
* s/it's/its/, s/NULL/NULL{}/, where appropriate.Tim Peters2004-07-151-4/+4
* Formalize that the Py_VISIT macro requires that the tp_traverseTim Peters2004-07-152-38/+44
* Bump version; update dateAndrew M. Kuchling2004-07-141-3/+3
* 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
* Documented the new Py_VISIT macro to simplify implementation ofJim Fulton2004-07-141-0/+23
* Implemented a new Py_CLEAR macro. This macro should be used whenJim Fulton2004-07-141-0/+16
* Updated documentation to:Jim Fulton2004-07-144-45/+201
* - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affectsGuido van Rossum2004-07-141-1/+1
* clarify where \versionadded and \versionchanged should be placed whenFred Drake2004-07-131-20/+28
* Claifications: visit procs are supplied by the core, users aren'tTim Peters2004-07-131-3/+6
* generalize a bit; no need to mention my user id directlyFred Drake2004-07-131-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
* Fix markup.Raymond Hettinger2004-07-121-9/+10
* another note for amkAnthony Baxter2004-07-121-0/+2
* Bug #788520: Queue class has logic error when non-blockingTim Peters2004-07-121-3/+3
* SF patch 986010: add missing doc for datetime C API, fromTim Peters2004-07-111-15/+85
* Add FAQ on non-GNU make error. Update copyright date to 2004.Kurt B. Kaiser2004-07-111-1/+8
* Added documentation for the "smtpd" module.Fred Drake2004-07-113-0/+65
* Style nit.Raymond Hettinger2004-07-111-2/+2
* Fix decimal write-up nits.Raymond Hettinger2004-07-111-7/+7
* Minor improvements, fixups and wording changes everywhere.Raymond Hettinger2004-07-111-163/+169