- 11 Aug, 2000 11 commits
-
-
Fred Drake authored
be less confusing; add a paragraph separation so that comments about the options and long_options parameters don't have references that are easily misinterpreted. Adjust the interactive examples to not need the string module. Add an example showing how the module is commonly used in a script.
-
Trent Mick authored
change to regrtest.py to allow optional running of test_largefile ('cause it's slow on Win64). This closes patches: http://sourceforge.net/patch/index.php?func=detailpatch&patch_id=100510&group_id=5470 and http://sourceforge.net/patch/index.php?func=detailpatch&patch_id=100511&group_id=5470
-
Fred Drake authored
markup for packages is clear.
-
Fred Drake authored
when they need to be.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-R on Solaris and -rpath on IRIX. This closes SourceForge bug #110613 (Jitterbug PR#202), reported by <aa8vb@yahoo.com>.
-
Vladimir Marangozov authored
standard C++ specific includes. Closes patch 101061.
-
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 4 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
-