sblondon
|
feec06206c
|
Drop python2 support (#519)
The PR removes python2 references and cases.
Close #518
Co-authored-by: Inada Naoki <songofacandy@gmail.com>
|
2023-05-21 16:26:39 +09:00 |
|
Anthon van der Neut
|
dcb775031c
|
minor type in exception message (#533)
interger -> integer
|
2023-03-05 23:45:38 +09:00 |
|
Inada Naoki
|
cb50b2081b
|
Update setuptools and black (#498)
* Use setuptools
* Use black==22.1.0
|
2022-03-03 12:29:55 +09:00 |
|
Tom Pohl
|
5614dd5a89
|
Allow for timestamps before UNIX epoch (#433)
|
2020-07-23 17:53:55 +09:00 |
|
Inada Naoki
|
5e1fe818e3
|
Reintroduce __ne__
|
2019-12-12 20:05:25 +09:00 |
|
Inada Naoki
|
9e5ec95e02
|
Make Timestamp hashable (#396)
When overriding __eq__, __hash__ should be overridden too.
|
2019-12-12 19:59:06 +09:00 |
|
Inada Naoki
|
887d3a7d22
|
Refine Timestamp APIs (#395)
|
2019-12-12 19:43:59 +09:00 |
|
Inada Naoki
|
2186455d15
|
Support datetime. (#394)
|
2019-12-11 23:48:16 +09:00 |
|
Inada Naoki
|
e557e17cbd
|
blacken
|
2019-12-05 18:50:13 +09:00 |
|
Inada Naoki
|
641406902e
|
Add Timestamp support (#382)
|
2019-12-05 18:29:15 +09:00 |
|