- 12 Agu, 2000 3 kayıt (commit)
-
-
Guido van Rossum yazdı
his build directory in a different place than his source directory. I do, and it is supposed to be supported. The naive patch caused an endless recursion in the Make process. This should take care of that.
-
Fred Drake yazdı
Fixed a couple of typos (new references are represented by "+1", not "1").
-
Fred Drake yazdı
massaging for markup consistency. This closes SourceForge patch #101063. Added Unicode strings and buffer objects to the list of sequence types. Small markup nits elsewhere.
-
- 11 Agu, 2000 18 kayıt (commit)
-
-
Trent Mick yazdı
that these files are treated as normal text files (which they are). However, the files also had to be changed to be stored in CVS internally with UNIX line terminators (they had DOS line terminators internally before this commit).
-
Thomas Wouters yazdı
necessary. Do Grammar after Parser because Grammar needs Parser, and not the other way 'round. This patch doesn't bother with dependencies because it's tricky to get right (for instance for the modules that want graminit.h, like cPickle) and other dependencies are broken to begin with.
-
Thomas Wouters yazdı
did the same anyway. I'm not sure what to do with Tools/compiler/compiler/* -- that isn't part of distutils, is it ? Should it try to be compatible with old bytecode version ?
-
Fred Drake yazdı
PyRun_InteractiveLoop(): Added descriptions. PyExc_WindowsError: Added to list of standard exceptions and added note about the right preprocessor symbol to use to protect code that uses it.
-
Fred Drake yazdı
-
Fred Drake yazdı
access(): Corrected availability statement; error pointed out by Tim Peters.
-
Fred Drake yazdı
as possible for better readability. Revise a comment.
-
Fred Drake yazdı
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 yazdı
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 yazdı
markup for packages is clear.
-
Fred Drake yazdı
when they need to be.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-R on Solaris and -rpath on IRIX. This closes SourceForge bug #110613 (Jitterbug PR#202), reported by <aa8vb@yahoo.com>.
-
Vladimir Marangozov yazdı
standard C++ specific includes. Closes patch 101061.
-
Marc-André Lemburg yazdı
-
Sjoerd Mullender yazdı
-
Vladimir Marangozov yazdı
Closes Patch #101065.
-
- 10 Agu, 2000 4 kayıt (commit)
-
-
Fred Drake yazdı
Python.h is included before standard headers since we set _GNU_SOURCE there. This ensures that strdup() is prototyped.
-
Peter Schneider-Kamp yazdı
in smtplib.ehlo() and smtplib.helo(). closes patch #101103 closes bug #110935
-
Peter Schneider-Kamp yazdı
(and yes, "Currintly" also counts <0.5 wink>)
-
Guido van Rossum yazdı
Also don't allow leading zeros in message numbers.
-
- 09 Agu, 2000 13 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
Eric S. Raymond yazdı
-
Fredrik Lundh yazdı
place bordermode, etc)
-
Fredrik Lundh yazdı
supports a single visual (closes bug #110603)
-
Fredrik Lundh yazdı
was added in Tk 8.3 (this fixes the first part of Bug #110605)
-
Fredrik Lundh yazdı
code, to make the new Tkinter.py run under 1.5.2 -- changed Text.yview argument name (for consistency with xview)
-
Fredrik Lundh yazdı
to the Text method (closes Bug #110605)
-
Fredrik Lundh yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Add "See also" link to curses.wrapper module from curses module.
-
Fred Drake yazdı
-
Fredrik Lundh yazdı
for undefined groups
-
- 08 Agu, 2000 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
-- added basic unicode tests to test_re -- added test case for Sjoerd's xmllib problem to re_tests
-
Fredrik Lundh yazdı
-