- 13 Aug, 2000 2 commits
- 12 Aug, 2000 14 commits
-
-
Trent Mick authored
Properly end a comment block. It was terminated fine later but by a subsequent block and. It was also in #if 0. This patch is so trivial I can't believe I am talking about it. :)
-
Thomas Wouters authored
re-introducing com_assign_list, now unused. Removed it.
-
Trent Mick authored
return value to int is safe here because it previously checked that there will be no overflow.
-
Trent Mick authored
return value to int is safe here because in each case it previouls checked that there will be no overflow.
-
Trent Mick authored
and fwrite return size_t, so it is safer to cast up to the largest type for the comparison. I believe the cast is required at all to remove compiler warnings.
-
Thomas Wouters authored
- fix tab space issues (SF patch #101167 by Neil Schemenauer) - fix co_flags for classes to include CO_NEWLOCALS (SF patch #101145 by Neil) - fix for merger of UNPACK_LIST and UNPACK_TUPLE into UNPACK_SEQUENCE, (SF patch #101168 by, well, Neil :) - Adjust bytecode MAGIC to current bytecode. TODO: teach compile.py about list comprehensions.
-
Fred Drake authored
-
Trent Mick authored
huge switch statement broken up. This will probably not be necessary when the Win64 compiler matures.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Skip Montanaro authored
http://sourceforge.net/patch/?func=detailpatch&patch_id=100654&group_id=5470 for details.
-
Guido van Rossum authored
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 authored
Fixed a couple of typos (new references are represented by "+1", not "1").
-
Fred Drake authored
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 Aug, 2000 18 commits
-
-
Trent Mick authored
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 authored
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 authored
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 authored
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 authored
-
Fred Drake authored
access(): Corrected availability statement; error pointed out by Tim Peters.
-
Fred Drake authored
as possible for better readability. Revise a comment.
-
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 2 commits
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-