summaryrefslogtreecommitdiffstats
path: root/Lib/calendar.py
Commit message (Collapse)AuthorAgeFilesLines
* aiff.py, calendar.py: change functions taking a tuple to really take aGuido van Rossum1993-02-051-1/+2
| | | | tuple (now that it makes a difference to Python)
* * More changes due to stricter argument passing rulesGuido van Rossum1993-01-041-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.pyGuido van Rossum1992-10-181-4/+4
| | | | is moved to the sgi subdirectory.
* Changed calendar.py to define lists of literals instead of tuples.Guido van Rossum1992-07-091-9/+9
| | | | Got rid of old module 'localtime.py'.
* New == syntaxGuido van Rossum1992-01-011-4/+4
|
* Use IOError.Guido van Rossum1991-12-261-1/+1
|
* Initial revisionGuido van Rossum1990-10-131-0/+213