- 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 4 commits
-
-
Raymond Hettinger authored
* Document the differences between them * Fix corner cases covered by the unittests * Use Py_RETURN_NONE where possible for dictionaries
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* Applied app1() to listappend(). * Inlined ins() into its one remaining caller.
-
Raymond Hettinger authored
steps and further improves the speed of list append. * Add guards to the list iterator length method to handle corner cases.
-
- 11 Apr, 2004 8 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
removed the comment saying they don't work, and changed the build step to run them. If they're failing for someone else, please give details about what failed.
-
Tim Peters authored
-
Raymond Hettinger authored
separate equality tests. Now, all are set to their best timing.
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
- return the full size of the sockaddr_un structure, without which bind() fails with EINVAL; - set test_socketserver to use a socket name that meets the form required by the underlying implementation; - don't bother exercising the forking AF_UNIX tests on EMX - its fork() can't handle the stress.
-
Kurt B. Kaiser authored
M IOBinding.py M NEWS.txt M configDialog.py - If nulls somehow got into the strings in recent-files.lst EditorWindow.update_recent_files_list() was failing. Python Bug 931336.
-
- 10 Apr, 2004 1 commit
-
-
Raymond Hettinger authored
did not stand-up to additional timings.
-