| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrated SF patch #539487 by Matthias Klose: | Fred Drake | 2002-05-03 | 5 | -59/+958 |
|
|
* | Boost the list of stop words, by merging in the little list Jeremy | Tim Peters | 2002-05-02 | 1 | -7/+9 |
|
|
* | Update the xrange object description to reflect the removal of deprecated | Fred Drake | 2002-05-02 | 1 | -3/+3 |
|
|
* | Added note about using the documentation build tools under Cygwin. | Fred Drake | 2002-05-02 | 1 | -0/+2 |
|
|
* | Remove the warning about the Cygwin directions not working -- the latest | Fred Drake | 2002-05-02 | 1 | -6/+3 |
|
|
* | Work around limitation of Cygwin Perl: To avoid a permission denial, we need | Fred Drake | 2002-05-02 | 1 | -1/+10 |
|
|
* | Many minor markup adjustments for consistency. | Fred Drake | 2002-05-02 | 1 | -10/+10 |
|
|
* | Remove extra period produced by previous change. | Fred Drake | 2002-05-02 | 1 | -3/+3 |
|
|
* | Correct Moshe's e-mail address | Andrew M. Kuchling | 2002-05-02 | 1 | -8/+6 |
|
|
* | Note that NameError's message also changed in 2.0 | Andrew M. Kuchling | 2002-05-02 | 1 | -8/+10 |
|
|
* | Message for NameError has changed | Andrew M. Kuchling | 2002-05-02 | 1 | -1/+1 |
|
|
* | Correct information on support for repietition & concatenation for buffer | Fred Drake | 2002-05-02 | 1 | -6/+8 |
|
|
* | Added some notes on setting up the documentation tools on Cygwin. | Fred Drake | 2002-05-01 | 1 | -0/+40 |
|
|
* | Added more style for major warnings. | Fred Drake | 2002-05-01 | 1 | -0/+9 |
|
|
* | Add Pickler.clear_memo() so the pickle and cPickle modules are more similar. | Fred Drake | 2002-05-01 | 1 | -4/+9 |
|
|
* | list_documented_items(): Basic implementation. | Fred Drake | 2002-05-01 | 1 | -4/+33 |
|
|
* | Explain what os.read() returns at end of file. | Fred Drake | 2002-05-01 | 1 | -1/+3 |
|
|
* | Add missing right-parenthesis. | Fred Drake | 2002-05-01 | 1 | -1/+1 |
|
|
* | moved from Tools/scripts (was only at rev 1.1 - no changes yet - so I simply | Skip Montanaro | 2002-04-30 | 1 | -0/+128 |
|
|
* | Add a note about when the "%r" formatting code was added. | Fred Drake | 2002-04-30 | 1 | -0/+1 |
|
|
* | Added a missing "|" in the grammar productions used in the reference manual | Fred Drake | 2002-04-30 | 1 | -7/+9 |
|
|
* | Typo: whcar_t should be wchar_t. | Thomas Heller | 2002-04-29 | 1 | -4/+4 |
|
|
* | Add some items, and remove a note to myself | Andrew M. Kuchling | 2002-04-29 | 1 | -7/+7 |
|
|
* | Small markup adjustments for consistency. | Fred Drake | 2002-04-29 | 1 | -2/+2 |
|
|
* | Mostly in SequenceMatcher.{__chain_b, find_longest_match}: | Tim Peters | 2002-04-29 | 1 | -14/+18 |
|
|
* | Repair widespread misuse of _PyString_Resize. Since it's clear people | Tim Peters | 2002-04-27 | 1 | -1/+10 |
|
|
* | Slightly expand and clarify the differences between getegid(), getgid(), | Fred Drake | 2002-04-26 | 1 | -6/+9 |
|
|
* | Be more consistent, both internally and with recommended practice. | Fred Drake | 2002-04-26 | 1 | -4/+2 |
|
|
* | Documentation for the enumerate() function/type. | Fred Drake | 2002-04-26 | 2 | -0/+55 |
|
|
* | Fix a small mistake and complete some function prototypes. | Thomas Heller | 2002-04-24 | 1 | -4/+4 |
|
|
* | Add text about circular references caused by storing frames in local | Fred Drake | 2002-04-23 | 1 | -0/+16 |
|
|
* | Minor change to an index entry. | Fred Drake | 2002-04-23 | 1 | -1/+1 |
|
|
* | Clarify the return value of PyObject_IsInstance(). | Fred Drake | 2002-04-23 | 1 | -8/+9 |
|
|
* | WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New. | Fred Drake | 2002-04-23 | 1 | -6/+38 |
|
|
* | SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) | Anthony Baxter | 2002-04-23 | 1 | -3/+9 |
|
|
* | Apply patch diff.txt from SF feature request | Walter Dörwald | 2002-04-22 | 1 | -7/+18 |
|
|
* | Hack around the "2.1.6 Blank lines" bug in a way that the TOC still | Tim Peters | 2002-04-21 | 1 | -8/+10 |
|
|
* | Give the Help viewer a font-size button. This isn't documented by MS, | Tim Peters | 2002-04-21 | 1 | -1/+30 |
|
|
* | Move "everything left one": the TOC now shows each doc directory as a | Tim Peters | 2002-04-20 | 1 | -9/+10 |
|
|
* | Stopped all warnings from the HTML Help Compiler, by generating proper | Tim Peters | 2002-04-20 | 1 | -21/+34 |
|
|
* | Widespread: Used classes in a more natural way. Added convenience | Tim Peters | 2002-04-20 | 1 | -63/+76 |
|
|
* | Replaced the fiddly 5-tuples with a new Book convenience class, allowing | Tim Peters | 2002-04-20 | 1 | -65/+86 |
|
|
* | Fixed a comment. | Tim Peters | 2002-04-20 | 1 | -1/+1 |
|
|
* | All over: get rid of blanks before colons that open code blocks. | Tim Peters | 2002-04-20 | 1 | -45/+45 |
|
|
* | do_project(): Modernized the code. | Tim Peters | 2002-04-20 | 1 | -9/+10 |
|
|
* | Added "What's New" to the 2.2 doc set. | Tim Peters | 2002-04-20 | 1 | -0/+1 |
|
|
* | Added a stop-list to reduce the size of the full text search index. Fred, | Tim Peters | 2002-04-19 | 1 | -3/+29 |
|
|
* | project_template: use dict interpolation instead of giant tuples. | Tim Peters | 2002-04-19 | 1 | -14/+13 |
|
|
* | + Changed TOC to folder-tree style. | Tim Peters | 2002-04-19 | 1 | -1/+2 |
|
|
* | Generates inputs to the Microsoft Help Compiler, which creates compiled | Tim Peters | 2002-04-19 | 1 | -0/+362 |
|
|