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
140cd4ae Adds support of ISO 8601 duration parsing Sébastien Eustace <s****n@e****o> about 9 years ago
eb379b8c Removes unnecessary check in tests Sébastien Eustace <s****n@e****o> about 9 years ago
1719028f Adds support for adding and subtracting durations Sébastien Eustace <s****n@e****o> about 9 years ago
2dd17e22 Adds support for years and months in durations Sébastien Eustace <s****n@e****o> about 9 years ago
070b33fa Renames Interval class to Duration Sébastien Eustace <s****n@e****o> about 9 years ago
396a2ddc Makes parser strict py default Sébastien Eustace <s****n@e****o> about 9 years ago
f9a40c56 Refactored parsing module Sébastien Eustace <s****n@e****o> about 9 years ago
7f9d3a80 Adds the `test_local_timezone()` and `set_local_timezone()` helpers to ease t... Sébastien Eustace <s****n@e****o> about 9 years ago
090b4d41 Improves global helpers logic Sébastien Eustace <s****n@e****o> about 9 years ago
a3e61c45 Fixes diff behavior Sébastien Eustace <s****n@e****o> over 9 years ago
b09e60a9 Fixes travis config Sébastien Eustace <s****n@e****o> over 9 years ago
512f134e merge Merge branch 'master' into 2.0 Sébastien Eustace <s****n@e****o> over 9 years ago
8ba28312 Removes Python<3.6 compatibility leftovers Sébastien Eustace <s****n@e****o> over 9 years ago
357b8dc3 Bumps version to 1.2.1 Sébastien Eustace <s****n@e****o> over 9 years ago
89e9ac29 When creating without tzinfo, preserve fold. (#108) David Watson <g****b@n****m>
Committed by: Sébastien Eustace <s****e@g****m>
over 9 years ago
7c6d1e7c Removes no longer needed header lines Sébastien Eustace <s****n@e****o> over 9 years ago
0ba53acf Improves performance of the precise_diff() helper Sébastien Eustace <s****n@e****o> over 9 years ago
7a496ec6 Fixes tests Sébastien Eustace <s****n@e****o> over 9 years ago
8ae29b38 Updates documentation Sébastien Eustace <s****n@e****o> over 9 years ago
200887ed Adds support for timezone offset in timezone() helper Sébastien Eustace <s****n@e****o> over 9 years ago
36646ecf Updates CHANGELOG Sébastien Eustace <s****n@e****o> over 9 years ago
4d4eeca4 Removes unsupported Python versions from CI Sébastien Eustace <s****n@e****o> over 9 years ago
6c3a60bf Renames Pendulum class to DateTime Sébastien Eustace <s****n@e****o> over 9 years ago
4e66f5e3 Makes Parser static Sébastien Eustace <s****n@e****o> over 9 years ago
aee28f05 Bumps version to 1.2.0 Sébastien Eustace <s****n@e****o> over 9 years ago
d3a85e2b merge Merge branch 'develop' Sébastien Eustace <s****n@e****o> over 9 years ago
3ab45a04 Updates CHANGELOG Sébastien Eustace <s****n@e****o> over 9 years ago
47d268d0 merge Merge branch 'master' into develop Sébastien Eustace <s****n@e****o> over 9 years ago
95ef62ff Fix lang (#103) Miroslav Šedivý <e****o@u****m>
Committed by: Sébastien Eustace <s****e@g****m>
over 9 years ago
9fa9a83f Fixes utcoffset() for fixed timezones Sébastien Eustace <s****n@e****o> over 9 years ago
4c1a6c6b Improves parser code Sébastien Eustace <s****n@e****o> over 9 years ago
12ea1a20 Adds FixedTimezone cache Sébastien Eustace <s****n@e****o> over 9 years ago
3bae48da Fixes helpers C extension for Python 2.7 Sébastien Eustace <s****n@e****o> over 9 years ago
cfa21671 Fixes parse_iso8601 memory leak Sébastien Eustace <s****n@e****o> over 9 years ago
3f6e2ebd Improves ISO 8601 parsing Sébastien Eustace <s****n@e****o> over 9 years ago
81ef0a37 Updates CHANGELOG Sébastien Eustace <s****n@e****o> over 9 years ago
5066d748 merge Merge branch 'master' into develop Sébastien Eustace <s****n@e****o> over 9 years ago
8dc70c0b implemented : as date-separator in parser (#102)
Signed-off-by: Evan Mattiza <e****a@g****m>
Evan Mattiza <e****a@u****m>
Committed by: Sébastien Eustace <s****e@g****m>
over 9 years ago
06b0085f Bumps version to 1.1.1 Sébastien Eustace <s****n@e****o> over 9 years ago
c3c9acfe Updates documentation Sébastien Eustace <s****n@e****o> over 9 years ago
fd3a871a Updates documentation Sébastien Eustace <s****n@e****o> over 9 years ago
532ba53a Updates CHANGELOG Sébastien Eustace <s****n@e****o> over 9 years ago
08127b2b expose ParserError in exceptions.py (#99) John P. Neumann <j****n@u****m>
Committed by: Sébastien Eustace <s****e@g****m>
over 9 years ago
055e147c Fixes diff_for_humans() when you cross DST transition. Sébastien Eustace <s****n@e****o> over 9 years ago
c2a0a598 Bumps version to 1.1.0 Sébastien Eustace <s****n@e****o> over 9 years ago
76a8fe05 merge Merge branch 'develop' Sébastien Eustace <s****n@e****o> over 9 years ago
d29cd2fa Fixes precise_diff on full month. Sébastien Eustace <s****n@e****o> over 9 years ago
feaa62ac merge Merge branch 'master' into develop Sébastien Eustace <s****n@e****o> over 9 years ago
42b47433 Updates Makefile Sébastien Eustace <s****n@e****o> over 9 years ago
b7da7580 Updates README Sébastien Eustace <s****n@e****o> over 9 years ago
b3f53420 Improves diff() performance Sébastien Eustace <s****n@e****o> over 9 years ago
651608d7 Bumps version to 1.0.2 Sébastien Eustace <s****n@e****o> over 9 years ago
83a7bc37 Updates CHANGELOG Sébastien Eustace <s****n@e****o> over 9 years ago
9fc97563 Updates CHANGELOG Sébastien Eustace <s****n@e****o> over 9 years ago
fa40f64d Add support for stdlib datetime.timezone instances (#93) Josh Klar <j****@i****m>
Committed by: Sébastien Eustace <s****e@g****m>
over 9 years ago
24fb1784 Updates setup.py Sébastien Eustace <s****n@e****o> over 9 years ago
d277a0f7 Updates README Sébastien Eustace <s****n@e****o> over 9 years ago
67ec2bff Fixes tests Sébastien Eustace <s****n@e****o> over 9 years ago
7a215bda Updates CHANGELOG Sébastien Eustace <s****n@e****o> over 9 years ago
0775cdc7 Updates docs Sébastien Eustace <s****n@e****o> over 9 years ago
aea14b9e Adds keep_time keyword argument to next() and previous() Sébastien Eustace <s****n@e****o> over 9 years ago
d389210f Fixes tests Sébastien Eustace <s****n@e****o> over 9 years ago
aba52256 Makes __format__() use the configured formatter. Sébastien Eustace <s****n@e****o> over 9 years ago
79d7c16e Removes unnecessary constant. Sébastien Eustace <s****n@e****o> over 9 years ago
d890488f Improves diff_for_humans() method. Sébastien Eustace <s****n@e****o> over 9 years ago
ce3edcee merge Merge branch 'master' into develop Sébastien Eustace <s****n@e****o> over 9 years ago
cf8c0f21 Improves some docstrings Sébastien Eustace <s****n@e****o> over 9 years ago
9e08ea63 Fixing missing parentheses in method day_of_year (#89) asrenzo <l****l@g****m>
Committed by: Sébastien Eustace <s****e@g****m>
over 9 years ago
f30bd407 Bumps version to 1.0.1 Sébastien Eustace <s****n@e****o> over 9 years ago
5b0d508f Fixed parsing. Sébastien Eustace <s****n@e****o> over 9 years ago
b18a35ef Bumps version to 1.0.0 Sébastien Eustace <s****n@e****o> over 9 years ago
6089b33b merge Merge branch 'develop' Sébastien Eustace <s****n@e****o> over 9 years ago
abe9efe9 Updates CHANGELOG. Sébastien Eustace <s****n@e****o> over 9 years ago
88bf52db Makes PRE_TRANSITION rule no longer create a time in a DST gap. Sébastien Eustace <s****n@e****o> over 9 years ago
bf3f4422 Makes list constants immutable (tuples) Sébastien Eustace <s****n@e****o> over 9 years ago
6dbc1370 Updates docs Sébastien Eustace <s****n@e****o> over 9 years ago
ea3fa1c8 Improves readability of parser code. Sébastien Eustace <s****n@e****o> over 9 years ago
ab6f4285 Updates wheels script Sébastien Eustace <s****n@e****o> over 9 years ago
1fa4ee95 Updates CHANGELOG Sébastien Eustace <s****n@e****o> over 9 years ago
e369e267 Adds parsing of more ISO 8601 strings. Sébastien Eustace <s****n@e****o> over 9 years ago
3fc993bb merge Merge branch 'master' into develop Sébastien Eustace <s****n@e****o> over 9 years ago
8978f17a Updates README Sébastien Eustace <s****n@e****o> over 9 years ago
b35613de No longer valid examples (#86) Andrew Elkins <a****s@u****m>
Committed by: Sébastien Eustace <s****e@g****m>
over 9 years ago
991eadfe Removes deprecated methods Sébastien Eustace <s****n@e****o> over 9 years ago
6bca0279 Updates Travis config. Sébastien Eustace <s****n@e****o> over 9 years ago
ff72ec65 Improves adding time performance. Sébastien Eustace <s****n@e****o> over 9 years ago
3cd6caaf Updates documentation Sébastien Eustace <s****n@e****o> over 9 years ago
2a508bb6 Adds a way to register custom formatters Sébastien Eustace <s****n@e****o> over 9 years ago
b3daf56b merge Merge branch 'master' into develop Sébastien Eustace <s****n@e****o> over 9 years ago
b44a5ac6 Bumps version to 0.8.0 Sébastien Eustace <s****n@e****o> over 9 years ago
32c877ee merge Merge branch 'develop' Sébastien Eustace <s****n@e****o> over 9 years ago
5ba2ddda Updates CHANGELOG Sébastien Eustace <s****n@e****o> over 9 years ago
ed85a9d1 Adds a datetime() helper method to the Timezone class Sébastien Eustace <s****n@e****o> over 9 years ago
863b3a94 Adds a Limitations section to documentation Sébastien Eustace <s****n@e****o> over 9 years ago
104f88f6 Fixes style Sébastien Eustace <s****n@e****o> over 9 years ago
cf54dc13 Adds the ability to pass an amount to the range() method to control the lengt... Sébastien Eustace <s****n@e****o> over 9 years ago
c84fb598 Fixes typo Sébastien Eustace <s****n@e****o> over 9 years ago
8253c002 Updates documentation Sébastien Eustace <s****n@e****o> over 9 years ago
143104e3 Adds a strict keyword argument to parse() to get the type matching the parsed... Sébastien Eustace <s****n@e****o> over 9 years ago
84739a8a Improves parsing of ISO 8601 strings Sébastien Eustace <s****n@e****o> over 9 years ago

← Back to repository