- 18 Mar, 2000 8 kayıt (commit)
-
-
Greg Ward yazdı
that broke parsing command-line options. Instead call it in 'Command.find_peer()', which is why I added it to 'find_command_obj()' in the first place.
-
Greg Ward yazdı
* improve help strings * warn if user supplies non-existing directories * don't try to 'remove_tree()' non-existing directories * try to remove the build_base after cleanup (but don't do or say anything if it fails -- this is just in case we made it empty)
-
Greg Ward yazdı
use 'util.remove_tree()' instead of 'nuke_release_tree()'.
-
Greg Ward yazdı
-
Greg Ward yazdı
the Distutils 'clean' command.
-
Greg Ward yazdı
-
Greg Ward yazdı
option in the 'build_ext' command): * in ccompiler.py: 'gen_lib_options()' now takes 'runtime_library_dirs' parameter * in unixccompiler.py and msvccompiler.py: now pass 'self.runtime_library_dirs' to 'gen_lib_options()', and define 'runtime_library_dir_option()' (although in msvccompiler.py it blows up with a DistutilsPlatformError right now!)
-
Greg Ward yazdı
it could work--reasonably short and straightforward to document, but flexible enough that it will be able to handle more than just modules and extensions in the future.
-
- 17 Mar, 2000 5 kayıt (commit)
-
-
Fred Drake yazdı
Typo noted by /F.
-
Jack Jansen yazdı
Added a method GetMediaNextInterestingTimeOnly, which is like GetMediaNextInterestingTime without asking for the duration (which is, according to qt docs, expensive).
-
Fred Drake yazdı
Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>.
-
Fred Drake yazdı
checking in; sorry! "the the" --> "the" (in docstring); noted by Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>.
-
Fred Drake yazdı
<lannert@lannert.rz.uni-duesseldorf.de>.
-
- 16 Mar, 2000 4 kayıt (commit)
-
-
Jeremy Hylton yazdı
code generator uses flowgraph as intermediate representation. the old rep uses a list with explicit "StackRefs" to indicate the target of jumps. pyassem converts flowgraph to bytecode, breaks up individual steps of generating bytecode
-
Jeremy Hylton yazdı
- remove postorder - remove protocol for automatically walking children based on visitor method return value; now only walks if there is no method
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
dict)
-
- 15 Mar, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 14 Mar, 2000 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jeremy Hylton yazdı
Also, wrap long line.
-
- 13 Mar, 2000 9 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
This (1) avoids thread unsafety whereby another thread could zap the list while we were using it, and (2) now supports writing arbitrary sequences of strings.
-
Guido van Rossum yazdı
Added wrapping macros to dictobject.c, listobject.c, tupleobject.c, frameobject.c, traceback.c that safely prevends core dumps on stack overflow. Macros and functions in object.c, object.h. The method is an "elevator destructor" that turns cascading deletes into tail recursive behavior when some limit is hit.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
with a twist: you have to define NO_STRICT_LIST_APPEND manually to enable multi-arg append().
-
Guido van Rossum yazdı
Noted by Michael Hudson.
-
Guido van Rossum yazdı
Fix bad auto-indent I recently introduced when replacing the regexp that could cause re to blow up: if or_any_other_block_opener: # one indenting comment line ^ cursor ended up at the caret (the bug) ^ but belongs here (the post-patch behavior)
-
- 11 Mar, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(I did this under VC++ 5.0 -- hope this doesn't break anything.)
-
- 10 Mar, 2000 10 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
now defaults to -1, not to 0. Passing an explicit zero doesn't split or replace at all.
-
Guido van Rossum yazdı
Marc-Andre Lemburg.
-
Guido van Rossum yazdı
mode ('V') and in binary mode ('X').
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-