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
ebd3c28f Deprecates create_from_date() and create_from_time() Sébastien Eustace <s****n@e****o> over 9 years ago
6f2a2bfd Added on() and at() methods which replace with_date() and with_time(). Sébastien Eustace <s****n@e****o> over 9 years ago
4a8fe849 Improves adding/subtracting time performance. Sébastien Eustace <s****n@e****o> over 9 years ago
44941336 merge Merge branch 'master' into develop Sébastien Eustace <s****n@e****o> over 9 years ago
7d5da811 Updates .gitignore Sébastien Eustace <s****n@e****o> over 9 years ago
26a749b3 Fixes parsing of some ISO 8601 strings. Sébastien Eustace <s****n@e****o> over 9 years ago
20e76555 Bumps version to 0.7.0 Sébastien Eustace <s****n@e****o> over 9 years ago
694b1408 merge Merge branch 'develop' Sébastien Eustace <s****n@e****o> over 9 years ago
6d8e9261 Fixes behavior of timezones with no transition. Sébastien Eustace <s****n@e****o> over 9 years ago
097623b7 Fixes Time class Sébastien Eustace <s****n@e****o> over 9 years ago
0116c5e6 Updates documentation Sébastien Eustace <s****n@e****o> over 9 years ago
5980284c Updates some docstrings Sébastien Eustace <s****n@e****o> over 9 years ago
cd88d845 Adds datetime, date and time to module level to mimic standard library Sébastien Eustace <s****n@e****o> over 9 years ago
1e526200 Updates CHANGELOG Sébastien Eustace <s****n@e****o> over 9 years ago
5df0eace Improves day_of_week and day_of_year performance. Sébastien Eustace <s****n@e****o> over 9 years ago
1393d061 Fixes timezone behavior when passed to a datetime constructor. Sébastien Eustace <s****n@e****o> over 9 years ago
908b5fe4 Updates CHANGELOG Sébastien Eustace <s****n@e****o> over 9 years ago
ec4f2809 Fixes an edge case for timestamps on Python 2.7. Sébastien Eustace <s****n@e****o> over 9 years ago
00dfc590 Fixes local timezone tests on Windows Sébastien Eustace <s****n@e****o> over 9 years ago
819efeb1 Fixes tests on Windows Sébastien Eustace <s****n@e****o> over 9 years ago
59229feb Improves Windows support. Sébastien Eustace <s****n@e****o> over 9 years ago
ead2d0ff Adds appveyor config Sébastien Eustace <s****n@e****o> over 9 years ago
c8c9e6d9 Adds experimental support for Python 3.6 and the fold attribute. Sébastien Eustace <s****n@e****o> over 9 years ago
8d78a5a1 merge Merge branch 'master' into develop Sébastien Eustace <s****n@e****o> almost 10 years ago
95fd48e9 Bumps version to 0.6.6 Sébastien Eustace <s****n@e****o> almost 10 years ago
45ddd814 Updates CHANGELOG Sébastien Eustace <s****n@e****o> almost 10 years ago
bab42e87 Updates MANIFEST Sébastien Eustace <s****n@e****o> almost 10 years ago
140678e0 Fixes extensions build. Sébastien Eustace <s****n@e****o> almost 10 years ago
dfb0fb73 Fix memory leak in local_time in C extension. (#81) Nicholas Tollervey <n****l@n****g>
Committed by: Sébastien Eustace <s****e@g****m>
almost 10 years ago
e208f18d Adds display of subseconds when no other units are available in in_words(). Sébastien Eustace <s****n@e****o> almost 10 years ago
5cc2ae9e Adds support of timezone strings for astimezone() Sébastien Eustace <s****n@e****o> almost 10 years ago
57632255 Adds support for hour, minute, second units in start_of()/end_of() methods. Sébastien Eustace <s****n@e****o> almost 10 years ago
474f3604 Reorganizes docs. Sébastien Eustace <s****n@e****o> almost 10 years ago
74726d64 Updates CHANGELOG Sébastien Eustace <s****n@e****o> almost 10 years ago
21edf3db Makes periods serializable. Sébastien Eustace <s****n@e****o> almost 10 years ago
ea6be17e Fixes typo in CHANGELOG Sébastien Eustace <s****n@e****o> almost 10 years ago
a17f91df Adds tests. Sébastien Eustace <s****n@e****o> almost 10 years ago
184b94a9 Fixes accuracy of microseconds for some timezones. Sébastien Eustace <s****n@e****o> almost 10 years ago
12281275 Fixes incompatibility of timestamp related method and properties. Sébastien Eustace <s****n@e****o> almost 10 years ago
1b7636b2 Improves int timestamp accuracy and adds a int_timestamp property. Sébastien Eustace <s****n@e****o> almost 10 years ago
16ad17ee Makes locale, test instance and formatter global when using module methods. Sébastien Eustace <s****n@e****o> almost 10 years ago
aadbe264 Fixes tests methods for Date and Time classes. Sébastien Eustace <s****n@e****o> almost 10 years ago
233d062c Fixes dependencies in setup.py Sébastien Eustace <s****n@e****o> almost 10 years ago
45207689 Updates CHANGELOG Sébastien Eustace <s****n@e****o> almost 10 years ago
78cdddfd Adds tests for the Timezone class. Sébastien Eustace <s****n@e****o> almost 10 years ago
d9fc93fa Fixes typos in changelog Sébastien Eustace <s****n@e****o> almost 10 years ago
034c794d Updates changelog Sébastien Eustace <s****n@e****o> almost 10 years ago
65589656 Updates changelog Sébastien Eustace <s****n@e****o> almost 10 years ago
b467c8dd Fixes end_of('day') not setting microseconds to 999999. Sébastien Eustace <s****n@e****o> almost 10 years ago
848a0a55 Make Time class trully inherits from time Sébastien Eustace <s****n@e****o> almost 10 years ago
02a1ed40 Raises stacklevel value for warnings Sébastien Eustace <s****n@e****o> almost 10 years ago
4de27a10 Fixes .float_timestamp. Sébastien Eustace <s****n@e****o> almost 10 years ago
a79cb2b1 Makes .timestamp compatible with the standard API Sébastien Eustace <s****n@e****o> almost 10 years ago
76436596 Updates changelog Sébastien Eustace <s****n@e****o> almost 10 years ago
36c634dd Fixes Period.in_words() method. Sébastien Eustace <s****n@e****o> almost 10 years ago
0c509c5b Makes deprecation warning more explicit. Sébastien Eustace <s****n@e****o> almost 10 years ago
8be054c1 Improves accuracy of Periods properties (years, months). Sébastien Eustace <s****n@e****o> almost 10 years ago
a134b273 Fixes tests Sébastien Eustace <s****n@e****o> almost 10 years ago
29efd2b7 Fixes tests Sébastien Eustace <s****n@e****o> almost 10 years ago
cc139475 Adds Time class. Sébastien Eustace <s****n@e****o> almost 10 years ago
337c37cf Improves timezone library internals. Sébastien Eustace <s****n@e****o> almost 10 years ago
ae046033 Fixes tests Sébastien Eustace <s****n@e****o> almost 10 years ago
2e510571 Updates Date class. Sébastien Eustace <s****n@e****o> almost 10 years ago
ab13493b merge Merge branch 'master' into develop Sébastien Eustace <s****n@e****o> almost 10 years ago
a4d3716b Bumps version to 0.6.5 Sébastien Eustace <s****n@e****o> almost 10 years ago
11136963 Fix utcoffset (#66) Thomas Wilgenbus <r****k@u****m>
Committed by: Sébastien Eustace <s****e@g****m>
almost 10 years ago
9eb456b6 Add validation for days of the week. (#64) Kostyantyn Leschenko <s****o@g****m>
Committed by: Sébastien Eustace <s****e@g****m>
almost 10 years ago
042a9668 Fixes loading of timezones without transitions. Sébastien Eustace <s****n@e****o> almost 10 years ago
60244851 fix carbon refs (#61) Thomas Gordon Lowrey IV <l****t@g****m>
Committed by: Sébastien Eustace <s****e@g****m>
almost 10 years ago
adf79883 Updates ukrainian localization. (#60) Kostyantyn Leschenko <s****o@g****m>
Committed by: Sébastien Eustace <s****e@g****m>
almost 10 years ago
e0e50368 merge Merge branch 'master' into develop Sébastien Eustace <s****n@e****o> almost 10 years ago
9867485a Bumps version to 0.6.4 Sébastien Eustace <s****n@e****o> almost 10 years ago
e1ea928f Removes duplicate call to utcoffset() in instance() Sébastien Eustace <s****n@e****o> almost 10 years ago
fac1f099 Adds support for pytz timezones in constructor Sébastien Eustace <s****n@e****o> almost 10 years ago
1fabeba4 Fixes range() behavior. Sébastien Eustace <s****n@e****o> almost 10 years ago
660c6b9d Fixes behavior of add()/subtract() methods for years, months and days when a ... Sébastien Eustace <s****n@e****o> almost 10 years ago
4a7e2ac0 Fixes tests Sébastien Eustace <s****n@e****o> almost 10 years ago
9cf72454 Adds a Date class Sébastien Eustace <s****n@e****o> almost 10 years ago
5a4d219f merge Merge branch 'master' into develop Sébastien Eustace <s****n@e****o> almost 10 years ago
d90aa230 Bumps version to 0.6.3 Sébastien Eustace <s****n@e****o> almost 10 years ago
9ea26e54 Fixes pickling/unpickling of Pendulum instances with fixed timezone. Sébastien Eustace <s****n@e****o> almost 10 years ago
6b47c9d4 Makes replace() accept the same tzinfo types as the constructor. Sébastien Eustace <s****n@e****o> almost 10 years ago
b1ea826c merge Merge branch 'parsing-improvements' into develop Sébastien Eustace <s****n@e****o> almost 10 years ago
94899384 Makes Pendulum.parse() accepts options Sébastien Eustace <s****n@e****o> almost 10 years ago
fb206361 Parser now accepts single digit for months and days. Sébastien Eustace <s****n@e****o> almost 10 years ago
ad9faa87 Moves all constants to the right module. Sébastien Eustace <s****n@e****o> almost 10 years ago
c3db90ca Improves parsing performances for common formats. Sébastien Eustace <s****n@e****o> almost 10 years ago
023fed53 Removes pytz dependency Sébastien Eustace <s****n@e****o> almost 10 years ago
63dca850 merge Merge branch 'master' into develop Sébastien Eustace <s****n@e****o> almost 10 years ago
bb3b37cd Fixes timezone_() not setting the tzinfo properly. Sébastien Eustace <s****n@e****o> almost 10 years ago
d18512cf merge Merge branch 'master' into develop Sébastien Eustace <s****n@e****o> almost 10 years ago
f589b3c0 Bumps version to 0.6.2 Sébastien Eustace <s****n@e****o> almost 10 years ago
5b90e397 Fixes Loader class on Windows. Sébastien Eustace <s****n@e****o> almost 10 years ago
38dc925d Fixes instantiation of Transitions with negative timestamps on Windows Sébastien Eustace <s****n@e****o> almost 10 years ago
95ab67db Fixes tests when timezone set to Europe/Paris Sébastien Eustace <s****n@e****o> almost 10 years ago
73a7a264 Bumps version to 0.6.1 Sébastien Eustace <s****n@e****o> almost 10 years ago
85568c0e Fixes Pendulum instances comparison to unsupported types. Sébastien Eustace <s****n@e****o> almost 10 years ago
594a1db3 Updates CHANGELOG Sébastien Eustace <s****n@e****o> almost 10 years ago
f312c329 Fixes wrong behavior for fixed timezones. Sébastien Eustace <s****n@e****o> almost 10 years ago
b522d40a Fixes Timezone._convert() for fixed timezones. Sébastien Eustace <s****n@e****o> almost 10 years ago

← Back to repository