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 |
|
Moin
|
5bbe383061
|
comparision operation support and subtraction of MayaDT object
|
2016-12-24 22:39:47 +05:30 |
|
Moin
|
d40e698fb9
|
contributor firendly repository
|
2016-12-24 21:22:47 +05:30 |
|
kennethreitz
|
327f057e63
|
Merge pull request #27 from moin18/master
'week' and 'weekday' as properties to 'MayaDT' object
|
2016-12-24 00:45:38 -05:00 |
|
Moin
|
470516146a
|
'week' and 'weekday' as properties to 'MayaDT' object
|
2016-12-24 03:33:37 +05:30 |
|
kennethreitz
|
dbed0555db
|
_EPOCH_START
|
2016-12-23 13:11:25 -05:00 |
|
kennethreitz
|
2fce84195e
|
v0.1.4
v0.1.4
|
2016-12-21 13:24:53 -05:00 |
|
kennethreitz
|
7ab9e48d45
|
Merge pull request #25 from Factr/master
Added .gitignore
|
2016-12-20 22:19:15 -05:00 |
|
Adam Nelson
|
ee1a8e2438
|
Added .gitignore
From https://github.com/github/gitignore/blob/master/Python.gitignore with Pycharm exclusion for .idea/
|
2016-12-20 16:08:29 -05:00 |
|
kennethreitz
|
b0e91d6c0e
|
Merge pull request #24 from Factr/master
Added tzlocal to setup.py
|
2016-12-20 14:30:11 -05:00 |
|
Adam Nelson
|
bce5d13401
|
Merge branch 'master' of github.com:Factr/maya into HEAD
|
2016-12-20 13:36:19 -05:00 |
|
Adam Nelson
|
b4a23d668d
|
Added tzlocal as setup requirement
|
2016-12-20 13:34:49 -05:00 |
|
kennethreitz
|
90051da96d
|
fix maya link to travis
|
2016-12-20 13:09:48 -05:00 |
|
kennethreitz
|
8f0ff0d68c
|
skip 3 builds
|
2016-12-20 13:08:55 -05:00 |
|
kennethreitz
|
fd1262a8e8
|
shields
|
2016-12-20 12:57:11 -05:00 |
|
kennethreitz
|
7558261dc8
|
basic travis file
|
2016-12-20 12:49:56 -05:00 |
|
kennethreitz
|
1407e688fd
|
improve test name
|
2016-12-20 12:29:31 -05:00 |
|
kennethreitz
|
0c2b936111
|
cleanup tests
|
2016-12-20 12:27:16 -05:00 |
|
kennethreitz
|
9e72ef3d2f
|
test for #19
|
2016-12-20 12:25:19 -05:00 |
|
kennethreitz
|
eabba0b79e
|
v0.1.3
|
2016-12-20 12:25:01 -05:00 |
|
kennethreitz
|
8af92bc33c
|
fixes #19
v0.1.3
|
2016-12-20 12:20:50 -05:00 |
|