- 10 Aug, 2000 2 commits
-
-
Peter Schneider-Kamp authored
(and yes, "Currintly" also counts <0.5 wink>)
-
Guido van Rossum authored
Also don't allow leading zeros in message numbers.
-
- 09 Aug, 2000 13 commits
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Fredrik Lundh authored
place bordermode, etc)
-
Fredrik Lundh authored
supports a single visual (closes bug #110603)
-
Fredrik Lundh authored
was added in Tk 8.3 (this fixes the first part of Bug #110605)
-
Fredrik Lundh authored
code, to make the new Tkinter.py run under 1.5.2 -- changed Text.yview argument name (for consistency with xview)
-
Fredrik Lundh authored
to the Text method (closes Bug #110605)
-
Fredrik Lundh authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Add "See also" link to curses.wrapper module from curses module.
-
Fred Drake authored
-
Fredrik Lundh authored
for undefined groups
-
- 08 Aug, 2000 8 commits
-
-
Fredrik Lundh authored
-- added basic unicode tests to test_re -- added test case for Sjoerd's xmllib problem to re_tests
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Guido van Rossum authored
clarified the summary for default() in the table to indicate the side effect.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Greg Ward authored
-
Marc-André Lemburg authored
function (together with other locale aware ones) should into a new collation support module. See python-dev for a discussion of this removal. Note: This patch should also be applied to the 1.6 branch.
-
- 07 Aug, 2000 11 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Fredrik Lundh authored
(this should fix Sjoerd's xmllib problem) -- added skip field to INFO header -- changed compiler to generate charset INFO header -- changed trace messages to support post-mortem analysis
-
Fredrik Lundh authored
with uintptr_t (fix MSVC 5.0 build)
-
Guido van Rossum authored
PyNode_Compile()), make sure that an exception is actually set -- otherwise someone stomped on our error. [2.0 checkin of this fix.]
-
Guido van Rossum authored
an exception set. This shouldn't happen, but we see it at times...
-
Fredrik Lundh authored
for excessive recursion.
-
Moshe Zadka authored
-
Greg Ward authored
participates in the "--root" hack, ie. it also has a new root directory hacked on at the very last minute (essential if the .pth file is to be included in an RPM or other smart installer!).
-
Greg Ward authored
(allows the same FancyGetopt object to be used multiple times with different option tables).
-
- 06 Aug, 2000 4 commits
-
-
Vladimir Marangozov authored
Small stylistic changes by VM: - is_enabled() -> isenabled() - static ... Py_<func> -> static ... gc_<func>
-
Jack Jansen authored
-
Jack Jansen authored
(except for : and volume:, where they are needed).
-
Greg Ward authored
-
- 05 Aug, 2000 2 commits
-
-
Thomas Wouters authored
- Don't call both AC_CHECK_FUNCS and AC_REPLACE_FUNC for 'hypot', as the latter already does everything the former does (because it's implemented as a call to the former.) - Don't call AC_CHECK_FUNC() without any 'action' clauses or with an action clause that just defines HAVE_<function>. Instead, call AC_CHECK_FUNCS, which defines 'HAVE_<function>' of itself, possibly with aditional 'action' clauses. No checks are removed by this patch, only moved around, and some duplicates are removed.
-
Thomas Wouters authored
weeks.
-