summaryrefslogtreecommitdiff
path: root/tests/test_util/test_datetimeutil.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert files from file format DOS to UNIXVictor Stinner2015-04-211-135/+135
|
* Python 3: use new style of raise, replace "raise class, args" with "raise ↵Cyril Roelandt2014-03-181-1/+1
| | | | class(args)"
* - updated httpserver to have better documentation for serve()cce2006-01-111-0/+1
| | | | | | | | | | | | - added socket_timeout option - added deamon_threads option - the port option to serve() can now be a string - now catching and re-routing most socket errors (which are routine) - converted reload.py to use a deamon thread - added comment why os._exit is used - removed raise_keyboard_interrupt option (this might need to be re-added later, just not sure what it does)
* - add support for 'dd-mon-yyyy' date formatcce2006-01-091-1/+2
|
* - better error checking in parse_datetimecce2006-01-081-33/+32
| | | | - remove unnecessary intermediaries
* - making timedate parser throw more exceptions on errorscce2006-01-081-1/+0
| | | | - cleaning up unnecessary code (that is duplicated in datetime built-in)
* - converted timedelta normalization to be fractions of hourscce2006-01-081-0/+135
- updated docstrings