summaryrefslogtreecommitdiffstats
path: root/Lib/tzparse.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed deprecated tzparse module.Raymond Hettinger2004-12-051-98/+0
|
* Add a deprecation warning to this module.Guido van Rossum2001-03-201-0/+5
| | | | | Importing it typically fails anyway (no TZ variable defined), so this is no great loss.
* Whitespace normalization.Tim Peters2001-01-151-71/+71
|
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
| | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-1/+15
| | | | | | | | The attached patches update the standard library so that all modules have docstrings beginning with one-line summaries. A new docstring was added to formatter. The docstring for os.py was updated to mention nt, os2, ce in addition to posix, dos, mac.
* 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.