GitHub / python-pendulum/pendulum / commits
Python datetimes made easy
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 18ffa39b | Remove PyPy from CI | Sébastien Eustace <s****n@e****o> | almost 5 years ago | |
| 71b7239c | Fix compatibility with Python 3.8+ | Sébastien Eustace <s****n@e****o> | almost 5 years ago | |
| 7c050f1e | Fix tests on Python 3.8+ | Sébastien Eustace <s****n@e****o> | almost 5 years ago | |
| 0f8ba38e | Update test workflow | Sébastien Eustace <s****n@e****o> | almost 5 years ago | |
| 0fbb519c | Fix linting | Sébastien Eustace <s****n@e****o> | almost 5 years ago | |
| 39842c11 | Fix usage of zoneinfo timezones | Sébastien Eustace <s****n@e****o> | almost 5 years ago | |
| 0621ac49 | Fix potential null pointer dereference in new_fixed_offset_ex | Andrey Golovizin <a****g@s****m> | about 5 years ago | |
| 520a42b6 | Use PyUnicode_FromFormat instead of sprintf | Andrey Golovizin <a****g@s****m> | about 5 years ago | |
| c9467a8b | Fix memory leaks on exceptions in parse_iso8601 | Andrey Golovizin <a****g@s****m> | about 5 years ago | |
| 90746982 | Update dependencies | Sébastien Eustace <s****n@e****o> | about 5 years ago | |
| 4bd62902 | Remove 'why not arrow' section from docs since it is outdated. | Jad Chaar <j****r@g****m> | about 5 years ago | |
| 411d0aa4 | Create FUNDING.yml |
Sébastien Eustace <s****n@e****o>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| ae2c9f59 | Use zoneinfo as a base Timezone implementation | Sébastien Eustace <s****n@e****o> | about 6 years ago | |
| daa4b936 | merge Merge pull request #488 from sdispater/improve-c-extensions-build |
Sébastien Eustace <s****n@e****o>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| a2267c02 | Improve C extensions build |
Sébastien Eustace <s****e@u****m>
Committed by: Sébastien Eustace <s****n@e****o> |
about 6 years ago | |
| 745a036f | Modernize codebase and drop support for Python 2.7 and 3.5 | Sébastien Eustace <s****n@e****o> | about 6 years ago | |
| 81a7a8b8 | merge Merge pull request #484 from sdispater/release-2.1.1 |
Sébastien Eustace <s****n@e****o>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 8db280cc | Fix the build_wheels script | Sébastien Eustace <s****n@e****o> | about 6 years ago | |
| 9ca03a1e | Bump version to 2.1.1 | Sébastien Eustace <s****n@e****o> | about 6 years ago | |
| 9d28c880 | Add DateTime to possible return types of parse() | Sébastien Eustace <s****n@e****o> | about 6 years ago | |
| 1b1784f6 | Fix the typing annotation for the return of parse() (#452) |
Rodrigo Dias Arruda Senra <r****a@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 4ba55240 | Upgrade dependencies | Sébastien Eustace <s****n@e****o> | about 6 years ago | |
| 8af1e2e8 | Fix now() behavior for DST (#483) |
Sébastien Eustace <s****n@e****o>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 36e8726a | Default to own `.fold` when calling `.replace()` (#414) |
Tómas Árni Jónasson <m****l@t****e>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 043ea83b | Fix CI cache | Sébastien Eustace <s****e@u****m> | about 6 years ago | |
| fb2e8607 | Fix the computation of total seconds with years and months (#482) |
Sébastien Eustace <s****n@e****o>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 0735ac4f | Fix markup at testing.md (#476) |
Aliaksei Urbanski <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 73b843a1 | Add pl locale (#459) |
slavfox <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 4fd71749 | Fix subtracting negative timedelta around DST (#419) |
Tómas Árni Jónasson <m****l@t****e>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 51d2f69e | Remove PyPy2 from CI matrix | Sébastien Eustace <s****n@e****o> | about 6 years ago | |
| 9233b880 | Update lock file | Sébastien Eustace <s****n@e****o> | about 6 years ago | |
| 1e347cde | Correct regex A-z typo (#374) |
Kyle Altendorf <s****a@f****t>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| c99f2421 | Bump version to 2.1.0 (#449) |
Sébastien Eustace <s****n@e****o>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 8cec473f | Fix the parsing of the ISO 8601 Z UTC designator (#448) |
Sébastien Eustace <s****n@e****o>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 205a86a2 | Cleanup and lint codebase (#447) |
Sébastien Eustace <s****n@e****o>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 00b7fdd4 | Fix week of month calculation (#446) |
Sébastien Eustace <s****n@e****o>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 9af9efee | merge Merge branch 'bryanforbes-fix-early-date-transitions' | Sébastien Eustace <s****e@u****m> | over 6 years ago | |
| fb2b9502 | merge Merge branch 'fix-early-date-transitions' of https://github.com/bryanforbes/p... | Sébastien Eustace <s****e@u****m> | over 6 years ago | |
| b47dc2ae | merge Merge branch 'jacebrowning-fix-nonetype-transition' | Sébastien Eustace <s****e@u****m> | over 6 years ago | |
| 0753a3f9 | merge Merge branch 'fix-nonetype-transition' of https://github.com/jacebrowning/pen... | Sébastien Eustace <s****e@u****m> | over 6 years ago | |
| d78b4c48 | merge Merge branch 'altendky-356-altendky-nth_of_month_outside_scope' | Sébastien Eustace <s****e@u****m> | over 6 years ago | |
| 979c26f7 | merge Merge branch '356-altendky-nth_of_month_outside_scope' of https://github.com/... | Sébastien Eustace <s****e@u****m> | over 6 years ago | |
| 88395685 | Fix pendulum.test to properly unwind after an exception (#445) |
Nathaniel J. Smith <n****s@p****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 74859aee | Make Duration().in_words() return "0 milliseconds" (#301) |
Grzegorz Redlicki <r****z@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 779e7459 | Fix tests | Sébastien Eustace <s****e@u****m> | over 6 years ago | |
| 504c78cb | Resolve the misunderstood of UTC for time zones without the name (#295) |
Grzegorz Redlicki <r****z@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| bb114ce5 | merge Merge branch 'michele-comitini-master' | Sébastien Eustace <s****e@u****m> | over 6 years ago | |
| c3f7696b | merge Merge branch 'master' of https://github.com/michele-comitini/pendulum into mi... | Sébastien Eustace <s****e@u****m> | over 6 years ago | |
| cc1ed641 | merge Merge branch 'maedox-master' | Sébastien Eustace <s****e@u****m> | over 6 years ago | |
| ebd7fc49 | merge Merge branch 'master' of https://github.com/maedox/pendulum into maedox-master | Sébastien Eustace <s****e@u****m> | over 6 years ago | |
| bca6e89c | merge Merge branch 'ariebovenberg-master' | Sébastien Eustace <s****e@u****m> | over 6 years ago | |
| 15937bdb | Fix linting | Sébastien Eustace <s****e@u****m> | over 6 years ago | |
| a82c115f | merge Merge branch 'master' of https://github.com/ariebovenberg/pendulum into arieb... | Sébastien Eustace <s****e@u****m> | over 6 years ago | |
| fef17b3d | instantiation: correct the type of pendulum.instance (#443) |
Io Mintz <i****o@m****c>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 9999838e |
fix: Perioid comparision with other classes and time delta and deprecation wa...
Co-authored-by: Cameron Hurst <c****t@c****m> |
wakemaster39 <w****9@u****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 93563123 | fix typo in timestamp resolution (#379) |
Paweł Wamej <p****j@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| bffedf63 | small typo/word choice/punctuation fixes on reading entire document (#368) |
Andrew Schultz <s****w@s****t>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| c2ca5f8c | Drop deprecated `formatter` parameter from docs. (#316) |
Joshua Carp <j****p@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| d51e8f23 | Rename mixing to mixin. (#317) |
Joshua Carp <j****p@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| cbe8641f | merge Merge branch 'bryanforbes-update-for-pep-561' | Sébastien Eustace <s****e@u****m> | over 6 years ago | |
| d1b430f5 | merge Merge branch 'update-for-pep-561' of https://github.com/bryanforbes/pendulum ... | Sébastien Eustace <s****e@u****m> | over 6 years ago | |
| 58b10e39 | Add an additional token for the year's string formatting (#299) |
Grzegorz Redlicki <r****z@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| cbcebfb1 | `is_birthday` should be `is_anniversary` (#298) |
Grzegorz Redlicki <r****z@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| cd933755 | Setup Github actions (#404) |
Sébastien Eustace <s****n@e****o>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 4acc84fc | Fix pendulum.test to properly unwind after an exception |
Nathaniel J. Smith <n****s@p****m>
Committed by: Sébastien Eustace <s****e@u****m> |
over 6 years ago | |
| e4cbd28d | Fix RecursionError when adding to a DateTime with a FixedTimezone (#431) |
Carey Metcalfe <c****y@c****a>
Committed by: Sébastien Eustace <s****n@e****o> |
over 6 years ago | |
| 090ff7a2 | blacken also locale.py | Michele Comitini <m****m@g****t> | about 7 years ago | |
| b89ca534 | blacken buffer | Michele Comitini <m****m@g****t> | about 7 years ago | |
| 4bf1bf1e | Added tests. | Michele Comitini <m****m@g****t> | about 7 years ago | |
| df4d10ff | merge Merge branch 'master' into 356-altendky-nth_of_month_outside_scope | Kyle Altendorf <s****a@f****t> | about 7 years ago | |
| bc32743b | Update Windows timezone mapping | Sébastien Eustace <s****n@e****o> | about 7 years ago | |
| 401d636a | Update pyproject.toml | Sébastien Eustace <s****n@e****o> | about 7 years ago | |
| 84571440 | Upgrade dependencies | Sébastien Eustace <s****n@e****o> | about 7 years ago | |
| fb6fc727 | Add 'id' localization (#359) |
Sutrisno Efendi <k****d@g****m>
Committed by: Sébastien Eustace <s****n@e****o> |
about 7 years ago | |
| 2781f244 | Use the latest version of Poetry | Sébastien Eustace <s****n@e****o> | about 7 years ago | |
| fac17dc6 | Reject text after matching string in from_format() (#372) |
Kyle Altendorf <s****a@f****t>
Committed by: Sébastien Eustace <s****n@e****o> |
about 7 years ago | |
| c17eb8cd | Add italian [it] locale. | Michele Comitini <m****m@g****t> | about 7 years ago | |
| f629fa67 | Fix black formatting | Sébastien Eustace <s****n@e****o> | about 7 years ago | |
| 46855889 | Update change log | Sébastien Eustace <s****n@e****o> | about 7 years ago | |
| ef10a8eb | Update tox config | Sébastien Eustace <s****n@e****o> | about 7 years ago | |
| 0962a6e6 | Add RU locale (#228) |
Kovalchuk Evgeny <k****y@g****m>
Committed by: Sébastien Eustace <s****n@e****o> |
over 7 years ago | |
| 0a96016c | Address four deprecation warnings (#375) |
Kyle Altendorf <s****a@f****t>
Committed by: Sébastien Eustace <s****n@e****o> |
over 7 years ago | |
| caa8a944 | merge Merge branch 'master' into 356-altendky-nth_of_month_outside_scope | Kyle Altendorf <s****a@f****t> | over 7 years ago | |
| 94d28b0d | Fix loading of some timezones with empty posix spec | Sébastien Eustace <s****n@e****o> | over 7 years ago | |
| 5f895d95 | Correct minute comparison to month for DateTime.nth_of_month() | Kyle Altendorf <s****a@f****t> | over 7 years ago | |
| 6df9baf8 | Improve test_nth_of_month_outside_scope() test cases | Kyle Altendorf <s****a@f****t> | over 7 years ago | |
| b545b77c | Fix case where transition can be None | Jace Browning <j****g@g****m> | over 7 years ago | |
| 23f290f8 | Fix ISO week dates not being parsed properly in from_format() | Sébastien Eustace <s****n@e****o> | over 7 years ago | |
| c42734f2 | Change "..." to "pass" for Python 2 and pypy | Bryan Forbes <b****n@r****t> | over 7 years ago | |
| f11571c9 | Handle transition.previous being None | Bryan Forbes <b****n@r****t> | over 7 years ago | |
| 80a60f34 | Update typing comments and add py.typed for PEP-561 compliance | Bryan Forbes <b****n@r****t> | over 7 years ago | |
| 19d43e80 | Fix build files | Sébastien Eustace <s****n@e****o> | almost 8 years ago | |
| abcdc924 | Bump version to 2.0.4 | Sébastien Eustace <s****n@e****o> | almost 8 years ago | |
| c00ac0ad | Disbale C extensions for 32 bits systems | Sébastien Eustace <s****n@e****o> | almost 8 years ago | |
| c35c24c5 | Fix C extensions for Windows | Sébastien Eustace <s****n@e****o> | almost 8 years ago | |
| d32f5df3 | Implement recognition of the transition for int_timestamp method (#296) |
Grzegorz Redlicki <r****z@g****m>
Committed by: Sébastien Eustace <s****e@g****m> |
almost 8 years ago | |
| 31d15ae2 | Update CHANGELOG | Sébastien Eustace <s****n@e****o> | almost 8 years ago | |
| cc1c642c | Fix from_format() trying to parse escaped tokens | Sébastien Eustace <s****n@e****o> | almost 8 years ago | |
| 0e66bcbe | Incorrect age calculation for future dates (#291) |
Aleksey Kutepov <a****v@u****m>
Committed by: Sébastien Eustace <s****e@g****m> |
almost 8 years ago | |
| 3fca216c | Update Travis config | Sébastien Eustace <s****n@e****o> | almost 8 years ago |