- 04 May, 2004 3 commits
-
-
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.
-
- 16 Apr, 2004 6 commits
-
-
Thomas Heller authored
with zlib-1.2.1.
-
Thomas Heller authored
with zlib-1.2.1. UPX needs the --force flag to be able to compress it.
-
Fred Drake authored
file descriptor operations for normal applications
-
Skip Montanaro authored
from Felix Wiemann. Closes patch #934971.
-
Skip Montanaro authored
classes into line with the actual code. I didn't see any obvious examples of latex formatting for *args and **kwds so I just guessed.
-
Skip Montanaro authored
-
- 15 Apr, 2004 2 commits
-
-
Thomas Heller authored
-
Fred Drake authored
-
- 14 Apr, 2004 1 commit
-
-
Hye-Shik Chang authored
getaddrinfo() properly if the KAME stack had SCTP support. (Submitted by SUZUKI Shinsuke)
-
- 13 Apr, 2004 1 commit
-
-
Brett Cannon authored
instead of %d .
-
- 12 Apr, 2004 1 commit
-
-
Raymond Hettinger authored
* Document the differences between them * Fix corner cases covered by the unittests * Use Py_RETURN_NONE where possible for dictionaries
-