kennethreitz
|
450dff000b
|
v0.1.8
v0.1.8
|
2017-02-09 21:29:03 -05:00 |
|
kennethreitz
|
90ba4ded70
|
fix for rand-day
|
2017-02-09 21:28:40 -05:00 |
|
kennethreitz
|
2e33ede5ac
|
document add
|
2017-02-09 21:28:27 -05:00 |
|
kennethreitz
|
6a9661759f
|
fix add/subtract
|
2017-02-09 21:28:22 -05:00 |
|
kennethreitz
|
f46c3792e8
|
pipfile.lock
|
2017-02-09 21:23:37 -05:00 |
|
kennethreitz
|
c07e51bf4d
|
Update README.rst
|
2017-02-09 20:54:51 -05:00 |
|
kennethreitz
|
63d5e0ce90
|
Subtract and add!
|
2017-02-09 20:43:55 -05:00 |
|
kennethreitz
|
361f7a45ad
|
Merge pull request #51 from sdispater/improve-iso8601-parsing
Improve iso8601 parsing
|
2017-02-09 19:15:19 -06:00 |
|
Sébastien Eustace
|
09db746027
|
Updates AUTHORS.rst
|
2017-02-09 19:40:09 -05:00 |
|
Sébastien Eustace
|
15a447491a
|
Improves ISO8601 parsing
|
2017-02-09 19:39:18 -05:00 |
|
kennethreitz
|
f8d83c0370
|
Update README.rst
|
2017-02-09 17:19:19 -05:00 |
|
kennethreitz
|
7c47796ac6
|
Update README.rst
|
2017-02-09 17:18:44 -05:00 |
|
kennethreitz
|
9c88519e63
|
only test 3.6 and 2.7
|
2017-02-09 17:15:22 -05:00 |
|
kennethreitz
|
50d4558ffa
|
travis
|
2017-02-09 17:07:03 -05:00 |
|
kennethreitz
|
77bfce0bae
|
rfc 3339, v0.1.7
v0.1.7
|
2017-02-09 17:03:55 -05:00 |
|
kennethreitz
|
8aaa741793
|
v0.1.6
v0.1.6
|
2017-01-24 12:46:15 -05:00 |
|
kennethreitz
|
5a442b3876
|
fix failing test
|
2017-01-01 17:36:42 -05:00 |
|
kennethreitz
|
4822487efe
|
Merge pull request #46 from JoshuaRLi/update-authors
Update AUTHORS
|
2017-01-01 17:32:55 -05:00 |
|
Joshua Li
|
e0ee61fd43
|
update AUTHORS
|
2017-01-01 16:42:18 -05:00 |
|
kennethreitz
|
08a654d523
|
v0.1.5
|
2016-12-30 18:59:32 -05:00 |
|
kennethreitz
|
0e260d761e
|
Merge pull request #37 from moin18/decorator_remove
Type checks in comparison operators
|
2016-12-30 18:58:20 -05:00 |
|
Moin
|
c9888a48e5
|
validate_class_type_arguments decorator
|
2016-12-29 16:23:53 +05:30 |
|
Moin
|
21743de790
|
test for AttributeError in MayaDT comparison operators
|
2016-12-29 14:42:59 +05:30 |
|
Moin
|
09c3e352e4
|
Merge branch 'master' of https://github.com/kennethreitz/maya into decorator_remove
|
2016-12-29 14:38:47 +05:30 |
|
Moin
|
ba9e35525c
|
modified maya_dt obj check decorator
|
2016-12-29 14:36:05 +05:30 |
|
kennethreitz
|
562403da0f
|
Merge pull request #38 from moin18/slang_date
use local timezone to get the slang date
|
2016-12-28 15:07:07 -05:00 |
|
kennethreitz
|
e96db15c0e
|
Merge pull request #43 from timofurrer/python3
Support Python 3.3, 3.4, 3.5, 3.6
|
2016-12-28 15:06:11 -05:00 |
|
kennethreitz
|
a3b86b6025
|
Merge pull request #44 from timofurrer/strproto
Implement str protocol for human readable datetime printing
|
2016-12-28 15:05:36 -05:00 |
|
Timo Furrer
|
2f47366cbf
|
Implement str protocol for human readable datetime printing
|
2016-12-28 09:12:48 +01:00 |
|
Timo Furrer
|
c17a358c66
|
Support Python 3.3, 3.4, 3.5, 3.6
ruamel.ordereddict is only needed for python 2.7 anyway.
So we should not depend on it in requirements.txt
|
2016-12-28 08:59:30 +01:00 |
|
kennethreitz
|
b8300192c9
|
Merge pull request #39 from moin18/test_change
properties test at single place
|
2016-12-28 02:24:48 -05:00 |
|
kennethreitz
|
d8f01a7789
|
Merge pull request #41 from JoshuaRLi/pip-win-fix
Fix file encoding issues preventing successful pip installation on Windows
|
2016-12-28 02:24:21 -05:00 |
|
kennethreitz
|
199a290b1d
|
Merge pull request #42 from JoshuaRLi/test-dt-tz-fix
Fix erroneous test logic in test_dt_tz_translation, test_dt_tz_naive
|
2016-12-28 02:23:53 -05:00 |
|
Joshua Li
|
82d20ad1dc
|
fix erroneous test logic with dt_tz_naive and dt_tz_translation
|
2016-12-27 22:32:39 -05:00 |
|
Joshua Li
|
d6b8ac54ad
|
README.rst is now read correctly with utf-8 encoding into the setup long_description, fixes python3 windows cmd installs via pip
|
2016-12-27 21:24:02 -05:00 |
|
Moin
|
edfb9baae4
|
use local timezone to get the slang date
|
2016-12-27 04:56:40 +05:30 |
|
Moin
|
4fb95666ba
|
properties test at single place
|
2016-12-27 04:51:43 +05:30 |
|
Moin
|
03243e2194
|
Type checks in comparison operators
Related to issue #33
|
2016-12-27 01:24:49 +05:30 |
|
kennethreitz
|
6420cc91d9
|
Merge pull request #30 from timofurrer/cleanup/fix-authors
Fix rst headings in AUTHORS file
|
2016-12-26 11:47:38 -05:00 |
|
kennethreitz
|
40eeea252d
|
Merge pull request #31 from timofurrer/cleanup/remove-exec-flag
Remove executable flag from python files
|
2016-12-26 11:47:27 -05:00 |
|
kennethreitz
|
2452b30d96
|
Merge pull request #32 from timofurrer/cleanup/remove-substraction
Remove sub protocol
|
2016-12-26 11:47:08 -05:00 |
|
kennethreitz
|
4e009dc51a
|
Merge pull request #34 from timofurrer/coverage
Add unit tests for weekday and week
|
2016-12-26 11:46:02 -05:00 |
|
kennethreitz
|
d535739413
|
Merge pull request #35 from timofurrer/cleanup/tests
Make unit tests more valuable
|
2016-12-26 11:45:32 -05:00 |
|
Timo Furrer
|
299951bd0b
|
Make unit tests more valuable
|
2016-12-26 12:01:54 +01:00 |
|
Timo Furrer
|
84555b1f5c
|
Remove sub protocol
|
2016-12-26 11:17:46 +01:00 |
|
Timo Furrer
|
915337d2b4
|
Add unit tests for weekday and week
|
2016-12-26 11:10:02 +01:00 |
|
Timo Furrer
|
e31f018a23
|
Remove executable flag from python files
|
2016-12-26 10:59:35 +01:00 |
|
Timo Furrer
|
0b64766b62
|
Fix rst headings in AUTHORS file
|
2016-12-26 10:56:13 +01:00 |
|
kennethreitz
|
5c255d2682
|
Merge pull request #29 from moin18/maya_operations
comparision operation support and subtraction of MayaDT object
|
2016-12-24 14:14:33 -05:00 |
|
kennethreitz
|
702eaab906
|
Merge pull request #28 from moin18/contributors
contributor firendly repository
|
2016-12-24 13:26:40 -05:00 |
|