- 16 Mar, 2000 3 commits
-
-
Jeremy Hylton authored
- remove postorder - remove protocol for automatically walking children based on visitor method return value; now only walks if there is no method
-
Jeremy Hylton authored
-
Jeremy Hylton authored
dict)
-
- 15 Mar, 2000 1 commit
-
-
Fred Drake authored
-
- 14 Mar, 2000 2 commits
-
-
Jack Jansen authored
-
Jeremy Hylton authored
Also, wrap long line.
-
- 13 Mar, 2000 9 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
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 authored
-
Guido van Rossum authored
-
Guido van Rossum authored
with a twist: you have to define NO_STRICT_LIST_APPEND manually to enable multi-arg append().
-
Guido van Rossum authored
Noted by Michael Hudson.
-
Guido van Rossum authored
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 commit
-
-
Guido van Rossum authored
(I did this under VC++ 5.0 -- hope this doesn't break anything.)
-
- 10 Mar, 2000 24 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
now defaults to -1, not to 0. Passing an explicit zero doesn't split or replace at all.
-
Guido van Rossum authored
Marc-Andre Lemburg.
-
Guido van Rossum authored
mode ('V') and in binary mode ('X').
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
mode ('V') and in binary mode ('X').
-
Guido van Rossum authored
Written by Marc-Andre Lemburg.
-
Guido van Rossum authored
the builtin codecs. Written by Marc-Andre Lemburg.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Codec registry.
-
Guido van Rossum authored
-
Guido van Rossum authored
object.
-
Guido van Rossum authored
-
Guido van Rossum authored
unichr(); changed ord() to support Unicode strings; added new exception UnicodeError; fixed a typo in doc string for buffer().
-
Guido van Rossum authored
Lemburg.
-
Guido van Rossum authored
(Unicode and raw Unicode).
-
Guido van Rossum authored
-
Guido van Rossum authored
-