COMMITS
/ Python/bltinmodule.c April 13, 2000
F
When refering to Unicode characters in exception messages and
Fred Drake committed
April 12, 2000
J
ord: provide better error messages
Jeremy Hylton committed
April 11, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
April 5, 2000
G
Marc-Andre's third try at this bulk patch seems to work (except that
Guido van Rossum committed
March 10, 2000
G
Marc-Andre Lemburg: added new builtin functions unicode() and
Guido van Rossum committed
February 29, 2000
G
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum committed
February 17, 2000
G
Changes by Mark Hammond related to the new WindowsError exception.
Guido van Rossum committed
December 23, 1999
F
Adjusted apply() docstring based on comments from Gerrit Holl
Fred Drake committed
October 12, 1999
B
Mainlining the string_methods branch. See branch revision log
Barry Warsaw committed
July 19, 1999
F
Fixed order of parameters in slice() docstring. The Library Reference
Fred Drake committed
June 22, 1999
G
Patch by Tim Peters:
Guido van Rossum committed
June 17, 1999
G
# Darn! Local variable l declared but not used in abstract_issubclass().
Guido van Rossum committed
June 16, 1999
G
Patch by Jim Fulton (code style tweaked a bit) to support
Guido van Rossum committed
April 7, 1999
G
Remove unused variable from complex_from_string() code.
Guido van Rossum committed
March 25, 1999
G
Patch by Nick and Stephanie Lockwood to implement complex() with a string
Guido van Rossum committed
March 19, 1999
G
New builtin buffer() creates a derived read-only buffer from any
Guido van Rossum committed
February 24, 1999
B
(initerrors): Make sure that the exception tuples ("base-classes" when
Barry Warsaw committed
February 23, 1999
G
Patch by Tim Peters to improve the range checks for range() and
Guido van Rossum committed
January 29, 1999
B
bltin_exc[]: EnvironmentError is not a "leaf exception", so set it's
Barry Warsaw committed
January 28, 1999
B
builtin_map(): A better fix for the previous leak plug (remember
Barry Warsaw committed
B
builtin_map(): Nailed memory leak. PyList_Append() borrows a
Barry Warsaw committed
January 27, 1999
B
builtin_complex(): Nailed memory leak. This one's in the instance
Barry Warsaw committed
January 12, 1999
G
Avoid overflow if possible in calculations for range(); report
Guido van Rossum committed
December 1, 1998
B
Added new builtin standard exception: NotImplementedError (its C
Barry Warsaw committed
November 23, 1998
G
Fix cosmetic bug in delattr docstring discovered by JvR.
Guido van Rossum committed
October 1, 1998
B
builtin_apply(): Second argument type check is relaxed to allow any sequence.
Barry Warsaw committed
September 14, 1998
B
Several changes that Python carry on in the face of errors in the
Barry Warsaw committed
September 3, 1998
G
Should no longer surround PyOS_Readline() call with
Guido van Rossum committed
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