An open API service providing commit metadata for open source projects.

GitHub / python-pendulum/pendulum / commits

Python datetimes made easy

SHA Message Author Date Stats
28b722e5 Rename DateTimeException to PendulumException Sébastien Eustace <s****n@e****o> over 8 years ago
67e9ad11 Rewrite tests Sébastien Eustace <s****n@e****o> over 8 years ago
826a2d41 Rewrite date tests Sébastien Eustace <s****n@e****o> over 8 years ago
4e9b1084 Change locale system Sébastien Eustace <s****n@e****o> over 8 years ago
2de7917f Use named tuple as PreciseDiff class in pure Python Sébastien Eustace <s****n@e****o> over 8 years ago
5cd588a0 Fixes inaccuracy in datetime difference Sébastien Eustace <s****n@e****o> over 8 years ago
54a8696c Fixes CHANGELOG Sébastien Eustace <s****n@e****o> over 8 years ago
f6b5fad7 Makes diff_for_humans() more human by returning "a few seconds" when necessary. Sébastien Eustace <s****n@e****o> over 8 years ago
926525d5 Changes __repr__() of durations Sébastien Eustace <s****n@e****o> over 8 years ago
d3025417 Makes localizable methods return unicode strings Sébastien Eustace <s****n@e****o> over 8 years ago
4f84b55f Fixes from_format() raising an error with the alternative formatter Sébastien Eustace <s****n@e****o> over 8 years ago
b40df950 Simplifies format() by only using one formatter Sébastien Eustace <s****n@e****o> over 8 years ago
ba471f22 Simplifies API Sébastien Eustace <s****n@e****o> over 8 years ago
5be0094a Add support for setting DST rule in create() Sébastien Eustace <s****n@e****o> over 8 years ago
f8df08a8 Add 3.7-dev tests to Travis Sébastien Eustace <s****n@e****o> over 8 years ago
68f9f5b9 Improves compatibility with stdlib Sébastien Eustace <s****n@e****o> over 8 years ago
c2c73a9d merge Merge branch 'master' into 2.0 Sébastien Eustace <s****n@e****o> over 8 years ago
6c2795e0 Bumps version to 1.3.2 Sébastien Eustace <s****n@e****o> almost 9 years ago
fec8ef97 Updates CHANGELOG Sébastien Eustace <s****n@e****o> almost 9 years ago
7b9a1817 Add deepcopy / pickle compatibility (#161) bolkedebruin <b****n@u****m>
Committed by: Sébastien Eustace <s****e@g****m>
almost 9 years ago
a39d8ec6 Fix instance() behaviour with pytz offsets (#158) Carey Metcalfe <c****y@c****a>
Committed by: Sébastien Eustace <s****e@g****m>
almost 9 years ago
c30ac41e Remove remaining usage of deprecated Parser.is_strict method. (#157) ssuerbier <s****r@g****m>
Committed by: Sébastien Eustace <s****e@g****m>
almost 9 years ago
6c543caf README: remove duplicated words (#154) Jakub Wilk <j****k@j****t>
Committed by: Sébastien Eustace <s****e@g****m>
almost 9 years ago
425cbb53 Bumps version to 1.3.1 Sébastien Eustace <s****n@e****o> almost 9 years ago
1fe07945 Fix local_time() for Python 2.7 Sébastien Eustace <s****n@e****o> almost 9 years ago
1fb46ffb Fix second inacurracy in C extension Sébastien Eustace <s****n@e****o> almost 9 years ago
c0d37bd7 Fix seconds inaccuracy for past datetimes Sébastien Eustace <s****n@e****o> almost 9 years ago
db0f836f Fix inaccuracy of in_days() method. Sébastien Eustace <s****n@e****o> almost 9 years ago
5c162ef5 Update docs Sébastien Eustace <s****n@e****o> almost 9 years ago
b86e84ce Cleanup helpers C extension Sébastien Eustace <s****n@e****o> almost 9 years ago
3327ef86 Fixes duplicate constants Sébastien Eustace <s****n@e****o> almost 9 years ago
24f48bba merge Merge branch 'master' into 2.0 Sébastien Eustace <s****n@e****o> almost 9 years ago
bfc73138 Bump version to 1.3.0 Sébastien Eustace <s****n@e****o> almost 9 years ago
0615db02 merge Merge branch 'develop' Sébastien Eustace <s****n@e****o> almost 9 years ago
a8378e0f Update CHANGELOG Sébastien Eustace <s****n@e****o> almost 9 years ago
3a7fa9c9 Update CHANGELOG Sébastien Eustace <s****n@e****o> almost 9 years ago
b35565d6 merge Merge branch 'master' into develop Sébastien Eustace <s****n@e****o> almost 9 years ago
ca4d79d8 Add exact keyword when parsing and deprecate strict meaning Sébastien Eustace <s****n@e****o> almost 9 years ago
3a6b2746 Adds a DeprecationWarning when using classic formatter in from_format() Sébastien Eustace <s****n@e****o> almost 9 years ago
48cdeb4e Fixes typo in README Sébastien Eustace <s****n@e****o> almost 9 years ago
eafb507e Drops support for Python 3.2 and 3.3 Sébastien Eustace <s****n@e****o> almost 9 years ago
849699a6 Adds support for the alternative tokens in from_format() Sébastien Eustace <s****n@e****o> almost 9 years ago
e23d4399 correct typo error for month name (#146) Tanakiat Srisaranyakul <t****s@h****m>
Committed by: Sébastien Eustace <s****e@g****m>
almost 9 years ago
d4a98db5 Adds the timezones attribute to expose available timezones Sébastien Eustace <s****n@e****o> almost 9 years ago
d3631c27 merge Merge branch 'master' into develop Sébastien Eustace <s****n@e****o> almost 9 years ago
1dfa24df Bumps version to 1.2.5 Sébastien Eustace <s****n@e****o> almost 9 years ago
8d6f6130 _compat.py Use feature detection instead of version detection (#139) cclauss <c****s@b****h>
Committed by: Sébastien Eustace <s****e@g****m>
almost 9 years ago
bf61f75a Updates documentation templates Sébastien Eustace <s****n@e****o> almost 9 years ago
89980fec Change travis-badge to SVG (#138) Tammo Behrends <b****m@g****m>
Committed by: Sébastien Eustace <s****e@g****m>
almost 9 years ago
cbca29cf Updates changelog Sébastien Eustace <s****n@e****o> almost 9 years ago
0a7dd9c1 fix wrong keyword argument 'dayss' (#144) Rayson <r****5@g****m>
Committed by: Sébastien Eustace <s****e@g****m>
almost 9 years ago
2129e531 Incorporate microseconds into averages (#142) Eric L. Frederich <e****h@g****m>
Committed by: Sébastien Eustace <s****e@g****m>
almost 9 years ago
fcec7513 Fixes normalization of microseconds in durations Sébastien Eustace <s****n@e****o> almost 9 years ago
4caf5ef9 updates documentation theme Sébastien Eustace <s****n@e****o> almost 9 years ago
32965082 Updates README Sébastien Eustace <s****n@e****o> almost 9 years ago
b942b09b Reverts removing the to_xxx_methods() Sébastien Eustace <s****n@e****o> about 9 years ago
e164e59b Makes periods more precise by using timezones Sébastien Eustace <s****n@e****o> about 9 years ago
37259f96 Changes Period string representation Sébastien Eustace <s****n@e****o> about 9 years ago
52b1967a Updates CHANGELOG Sébastien Eustace <s****n@e****o> about 9 years ago
fe4beb1b Fixes parsing of intervals Sébastien Eustace <s****n@e****o> about 9 years ago
958cba69 Adds basic support for ISO 8601 intervals parsing Sébastien Eustace <s****n@e****o> about 9 years ago
e8a9f0ac Fixes parsing of durations with numbers containing zeros Sébastien Eustace <s****n@e****o> about 9 years ago
edc674a2 Makes Period.range() a generator Sébastien Eustace <s****n@e****o> about 9 years ago
d847c02c Updates CHANGELOG Sébastien Eustace <s****n@e****o> about 9 years ago
f0319eb0 Makes from_format() use the alternative formatter tokens Sébastien Eustace <s****n@e****o> about 9 years ago
6b96cc7a Changes how version is retrieved Sébastien Eustace <s****n@e****o> about 9 years ago
455aaecb Updates documentation Sébastien Eustace <s****n@e****o> about 9 years ago
fa451a40 Fixes arithmetic operations for durations when using years and months Sébastien Eustace <s****n@e****o> about 9 years ago
489ae9ee Adds the parse now test Sébastien Eustace <s****n@e****o> about 9 years ago
a0219df8 merge Merge branch 'master' into 2.0 Sébastien Eustace <s****n@e****o> about 9 years ago
7f4f5ea8 Bumps version to 1.2.4 Sébastien Eustace <s****n@e****o> about 9 years ago
a285fc07 Updates CHANGELOG Sébastien Eustace <s****n@e****o> about 9 years ago
9bdd0168 Fixes parsing of the now string Sébastien Eustace <s****n@e****o> about 9 years ago
d41a0693 Bumps version to 1.2.3 Sébastien Eustace <s****n@e****o> about 9 years ago
56f22a59 Updates CHANGELOG Sébastien Eustace <s****n@e****o> about 9 years ago
6851fe48 Fixes warning when building C extensions Sébastien Eustace <s****n@e****o> about 9 years ago
4b11d766 Fixes packaging Sébastien Eustace <s****n@e****o> about 9 years ago
c8b61983 Fixes behavior for some short timezones. Sébastien Eustace <s****n@e****o> about 9 years ago
7c16ff93 Removes the to_xxx_string() methods in favor of a unique to_string() method Sébastien Eustace <s****n@e****o> about 9 years ago
ac6ecafd Removes set_to_string_format()/reset_to_string_format() methods Sébastien Eustace <s****n@e****o> about 9 years ago
cfbf4a6a Makes the alternative formatter the default one Sébastien Eustace <s****n@e****o> about 9 years ago
0f9109ff Fixes Period behavior Sébastien Eustace <s****n@e****o> about 9 years ago
f8dbfd33 merge Merge branch 'master' into 2.0 Sébastien Eustace <s****n@e****o> about 9 years ago
7bbb51b8 Bumps version to 1.2.2 Sébastien Eustace <s****n@e****o> about 9 years ago
9bb5fb2f Fixes wrong result when adding/subtracting a Period if a DST transition occurs. Sébastien Eustace <s****n@e****o> about 9 years ago
1d5c2fa7 Refactors parsing Sébastien Eustace <s****n@e****o> about 9 years ago
4b9176ce Adds tests Sébastien Eustace <s****n@e****o> about 9 years ago
be3005db merge Merge branch 'master' into 2.0 Sébastien Eustace <s****n@e****o> about 9 years ago
c2df79d8 Fixes next() and previous() hanging when passed an invalid input Sébastien Eustace <s****n@e****o> about 9 years ago
bfadcf45 fix typo in documentation (#120) lmr2391 <l****n@o****m>
Committed by: Sébastien Eustace <s****e@g****m>
about 9 years ago
e50556a8 Updates documentation Sébastien Eustace <s****n@e****o> about 9 years ago
05af8a73 Changes the `repr` of most common objects Sébastien Eustace <s****n@e****o> about 9 years ago
f81c5406 Makes local(), utc() and is_dst() methods rather than properties Sébastien Eustace <s****n@e****o> about 9 years ago
a3050363 Removes leftover print statement Sébastien Eustace <s****n@e****o> about 9 years ago
c1e2a0e5 Updates CHANGELOG Sébastien Eustace <s****n@e****o> about 9 years ago
5517ac12 Improves the at() method Sébastien Eustace <s****n@e****o> about 9 years ago
6f0f9f9a Reorganizes C extensions Sébastien Eustace <s****n@e****o> about 9 years ago
e8a3c7d4 Adds duration parsing c extension Sébastien Eustace <s****n@e****o> about 9 years ago
9b7b33a0 Improves parse_iso8601 code Sébastien Eustace <s****n@e****o> about 9 years ago
c5988380 Fixes parsing Sébastien Eustace <s****n@e****o> about 9 years ago

← Back to repository