- 05 May, 2004 7 commits
-
-
Raymond Hettinger authored
- 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().
-
Raymond Hettinger authored
Re-use list object bodies. Saves calls to malloc() and free() for faster list instantiation and deallocation.
-
Fred Drake authored
-
Fred Drake authored
- describe __getnewargs__() (closes SF bug #873246)
-
Fred Drake authored
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. ;-(
-
Fred Drake authored
constants (closes SF bug #837929)
-
Greg Ward authored
mixer docs; trim \platform{}, add \versionadded{}.
-
- 04 May, 2004 7 commits
-
-
Nicholas Bastin authored
with the elimination of 'U' in modsupport.c on 2000/04/28 (replaced with 'u' and 'u#' per fdrake's comments).
-
Phillip J. Eby authored
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.
-
Guido van Rossum authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
grow and shrink on the right.
-
Mark Hammond authored
-
- 02 May, 2004 1 commit
-
-
Martin v. Löwis authored
Fixes http://bugs.debian.org/229885 Will backport to 2.3.
-
- 01 May, 2004 1 commit
-
-
Raymond Hettinger authored
-
- 30 Apr, 2004 1 commit
-
-
Raymond Hettinger authored
-
- 29 Apr, 2004 1 commit
-
-
Fred Drake authored
-
- 28 Apr, 2004 3 commits
-
-
Walter Dörwald authored
-
Fred Drake authored
-
Fred Drake authored
-
- 27 Apr, 2004 2 commits
-
-
Thomas Heller authored
-
Raymond Hettinger authored
-
- 26 Apr, 2004 1 commit
-
-
Kurt B. Kaiser authored
to be shown, instead of outdenting each level.
-
- 25 Apr, 2004 1 commit
-
-
Hye-Shik Chang authored
-
- 24 Apr, 2004 2 commits
-
-
Kurt B. Kaiser authored
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
-
Kurt B. Kaiser authored
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
-
- 23 Apr, 2004 1 commit
-
-
Raymond Hettinger authored
-
- 22 Apr, 2004 5 commits
-
-
Thomas Heller authored
that the project compiles again with VC6.
-
Thomas Heller authored
-
Thomas Heller authored
dynamic embedders of Python.
-
Thomas Heller authored
-
Thomas Heller authored
Modules/_heapmodule.c added.
-
- 21 Apr, 2004 1 commit
-
-
Kurt B. Kaiser authored
which has scrolled above an edit window. Patch 936169 Noam Raphael. A CodeContext.py M NEWS.txt M config-extensions.def
-
- 20 Apr, 2004 2 commits
-
-
Hye-Shik Chang authored
a string or unicode object in sre.compile() when a different type pattern with the same value exists.
-
Hye-Shik Chang authored
a string or unicode object in sre.compile() when a different type pattern with the same value exists.
-
- 19 Apr, 2004 2 commits
-
-
Raymond Hettinger authored
* Mark the C version as private and only use when available.
-
Raymond Hettinger authored
* Mark the C version as private and only use when available.
-
- 17 Apr, 2004 2 commits
-
-
Martin v. Löwis authored
Backported to 2.3.
-
Raymond Hettinger authored
Fix typo.
-