- 14 Mar, 2000 1 kayıt (commit)
-
-
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 29 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ı
-
Guido van Rossum yazdı
mode ('V') and in binary mode ('X').
-
Guido van Rossum yazdı
Written by Marc-Andre Lemburg.
-
Guido van Rossum yazdı
the builtin codecs. Written by Marc-Andre Lemburg.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Codec registry.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
object.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
unichr(); changed ord() to support Unicode strings; added new exception UnicodeError; fixed a typo in doc string for buffer().
-
Guido van Rossum yazdı
Lemburg.
-
Guido van Rossum yazdı
(Unicode and raw Unicode).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Fredrik Lundh.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
gencodec.py - Create Python codecs from Unicode mapping files
-
Guido van Rossum yazdı
PyObject_AsReadBuffer, PyObject_AsWriteBuffer.
-
Guido van Rossum yazdı
-