COMMITS
/ Python/bltinmodule.c December 19, 2006
G
Patch #1601678: move intern() to sys.intern().
Georg Brandl committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
November 30, 2006
G
Check "sep" and "end" for stringness in Print().
Georg Brandl committed
G
Add built-in Print() function. This is PEP 3105 except for the name;
Guido van Rossum committed
September 6, 2006
G
Patch #1550800: make exec a function.
Georg Brandl committed
August 25, 2006
G
SF patch 1546297 (with some tweaks):
Guido van Rossum committed
August 24, 2006
G
Make built-in zip() equal to itertools.izip().
Guido van Rossum committed
G
Make it compile with C89.
Guido van Rossum committed
G
Restructure comparison dramatically. There is no longer a default
Guido van Rossum committed
August 22, 2006
G
Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.
Guido van Rossum committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed
N
Get rid of most of the rest of coerce (slot is still there for now).
Neal Norwitz committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 22, 2006
G
Here is a bytes type. It's very minimal but it's a start.
Guido van Rossum committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 17, 2006
N
Remove apply()
Neal Norwitz committed
N
Whoops, input *and* raw_input are slated for removal, and now both are gone.
Neal Norwitz committed
March 7, 2006
M
Change int to Py_ssize_t in several places.
Martin v. Löwis committed
February 28, 2006
T
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters committed
February 27, 2006
M
Revert backwards-incompatible const changes.
Martin v. Löwis committed
February 26, 2006
M
Generate code to recursively copy an AST into
Martin v. Löwis committed
February 19, 2006
N
Fix compiler warning (int vs Py_ssize_t mismatch
Neal Norwitz committed
February 16, 2006
M
Use Py_ssize_t to count the
Martin v. Löwis committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
February 11, 2006
A
Renamed _length_cue() to __length_hint__(). See:
Armin Rigo committed
December 15, 2005
N
Fix an int/long mismatch identified here:
Neal Norwitz committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
November 27, 2005
N
Fix memory leaks
Neal Norwitz committed
October 21, 2005
J
Fix a bunch of imports to use code.h instead of compile.h.
Jeremy Hylton committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed
September 24, 2005
R
Convert iterator __len__() methods to a private API.
Raymond Hettinger committed
September 20, 2005
A
Removed a check "if (args != NULL)" which is always True and makes no sense.
Armin Rigo committed
September 15, 2005
G
bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault.
Georg Brandl committed
August 31, 2005
G
Whitespace normalization.
Georg Brandl committed
August 21, 2005
R
SF bug #1242657: list(obj) can swallow KeyboardInterrupt
Raymond Hettinger committed
July 19, 2005
G
Fix cleanup DECREF logic in builtin_filter function.
Georg Brandl committed
March 11, 2005
R
Add two new functions, any() and all().
Raymond Hettinger committed
December 7, 2004
B
Put parentheses around the assignment in the 'while' loop conditional
Brett Cannon committed
December 3, 2004
R
SF patch #1077353: add key= argument to min and max
Raymond Hettinger committed
August 25, 2004
M
Patch #1015021: Stop claiming that coerce can return None.
Martin v. Löwis committed
August 12, 2004
M
Patch #1005468: Disambiguate "min() or max()" exception string.
Martin v. Löwis committed
August 7, 2004
J
Subclasses of string can no longer be interned. The semantics of
Jeremy Hylton committed
August 2, 2004
M
for some reason, the lack of adherence to Python's C whitespace rules
Michael W. Hudson committed
R
Completed the patch for Bug #215126.
Raymond Hettinger committed
July 19, 2004
N
Check the type of values returned by __int__, __float__, __long__,
Neil Schemenauer committed
July 7, 2004
M
This closes patch:
Michael W. Hudson committed
July 6, 2004
R
* Fix missing return after error message is set.
Raymond Hettinger committed
July 2, 2004
R
SF Bug #215126: Over restricted type checking on eval() function
Raymond Hettinger committed
March 29, 2004
A
OS/2 VACPP build updates/fixes
Andrew MacIntyre committed