summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* SF #950057: itertools.chain doesn't "process" exceptions as they occurRaymond Hettinger2004-05-082-0/+42
* Small fixes in freeze.py.Gustavo Niemeyer2004-05-081-3/+3
* Record UnixWare 7.1.4 as broken. Fixes #929689.Martin v. Löwis2004-05-072-3/+4
* Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.Martin v. Löwis2004-05-073-4/+15
* Revert last change.Raymond Hettinger2004-05-071-12/+12
* Use sets instead of lists for membership testingRaymond Hettinger2004-05-061-12/+12
* [Bug #945063] Get file extension correct. (2.3 bugfix candidate)Andrew M. Kuchling2004-05-061-1/+1
* note that descriptor objects must be instances of new-style typesFred Drake2004-05-061-1/+2
* fix documentation for ContentHandler.ignorableWhitespace()Fred Drake2004-05-062-5/+2
* markup adjustmentsFred Drake2004-05-061-9/+10
* Consider output encoding in XMLGenerator. Fixes #938076.Martin v. Löwis2004-05-061-13/+28
* Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637.Martin v. Löwis2004-05-061-1/+1
* Swap public and system ID in start_doctype_decl. Fixes #780300.Martin v. Löwis2004-05-063-1/+8
* Patch #944110: Properly process empty passwords. Fixes #944082.Martin v. Löwis2004-05-061-1/+1
* Patch #940026: Explain "in" when it is first used.Martin v. Löwis2004-05-061-0/+3
* [Bug #810879] Document that copyfile() can fail if you don't have permissions...Andrew M. Kuchling2004-05-051-3/+5
* Fix small grammatical mistake.Brett Cannon2004-05-051-1/+1
* Nits:Raymond Hettinger2004-05-051-16/+9
* SF patch #947476: Apply freelist technique to listsRaymond Hettinger2004-05-052-4/+20
* add an index entry for __getnewargs__()Fred Drake2004-05-051-0/+2
* - note that __getinitargs__() is only for old-style classesFred Drake2004-05-051-2/+17
* Remove list of pickle protocol names used by the copy module; thereFred Drake2004-05-051-5/+1
* note that the error code for socket.gaierror will be one of the EAI_*Fred Drake2004-05-051-0/+2
* SF #814606: merge from release23-maint branch: clarify/cleanupGreg Ward2004-05-051-25/+27
* Removed 'U' from the documentation for Py_BuildValue to bring it in lineNicholas Bastin2004-05-041-3/+0
* Document readline module functions added in Python 2.3. See:Phillip J. Eby2004-05-041-0/+16
* Using reversed() is not compatible with Python 1.5.2.Guido van Rossum2004-05-041-1/+1
* Replace str.find()!=1 with the more readable "in" operator.Raymond Hettinger2004-05-047-9/+9
* Testing for None should be done with 'is'Raymond Hettinger2004-05-041-1/+1
* Stacks based on lists work better and read more clearly when theyRaymond Hettinger2004-05-041-8/+7
* Fix [ 947405 ] os.utime() raises bad exception for unicode filenamesMark Hammond2004-05-041-1/+6
* Do not use the default namespace for attributes.Martin v. Löwis2004-05-022-16/+26
* Minor documentation nits.Raymond Hettinger2004-05-011-11/+29
* Add an example application to the docs.Raymond Hettinger2004-04-301-2/+31
* the headers in an HTTP request are HTTP headers, not MIME headersFred Drake2004-04-291-2/+2
* Add a test script for the colorsys module.Walter Dörwald2004-04-281-0/+76
* remove out-of-date count of the functions in winsoundFred Drake2004-04-281-1/+1
* fix typo reported in a long-buried emailFred Drake2004-04-281-1/+1
* The filename of this module changed again...Thomas Heller2004-04-271-1/+1
* Complete perky's name change patch.Raymond Hettinger2004-04-271-1/+1
* Fix a bug I introduced which causes all block openers at an indent levelKurt B. Kaiser2004-04-261-1/+1
* Correct the file name of _heapq module.Hye-Shik Chang2004-04-251-0/+0
* 1. Add an Options menu entry: Code ContextKurt B. Kaiser2004-04-243-27/+43
* 1. Polish variables in EditorWindow extension loading and Tkinter variable code.Kurt B. Kaiser2004-04-243-27/+33
* SF bug #940579: section 5.10: 'not' returns boolean, not intRaymond Hettinger2004-04-231-4/+4
* Remove the Modules/heaqmodule.c, and add Modules/_heapmodule.c, soThomas Heller2004-04-221-4/+4
* Forgot to mention the SF number, and that Bob Ippolito provided the patch.Thomas Heller2004-04-221-1/+2
* Two new public API functions, Py_IncRef and Py_DecRef. Useful forThomas Heller2004-04-224-0/+28
* cvs ignore the user options files *.suoThomas Heller2004-04-221-0/+1
* Modules/heapqmodule.c removed.Thomas Heller2004-04-221-19/+3