Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/arrow-py/arrow
🏹 Better dates & times for Python
https://github.com/arrow-py/arrow
Fix month ordinal lookups and locale capitalizations. Thanks @bintoro
afec8303a218d6170dc3b5bcb5683538f5cebc60 authored about 9 years agoAdd ordinal indicators for German & Finnish
05f9cea0ecc85fd4f9e10ef697c85912d9aae937 authored about 9 years agoparser: add new ZZZ token to recognize/parse TZ names from the tz database Fixes #275
c47509671f58a10519d7aa543268283ebba08280 authored about 9 years ago
* try to test various available tz naming conventions
* rename existing `test_parse_tz` to `test...
1a8d00ad7e608a4f75c41be03e1fe065dc4d6a82 authored about 9 years ago
a7e595b1a6e3a270cb1309155876affc3b8bd94d authored about 9 years ago
786b15ad885a20d97d8dc93fd89638103a5da0bd authored about 9 years ago
according to PR Request from issue #220
15d903ab82ef101776dcc4bc93cff48716fd0228 authored over 9 years ago4854aac6b6f6cecaf7b3ff10ee741d79a4073afb authored over 9 years ago
Extend parseable formats
fa89745f00d3fbb33e62492ebbedc8c0837d6d14 authored over 9 years ago6e8e4a5404120744b4131b8e7a02ea0af20ae206 authored over 9 years ago
e51987b994c808276a533207b5676017f739b5f8 authored over 9 years ago
Fixes mismatch between docs and code
9dd047aa85ce3f53f6a084679e8b00807a12e25b authored over 9 years ago2607b8b0ac2f83608994b514dda3d896b96f0021 authored over 9 years ago
76bde3b48b5f8ecf57783a75477761351edb00c9 authored over 9 years ago
2fdf51b4cc7c43a1913347ef851d8bf94aa110b6 authored over 9 years ago
Fix overzealous time truncation in span_range()
4a80ac624741ea225d0a2e6eb515847456ffa551 authored over 9 years agocffc1454470a604be2283cf4104e064eda4efdc7 authored over 9 years ago
2b96713d79920562a5b8454a8fb3c2081e2bd93d authored over 9 years ago
Before:
>>> arrow.get(False)
<Arrow [1970-01-01T00:00:00+00:00]>
>>> arrow.get(True)
<Arrow [1...
ec67c303162c1a2ae34611df8ac2b0a185360da4 authored over 9 years ago
Regression introduced in commit b2b90d4. Closes #246.
877cd14967ef414bf1e8c33be6f44d23e3950f66 authored over 9 years ago6ab19b2203fa01f55c66f1fe42aa4450723c8fdc authored over 9 years ago
Note that arrow's tokens differ from strptime's.
e6b4f634d74bdffbbc360c29b88164ab36c6a8b7 authored over 9 years ago74fa180ec8b69e97d5b88a8d8557781df8fb3d8f authored over 9 years ago
Fix pytz conversion error Thanks @Kudo
cb652c8d7d8ff92faef9350f0133f4ba65e19e4e authored over 9 years agoRaise TypeError when adding/subtracting non-dates Thanks @itsmeolivia
f9889fb5984f7b100028e900105bce91b19ef2ca authored over 9 years agoFix Czech locale
ce066253082b31b6965615a49d7f09582ca68b83 authored over 9 years agoCleanup class methods definition. Good clenups
cdc8aa740eb3c13f211b2578d12440cf0dc15c17 authored over 9 years agoSearch date in strings. Thanks @beenje
8b0a5608d748b658879f364185c693060a451ec9 authored over 9 years agoAdding Belarusian (be) locale
842495d6a788cca47f5b55926f305e716cc0fe95 authored over 9 years agoAdd Thai locale
75abd99a22dd1532aa4eeeef260f99521c507137 authored over 9 years agoe88984c0b6b9297aed81449de679835c06610494 authored over 9 years ago
e400261330312efa0e38a6137386163809cd124c authored over 9 years ago
Missing first element in month and day lists
94688243575129ab0c81810fd8d93c9c0de88147 authored over 9 years ago
A method not using cls or self should be defined as a static method
(not a class method)
Unknown tokens in the string are ignored.
In the previous implementation, each token was matche...
a33a1eff50087e725bdfe82a51caf79275c99c17 authored over 9 years agoba527c496a5e84007fbf553fd0f0eda2889e6555 authored over 9 years ago
9cc726ed655ae50211427f117c4c61a954721a82 authored over 9 years ago
fbc12bfb869362aa4820bf89b0e9a4bbb3d0cc8a authored over 9 years ago
3a87fa17e0039d632cb03f88130834c08a337106 authored over 9 years ago
humanize for time duration without in/of Thanks @ybrs
88695242ebb1bebf1c4fc0a2bf18a5ede54445e9 authored over 9 years agoModify tzinfo parameter in `get` api, Adding support for tzinfo Thanks @bottleimp
a8da156dea717c72d2864ec19e692ffba5c28fa2 authored over 9 years agoFix parsing of localized meridians (refers #228) This is excellent. @swistakm
0e1ba6ad26542a794fd3042e948bcd35555431fc authored over 9 years ago
* added tests for meridians with and without localization
* `a` token now accepts only `am/pm` f...
b83bb867e75d9d08a1253d913e2c8ec6eb86e8ea authored over 9 years ago
fix span_range stability Thanks @zakhar
5248ed33b3528dd295d8d4028b13b2d65ded64ab authored over 9 years agoAdd quarter range
d8809f82cf9bdc656a0bd08e06db2b3751e46346 authored over 9 years ago62a1b36c160a5ba526b5c7f1ab91243eca5e59a5 authored over 9 years ago
Conflicts:
arrow/arrow.py
tests/arrow_tests.py
Hungarian translation
800630558ba4e0d09013c722717457f2fe2322fe authored over 9 years agoAdded ordinal day of the month formatting. Thanks @chrishaines
8327236621a126fcaf0b92d9a8d6a8aee0bfd66f authored over 9 years agoAvoid truncating oversized epoch timestamps. Fixes #216.
95f6721e523e4ce9be2d42dfff6d888fd05c809d authored over 9 years agoLocales: Fixed month abbreviations for Ukrainian
6a75d21215d8bee09c5e6f5cfd4ae4274e7f610f authored over 9 years agoupdate _map_locales() Thanks @demosdemon
85ee718d1f5c9d5063aacfaeb176d8e824496fc6 authored over 9 years agoeb73b04cc8a8fdc864f376c4965e41bff37b3ce0 authored over 9 years ago
d1d19223da1e3b382cf3174ae29a06843a33378d authored over 9 years ago
69059e2e1909be9028e831e6123d1a22c4dbfb8c authored over 9 years ago
b50af47636be677df2c7c8a2681b8ae403002ecb authored over 9 years ago
Conflicts:
arrow/locales.py
29535452114d612f3762331dd8a3537ca37fd809 authored over 9 years ago
1d89292304c1e0d8b6b0cd162797caec0e5daee8 authored over 9 years ago
Parse localized month names
cb9acae33fbb49debb489014cda034fa9f6c437f authored over 9 years ago8120fec5c7d5690f3a7e6fb0fe3dcbea8da4a259 authored over 9 years ago
34fbbd078320dd12fd76eafe678ec3cc1fb37684 authored over 9 years ago
39a00e49d5262da719c0d96bdc1adc58510581ae authored over 9 years ago
32ea472f0e7888085df0cd20c3c87f79ab495f33 authored over 9 years ago
615b164c4368528cf4f986aeaa8a6131e18c5b2d authored over 9 years ago
a597a937ea2cf09bece7db83f20743c0c5d90887 authored over 9 years ago
READY FOR REVIEW - Fix #219. Add minimal support for fractional seconds longer than six digits. ...
e3cb60f1a3b5d493f24fe996a53a5238e7a2c788 authored over 9 years agoc3db6efff6ddc6875439b4d998217d1bc4c16c85 authored over 9 years ago
it now support (str, format, tzinfo=tzinfo())
9d551e223baedc5aaa02204c1f85f351c381721d authored over 9 years agoAdding locale support for Marathi (mr)
0ea4ea57aebd3999b40ca44af9c007026783a0f0 authored over 9 years agoFix typo timezone
290213032748277098cd183df4d3c247836e4892 authored over 9 years agoA couple of dialect fixes and two new languages
f7eccab80f9e479de1c82499cc638ab8967c7344 authored over 9 years agoAdd count argument to span method
fb2f9676b755e08ef7ac06c3963d5ba17f661dbb authored over 9 years agoSpanish locale: `Miercoles` should have acute accent
61e0a9893f14d049418827aad142116573a0e835 authored over 9 years agoFix Finnish grammar. Thanks @aivot-on
dad0c8a30a6431ce579110373c3ba702878ba8b1 authored almost 10 years ago32cf66382e09710bfd0882e49c2a6a636f24b056 authored almost 10 years ago
4ca9aa26192524fffbca8eed700fa6fbee0a8a17 authored almost 10 years ago
198c4896d9fdacc2557e9c8f347fecf5b18edc72 authored almost 10 years ago
Fix typo in 'Arrow.floor' docstring Thanks @jamert
5e9e8610788933184687ba9b9c9db8aa0f09414e authored almost 10 years ago16cd686b4b77b4ebb86a0c699de5d13d6906d3ea authored almost 10 years ago
17c982ce016e9cbdf069f8f5183de9f49f7d3365 authored almost 10 years ago
57aed7f67c87825643e08e0b3b18fe5f1fb1a982 authored almost 10 years ago
This is following the rules of the Real Academia de la Lengua Espanola.
48b16336121a9c2fbf68a8debcd084b0b7ebe70e authored almost 10 years agof21c7b49c5c272fbc8d9e9443ed84e1ff4b23034 authored almost 10 years ago
Be explicit about encoding when reading in README.
8486be36feaf1345fd8cb2fc2422e7ef180e8533 authored almost 10 years agobef52b124684c6f16b4d535cd597ccc44d9fd2e8 authored almost 10 years ago
6123ca57cac5d61de833e1102297b0cc9d7a3e0c authored almost 10 years ago
2eb1fd6916a96eb4d1df5aa38d6e910c91440b81 authored almost 10 years ago
f90cf514b7afb3f762fa412ed4dc64e23920a714 authored almost 10 years ago
Case insensitive month match. Thanks @cshowe
59a22a3af1d7de62e25dba1fbe0f60c89e196fb4 authored almost 10 years ago0f8535b1c5c93fefb96dc90124da89bdc1ae833d authored almost 10 years ago
c06446b780043a8dcb26a24d7093cf718871a55c authored almost 10 years ago
b548972b2e89c72090dc7cfb90077fb4848ed14b authored almost 10 years ago
dd4ccc642326deff8514f4a585494da8f676db83 authored almost 10 years ago
Update README.rst to point docs to readthedocs
7c28d0d5b54b2734f6bd20fbc1df8e444e030490 authored almost 10 years ago142816ab6cd8eb39a49802022578c3b44a79eabe authored almost 10 years ago
03ed72bc7899270b31484d404834d9e12cbf56c9 authored almost 10 years ago