issues
search
gweis
/
isodate
ISO 8601 date/time parser
BSD 3-Clause "New" or "Revised" License
155
stars
59
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Python3.6 compatibility release
#43
chriswue
closed
7 years ago
2
isodate.parse_datetime incorrectly handles Years, Months and Weeks
#42
dhrp
closed
2 years ago
9
Negative duration values
#41
mvantellingen
opened
7 years ago
1
README.rst: remove reference to buildout
#40
flokli
closed
7 years ago
2
.travis.yml: drop py32
#39
flokli
closed
7 years ago
2
Duration: support addition and subtraction with arrow objects
#38
flokli
closed
7 years ago
5
Provide some simple code example in README.
#37
jmcollin78
opened
8 years ago
0
Fixed the issues #33
#36
zsong
closed
7 years ago
0
Fixed the issues #33
#35
zsong
closed
8 years ago
0
Fixed the issues #33
#34
zsong
closed
8 years ago
0
Should return 1 month instead of 1 months
#33
zsong
closed
7 years ago
2
isodate.UTC remains the same object in a pickle
#32
jasaarim
closed
7 years ago
0
wheels for isodate
#31
srkunze
closed
7 years ago
1
Support universal wheels
#30
graingert
closed
7 years ago
0
Point the URL to GitHub
#29
graingert
closed
7 years ago
0
Time zone objects don't unpickle sanely
#28
akaihola
closed
7 years ago
1
Duration includes weeks in combination with other units of time
#27
ljwolford
closed
7 years ago
0
typo in error message
#26
reinhrst
closed
9 years ago
1
Add multiplication to duration
#25
reinhrst
closed
9 years ago
1
Make Duration objects hashable
#24
gfairchild
closed
9 years ago
2
Fix typo in readme
#23
nikolas
closed
9 years ago
2
fix typo in setup.py description
#22
nikolas
closed
9 years ago
2
Wrong datetime return
#21
vetal4444
opened
9 years ago
6
Update shields in README.rst
#20
tofu-rocketry
closed
9 years ago
2
Change '__all__' in top 'init' to list of strings
#19
tofu-rocketry
closed
9 years ago
2
Fix ISO8601_PERIOD_REGEX to not match 'P'
#18
fbochu
closed
9 years ago
2
Move line breaks after operators
#17
tofu-rocketry
closed
9 years ago
2
Don't match garbage characters at the end of parsed strings
#16
g2p
closed
2 years ago
2
Parser is too lax
#15
g2p
closed
2 years ago
0
Allow any character as datetime separator. Not just 'T'.
#14
gweis
opened
10 years ago
0
parse_datetime can raise ValueError
#13
faassen
closed
10 years ago
3
Make parse_datetime raise ISO8601Error if no 'T'
#12
tofu-rocketry
closed
10 years ago
4
Fix flake errors
#11
tofu-rocketry
closed
10 years ago
3
Fixed an infinite recursive loop in Duration when pickling
#10
jeremycline
closed
10 years ago
3
parse_datetime() is slow
#9
roysmith
closed
7 years ago
1
add one month
#8
egouden
closed
10 years ago
3
Yolarise the version
#7
michaeljoseph
closed
11 years ago
1
Misleading forwarding of attributes to self.tdelta
#6
musically-ut
closed
10 years ago
3
months and years are stored as decimals. enforce that in the constructor
#5
stefanor
closed
11 years ago
1
Duration.todatetime should be renamed totimedelta
#4
ehiggs
closed
11 years ago
0
PyPy not getting an int from microsecond.to_integral()
#3
ghost
closed
11 years ago
0
Fractional duration
#2
stefanor
closed
11 years ago
2
Changing exceptions to be ValueError or a subclass thereof in cases wher...
#1
mhrivnak
closed
11 years ago
0
Previous