| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add unrelated but handy function: timegm(), to calculate Unix | Guido van Rossum | 1999-06-09 | 1 | -0/+17 |
| | | | | | timestamp from GMT tuple. | ||||
| * | No need to import gmtime, ctime, asctime. | Guido van Rossum | 1999-05-03 | 1 | -2/+2 |
| | | | | | | Make error an alias for ValueError. (Andrew Dalke & kjpylint) | ||||
| * | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -6/+1 |
| | | |||||
| * | Some minute changes. | Guido van Rossum | 1993-12-29 | 1 | -1/+0 |
| | | |||||
| * | * calendar.py: all libC functionality now moved to built-in time module | Guido van Rossum | 1993-06-23 | 1 | -27/+8 |
| | | | | | | | | * imghdr.py: added jpeg recognition * torgb.py: added jpeg conversion * tzparse.py: use functions from time instead of calendar * whatsound.py: add /ufs/guido/biin/sgi to $PATH when calling 'whatsound' | ||||
| * | * aifc.py: don't die on invalid MARK chunk | Guido van Rossum | 1993-06-20 | 1 | -121/+81 |
| | | | | | | | | * calendar.py: remove stuff now built in time; some cleanup and generalization in the calendar printing * cmd.py: use __init__. * tzparse.py: This module is no longer necessary -- use builtin time instead! | ||||
| * | * calendar.py: minor cleanups | Guido van Rossum | 1993-06-17 | 1 | -4/+7 |
| | | | | | | * ftplib.py: support __init__ with optional host, port args * aifc.py: ensure header is written on close even when no data is written | ||||
| * | 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 |
