Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give the enumerate() PEP a section of its own | Andrew M. Kuchling | 2002-05-10 | 1 | -36/+50 |
| | | | | | Add some credits Fill in a link | ||||
* | [from Oct 2000] | Greg Ward | 2002-05-10 | 1 | -9/+202 |
| | | | | Start fleshing out the "Examples" section. | ||||
* | [from Oct 2000] | Greg Ward | 2002-05-10 | 1 | -2/+4 |
| | | | | The zipfile module has been in the standard library for some time now. | ||||
* | [from Oct 2000] | Greg Ward | 2002-05-10 | 1 | -14/+18 |
| | | | | Clarify explanations of header file search directories. | ||||
* | Fix markup error that suppressed space. | Fred Drake | 2002-05-10 | 1 | -1/+1 |
| | | | | Closes SF bug #554257. Not relevant to older releases. | ||||
* | Updates and rewriting | Andrew M. Kuchling | 2002-05-08 | 1 | -110/+112 |
| | |||||
* | Patch #552433: Special-case tuples. Avoid sub-type checking for lists. | Martin v. Löwis | 2002-05-08 | 1 | -0/+7 |
| | | | | | Avoid checks for negative indices and duplicate checks for support of the sequence protocol. | ||||
* | Move 'Tips and Tricks' to be the last section | Andrew M. Kuchling | 2002-05-07 | 1 | -227/+227 |
| | |||||
* | Add section on Setup file | Andrew M. Kuchling | 2002-05-07 | 1 | -109/+137 |
| | | | | | Updates for 2.2 Remove references to Makefile.pre.in build method | ||||
* | More filling out | Andrew M. Kuchling | 2002-05-07 | 1 | -80/+170 |
| | |||||
* | Write two sections, and write some partial text for some other sections | Andrew M. Kuchling | 2002-05-06 | 1 | -39/+224 |
| | |||||
* | Add a note explaining the interaction between unbuffered input and | Fred Drake | 2002-05-06 | 1 | -1/+3 |
| | | | | | xreadlines.xreadlines(). This closes SF patch #552804. | ||||
* | Integrated SF patch #539487 by Matthias Klose: | Fred Drake | 2002-05-03 | 5 | -59/+958 |
| | | | | | | | | This patch adds Milan Zamazal's conversion script and modifies the mkinfo script to build the info doc files from the LaTeX sources. Currently, the mac, doc and inst TeX files are not handled. Explicitly checks for GNU Emacs 21. | ||||
* | Boost the list of stop words, by merging in the little list Jeremy | Tim Peters | 2002-05-02 | 1 | -7/+9 |
| | | | | | just checked into Zope's ZCTextIndex branch. This reduces the size of the .chm file by about 100KB. | ||||
* | Update the xrange object description to reflect the removal of deprecated | Fred Drake | 2002-05-02 | 1 | -3/+3 |
| | | | | features. | ||||
* | 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 |
| | | | | change to Doc/tools/node2label.pl (revision 1.13) makes this work. | ||||
* | Work around limitation of Cygwin Perl: To avoid a permission denial, we need | Fred Drake | 2002-05-02 | 1 | -1/+10 |
| | | | | | | to do the inplace-edit with a backup file. A quick test leads me to believe this is sufficient to allow building the documentation on Cygwin; a full test is in progress. | ||||
* | 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 |
| | | | | | | Point to PEP 100 for MAL's Unicode proposal Fix URL for XML HOWTO Bump version number | ||||
* | 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 |
| | | | | | and xrange objects. This closes SF bug #550555. | ||||
* | 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 |
| | | | | | This still does not work well since ctags does not do a good job with the Python headers, appearantly due to the DL_IMPORT macro. ;-( | ||||
* | Explain what os.read() returns at end of file. | Fred Drake | 2002-05-01 | 1 | -1/+3 |
| | | | | This closes SF bug #550409. Applying to release21-maint & release22-maint. | ||||
* | 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 |
| | | | | removed it from there and added it here) | ||||
* | 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 |
| | | | | | | | (reported by François Pinard). Added some missing "_" characters in the same cluster of productions. Added missing floor division operator in m_expr production, and mention floor division in the relevant portion of the text. | ||||
* | Typo: whcar_t should be wchar_t. | Thomas Heller | 2002-04-29 | 1 | -4/+4 |
| | | | | Bugfix candidate? Don't know how this is handled in the docs. | ||||
* | 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 |
| | | | | | | | | | | | | This now does a dynamic analysis of which elements are so frequently repeated as to constitute noise. The primary benefit is an enormous speedup in find_longest_match, as the innermost loop can have factors of 100s less potential matches to worry about, in cases where the sequences have many duplicate elements. In effect, this zooms in on sequences of non-ubiquitous elements now. While I like what I've seen of the effects so far, I still consider this experimental. Please give it a try! | ||||
* | Repair widespread misuse of _PyString_Resize. Since it's clear people | Tim Peters | 2002-04-27 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | don't understand how this function works, also beefed up the docs. The most common usage error is of this form (often spread out across gotos): if (_PyString_Resize(&s, n) < 0) { Py_DECREF(s); s = NULL; goto outtahere; } The error is that if _PyString_Resize runs out of memory, it automatically decrefs the input string object s (which also deallocates it, since its refcount must be 1 upon entry), and sets s to NULL. So if the "if" branch ever triggers, it's an error to call Py_DECREF(s): s is already NULL! A correct way to write the above is the simpler (and intended) if (_PyString_Resize(&s, n) < 0) goto outtahere; Bugfix candidate. | ||||
* | Slightly expand and clarify the differences between getegid(), getgid(), | Fred Drake | 2002-04-26 | 1 | -6/+9 |
| | | | | | getpgrp(), and setpgid(). This closes SF bug #547939. | ||||
* | Be more consistent, both internally and with recommended practice. | Fred Drake | 2002-04-26 | 1 | -4/+2 |
| | | | | This closes SF bug #547953. | ||||
* | Documentation for the enumerate() function/type. | Fred Drake | 2002-04-26 | 2 | -0/+55 |
| | | | | This closes SF patch #547162. | ||||
* | Fix a small mistake and complete some function prototypes. | Thomas Heller | 2002-04-24 | 1 | -4/+4 |
| | | | | SF Patch #547813. | ||||
* | Add text about circular references caused by storing frames in local | Fred Drake | 2002-04-23 | 1 | -0/+16 |
| | | | | variables. This closes SF bug #543148. | ||||
* | 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 |
| | | | | | isatty(), WIFEXITED(), WIFSIGNALED(), WIFSTOPPED(): Changed to return bools instead of ints. | ||||
* | SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) | Anthony Baxter | 2002-04-23 | 1 | -3/+9 |
| | | | | | | | | | | | | closes SF #514433 can now pass 'None' as the filename for the bsddb.*open functions, and you'll get an in-memory temporary store. docs are ripped out of the bsddb dbopen man page. Fred may want to clean them up. Considering this for 2.2, but not 2.1. | ||||
* | Apply patch diff.txt from SF feature request | Walter Dörwald | 2002-04-22 | 1 | -7/+18 |
| | | | | | | | | | http://www.python.org/sf/444708 This adds the optional argument for str.strip to unicode.strip too and makes it possible to call str.strip with a unicode argument and unicode.strip with a str argument. | ||||
* | Hack around the "2.1.6 Blank lines" bug in a way that the TOC still | Tim Peters | 2002-04-21 | 1 | -8/+10 |
| | | | | | displays a recognizable section title (there are extra blanks at the end of it now, due to the nested anchor, but that's fine). | ||||
* | Give the Help viewer a font-size button. This isn't documented by MS, | Tim Peters | 2002-04-21 | 1 | -1/+30 |
| | | | | | but is documented by others on the web, and the defn of the magic flag needed appears in MS's htmlhelp.h header file. |