COMMITS
/ Python/bltinmodule.c April 15, 2003
G
Some errors from range() should be TypeError, not ValueError.
Guido van Rossum committed
April 14, 2003
G
Prompted by Tim's comment, when handle_range_longs() sees an
Guido van Rossum committed
April 13, 2003
T
handle_range_longs(): refcount handling is very delicate here, and
Tim Peters committed
April 11, 2003
G
Patch by Chad Netzer (with significant change):
Guido van Rossum committed
April 6, 2003
R
SF patch #701494: more apply removals
Raymond Hettinger committed
March 23, 2003
T
Improved new Py_TRACE_REFS gimmicks.
Tim Peters committed
February 23, 2003
N
Fix SF bug #690435, apply fails to check if warning raises exception
Neal Norwitz committed
February 13, 2003
G
- Finally fixed the bug in compile() and exec where a string ending
Guido van Rossum committed
February 10, 2003
W
Change filtertuple() to use tp_as_sequence->sq_item
Walter Dörwald committed
T
Squashed compiler wng about signed/unsigned clash in comparison.
Tim Peters committed
W
Change filterstring() and filterunicode(): If the
Walter Dörwald committed
J
My previous checkin caused compile() to no longer accept buffers, as noted
Just van Rossum committed
J
patch #683515: "Add unicode support to compile(), eval() and exec"
Just van Rossum committed
February 4, 2003
W
Make sure filter() never returns tuple, str or unicode
Walter Dörwald committed
W
PyUnicode_Resize() doesn't free its argument in case of a failure,
Walter Dörwald committed
W
filterstring() and filterunicode() in Python/bltinmodule.c
Walter Dörwald committed
February 3, 2003
N
SF #661437, apply() should get PendingDeprecation
Neal Norwitz committed
January 25, 2003
M
Patch #636005: Filter unicode into unicode.
Martin v. Löwis committed
January 4, 2003
R
SF bug #655271: Slightly modify locals() doc
Raymond Hettinger committed
December 29, 2002
R
Make error message more specific for min() and max().
Raymond Hettinger committed
R
SF patch #659536: Use PyArg_UnpackTuple where possible.
Raymond Hettinger committed
December 12, 2002
W
Enhance issubclass() and PyObject_IsSubclass() so that a tuple is
Walter Dörwald committed
October 26, 2002
M
Patch #512981: Update readline input stream on sys.stdin/out change.
Martin v. Löwis committed
August 27, 2002
P
execfile should call PyErr_SetFromErrnoWithFilename instead of
Peter Schneider-Kamp committed
August 16, 2002
G
A nice little speed-up for filter():
Guido van Rossum committed
August 14, 2002
M
Patch #550192: Set softspace to 0 in raw_input().
Martin v. Löwis committed
August 11, 2002
M
Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level.
Marc-André Lemburg committed
June 30, 2002
M
Patch #569753: Remove support for WIN16.
Martin v. Löwis committed
June 14, 2002
G
SF patch 568629 by Oren Tirosh: types made callable.
Guido van Rossum committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
June 5, 2002
R
Skip Montanaro's patch, SF 559833, exposing xrange type in builtins.
Raymond Hettinger committed
May 31, 2002
N
Change name from string to basestring
Neal Norwitz committed
May 24, 2002
G
- A new type object, 'string', is added. This is a common base type
Guido van Rossum committed
May 12, 2002
T
SF bug 555042: zip() may trigger MemoryError.
Tim Peters committed
April 29, 2002
T
builtin_zip(): Take a good guess at how big the result list will be,
Tim Peters committed
April 27, 2002
T
Repair widespread misuse of _PyString_Resize. Since it's clear people
Tim Peters committed
April 26, 2002
G
- New builtin function enumerate(x), from PEP 279. Example:
Guido van Rossum committed
April 14, 2002
J
Mass checkin of universal newline support.
Jack Jansen committed
April 3, 2002
G
Add the 'bool' type and its values 'False' and 'True', as described in
Guido van Rossum committed
March 9, 2002
M
Patch #494045: patches errno and stat to cope on plan9.
Martin v. Löwis committed
T
Docstring for filter(): Someone on the Tutor list reasonably complained
Tim Peters committed
January 12, 2002
M
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis committed
December 13, 2001
J
Fix for SF bug [ #492403 ] exec() segfaults on closure's func_code
Jeremy Hylton committed
November 28, 2001
J
Use PyOS_snprintf instead of sprintf.
Jeremy Hylton committed
November 5, 2001
T
SF patch 473749 compile under OS/2 VA C++, from Michael Muller.
Tim Peters committed
October 29, 2001
T
Rename "dictionary" (type and constructor) to "dict".
Tim Peters committed
October 24, 2001
G
SF patch #474590 -- RISC OS support
Guido van Rossum committed
October 16, 2001
G
SF patch #471852 (anonymous) notes that getattr(obj, name, default)
Guido van Rossum committed
October 7, 2001
G
Implement isinstance(x, (A, B, ...)). Note that we only allow tuples,
Guido van Rossum committed
September 13, 2001
T
Get rid of builtin_open() entirely (the C code and docstring, not the
Tim Peters committed