- 06 May, 2004 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Backported to 2.3.
-
Martin v. Löwis yazdı
Backported to 2.3.
-
- 05 May, 2004 9 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[Bug #810879] Document that copyfile() can fail if you don't have permissions; also, fix a double negative.
-
Brett Cannon yazdı
-
Raymond Hettinger yazdı
- 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 yazdı
Re-use list object bodies. Saves calls to malloc() and free() for faster list instantiation and deallocation.
-
Fred Drake yazdı
-
Fred Drake yazdı
- describe __getnewargs__() (closes SF bug #873246)
-
Fred Drake yazdı
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 yazdı
constants (closes SF bug #837929)
-
Greg Ward yazdı
mixer docs; trim \platform{}, add \versionadded{}.
-
- 04 May, 2004 7 kayıt (commit)
-
-
Nicholas Bastin yazdı
with the elimination of 'U' in modsupport.c on 2000/04/28 (replaced with 'u' and 'u#' per fdrake's comments).
-
Phillip J. Eby yazdı
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 yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
grow and shrink on the right.
-
Mark Hammond yazdı
-
- 02 May, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Fixes http://bugs.debian.org/229885 Will backport to 2.3.
-
- 01 May, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 30 Nis, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 29 Nis, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 28 Nis, 2004 3 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 27 Nis, 2004 2 kayıt (commit)
-
-
Thomas Heller yazdı
-
Raymond Hettinger yazdı
-
- 26 Nis, 2004 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
to be shown, instead of outdenting each level.
-
- 25 Nis, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
-
- 24 Nis, 2004 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
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 yazdı
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 Nis, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 22 Nis, 2004 5 kayıt (commit)
-
-
Thomas Heller yazdı
that the project compiles again with VC6.
-
Thomas Heller yazdı
-
Thomas Heller yazdı
dynamic embedders of Python.
-
Thomas Heller yazdı
-
Thomas Heller yazdı
Modules/_heapmodule.c added.
-
- 21 Nis, 2004 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
which has scrolled above an edit window. Patch 936169 Noam Raphael. A CodeContext.py M NEWS.txt M config-extensions.def
-
- 20 Nis, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
a string or unicode object in sre.compile() when a different type pattern with the same value exists.
-