COMMITS
/ Python/bltinmodule.c December 17, 2003
R
Guido grants a Christmas wish:
Raymond Hettinger committed
December 5, 2003
F
Remove the PendingDeprecationWarning from apply(). apply() will
Fred Drake committed
November 16, 2003
R
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger committed
November 6, 2003
R
Implement and apply PEP 322, reverse iteration
Raymond Hettinger committed
October 25, 2003
A
regressing the performance bugfix -- Guido wants the performance bug left
Alex Martelli committed
A
Changed builtin_sum to use PyNumber_InPlaceAdd (same semantics, but fixes
Alex Martelli committed
R
Use PyArg_UnpackTuple() where possible.
Raymond Hettinger committed
October 12, 2003
R
Simplify and speedup uses of Py_BuildValue():
Raymond Hettinger committed
September 16, 2003
J
Correct check of PyUnicode_Resize() return value.
Jeremy Hylton committed
J
Reflow long lines and reformat.
Jeremy Hylton committed
August 18, 2003
W
Fix a crash: when sq_item failed the code continued blindly and used the
Walter Dörwald committed
August 14, 2003
N
Make filter(bool, ...) as fast as filter(None, ...).
Neil Schemenauer committed
August 2, 2003
R
As discussed on python-dev, changed builtin.zip() to handle zero arguments
Raymond Hettinger committed
April 23, 2003
A
some more error-message enhancements
Alex Martelli committed
A
complete and clarify some error messages for range()
Alex Martelli committed
April 22, 2003
A
fixed a potential refcount bug (thanks Raymond!).
Alex Martelli committed
A
Adding new built-in function sum, with docs and tests.
Alex Martelli committed
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