COMMITS
/ Python/bltinmodule.c March 13, 1998
G
Use a faster way to check for null bytes in the string argument for
Guido van Rossum committed
December 10, 1997
G
Need a cast when comparing type object in isinstance()
Guido van Rossum committed
December 2, 1997
G
Support type objects in isinstance().
Guido van Rossum committed
September 26, 1997
G
Release interpreter lock around readline call in [raw_]input().
Guido van Rossum committed
September 18, 1997
B
initerrors(): Eliminate circular reference which was causing a small
Barry Warsaw committed
September 16, 1997
B
[Py_Exc]NumberError => [Py_Exc]ArithmeticError
Barry Warsaw committed
G
Introduce PyExc_Exception as the conceptual root class for all exceptions.
Guido van Rossum committed
September 5, 1997
G
First part of package support.
Guido van Rossum committed
August 29, 1997
B
Removed obsolete exception PyExc_AccessError.
Barry Warsaw committed
August 22, 1997
B
Two new built-in functions: issubclass() and isinstance(). Both take
Barry Warsaw committed
August 2, 1997
G
The last of the mass checkins for separate (sub)interpreters.
Guido van Rossum committed
May 23, 1997
G
PyObject_Compare can raise an exception now.
Guido van Rossum committed
May 9, 1997
G
Oops -- missed FloatingPointError in renaming.
Guido van Rossum committed
May 7, 1997
G
Instead of importing graminit.h whenever one of the three grammar 'root'
Guido van Rossum committed
May 6, 1997
G
New dir() function --
Guido van Rossum committed
April 30, 1997
G
Avoid sprintf buffer overflow if more than 9999 arguments.
Guido van Rossum committed
April 29, 1997
G
Quickly renamed the remaining files -- this directory is done.
Guido van Rossum committed
April 11, 1997
G
Keep gcc -Wall and Microsoft VC happy.
Guido van Rossum committed
March 31, 1997
G
1. Add string conversions to int(), long(), float(). (Not to complex()!)
Guido van Rossum committed
March 11, 1997
G
Define __debug__ as 0 if -O is given, 1 otherwise. Also test for
Guido van Rossum committed
February 14, 1997
G
Changes for Lee Busby's SIGFPE patch set.
Guido van Rossum committed
G
Added intern() function.
Guido van Rossum committed
January 18, 1997
G
Intern the string "__complex__".
Guido van Rossum committed
December 10, 1996
G
Add unistd.h to make gcc -Wall happy.
Guido van Rossum committed
December 5, 1996
G
Support __complex__ method on instances, for complex() conversion.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
October 16, 1996
G
Forget about Ellipses b/w compatibility.
Guido van Rossum committed
October 11, 1996
G
Ellipses -> Ellipsis rename (the dictionary really says that it should
Guido van Rossum committed
September 7, 1996
G
Stupid bug: complex(x,y) would yield x+xj
Guido van Rossum committed
August 16, 1996
G
Don't die in resizestring() on filter(<func>, "").
Guido van Rossum committed
August 8, 1996
G
Include mymath.h instead of declaring prototypes for math functions.
Guido van Rossum committed
July 30, 1996
G
Add 'Ellipses' object.
Guido van Rossum committed
G
Changes for slice and ellipses
Guido van Rossum committed
July 21, 1996
G
Py_complex; and WITHOUT_COMPLEX added to getargs.c
Guido van Rossum committed
May 23, 1996
G
Removed some redundant header includes.
Guido van Rossum committed
April 9, 1996
G
Add list() method, analogous to tuple().
Guido van Rossum committed
January 26, 1996
G
properly initialize optional arguments to apply()
Guido van Rossum committed
January 12, 1996
G
changes for complex numbers
Guido van Rossum committed
August 4, 1995
G
avoid resize of 0-length tuple
Guido van Rossum committed
July 26, 1995
G
be more suspicious of getlocals()
Guido van Rossum committed
July 18, 1995
G
keyword arguments and faster calls
Guido van Rossum committed
July 10, 1995
G
rename arglist to alist (conflict with new grammar symbol)
Guido van Rossum committed
July 7, 1995
G
added locals() and globals(); [raw_]input() uses readline()
Guido van Rossum committed
February 18, 1995
G
fix bogus test for negative float
Guido van Rossum committed
February 14, 1995
G
call __import__() with 4 args instead of 1
Guido van Rossum committed
February 10, 1995
G
test for float to the float power here
Guido van Rossum committed
January 26, 1995
G
moved callable() to object.c
Guido van Rossum committed
January 20, 1995
G
fix import related leaks
Guido van Rossum committed
January 17, 1995
G
fix Alpha bug in (x)range; different __builtins__ initialization
Guido van Rossum committed
January 10, 1995
G
fix subtle refcount big in filter() -- Tim MacKenzie
Guido van Rossum committed