Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert files from file format DOS to UNIX | Victor Stinner | 2015-04-21 | 1 | -135/+135 |
| | |||||
* | Python 3: use new style of raise, replace "raise class, args" with "raise ↵ | Cyril Roelandt | 2014-03-18 | 1 | -1/+1 |
| | | | | class(args)" | ||||
* | - updated httpserver to have better documentation for serve() | cce | 2006-01-11 | 1 | -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 format | cce | 2006-01-09 | 1 | -1/+2 |
| | |||||
* | - better error checking in parse_datetime | cce | 2006-01-08 | 1 | -33/+32 |
| | | | | - remove unnecessary intermediaries | ||||
* | - making timedate parser throw more exceptions on errors | cce | 2006-01-08 | 1 | -1/+0 |
| | | | | - cleaning up unnecessary code (that is duplicated in datetime built-in) | ||||
* | - converted timedelta normalization to be fractions of hours | cce | 2006-01-08 | 1 | -0/+135 |
- updated docstrings |