- 09 Aug, 2000 10 commits
-
-
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 7 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.
-
Jack Jansen authored
-32768..65535 is acceptable. Added B specifier (with values from -128..255). No L added (which would have completed the set) because l already accepts any value (and the letter L is taken for quadwords).
-
Greg Ward authored
-
Greg Ward authored
wasn't actually used anywhere. Drop the "from xxx_util import*" backwards compability hacks.
-
Greg Ward authored
python20_d.lib) only active on MSVC++; different library formats needed for different compilers, and it's handled by the Distutils anyways.
-
Greg Ward authored
and so forth.
-