- 06 May, 2004 10 commits
-
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-
Fred Drake authored
(closes SF bug #817742)
-
Fred Drake authored
(closes SF bug #881707)
-
Fred Drake authored
-
Martin v. Löwis authored
Backported to 2.3.
-
Martin v. Löwis authored
Backported to 2.3.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Backported to 2.3.
-
Martin v. Löwis authored
Backported to 2.3.
-
- 05 May, 2004 9 commits
-
-
Andrew M. Kuchling authored
[Bug #810879] Document that copyfile() can fail if you don't have permissions; also, fix a double negative.
-
Brett Cannon authored
-
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
-