- 11 Aug, 2000 3 commits
-
-
Marc-André Lemburg authored
-
Sjoerd Mullender authored
-
Vladimir Marangozov authored
Closes Patch #101065.
-
- 10 Aug, 2000 4 commits
-
-
Fred Drake authored
Python.h is included before standard headers since we set _GNU_SOURCE there. This ensures that strdup() is prototyped.
-
Peter Schneider-Kamp authored
in smtplib.ehlo() and smtplib.helo(). closes patch #101103 closes bug #110935
-
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 1 commit
-
-
Vladimir Marangozov authored
Small stylistic changes by VM: - is_enabled() -> isenabled() - static ... Py_<func> -> static ... gc_<func>
-