Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix pyflakes warnings | Victor Stinner | 2015-04-22 | 1 | -1/+0 |
| | | | | | | * Remove unused variables * Remove unused imports * Remove dead code | ||||
* | Port datetimeutil to Python 3 | Victor Stinner | 2015-04-21 | 1 | -9/+8 |
| | | | | | * Replace string.atoi() with int() * Don't compare None with int | ||||
* | Convert files from file format DOS to UNIX | Victor Stinner | 2015-04-21 | 1 | -361/+361 |
| | |||||
* | Python 3: Replace string functions with str methods | Cyril Roelandt | 2014-03-18 | 1 | -13/+13 |
| | |||||
* | A big commit, primarily aesthetic/whitespace in nature. This is the result ↵ | ianb | 2006-10-20 | 1 | -28/+37 |
| | | | | of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up. | ||||
* | - raise type error on unknown months | cce | 2006-08-24 | 1 | -2/+2 |
| | | | | - allow 'today' as keyword date | ||||
* | (no commit message) | cce | 2006-08-24 | 1 | -1/+1 |
| | |||||
* | Somewhere in the past two years day_of_week changed to | cce | 2006-08-24 | 1 | -1/+1 |
| | | | | isoweekday() in the datetime API. | ||||
* | - add support for 'dd-mon-yyyy' date format | cce | 2006-01-09 | 1 | -2/+5 |
| | |||||
* | - better error checking in parse_datetime | cce | 2006-01-08 | 1 | -45/+32 |
| | | | | - remove unnecessary intermediaries | ||||
* | - making timedate parser throw more exceptions on errors | cce | 2006-01-08 | 1 | -52/+39 |
| | | | | - 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/+375 |
- updated docstrings |