COMMITS
/ Python/bltinmodule.c July 23, 1998
B
Added support for two new standard errors: EnvironmentError and
Barry Warsaw committed
July 10, 1998
G
Small changes to map() and filter():
Guido van Rossum committed
June 29, 1998
G
Fix a stupid little bug: len() of an unsized returns -1 and leaves an
Guido van Rossum committed
G
Experimental feature: add default argument to getattr().
Guido van Rossum committed
June 26, 1998
G
Added doc strings.
Guido van Rossum committed
G
In raw_input(prompt), make sure that str(prompt) really a string
Guido van Rossum committed
May 29, 1998
G
Remove a few unused locals (I love VC++ for this!).
Guido van Rossum committed
May 22, 1998
G
A bunch of functions are now properly implemented in abstract.c, and
Guido van Rossum committed
May 9, 1998
G
Implement round() slightly different, so that for negative ndigits no
Guido van Rossum committed
April 24, 1998
G
Fred's right -- we need PyList_SET_ITEM().
Guido van Rossum committed
April 23, 1998
G
In-line the code in range() to set the list items; there's really no
Guido van Rossum committed
April 10, 1998
G
Make new gcc -Wall happy
Guido van Rossum committed
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