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
bb69247c merge Merge branch 'tersers-master' Sébastien Eustace <s****n@e****o> almost 8 years ago
e8dc9446 merge Merge branch 'master' of https://github.com/tersers/pendulum into tersers-master Sébastien Eustace <s****n@e****o> almost 8 years ago
033f675a Fix Visual Studio build errors (#261) cgohlke <c****e@g****m>
Committed by: Sébastien Eustace <s****e@g****m>
almost 8 years ago
ea921deb Corrected 'z' timezone parsing in from_format to allow underscores (#268) Andrew Cordery <c****y@g****m>
Committed by: Sébastien Eustace <s****e@g****m>
almost 8 years ago
0e91f165 Fix reading timezone files Sébastien Eustace <s****n@e****o> almost 8 years ago
a111349f Update files to use Poetry >=0.12.0 Sébastien Eustace <s****n@e****o> almost 8 years ago
f32d2d1c Added support for parsing padded 2-digit days of the month with 'from_format' Tasos Stamadianos <t****s@u****g> almost 8 years ago
ea1d8fbf Update CI configuration Sébastien Eustace <s****n@e****o> almost 8 years ago
c98d8bc0 Update CI configuration Sébastien Eustace <s****n@e****o> almost 8 years ago
976cd5bb Update CI configuration Sébastien Eustace <s****n@e****o> almost 8 years ago
bb058f6b Use the latest installer for Poetry in CI Sébastien Eustace <s****n@e****o> almost 8 years ago
11e3fe2b Reformat with Black Pål Nilsen <p****n@g****m> almost 8 years ago
ac7bc932 Add Norwegian nynorsk (nn) locale Pål Nilsen <p****n@g****m> almost 8 years ago
61c2ff60 Add Norwegian bokmål (nb) locale Pål Nilsen <p****n@g****m> almost 8 years ago
626962b9 apply "black" code style Arie Bovenberg <a****g@w****m> almost 8 years ago
7d797e07 add NL locale Arie Bovenberg <a****g@w****m> almost 8 years ago
7de6f28d Fix missing x token for string formatting Sébastien Eustace <s****n@e****o> about 8 years ago
aa121e18 Fix from_format() with escaped elements Sébastien Eustace <s****n@e****o> about 8 years ago
d0eebd90 Switch to black formatting Sébastien Eustace <s****n@e****o> about 8 years ago
47ee3f51 Bump version to 2.0.3 Sébastien Eustace <s****n@e****o> about 8 years ago
04e7d64d Update build-wheels.sh scripts Sébastien Eustace <s****n@e****o> about 8 years ago
072f1d14 Update CHANGELOG Sébastien Eustace <s****n@e****o> about 8 years ago
41753d1c Fixes a bug where Closest/Farthest didn't work (#254) Sébastien Eustace <s****e@g****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
8dc244fc Fixed IANA tz database url (#237) Jordan Holoboski <j****o@a****u>
Committed by: Sébastien Eustace <s****e@g****m>
about 8 years ago
61c4f2e5 Fix localization section in README (#229) Kovalchuk Evgeny <k****y@g****m>
Committed by: Sébastien Eustace <s****e@g****m>
about 8 years ago
d2477ff5 Fix issue #238: wrong position swap code. (#240) NateScarlet <N****t@G****m>
Committed by: Sébastien Eustace <s****e@g****m>
about 8 years ago
9d55d8bb Better path handling in symlink case, use `os.path` methods/constants (#242) Lint.AI <3****i@u****m>
Committed by: Sébastien Eustace <s****e@g****m>
about 8 years ago
28572a53 Fix some formatter’s tokens handling Sébastien Eustace <s****n@e****o> about 8 years ago
019c36d8 Fix handling of pytz timezones Sébastien Eustace <s****n@e****o> about 8 years ago
3698fcbe Bump version to 2.0.2 Sébastien Eustace <s****n@e****o> about 8 years ago
7c6b48e9 Fix string formatting not supporting strftime format Sébastien Eustace <s****n@e****o> about 8 years ago
13ff4a02 Fix parsing not raising an error for week 53 for ordinary years Sébastien Eustace <s****n@e****o> about 8 years ago
2946bd66 Fix parsing of partial time Sébastien Eustace <s****n@e****o> about 8 years ago
6ee68b9f Fix errors when retrieving timezone from clock files. Sébastien Eustace <s****n@e****o> about 8 years ago
68fdf668 Fixed start_of() methods not setting microseconds to 0 Sébastien Eustace <s****n@e****o> about 8 years ago
524072b4 Fix weeks property for negative Period instances Sébastien Eustace <s****n@e****o> about 8 years ago
807f0e1d Update pyproject.toml Sébastien Eustace <s****n@e****o> about 8 years ago
ad7fe59e Fix typos in "end_of()" documentation (#218) Delgan <D****n@u****m>
Committed by: Sébastien Eustace <s****e@g****m>
over 8 years ago
e50108ae Make "PendulumException" a subclass of "Exception" (#215) (#217) Delgan <D****n@u****m>
Committed by: Sébastien Eustace <s****e@g****m>
over 8 years ago
6c2da2b4 Fix typo in example (#201) Dustin Engstrom <d****m@g****m>
Committed by: Sébastien Eustace <s****e@g****m>
over 8 years ago
13937e6d Added __eq__ and __hash__ to Period (#207) Michael Shuffett <m****t@g****m>
Committed by: Sébastien Eustace <s****e@g****m>
over 8 years ago
ddeab51e Update CHANGELOG Sébastien Eustace <s****n@e****o> over 8 years ago
10a76643 Bump version to 2.0.1 Sébastien Eustace <s****n@e****o> over 8 years ago
fe270cd1 Fix error on some systems when retrieving local timezone from clock files Sébastien Eustace <s****n@e****o> over 8 years ago
2d8657be Fix the behavior of the YY token in from_format() Sébastien Eustace <s****n@e****o> over 8 years ago
9c588843 Bump version to 2.0.0 Sébastien Eustace <s****n@e****o> over 8 years ago
09841994 Remove Period.intersect() Sébastien Eustace <s****n@e****o> over 8 years ago
fc33b9f7 Change representation of UTC datetime in to_iso8601_string() Sébastien Eustace <s****n@e****o> over 8 years ago
0c5c84ed Fix period comparison to timedelta Sébastien Eustace <s****n@e****o> over 8 years ago
b4a598fd Fix compatibility with PyPy3 Sébastien Eustace <s****n@e****o> over 8 years ago
be9df1dc Fix compatibility with PyPy Sébastien Eustace <s****n@e****o> over 8 years ago
d4355fd6 utcnow removed (#195) jgirardet <i****l@n****r>
Committed by: Sébastien Eustace <s****e@g****m>
over 8 years ago
4bc096c7 Fix local_timezone on Windows for Python 2.7 Sébastien Eustace <s****n@e****o> over 8 years ago
deb9ede4 Remove dependency on tzlocal Sébastien Eustace <s****n@e****o> over 8 years ago
4fe4f2c2 Update .gitignore Sébastien Eustace <s****n@e****o> over 8 years ago
96542a84 Add the ability to disable timezone extension Sébastien Eustace <s****n@e****o> over 8 years ago
0e971ff9 Fix wheels script Sébastien Eustace <s****n@e****o> over 8 years ago
e050c6c9 Update wheels script Sébastien Eustace <s****n@e****o> over 8 years ago
b448e414 Fix Makefile Sébastien Eustace <s****n@e****o> over 8 years ago
6b571460 Update Travis config Sébastien Eustace <s****n@e****o> over 8 years ago
3165b72b Update Travis config Sébastien Eustace <s****n@e****o> over 8 years ago
91a1cece Update Travis config Sébastien Eustace <s****n@e****o> over 8 years ago
4c7f2e6f Update Travis config Sébastien Eustace <s****n@e****o> over 8 years ago
cfe8eacb Fix tests Sébastien Eustace <s****n@e****o> over 8 years ago
41b574a1 Update CI config and wheels script Sébastien Eustace <s****n@e****o> over 8 years ago
3d388b61 merge Merge branch '2.0' Sébastien Eustace <s****n@e****o> over 8 years ago
17923b03 Update .coveragerc Sébastien Eustace <s****n@e****o> over 8 years ago
4db7ef5f Update README Sébastien Eustace <s****n@e****o> over 8 years ago
3fdd777c Update README and documentation Sébastien Eustace <s****n@e****o> over 8 years ago
8aa32b27 Backport the fold attribute to Python 3.4 and 3.5 as well Sébastien Eustace <s****n@e****o> over 8 years ago
5e762570 Add compatibility with Python 2.7 Sébastien Eustace <s****n@e****o> over 8 years ago
310706ba Fix an error when subtracting two datetime instances in the same timezone Sébastien Eustace <s****n@e****o> over 8 years ago
1ec1ad0d Fix an error when adding an interval to a pendulum instance across DST transi... Sébastien Eustace <s****n@e****o> over 8 years ago
d479c934 Use poetry to manage project Sébastien Eustace <s****n@e****o> over 8 years ago
c5dc9b27 Fix appveyor config Sébastien Eustace <s****n@e****o> over 8 years ago
caaf1748 Fix appveyor config Sébastien Eustace <s****n@e****o> over 8 years ago
c63b52d6 Fix appveyor config Sébastien Eustace <s****n@e****o> over 8 years ago
5a1e88f7 Fix appveyor config Sébastien Eustace <s****n@e****o> over 8 years ago
ba1cfe79 Use poetry to manage dependencies Sébastien Eustace <s****n@e****o> over 8 years ago
2218622b Fix offset error when subtracting datetimes in the same tz Sébastien Eustace <s****n@e****o> over 8 years ago
445cf6bf Update docs Sébastien Eustace <s****n@e****o> over 8 years ago
f226f573 Add support for POSIX TZ spec in tzinfo files Sébastien Eustace <s****n@e****o> over 8 years ago
e9d63302 Improve timezone system Sébastien Eustace <s****n@e****o> over 8 years ago
6ae47a2c Update .gitignore Sébastien Eustace <s****n@e****o> over 8 years ago
867574d0 Fix an offset error for datetimes between the before last and last transition Sébastien Eustace <s****n@e****o> over 8 years ago
b67edfc3 Add a naive() helper and a naive() method Sébastien Eustace <s****n@e****o> over 8 years ago
ad7972a9 Add local() helper Sébastien Eustace <s****n@e****o> over 8 years ago
afa25e76 Reorganize tests Sébastien Eustace <s****n@e****o> over 8 years ago
6a0f4748 Remove old docs Sébastien Eustace <s****n@e****o> over 8 years ago
18e7d3ce Use mkdocs for documentation Sébastien Eustace <s****n@e****o> over 8 years ago
38ba0a42 Remove the `create()` helper Sébastien Eustace <s****n@e****o> over 8 years ago
1a7308db Update documentation Sébastien Eustace <s****n@e****o> over 8 years ago
3d183864 Cleanup code Sébastien Eustace <s****n@e****o> over 8 years ago
9050209b Update documentation Sébastien Eustace <s****n@e****o> over 8 years ago
1f3c638b Improve from_format() by supporting localizable elements Sébastien Eustace <s****n@e****o> over 8 years ago
1c95e035 Update CHANGELOG Sébastien Eustace <s****n@e****o> over 8 years ago
297e9667 merge Merge branch 'master' into 2.0 Sébastien Eustace <s****n@e****o> over 8 years ago
74350b35 Update CHANGELOG Sébastien Eustace <s****n@e****o> over 8 years ago
f3a2cbe0 Improve Pendulum.now and Pendulum.utcnow performance (#172) Paul Ganssle <p****e@u****m>
Committed by: Sébastien Eustace <s****e@g****m>
over 8 years ago
75452c70 Remove min/max methods from Time class Sébastien Eustace <s****n@e****o> over 8 years ago

← Back to repository