summaryrefslogtreecommitdiff
path: root/Python/bltinmodule.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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