summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* py36 maybe to new for travisGerhard Weis2017-07-061-2/+2
|
* update badge urlsGerhard Weis2017-07-061-7/+4
|
* use py36 to run flake and coverageGerhard Weis2017-07-061-4/+2
|
* version is 0.6 devGerhard Weis2017-07-061-1/+1
|
* buildout not neededGerhard Weis2017-07-052-298/+0
|
* use sixGerhard Weis2017-07-054-22/+14
|
* fix generating coverallsGerhard Weis2017-07-051-1/+1
|
* keep py2.6 as long as tests run fineGerhard Weis2017-07-053-3/+6
|
* Merge branch 'master' of https://github.com/lmazuel/isodateGerhard Weis2017-07-055-33/+32
|\ | | | | | | | | | | | | # Conflicts: # .travis.yml # setup.cfg # src/isodate/tzinfo.py
| * Universal wheelLaurent Mazuel2017-06-281-0/+2
| |
| * Flake happinessLaurent Mazuel2017-06-2811-7/+17
| |
| * Adapt after 2to3 removalLaurent Mazuel2017-06-282-3/+10
| |
| * Py3 compatLaurent Mazuel2017-06-281-1/+4
| |
| * isinstance(obj, (str, unicode)) to be Py2/3 compatLaurent Mazuel2017-06-281-1/+1
| |
| * Remove 2to3 usageLaurent Mazuel2017-06-281-12/+4
| |
| * Update travis.yaml Python matrixLaurent Mazuel2017-06-281-19/+17
| |
* | no more py 3.2Gerhard Weis2017-07-052-2/+3
| |
* | whitespaceGerhard Weis2017-07-059-1/+10
| |
* | Merge pull request #39 from flokli/toxgweis2017-07-051-1/+0
|\ \ | | | | | | .travis.yml: drop py32
| * | .travis.yml: drop py32Florian Klink2016-08-121-1/+0
| |/ | | | | | | | | Support for Python 3.0-3.2 was dropped, so tox will always fail for these versions anyways
* | Merge pull request #36 from zsong/mastergweis2017-07-052-1/+8
|\ \ | | | | | | Fixed the issues #33
| * | Removed the trailing space.Ziang Song2015-12-031-1/+1
| | |
| * | Removed the unnecessory lines.Ziang Song2015-12-031-3/+0
| | |
| * | https://github.com/gweis/isodate/issues/33Ziang Song2015-12-032-1/+11
| |/
* | Merge pull request #32 from EniramLtd/mastergweis2017-07-052-0/+20
|\ \ | | | | | | isodate.UTC remains the same object in a pickle
| * | isodate.UTC remains the same object in a pickleJarno Saarimäki2015-11-272-0/+20
| |/
* | Merge pull request #30 from graingert/patch-2gweis2017-07-051-0/+2
|\ \ | | | | | | Support universal wheels
| * | Support universal wheelsThomas Grainger2015-10-021-0/+2
| |/
* | Merge pull request #29 from graingert/patch-1gweis2017-07-051-1/+1
|\ \ | |/ |/| Point the URL to GitHub
| * Point the URL to GitHubThomas Grainger2015-10-021-1/+1
|/
* Merge pull request #26 from reinhrst/mastergweis2015-09-031-2/+2
|\ | | | | typo in error message
| * typoClaude2015-09-031-2/+2
| |
* | bump versionGerhard Weis2015-08-062-1/+7
| |
* | fix rst formatting and make new release0.5.4Gerhard Weis2015-08-062-3/+3
| |
* | bump versionGerhard Weis2015-08-061-1/+1
| |
* | update changelog and prepare releaseGerhard Weis2015-08-062-1/+9
| |
* | Merge pull request #25 from reinhrst/mastergweis2015-08-062-0/+80
|\ \ | |/ | | Add multiplication to duration
| * python 2.6 fixClaude2015-08-041-4/+4
| |
| * Add multiplication to durationClaude2015-08-042-0/+80
|/
* test with pypy3 as wellGerhard Weis2015-06-232-1/+2
|
* enable python 3.4 in travisGerhard Weis2015-06-231-1/+2
|
* Merge pull request #24 from gfairchild/mastergweis2015-06-232-1/+25
|\ | | | | Make Duration objects hashable
| * fixing misspellingGeoffrey Fairchild2015-06-221-1/+1
| |
| * Duration objects are now hashableGeoffrey Fairchild2015-06-222-0/+24
|/
* Merge pull request #23 from nikolas/patch-2gweis2015-05-191-1/+1
|\ | | | | Fix typo in readme
| * Fix typo in readmenikolas2015-05-181-1/+1
| |
* | Merge pull request #22 from nikolas/patch-1gweis2015-05-191-1/+1
|\ \ | |/ |/| fix typo in setup.py description
| * fix typo in setup.py descriptionnikolas2015-05-181-1/+1
|/
* Merge pull request #20 from tofu-rocketry/new_readme_shieldsgweis2015-04-011-6/+6
|\ | | | | Update shields in README.rst
| * Update shields in README.rstAdrian2015-03-261-6/+6
| | | | | | Update README to take advantage of SVG shields that are now available as they scale to any size and this corrects the inconsistent appearance of the Coveralls shield.