Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added getattr and setattr built-in functions. | Guido van Rossum | 1992-01-27 | 1 | -0/+36 | |
| | ||||||
* | long_format() is now declared in longobject.h. | Guido van Rossum | 1992-01-19 | 1 | -5/+2 | |
| | ||||||
* | Added SystemExit. | Guido van Rossum | 1991-12-31 | 1 | -0/+2 | |
| | ||||||
* | Sorted exceptions; added ImportError. | Guido van Rossum | 1991-12-24 | 1 | -9/+11 | |
| | ||||||
* | Regularize exceptions. | Guido van Rossum | 1991-12-16 | 1 | -36/+27 | |
| | ||||||
* | Added "apply"; added "SyntaxError"; changed table lay-out. | Guido van Rossum | 1991-12-16 | 1 | -23/+42 | |
| | ||||||
* | Added new exceptions. | Guido van Rossum | 1991-12-10 | 1 | -4/+25 | |
| | ||||||
* | Made dir() more robust. | Guido van Rossum | 1991-10-24 | 1 | -6/+57 | |
| | | | | Added hex() and oct(). | |||||
* | Protect dir() against non-directory __dict__ attributes. | Guido van Rossum | 1991-10-20 | 1 | -7/+14 | |
| | ||||||
* | Change getbuiltin interface to get the name as an object; | Guido van Rossum | 1991-08-16 | 1 | -2/+2 | |
| | | | | call dict2lookup insteead of dictlookup. | |||||
* | Add and use coerce() routine for mixed mode arithmetic | Guido van Rossum | 1991-07-01 | 1 | -17/+76 | |
| | ||||||
* | printobject now returns an error code | Guido van Rossum | 1991-06-07 | 1 | -4/+8 | |
| | ||||||
* | Fix conversion of double to long; stylistic changes. | Guido van Rossum | 1991-06-03 | 1 | -3/+3 | |
| | ||||||
* | Added long() and support for longs in int() and float(); | Guido van Rossum | 1991-05-05 | 1 | -58/+72 | |
| | | | | | turned abs() and divmod() into generic versions; added pow(). | |||||
* | Use fileobject's filegetline() to implement unlimited raw_input(). | Guido van Rossum | 1991-04-04 | 1 | -19/+1 | |
| | ||||||
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 | |
| | ||||||
* | Reversed min and max (to alphabetical order). | Guido van Rossum | 1991-02-19 | 1 | -1/+1 | |
| | ||||||
* | File name shortening. | Guido van Rossum | 1991-01-21 | 1 | -1/+1 | |
| | ||||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -0/+535 | |