summaryrefslogtreecommitdiffstats
path: root/Python/bltinmodule.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Added getattr and setattr built-in functions.Guido van Rossum1992-01-271-0/+36
|
* long_format() is now declared in longobject.h.Guido van Rossum1992-01-191-5/+2
|
* Added SystemExit.Guido van Rossum1991-12-311-0/+2
|
* Sorted exceptions; added ImportError.Guido van Rossum1991-12-241-9/+11
|
* Regularize exceptions.Guido van Rossum1991-12-161-36/+27
|
* Added "apply"; added "SyntaxError"; changed table lay-out.Guido van Rossum1991-12-161-23/+42
|
* Added new exceptions.Guido van Rossum1991-12-101-4/+25
|
* Made dir() more robust.Guido van Rossum1991-10-241-6/+57
| | | | Added hex() and oct().
* Protect dir() against non-directory __dict__ attributes.Guido van Rossum1991-10-201-7/+14
|
* Change getbuiltin interface to get the name as an object;Guido van Rossum1991-08-161-2/+2
| | | | call dict2lookup insteead of dictlookup.
* Add and use coerce() routine for mixed mode arithmeticGuido van Rossum1991-07-011-17/+76
|
* printobject now returns an error codeGuido van Rossum1991-06-071-4/+8
|
* Fix conversion of double to long; stylistic changes.Guido van Rossum1991-06-031-3/+3
|
* Added long() and support for longs in int() and float();Guido van Rossum1991-05-051-58/+72
| | | | | turned abs() and divmod() into generic versions; added pow().
* Use fileobject's filegetline() to implement unlimited raw_input().Guido van Rossum1991-04-041-19/+1
|
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
|
* Reversed min and max (to alphabetical order).Guido van Rossum1991-02-191-1/+1
|
* File name shortening.Guido van Rossum1991-01-211-1/+1
|
* "Compiling" versionGuido van Rossum1990-12-201-0/+535