Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aiff.py, calendar.py: change functions taking a tuple to really take a | Guido van Rossum | 1993-02-05 | 1 | -1/+2 |
| | | | | tuple (now that it makes a difference to Python) | ||||
* | * More changes due to stricter argument passing rules | Guido van Rossum | 1993-01-04 | 1 | -1/+2 |
| | | | | | | * Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time() returning a floating point number. (And fix old bug in calendar) * Add recursion level to mainloop.mainloop(), to make it reentrant. | ||||
* | Misc changes and new modules. whrandom is "objectified". SOCKET.py | Guido van Rossum | 1992-10-18 | 1 | -4/+4 |
| | | | | is moved to the sgi subdirectory. | ||||
* | Changed calendar.py to define lists of literals instead of tuples. | Guido van Rossum | 1992-07-09 | 1 | -9/+9 |
| | | | | Got rid of old module 'localtime.py'. | ||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -4/+4 |
| | |||||
* | Use IOError. | Guido van Rossum | 1991-12-26 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-13 | 1 | -0/+213 |