summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Close branch issue-14-YYYY-MM0.1.10issue-14-YYYY-MMJulien Danjou2014-02-270-0/+0
|
* Fix parsing of YYYY-MM and add YYYYMichael Twomey2014-02-274-21/+47
| | | | | | Fixes #14 (https://bitbucket.org/micktwomey/pyiso8601/issue/14/regression-yyyy-mm-no-longer-parses) Bump version to 1.10
* Added tag 0.1.9 for changeset 4b511368cef1Michael Twomey2014-02-260-0/+0
|
* Tweaking test output slightly and add wheel as a depenendency0.1.9Michael Twomey2014-02-262-4/+5
|
* Bumping to 0.1.9 and releasing.Michael Twomey2014-02-263-1/+8
|
* tests: fix remaining testsJulien Danjou2014-02-182-5/+4
|
* Raise error on YYYYMM or YYMMDDJulien Danjou2014-02-182-10/+12
|
* Raise error when parsing year with wrong number for yearsjulien2014-02-182-18/+23
| | | | Closes #12
* test: fix test cases on errorjulien2014-02-181-11/+12
| | | | | | | The syntax used on pytest.mark.parametrize was wrong and therefore the argument "invalid_date" was passed as a tuple: whatever the value in that tuple was, the parsing function was always failing because the data type was wrong.
* Added tag 0.1.8 for changeset 01161826be6eMichael Twomey2013-10-220-0/+0
|
* Fix encoding of README.rst and update tests to catch encoding issues0.1.8Michael Twomey2013-10-223-4/+11
| | | | | | Fixes #10 Thanks to klmitch
* Added tag 0.1.7 for changeset 1881bf20e595Michael Twomey2013-10-190-0/+0
|
* Update to 0.1.70.1.7Michael Twomey2013-10-192-1/+6
|
* Add isoformat() tests for all parsed datesMichael Twomey2013-10-191-22/+24
| | | | Also test round tripping from isoformat()
* Merged in dims/pyiso8601 (pull request #3)Michael Twomey2013-10-190-0/+0
|\ | | | | | | Fix for regression when parsing microseconds
| * Added tag 0.1.6 for changeset 462f8303fc39Michael Twomey2013-10-190-0/+0
| |
* | Fix for regression when parsing microsecondsDavanum Srinivas2013-10-182-1/+2
|/
* Handle negative timezone offsets correctly0.1.6Michael Twomey2013-10-183-23/+34
| | | | | | | | | | I had dropped the negative minutes in a braino and had incorrectly updated tests to match. I've added a isoformat field to the tests, so I can correctly assert they formatted date looks right. Thanks to Jonathan Lange for reporting this and a patch. Fixes #8
* Added testcase from https://code.google.com/p/pyiso8601/issues/detail?id=14Michael Twomey2013-10-181-0/+3
|
* Added testcase from https://code.google.com/p/pyiso8601/issues/detail?id=16Michael Twomey2013-10-181-0/+1
|
* Added testcase from https://code.google.com/p/pyiso8601/issues/detail?id=17Michael Twomey2013-10-181-0/+1
|
* Bumping setup version to 0.1.6Michael Twomey2013-10-181-1/+1
|
* Added tag 0.1.5 for changeset bd89974951daMichael Twomey2013-10-170-0/+0
|
* Update README with more details on supported ISO 8601 formats0.1.5Michael Twomey2013-10-171-7/+48
|
* Handle compact date formatMichael Twomey2013-10-173-1/+3
| | | | | | Thanks to rvandolson@esri.com Fixes #6
* Z always specifies UTC nowMichael Twomey2013-10-173-1/+10
| | | | | | Thanks to vfaronov Fixes #5
* Ensure parsing of timezones without separators worksMichael Twomey2013-10-172-1/+3
| | | | | | Thanks to joe.walton.gglcd Fixes #4
* Fix pickling / deepcopy of returned datetime objectsMichael Twomey2013-10-173-0/+10
| | | | | | Thanks to fogathmann and john@openlearning.com Fixes #3
* Fix microsecond rounding issuesMichael Twomey2013-10-173-2/+6
| | | | | | Thanks to nielsenb@jetfuse.net Fixes #2
* Updating licenseMichael Twomey2013-10-172-1/+2
|
* Update README and add pypy to tox test matrixMichael Twomey2013-10-172-3/+28
|
* Require py.test >= 2.4.2 for test parameter supportMichael Twomey2013-10-172-2/+2
|
* Rewrote the regex, large parts of the code and testsMichael Twomey2013-10-162-34/+110
| | | | Added more tests to cover more of the spec and fixed many edge cases.
* Minor tweak to READMEMichael Twomey2013-10-151-2/+2
|
* Move description into README.rst and add devpiMichael Twomey2013-10-155-89/+75
|
* Correctly raise ParseError for more invalid inputsMichael Twomey2013-10-153-110/+38
| | | | | | Fixes #1 Thanks to manish.tomar
* Merged in cdown/pyiso8601 (pull request #1)Michael Twomey2013-10-101-0/+4
|\ | | | | | | Make the inclusion of seconds optional in the date format.
| * add python2/3 classifiers to setup.pySteven Kryskalla2013-08-251-0/+4
| |
* | Make the inclusion of seconds optional in the date format.Chris Down2013-09-082-5/+18
|/ | | | | | ISO 8601 specifies that the inclusion of seconds in the date format is optional. To accommodate this, if the seconds are not included, it is considered to be 0.
* Adding a MANIFEST.inbaserock/morphMichael Twomey2013-08-291-0/+2
|
* Applied python 3 support patch from ↵Michael Twomey2013-08-298-10/+42
| | | | | | https://code.google.com/p/pyiso8601/issues/detail?id=23 Also updated to use tox and py.test
* Updated READMEMichael Twomey2013-08-291-1/+7
|
* Importing r23 / 0.1.4 from https://code.google.com/p/pyiso8601/Michael Twomey2013-08-297-0/+323