summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Updates and rewritingAndrew M. Kuchling2002-05-081-110/+112
* Patch #552433: Special-case tuples. Avoid sub-type checking for lists.Martin v. Löwis2002-05-081-0/+7
* Move 'Tips and Tricks' to be the last sectionAndrew M. Kuchling2002-05-071-227/+227
* Add section on Setup fileAndrew M. Kuchling2002-05-071-109/+137
* More filling outAndrew M. Kuchling2002-05-071-80/+170
* Write two sections, and write some partial text for some other sectionsAndrew M. Kuchling2002-05-061-39/+224
* Add a note explaining the interaction between unbuffered input andFred Drake2002-05-061-1/+3
* Integrated SF patch #539487 by Matthias Klose:Fred Drake2002-05-035-59/+958
* Boost the list of stop words, by merging in the little list JeremyTim Peters2002-05-021-7/+9
* Update the xrange object description to reflect the removal of deprecatedFred Drake2002-05-021-3/+3
* Added note about using the documentation build tools under Cygwin.Fred Drake2002-05-021-0/+2
* Remove the warning about the Cygwin directions not working -- the latestFred Drake2002-05-021-6/+3
* Work around limitation of Cygwin Perl: To avoid a permission denial, we needFred Drake2002-05-021-1/+10
* Many minor markup adjustments for consistency.Fred Drake2002-05-021-10/+10
* Remove extra period produced by previous change.Fred Drake2002-05-021-3/+3
* Correct Moshe's e-mail addressAndrew M. Kuchling2002-05-021-8/+6
* Note that NameError's message also changed in 2.0Andrew M. Kuchling2002-05-021-8/+10
* Message for NameError has changedAndrew M. Kuchling2002-05-021-1/+1
* Correct information on support for repietition & concatenation for bufferFred Drake2002-05-021-6/+8
* Added some notes on setting up the documentation tools on Cygwin.Fred Drake2002-05-011-0/+40
* Added more style for major warnings.Fred Drake2002-05-011-0/+9
* Add Pickler.clear_memo() so the pickle and cPickle modules are more similar.Fred Drake2002-05-011-4/+9
* list_documented_items(): Basic implementation.Fred Drake2002-05-011-4/+33
* Explain what os.read() returns at end of file.Fred Drake2002-05-011-1/+3
* Add missing right-parenthesis.Fred Drake2002-05-011-1/+1
* moved from Tools/scripts (was only at rev 1.1 - no changes yet - so I simplySkip Montanaro2002-04-301-0/+128
* Add a note about when the "%r" formatting code was added.Fred Drake2002-04-301-0/+1
* Added a missing "|" in the grammar productions used in the reference manualFred Drake2002-04-301-7/+9
* Typo: whcar_t should be wchar_t.Thomas Heller2002-04-291-4/+4
* Add some items, and remove a note to myselfAndrew M. Kuchling2002-04-291-7/+7
* Small markup adjustments for consistency.Fred Drake2002-04-291-2/+2
* Mostly in SequenceMatcher.{__chain_b, find_longest_match}:Tim Peters2002-04-291-14/+18
* Repair widespread misuse of _PyString_Resize. Since it's clear peopleTim Peters2002-04-271-1/+10
* Slightly expand and clarify the differences between getegid(), getgid(),Fred Drake2002-04-261-6/+9
* Be more consistent, both internally and with recommended practice.Fred Drake2002-04-261-4/+2
* Documentation for the enumerate() function/type.Fred Drake2002-04-262-0/+55
* Fix a small mistake and complete some function prototypes.Thomas Heller2002-04-241-4/+4
* Add text about circular references caused by storing frames in localFred Drake2002-04-231-0/+16
* Minor change to an index entry.Fred Drake2002-04-231-1/+1
* Clarify the return value of PyObject_IsInstance().Fred Drake2002-04-231-8/+9
* WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New.Fred Drake2002-04-231-6/+38
* SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL)Anthony Baxter2002-04-231-3/+9
* Apply patch diff.txt from SF feature requestWalter Dörwald2002-04-221-7/+18
* Hack around the "2.1.6 Blank lines" bug in a way that the TOC stillTim Peters2002-04-211-8/+10
* Give the Help viewer a font-size button. This isn't documented by MS,Tim Peters2002-04-211-1/+30
* Move "everything left one": the TOC now shows each doc directory as aTim Peters2002-04-201-9/+10
* Stopped all warnings from the HTML Help Compiler, by generating properTim Peters2002-04-201-21/+34
* Widespread: Used classes in a more natural way. Added convenienceTim Peters2002-04-201-63/+76
* Replaced the fiddly 5-tuples with a new Book convenience class, allowingTim Peters2002-04-201-65/+86
* Fixed a comment.Tim Peters2002-04-201-1/+1