Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. | Martin v. Löwis | 2004-05-07 | 3 | -4/+15 |
| | | | | Backported to 2.3. | ||||
* | Revert last change. | Raymond Hettinger | 2004-05-07 | 1 | -12/+12 |
| | |||||
* | Use sets instead of lists for membership testing | Raymond Hettinger | 2004-05-06 | 1 | -12/+12 |
| | |||||
* | [Bug #945063] Get file extension correct. (2.3 bugfix candidate) | Andrew M. Kuchling | 2004-05-06 | 1 | -1/+1 |
| | |||||
* | note that descriptor objects must be instances of new-style types | Fred Drake | 2004-05-06 | 1 | -1/+2 |
| | | | | (closes SF bug #817742) | ||||
* | fix documentation for ContentHandler.ignorableWhitespace() | Fred Drake | 2004-05-06 | 2 | -5/+2 |
| | | | | (closes SF bug #881707) | ||||
* | markup adjustments | Fred Drake | 2004-05-06 | 1 | -9/+10 |
| | |||||
* | Consider output encoding in XMLGenerator. Fixes #938076. | Martin v. Löwis | 2004-05-06 | 1 | -13/+28 |
| | | | | Backported to 2.3. | ||||
* | Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637. | Martin v. Löwis | 2004-05-06 | 1 | -1/+1 |
| | | | | Backported to 2.3. | ||||
* | Swap public and system ID in start_doctype_decl. Fixes #780300. | Martin v. Löwis | 2004-05-06 | 3 | -1/+8 |
| | |||||
* | Patch #944110: Properly process empty passwords. Fixes #944082. | Martin v. Löwis | 2004-05-06 | 1 | -1/+1 |
| | | | | Backported to 2.3. | ||||
* | Patch #940026: Explain "in" when it is first used. | Martin v. Löwis | 2004-05-06 | 1 | -0/+3 |
| | | | | Backported to 2.3. | ||||
* | [Bug #810879] Document that copyfile() can fail if you don't have ↵ | Andrew M. Kuchling | 2004-05-05 | 1 | -3/+5 |
| | | | | permissions; also, fix a double negative. | ||||
* | Fix small grammatical mistake. | Brett Cannon | 2004-05-05 | 1 | -1/+1 |
| | |||||
* | Nits: | Raymond Hettinger | 2004-05-05 | 1 | -16/+9 |
| | | | | | | | - Neatened the braces in PyList_New(). - Made sure "indexerr" was initialized to NULL. - Factored if blocks in PyList_Append(). - Made sure "allocated" is initialized in list_init(). | ||||
* | SF patch #947476: Apply freelist technique to lists | Raymond Hettinger | 2004-05-05 | 2 | -4/+20 |
| | | | | | Re-use list object bodies. Saves calls to malloc() and free() for faster list instantiation and deallocation. | ||||
* | add an index entry for __getnewargs__() | Fred Drake | 2004-05-05 | 1 | -0/+2 |
| | |||||
* | - note that __getinitargs__() is only for old-style classes | Fred Drake | 2004-05-05 | 1 | -2/+17 |
| | | | | | - describe __getnewargs__() (closes SF bug #873246) | ||||
* | Remove list of pickle protocol names used by the copy module; there | Fred Drake | 2004-05-05 | 1 | -5/+1 |
| | | | | | | | are enough subtleties to pickling that we don't want misunderstanding to spread because we don't provide all the information twice. The reference to the pickle module for information will have to suffice; at least only one portion of the docs will be out of date. ;-( | ||||
* | note that the error code for socket.gaierror will be one of the EAI_* | Fred Drake | 2004-05-05 | 1 | -0/+2 |
| | | | | | constants (closes SF bug #837929) | ||||
* | SF #814606: merge from release23-maint branch: clarify/cleanup | Greg Ward | 2004-05-05 | 1 | -25/+27 |
| | | | | mixer docs; trim \platform{}, add \versionadded{}. | ||||
* | Removed 'U' from the documentation for Py_BuildValue to bring it in line | Nicholas Bastin | 2004-05-04 | 1 | -3/+0 |
| | | | | | with the elimination of 'U' in modsupport.c on 2000/04/28 (replaced with 'u' and 'u#' per fdrake's comments). | ||||
* | Document readline module functions added in Python 2.3. See: | Phillip J. Eby | 2004-05-04 | 1 | -0/+16 |
| | | | | | | http://mail.python.org/pipermail/python-dev/2003-September/037922.html for background. It appears I forgot to ever submit a bug report or patch. | ||||
* | Using reversed() is not compatible with Python 1.5.2. | Guido van Rossum | 2004-05-04 | 1 | -1/+1 |
| | |||||
* | Replace str.find()!=1 with the more readable "in" operator. | Raymond Hettinger | 2004-05-04 | 7 | -9/+9 |
| | |||||
* | Testing for None should be done with 'is' | Raymond Hettinger | 2004-05-04 | 1 | -1/+1 |
| | |||||
* | Stacks based on lists work better and read more clearly when they | Raymond Hettinger | 2004-05-04 | 1 | -8/+7 |
| | | | | grow and shrink on the right. | ||||
* | Fix [ 947405 ] os.utime() raises bad exception for unicode filenames | Mark Hammond | 2004-05-04 | 1 | -1/+6 |
| | |||||
* | Do not use the default namespace for attributes. | Martin v. Löwis | 2004-05-02 | 2 | -16/+26 |
| | | | | | Fixes http://bugs.debian.org/229885 Will backport to 2.3. | ||||
* | Minor documentation nits. | Raymond Hettinger | 2004-05-01 | 1 | -11/+29 |
| | |||||
* | Add an example application to the docs. | Raymond Hettinger | 2004-04-30 | 1 | -2/+31 |
| | |||||
* | the headers in an HTTP request are HTTP headers, not MIME headers | Fred Drake | 2004-04-29 | 1 | -2/+2 |
| | |||||
* | Add a test script for the colorsys module. | Walter Dörwald | 2004-04-28 | 1 | -0/+76 |
| | |||||
* | remove out-of-date count of the functions in winsound | Fred Drake | 2004-04-28 | 1 | -1/+1 |
| | |||||
* | fix typo reported in a long-buried email | Fred Drake | 2004-04-28 | 1 | -1/+1 |
| | |||||
* | The filename of this module changed again... | Thomas Heller | 2004-04-27 | 1 | -1/+1 |
| | |||||
* | Complete perky's name change patch. | Raymond Hettinger | 2004-04-27 | 1 | -1/+1 |
| | |||||
* | Fix a bug I introduced which causes all block openers at an indent level | Kurt B. Kaiser | 2004-04-26 | 1 | -1/+1 |
| | | | | to be shown, instead of outdenting each level. | ||||
* | Correct the file name of _heapq module. | Hye-Shik Chang | 2004-04-25 | 1 | -0/+0 |
| | |||||
* | 1. Add an Options menu entry: Code Context | Kurt B. Kaiser | 2004-04-24 | 3 | -27/+43 |
| | | | | | | | | | | 2. Add a <<toggle-code-context>> envent to the [CodeContext] section of config-extensions.def and also a default-on variable, set to 0. 3. Update the help file to include Code Context. M CodeContext.py M config-extensions.def M help.txt | ||||
* | 1. Polish variables in EditorWindow extension loading and Tkinter variable code. | Kurt B. Kaiser | 2004-04-24 | 3 | -27/+33 |
| | | | | | | | | | | | 2. Add exception handling to EditorWindow Tkinter variable setvar() and getvar() fcns. 3. EditorWindow: remove some unneeded comments. 4. Add a separator to the Options menu 5. extend.txt: describe how to create a menu entry which has no keybinding. M Bindings.py M EditorWindow.py M extend.txt | ||||
* | SF bug #940579: section 5.10: 'not' returns boolean, not int | Raymond Hettinger | 2004-04-23 | 1 | -4/+4 |
| | |||||
* | Remove the Modules/heaqmodule.c, and add Modules/_heapmodule.c, so | Thomas Heller | 2004-04-22 | 1 | -4/+4 |
| | | | | that the project compiles again with VC6. | ||||
* | Forgot to mention the SF number, and that Bob Ippolito provided the patch. | Thomas Heller | 2004-04-22 | 1 | -1/+2 |
| | |||||
* | Two new public API functions, Py_IncRef and Py_DecRef. Useful for | Thomas Heller | 2004-04-22 | 4 | -0/+28 |
| | | | | dynamic embedders of Python. | ||||
* | cvs ignore the user options files *.suo | Thomas Heller | 2004-04-22 | 1 | -0/+1 |
| | |||||
* | Modules/heapqmodule.c removed. | Thomas Heller | 2004-04-22 | 1 | -19/+3 |
| | | | | Modules/_heapmodule.c added. | ||||
* | - New Extension: CodeContext. Provides block structuring hints for code | Kurt B. Kaiser | 2004-04-21 | 3 | -3/+144 |
| | | | | | | | | which has scrolled above an edit window. Patch 936169 Noam Raphael. A CodeContext.py M NEWS.txt M config-extensions.def | ||||
* | SF #926075: Fixed the bug that returns a wrong pattern object for | Hye-Shik Chang | 2004-04-20 | 1 | -0/+8 |
| | | | | | a string or unicode object in sre.compile() when a different type pattern with the same value exists. | ||||
* | SF #926075: Fixed the bug that returns a wrong pattern object for | Hye-Shik Chang | 2004-04-20 | 2 | -2/+7 |
| | | | | | a string or unicode object in sre.compile() when a different type pattern with the same value exists. |