summaryrefslogtreecommitdiffstats
path: root/Lib/tzparse.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-221-8/+7
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-3/+1
|
* * calendar.py: all libC functionality now moved to built-in time moduleGuido van Rossum1993-06-231-14/+20
| | | | | | | * 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 chunkGuido van Rossum1993-06-201-1/+1
| | | | | | | * 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!
* * Fix bug in tzparse.py for DST timezoneGuido van Rossum1993-03-291-1/+1
| | | | | | | * Added whatis command to pdb.py * new module GET.py (GL definitions from <gl/get.h>) * rect.py: is_empty takes a rect as argument, not two points. * Added tests for builtin round() [XXX not yet complete!]
* Misc changes and new modules. whrandom is "objectified". SOCKET.pyGuido van Rossum1992-10-181-0/+76
is moved to the sgi subdirectory.