Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding API reference to docs | Michael Twomey | 2014-02-27 | 4 | -5/+25 |
| | |||||
* | Adding proper documentation | Michael Twomey | 2014-02-27 | 7 | -1/+756 |
| | | | | This is a start, currently it's the README.rst content. | ||||
* | Merged in issue-14-YYYY-MM (pull request #4) | Julien Danjou | 2014-02-27 | 4 | -21/+47 |
|\ | | | | | | | Fix parsing of YYYY-MM and add YYYY | ||||
| * | Fix parsing of YYYY-MM and add YYYY | Michael Twomey | 2014-02-27 | 4 | -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 4b511368cef1 | Michael Twomey | 2014-02-26 | 0 | -0/+0 |
| | |||||
* | Tweaking test output slightly and add wheel as a depenendency0.1.9 | Michael Twomey | 2014-02-26 | 2 | -4/+5 |
| | |||||
* | Bumping to 0.1.9 and releasing. | Michael Twomey | 2014-02-26 | 3 | -1/+8 |
| | |||||
* | tests: fix remaining tests | Julien Danjou | 2014-02-18 | 2 | -5/+4 |
| | |||||
* | Raise error on YYYYMM or YYMMDD | Julien Danjou | 2014-02-18 | 2 | -10/+12 |
| | |||||
* | Raise error when parsing year with wrong number for years | julien | 2014-02-18 | 2 | -18/+23 |
| | | | | Closes #12 | ||||
* | test: fix test cases on error | julien | 2014-02-18 | 1 | -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 01161826be6e | Michael Twomey | 2013-10-22 | 0 | -0/+0 |
| | |||||
* | Fix encoding of README.rst and update tests to catch encoding issues0.1.8 | Michael Twomey | 2013-10-22 | 3 | -4/+11 |
| | | | | | | Fixes #10 Thanks to klmitch | ||||
* | Added tag 0.1.7 for changeset 1881bf20e595 | Michael Twomey | 2013-10-19 | 0 | -0/+0 |
| | |||||
* | Update to 0.1.70.1.7 | Michael Twomey | 2013-10-19 | 2 | -1/+6 |
| | |||||
* | Add isoformat() tests for all parsed dates | Michael Twomey | 2013-10-19 | 1 | -22/+24 |
| | | | | Also test round tripping from isoformat() | ||||
* | Merged in dims/pyiso8601 (pull request #3) | Michael Twomey | 2013-10-19 | 0 | -0/+0 |
|\ | | | | | | | Fix for regression when parsing microseconds | ||||
| * | Added tag 0.1.6 for changeset 462f8303fc39 | Michael Twomey | 2013-10-19 | 0 | -0/+0 |
| | | |||||
* | | Fix for regression when parsing microseconds | Davanum Srinivas | 2013-10-18 | 2 | -1/+2 |
|/ | |||||
* | Handle negative timezone offsets correctly0.1.6 | Michael Twomey | 2013-10-18 | 3 | -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=14 | Michael Twomey | 2013-10-18 | 1 | -0/+3 |
| | |||||
* | Added testcase from https://code.google.com/p/pyiso8601/issues/detail?id=16 | Michael Twomey | 2013-10-18 | 1 | -0/+1 |
| | |||||
* | Added testcase from https://code.google.com/p/pyiso8601/issues/detail?id=17 | Michael Twomey | 2013-10-18 | 1 | -0/+1 |
| | |||||
* | Bumping setup version to 0.1.6 | Michael Twomey | 2013-10-18 | 1 | -1/+1 |
| | |||||
* | Added tag 0.1.5 for changeset bd89974951da | Michael Twomey | 2013-10-17 | 0 | -0/+0 |
| | |||||
* | Update README with more details on supported ISO 8601 formats0.1.5 | Michael Twomey | 2013-10-17 | 1 | -7/+48 |
| | |||||
* | Handle compact date format | Michael Twomey | 2013-10-17 | 3 | -1/+3 |
| | | | | | | Thanks to rvandolson@esri.com Fixes #6 | ||||
* | Z always specifies UTC now | Michael Twomey | 2013-10-17 | 3 | -1/+10 |
| | | | | | | Thanks to vfaronov Fixes #5 | ||||
* | Ensure parsing of timezones without separators works | Michael Twomey | 2013-10-17 | 2 | -1/+3 |
| | | | | | | Thanks to joe.walton.gglcd Fixes #4 | ||||
* | Fix pickling / deepcopy of returned datetime objects | Michael Twomey | 2013-10-17 | 3 | -0/+10 |
| | | | | | | Thanks to fogathmann and john@openlearning.com Fixes #3 | ||||
* | Fix microsecond rounding issues | Michael Twomey | 2013-10-17 | 3 | -2/+6 |
| | | | | | | Thanks to nielsenb@jetfuse.net Fixes #2 | ||||
* | Updating license | Michael Twomey | 2013-10-17 | 2 | -1/+2 |
| | |||||
* | Update README and add pypy to tox test matrix | Michael Twomey | 2013-10-17 | 2 | -3/+28 |
| | |||||
* | Require py.test >= 2.4.2 for test parameter support | Michael Twomey | 2013-10-17 | 2 | -2/+2 |
| | |||||
* | Rewrote the regex, large parts of the code and tests | Michael Twomey | 2013-10-16 | 2 | -34/+110 |
| | | | | Added more tests to cover more of the spec and fixed many edge cases. | ||||
* | Minor tweak to README | Michael Twomey | 2013-10-15 | 1 | -2/+2 |
| | |||||
* | Move description into README.rst and add devpi | Michael Twomey | 2013-10-15 | 5 | -89/+75 |
| | |||||
* | Correctly raise ParseError for more invalid inputs | Michael Twomey | 2013-10-15 | 3 | -110/+38 |
| | | | | | | Fixes #1 Thanks to manish.tomar | ||||
* | Merged in cdown/pyiso8601 (pull request #1) | Michael Twomey | 2013-10-10 | 1 | -0/+4 |
|\ | | | | | | | Make the inclusion of seconds optional in the date format. | ||||
| * | add python2/3 classifiers to setup.py | Steven Kryskalla | 2013-08-25 | 1 | -0/+4 |
| | | |||||
* | | Make the inclusion of seconds optional in the date format. | Chris Down | 2013-09-08 | 2 | -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/morph | Michael Twomey | 2013-08-29 | 1 | -0/+2 |
| | |||||
* | Applied python 3 support patch from ↵ | Michael Twomey | 2013-08-29 | 8 | -10/+42 |
| | | | | | | https://code.google.com/p/pyiso8601/issues/detail?id=23 Also updated to use tox and py.test | ||||
* | Updated README | Michael Twomey | 2013-08-29 | 1 | -1/+7 |
| | |||||
* | Importing r23 / 0.1.4 from https://code.google.com/p/pyiso8601/ | Michael Twomey | 2013-08-29 | 7 | -0/+323 |