Commit Graph

  • bf56321545 Merge branch 'master' into simple_pytest Timo Furrer 2018-04-03 16:35:23 +02:00
  • ee602ea56b Merge pull request #140 from vlcinsky/tox_ini Timo Furrer 2018-04-03 16:34:35 +02:00
  • df3bdf231d Simplified call to pytest in tox.ini (issue #139) Jan Vlcinsky 2018-04-02 22:50:14 +02:00
  • 1a58d4f710 Get rid of Pipfile.lock (issue #138) Jan Vlcinsky 2018-04-02 22:43:28 +02:00
  • d0d5a8f75d Explicitly specifiy time struct when getting UTC offset for current time Timo Furrer 2018-04-02 12:09:31 +02:00
  • 00a0ceb3c8 Add tox.ini for local testing. Refs #137 Timo Furrer 2018-04-01 14:09:02 +02:00
  • ee0fe3b810 Merge pull request #131 from vlcinsky/master Timo Furrer 2018-03-31 11:50:32 +02:00
  • 0e0815c45a Merge pull request #132 from kennethreitz/feature/python-3.7 Timo Furrer 2018-03-31 11:49:07 +02:00
  • 04a82f3078 Add Python 3.7 to test matrix feature/python-3.7 Timo Furrer 2018-03-31 11:45:03 +02:00
  • 5f6b5fc66d Use UTC offset from given time struct when converting from time struct. Fixes #104 Timo Furrer 2018-03-31 11:42:07 +02:00
  • e9592a3146 test_maya.py refactored: using parametrization where feasible Jan Vlcinsky 2018-03-31 01:31:14 +02:00
  • 15a5c9eedb Merge pull request #130 from bsdtux/master Timo Furrer 2018-03-30 11:19:14 +02:00
  • 7c5d5871d3 * moved _EPOCH_START to be a class variable to protect from a user makeing an arbitrary change which could render inaccurate results from MayaDT class Josh Stephens 2018-03-25 16:06:38 -05:00
  • b05ca8707c readme: add artist attribution azban 2018-03-21 10:50:24 -07:00
  • b411d5e6d1 Merge pull request #127 from matmunn/duration kennethreitz 2018-03-21 06:30:04 -04:00
  • 5458b0bf15 Parsing an ISO8601 duration for an interval Mat Munn 2018-03-21 11:23:22 +11:00
  • 02f91de523 Merge pull request #124 from matmunn/master Timo Furrer 2018-03-18 12:30:41 +01:00
  • 00d174c9e2 Merge branch 'master' into master Mat Munn 2018-03-18 08:04:51 +11:00
  • f87f705a53 Added test Mat Munn 2018-03-18 08:03:34 +11:00
  • 9a850b4212 PEP8 formatting by white Timo Furrer 2018-03-17 12:21:01 +01:00
  • 84a5f700c3 Merge pull request #126 from timofurrer/feature/snap Timo Furrer 2018-03-17 11:59:45 +01:00
  • 13e9f2d896 Implement snap modifiers with maya.snap(). Closes #94 Timo Furrer 2018-03-14 20:11:12 +01:00
  • 0c206ad0db Fix tests Timo Furrer 2018-03-17 11:52:47 +01:00
  • aa87723a0c Make tests and docs a phony makefile target Timo Furrer 2018-03-14 20:17:35 +01:00
  • d51a6a57ec Basic implementation of ISO 8601 parsing for MayaInterval Mat Munn 2018-03-14 10:13:50 +11:00
  • 3cb65f227c setup.py update kennethreitz 2018-02-26 17:57:57 -05:00
  • 0108ebe07e 0.3.4 v0.3.4 kennethreitz 2018-02-26 17:31:33 -05:00
  • a7d89be3c7 Merge pull request #118 from tbarron/mayadt_subtraction kennethreitz 2018-02-26 17:30:34 -05:00
  • 99ffb773bb Merge branch 'master' into mayadt_subtraction kennethreitz 2018-02-26 17:29:34 -05:00
  • b3293f898e Merge pull request #119 from tbarron/issue_104 kennethreitz 2018-02-26 17:29:07 -05:00
  • 2d8015a13b Merge pull request #120 from radek-sprta/patch-1 kennethreitz 2018-02-26 17:28:08 -05:00
  • 9066ee862d Add date property to MayaDT radek-sprta 2018-02-03 12:37:25 +01:00
  • 5f362a8968 Adding myself to the AUTHORS file Tom Barron 2018-01-29 18:20:41 -05:00
  • 565fdd6a9e Add myself to AUTHORS file Tom Barron 2018-01-29 18:18:52 -05:00
  • 24063b5e1b New test and code to address issue 104 Tom Barron 2018-01-29 18:10:36 -05:00
  • b57f4a6775 Proposed update to support MayaDT - MayaDT -> datetime.timedelta Tom Barron 2018-01-29 13:37:31 -05:00
  • 91e7f499e2 Merge pull request #111 from zed/patch-1 kennethreitz 2017-12-18 17:28:29 -05:00
  • be3a349b16 Merge pull request #113 from timofurrer/bugfix/open-encoding kennethreitz 2017-12-18 17:28:20 -05:00
  • f69a93b110 Use codecs.open when relying on encoding. Fixes #112 Timo Furrer 2017-12-18 18:59:34 +01:00
  • 86586e733c there is no os.dirname only os.path.dirname zed 2017-12-08 15:35:30 +03:00
  • cd7b5b4aae Merge pull request #109 from alysivji/add_pendulum_tz kennethreitz 2017-12-03 13:47:31 -06:00
  • b70884a1ec Merge pull request #110 from zolrath/fix-prefer-past-test kennethreitz 2017-12-03 06:34:50 -06:00
  • 773cdecab5 Fix prefer_past test at end of year Matt Furden 2017-12-03 00:47:12 -08:00
  • ca865cd840 Add timezone parameter to maya.parse() Aly Sivji 2017-12-03 00:06:41 -06:00
  • 5cf40b2d2e Merge pull request #108 from timofurrer/feature/parse-year-first kennethreitz 2017-11-21 11:32:41 -05:00
  • 93152fa7f4 Support year_first in maya.parse. Closes #102 Timo Furrer 2017-11-21 13:14:26 +01:00
  • baa0660a9b Merge pull request #103 from zolrath/prefer-past kennethreitz 2017-11-20 10:20:39 -05:00
  • fd62815ce5 Fix test variable name change Matt Furden 2017-10-21 09:42:23 -07:00
  • c0092e74ae Add prefer_past option for when Matt Furden 2017-10-15 21:48:38 -07:00
  • 79d017fdcf Merge pull request #100 from amalmurali47/patch-1 v0.3.3 kennethreitz 2017-09-21 10:15:42 -04:00
  • 7331d0d855 Fix typos and correct spelling. Amal Murali 2017-09-21 18:02:15 +05:30
  • 9c90c0534a Merge pull request #99 from Miserlou/master kennethreitz 2017-09-20 13:45:03 -04:00
  • b9c501b0e4 Fixes #98 - add support for time struct with test and docs Rich Jones 2017-09-20 19:32:37 +02:00
  • 3a71ff0174 Update README.rst kennethreitz 2017-09-05 13:01:06 -04:00
  • 43cc1d5946 Merge pull request #97 from dimaspivak/master kennethreitz 2017-09-02 15:14:51 -04:00
  • aecb643beb Add Dima Spivak to AUTHORS.rst Dima Spivak 2017-09-02 11:49:37 -07:00
  • fa966900e1 Fix MayaInterval.iso8601() Dima Spivak 2017-09-02 11:37:53 -07:00
  • 892e589ef2 Update README.rst kennethreitz 2017-08-31 03:13:35 -04:00
  • 0f795738c0 Update README.rst kennethreitz 2017-08-31 03:13:16 -04:00
  • b333489081 Merge pull request #96 from stsievert/patch-1 kennethreitz 2017-08-30 13:12:11 -04:00
  • 17a450eb5d Add XKCD #1883 to README Scott Sievert 2017-08-30 12:06:08 -05:00
  • 8cd2158567 Merge pull request #87 from endast/patch-1 kennethreitz 2017-08-26 15:32:11 -04:00
  • 883b1b9b92 Merge pull request #90 from ibigpapa/master kennethreitz 2017-08-26 15:31:15 -04:00
  • 414df5f3f5 Merge pull request #93 from timofurrer/patch-1 kennethreitz 2017-07-28 13:46:33 -04:00
  • 1694ed7cf8 Fix typo in README. Closes #92 Timo Furrer 2017-07-28 10:00:06 +02:00
  • cbe9f6bae7 Adds test for issue #89 Troy Harrison 2017-06-28 14:27:57 -05:00
  • 8bdd5c65fa Fixes issue #89 Troy Harrison 2017-06-28 14:26:54 -05:00
  • 4d96d06d70 Update README.rst Magnus Wahlberg 2017-06-23 08:44:20 +02:00
  • bbdb9b8762 Merge pull request #79 from robcarrington/fix-setup kennethreitz 2017-05-30 22:12:00 -04:00
  • 28ecad81bd Fixed setup.py bug by turning encoding into a keyword argument. Encoding parameter was being passed in the position belonging to the buffering parameter Robert Carrington 2017-05-30 21:03:35 -05:00
  • c56c552184 Merge pull request #78 from moin18/seconds_or_timedelta_private kennethreitz 2017-05-30 10:51:31 -04:00
  • d5e4853886 updated test to use private _seconds_or_timedelta Moin 2017-05-30 20:03:20 +05:30
  • 28b3a849a9 declare seconds_or_timedelta as private function Moin 2017-05-30 19:58:33 +05:30
  • 52ca9a1cc4 Update README.rst kennethreitz-patch-1 kennethreitz 2017-05-29 14:41:27 -04:00
  • d872f29cfc Merge pull request #76 from emattiza/dev-docs kennethreitz 2017-05-29 02:12:10 -04:00
  • d8cbdede28 added update, install, and some quickstart Evan.Mattiza 2017-05-29 01:03:35 -05:00
  • c0f1bd709f Versioning in docs off Maya Package Evan.Mattiza 2017-05-28 16:47:08 -05:00
  • 8469e60d3c Tree of API and Use-Case definitions Evan.Mattiza 2017-05-28 16:23:40 -05:00
  • 953f857940 Index Basics added Evan.Mattiza 2017-05-28 16:21:43 -05:00
  • 6375143eac Authors add for Evan Evan.Mattiza 2017-05-28 16:09:55 -05:00
  • c0fd845d4c Sphinx-Quickstart Additions Evan.Mattiza 2017-05-28 15:49:16 -05:00
  • 0f38b99157 Added Sphinx to Pipfile Evan.Mattiza 2017-05-28 15:41:06 -05:00
  • 66a016ea84 Version File Add and setup.py exec read for version Evan.Mattiza 2017-05-28 16:49:00 -05:00
  • 6f1df92b8f Merge pull request #72 from moin18/mayainterval_validation kennethreitz 2017-05-28 11:15:11 -07:00
  • 51c4298ece fixed review comment related to argument type check validator and fixed indentation issues Moin 2017-05-28 23:14:09 +05:30
  • 74092289dd modified test case to validate invalid argument scenario Moin 2017-05-28 23:08:09 +05:30
  • f3f2793b50 added decorator to vaildate arguments of MayaInterval functions Moin 2017-05-28 23:03:02 +05:30
  • 251f535d67 Merge pull request #68 from moin18/seconds_or_timedelta_fix kennethreitz 2017-05-28 08:55:15 -07:00
  • 98e9a2190a Merge pull request #71 from timofurrer/use-valuerror kennethreitz 2017-05-28 08:54:27 -07:00
  • c8dd4b9264 Merge pull request #70 from timofurrer/classifiers kennethreitz 2017-05-28 08:53:52 -07:00
  • a1b27e80d6 Merge pull request #67 from moin18/cleanup kennethreitz 2017-05-28 08:53:40 -07:00
  • 92f3b83b8b Merge pull request #69 from timofurrer/fix-tests kennethreitz 2017-05-28 08:52:42 -07:00
  • 0f39ec6323 Add setup.cfg with wheels config Timo Furrer 2017-05-28 12:25:40 +02:00
  • 4d88eede9d Fix failing tests Timo Furrer 2017-05-28 11:44:54 +02:00
  • 971ecec9cf Raise ValueError instead of AssertionError Timo Furrer 2017-05-28 12:18:35 +02:00
  • ef471f8041 Add some reasonable trove classifiers Timo Furrer 2017-05-28 12:04:27 +02:00
  • 0fda49bdb9 variable changes for the operator functions of the MayaDT Moin 2017-05-28 13:06:17 +05:30
  • a8a18462fe fix 'seconds_or_timedelta' to return ONLY 'datetime.timedelta' object Moin 2017-05-28 06:48:03 +05:30
  • 82dc88c878 added __init__ to tests directory to allow maya import Moin 2017-05-28 05:28:59 +05:30
  • e9a14e32da packages conf moved to separate list in setup.py Moin 2017-05-28 05:17:36 +05:30