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

Merge pull request #277 from bintoro/locales-lowercase-names

Fix month ordinal lookups and locale capitalizations. Thanks @bintoro

afec8303a218d6170dc3b5bcb5683538f5cebc60 authored about 9 years ago
Merge pull request #278 from bintoro/locales-ordinal-dots

Add ordinal indicators for German & Finnish

05f9cea0ecc85fd4f9e10ef697c85912d9aae937 authored about 9 years ago
Merge pull request #280 from swistakm/feature/zzz-timezone-token

parser: add new ZZZ token to recognize/parse TZ names from the tz database Fixes #275

c47509671f58a10519d7aa543268283ebba08280 authored about 9 years ago
parser: add new ZZZ token to recognize/parse TZ names from the tz database

* try to test various available tz naming conventions
* rename existing `test_parse_tz` to `test...

a3f9ded44afe6423b5f4f2e52376fccd7ee87a01 authored about 9 years ago
Add ordinal indicators for German & Finnish

1a8d00ad7e608a4f75c41be03e1fe065dc4d6a82 authored about 9 years ago
Use normalized strings for month-to-ordinal lookups

a7e595b1a6e3a270cb1309155876affc3b8bd94d authored about 9 years ago
Fix capitalization of days & months for many locales

786b15ad885a20d97d8dc93fd89638103a5da0bd authored about 9 years ago
Separate replace & shift function

according to PR Request from issue #220

15d903ab82ef101776dcc4bc93cff48716fd0228 authored over 9 years ago
Add SwissGerman localization

4854aac6b6f6cecaf7b3ff10ee741d79a4073afb authored over 9 years ago
Merge pull request #271 from arvindch/extend-formats

Extend parseable formats

fa89745f00d3fbb33e62492ebbedc8c0837d6d14 authored over 9 years ago
Add tests for new separators

6e8e4a5404120744b4131b8e7a02ea0af20ae206 authored over 9 years ago
Add parseable formats for common separators

e51987b994c808276a533207b5676017f739b5f8 authored over 9 years ago
Merge pull request #270 from crsmithdev/andrewelkins-patch-1

Fixes mismatch between docs and code

9dd047aa85ce3f53f6a084679e8b00807a12e25b authored over 9 years ago
Fixes mismatch between docs and code

2607b8b0ac2f83608994b514dda3d896b96f0021 authored over 9 years ago
Added Python 3.5 support

76bde3b48b5f8ecf57783a75477761351edb00c9 authored over 9 years ago
Update version

2fdf51b4cc7c43a1913347ef851d8bf94aa110b6 authored over 9 years ago
Merge pull request #246 from kdeldycke/span-range-fix

Fix overzealous time truncation in span_range()

4a80ac624741ea225d0a2e6eb515847456ffa551 authored over 9 years ago
Fix #263: provide missing format calls for exception messages

cffc1454470a604be2283cf4104e064eda4efdc7 authored over 9 years ago
Remove two modules that were imported but unused

2b96713d79920562a5b8454a8fb3c2081e2bd93d authored over 9 years ago
Throw TypeError when passing booleans to arrow.get

Before:

>>> arrow.get(False)
<Arrow [1970-01-01T00:00:00+00:00]>

>>> arrow.get(True)
<Arrow [1...

130ff6813253cfaf2bb114f934db49ff2815d176 authored over 9 years ago
1.5 months no longer returns in 1 months

ec67c303162c1a2ae34611df8ac2b0a185360da4 authored over 9 years ago
Fix overzealous time truncation in span_range().

Regression introduced in commit b2b90d4. Closes #246.

877cd14967ef414bf1e8c33be6f44d23e3950f66 authored over 9 years ago
Fix Catalan locale

6ab19b2203fa01f55c66f1fe42aa4450723c8fdc authored over 9 years ago
Merge pull request #255 from offby1/master

Note that arrow's tokens differ from strptime's.

e6b4f634d74bdffbbc360c29b88164ab36c6a8b7 authored over 9 years ago
Note that arrow's tokens differ from strptime's.

74fa180ec8b69e97d5b88a8d8557781df8fb3d8f authored over 9 years ago
Merge pull request #254 from Kudo/master

Fix pytz conversion error Thanks @Kudo

cb652c8d7d8ff92faef9350f0133f4ba65e19e4e authored over 9 years ago
Merge pull request #253 from itsmeolivia/fix-241

Raise TypeError when adding/subtracting non-dates Thanks @itsmeolivia

f9889fb5984f7b100028e900105bce91b19ef2ca authored over 9 years ago
Merge pull request #252 from PrehistoricTeam/patch-1

Fix Czech locale

ce066253082b31b6965615a49d7f09582ca68b83 authored over 9 years ago
Merge pull request #250 from beenje/static

Cleanup class methods definition. Good clenups

cdc8aa740eb3c13f211b2578d12440cf0dc15c17 authored over 9 years ago
Merge pull request #249 from beenje/fuzzy

Search date in strings. Thanks @beenje

8b0a5608d748b658879f364185c693060a451ec9 authored over 9 years ago
Merge pull request #248 from Oire/add-be

Adding Belarusian (be) locale

842495d6a788cca47f5b55926f305e716cc0fe95 authored over 9 years ago
Merge pull request #247 from sipp11/master

Add Thai locale

75abd99a22dd1532aa4eeeef260f99521c507137 authored over 9 years ago
Fix pytz conversion error

e88984c0b6b9297aed81449de679835c06610494 authored over 9 years ago
Raise TypeError when adding/subtracting non-dates

e400261330312efa0e38a6137386163809cd124c authored over 9 years ago
Fix Czech locale

Missing first element in month and day lists

94688243575129ab0c81810fd8d93c9c0de88147 authored over 9 years ago
Cleanup class methods definition

A method not using cls or self should be defined as a static method
(not a class method)

8682c5b8c3271e4cd9cabfb9689aa2f951f49346 authored over 9 years ago
Search date in strings

Unknown tokens in the string are ignored.

In the previous implementation, each token was matche...

a33a1eff50087e725bdfe82a51caf79275c99c17 authored over 9 years ago
Correcting a syntax error

ba527c496a5e84007fbf553fd0f0eda2889e6555 authored over 9 years ago
Adding Belarusian (be) locale

9cc726ed655ae50211427f117c4c61a954721a82 authored over 9 years ago
Get rid of u''

fbc12bfb869362aa4820bf89b0e9a4bbb3d0cc8a authored over 9 years ago
Add Thai locale

3a87fa17e0039d632cb03f88130834c08a337106 authored over 9 years ago
Merge pull request #232 from ybrs/master

humanize for time duration without in/of Thanks @ybrs

88695242ebb1bebf1c4fc0a2bf18a5ede54445e9 authored over 9 years ago
Merge pull request #221 from bottleimp/str-wi-tz

Modify tzinfo parameter in `get` api, Adding support for tzinfo Thanks @bottleimp

a8da156dea717c72d2864ec19e692ffba5c28fa2 authored over 9 years ago
Merge pull request #244 from swistakm/fix/issue-228-localized-meridians

Fix parsing of localized meridians (refers #228) This is excellent. @swistakm

0e1ba6ad26542a794fd3042e948bcd35555431fc authored over 9 years ago
Fix parsing of localized meridians (refers #228)

* added tests for meridians with and without localization
* `a` token now accepts only `am/pm` f...

51bdf3f6a7fc2b7baf385f409f41a84935b34e4f authored over 9 years ago
Update version and history file.

b83bb867e75d9d08a1253d913e2c8ec6eb86e8ea authored over 9 years ago
Merge pull request #164 from zakhar/fix_week_span_range

fix span_range stability Thanks @zakhar

5248ed33b3528dd295d8d4028b13b2d65ded64ab authored over 9 years ago
Merge pull request #161 from zakhar/add_quarter_range

Add quarter range

d8809f82cf9bdc656a0bd08e06db2b3751e46346 authored over 9 years ago
add quarter*count test

62a1b36c160a5ba526b5c7f1ab91243eca5e59a5 authored over 9 years ago
Merge branch 'master' into add_quarter_range

Conflicts:
arrow/arrow.py
tests/arrow_tests.py

fe8400361ad39b75159d460335e3cda458bfdbf7 authored over 9 years ago
Merge pull request #234 from kviktor/hun

Hungarian translation

800630558ba4e0d09013c722717457f2fe2322fe authored over 9 years ago
Merge pull request #231 from chrishaines/ordinal-days

Added ordinal day of the month formatting. Thanks @chrishaines

8327236621a126fcaf0b92d9a8d6a8aee0bfd66f authored over 9 years ago
Merge pull request #229 from flebel/avoid_truncating_oversized_epoch_timestamps_issue_216

Avoid truncating oversized epoch timestamps. Fixes #216.

95f6721e523e4ce9be2d42dfff6d888fd05c809d authored over 9 years ago
Merge pull request #225 from Oire/fix-ukr-abbr

Locales: Fixed month abbreviations for Ukrainian

6a75d21215d8bee09c5e6f5cfd4ae4274e7f610f authored over 9 years ago
Merge pull request #170 from demosdemon/patch-1

update _map_locales() Thanks @demosdemon

85ee718d1f5c9d5063aacfaeb176d8e824496fc6 authored over 9 years ago
hungarian translation

eb73b04cc8a8fdc864f376c4965e41bff37b3ce0 authored over 9 years ago
humanize for time duration

d1d19223da1e3b382cf3174ae29a06843a33378d authored over 9 years ago
Fixed Python 2.6 support.

69059e2e1909be9028e831e6123d1a22c4dbfb8c authored over 9 years ago
Added ordinal parsing for Italian, Spanish, and French.

b50af47636be677df2c7c8a2681b8ae403002ecb authored over 9 years ago
Merge branch 'ordinal-days' of github.com:chrishaines/arrow into ordinal-days

Conflicts:
arrow/locales.py

96db6c34c4e035fecbc3165828c7c1c86d2086e5 authored over 9 years ago
Support for parsing ordinal days of month and docs.

29535452114d612f3762331dd8a3537ca37fd809 authored over 9 years ago
Added ordinal day of the month formatting.

1d89292304c1e0d8b6b0cd162797caec0e5daee8 authored over 9 years ago
Merge pull request #230 from chrishaines/localized-parse

Parse localized month names

cb9acae33fbb49debb489014cda034fa9f6c437f authored over 9 years ago
Parse localized month names.

8120fec5c7d5690f3a7e6fb0fe3dcbea8da4a259 authored over 9 years ago
Added ordinal day of the month formatting.

34fbbd078320dd12fd76eafe678ec3cc1fb37684 authored over 9 years ago
Added support for Python 3.

39a00e49d5262da719c0d96bdc1adc58510581ae authored over 9 years ago
Simplified logic for 615b164.

32ea472f0e7888085df0cd20c3c87f79ab495f33 authored over 9 years ago
Avoid truncating oversized epoch timestamps. Fixes #216.

615b164c4368528cf4f986aeaa8a6131e18c5b2d authored over 9 years ago
Fixed month abbreviations for Ukrainian

a597a937ea2cf09bece7db83f20743c0c5d90887 authored over 9 years ago
Merge pull request #222 from posita/iso-8601-fractional-seconds-219

READY FOR REVIEW - Fix #219. Add minimal support for fractional seconds longer than six digits. ...

e3cb60f1a3b5d493f24fe996a53a5238e7a2c788 authored over 9 years ago
Fix #219. Add minimal support for fractional seconds longer than six digits.

c3db6efff6ddc6875439b4d998217d1bc4c16c85 authored over 9 years ago
Modify tzinfo parameter in `get` api,

it now support (str, format, tzinfo=tzinfo())

9d551e223baedc5aaa02204c1f85f351c381721d authored over 9 years ago
Merge pull request #212 from nikhilkulkarnisr/master

Adding locale support for Marathi (mr)

0ea4ea57aebd3999b40ca44af9c007026783a0f0 authored over 9 years ago
Merge pull request #211 from Eyepea/fix_typo

Fix typo timezone

290213032748277098cd183df4d3c247836e4892 authored over 9 years ago
Merge pull request #207 from manuelcortez/master

A couple of dialect fixes and two new languages

f7eccab80f9e479de1c82499cc638ab8967c7344 authored over 9 years ago
Merge pull request #204 from luser/span-count

Add count argument to span method

fb2f9676b755e08ef7ac06c3963d5ba17f661dbb authored over 9 years ago
Merge pull request #206 from aniversarioperu/patch-0

Spanish locale: `Miercoles` should have acute accent

61e0a9893f14d049418827aad142116573a0e835 authored over 9 years ago
Merge pull request #214 from aivot-on/fix-finnish-grammar

Fix Finnish grammar. Thanks @aivot-on

dad0c8a30a6431ce579110373c3ba702878ba8b1 authored almost 10 years ago
Fix Finnish grammar

32cf66382e09710bfd0882e49c2a6a636f24b056 authored almost 10 years ago
Adding locale support for Marathi (mr)

4ca9aa26192524fffbca8eed700fa6fbee0a8a17 authored almost 10 years ago
Fix typo timezone

198c4896d9fdacc2557e9c8f347fecf5b18edc72 authored almost 10 years ago
Merge pull request #209 from jamert/floor-typo

Fix typo in 'Arrow.floor' docstring Thanks @jamert

5e9e8610788933184687ba9b9c9db8aa0f09414e authored almost 10 years ago
Fix typo in 'Arrow.floor' docstring

16cd686b4b77b4ebb86a0c699de5d13d6906d3ea authored almost 10 years ago
Added catala and basque locales

17c982ce016e9cbdf069f8f5183de9f49f7d3365 authored almost 10 years ago
Fixed capitalization for turkish and arabic dialects, now these dialects are lowercase

57aed7f67c87825643e08e0b3b18fe5f1fb1a982 authored almost 10 years ago
Spanish locale: `Miercoles` should have acute accent

This is following the rules of the Real Academia de la Lengua Espanola.

48b16336121a9c2fbf68a8debcd084b0b7ebe70e authored almost 10 years ago
Add count argument to span method

f21c7b49c5c272fbc8d9e9443ed84e1ff4b23034 authored almost 10 years ago
Merge pull request #201 from ralphbean/master

Be explicit about encoding when reading in README.

8486be36feaf1345fd8cb2fc2422e7ef180e8533 authored almost 10 years ago
Be explicit about encoding when reading in the README.

bef52b124684c6f16b4d535cd597ccc44d9fd2e8 authored almost 10 years ago
Use read() utility to open README.

6123ca57cac5d61de833e1102297b0cc9d7a3e0c authored almost 10 years ago
Fixes underline for doc link

2eb1fd6916a96eb4d1df5aa38d6e910c91440b81 authored almost 10 years ago
Update HISTORY.md

f90cf514b7afb3f762fa412ed4dc64e23920a714 authored almost 10 years ago
Merge pull request #200 from cshowe/case_insensitive_month_match

Case insensitive month match. Thanks @cshowe

59a22a3af1d7de62e25dba1fbe0f60c89e196fb4 authored almost 10 years ago
Update version. Update setup config.

0f8535b1c5c93fefb96dc90124da89bdc1ae833d authored almost 10 years ago
Merge branch 'master' of github.com:crsmithdev/arrow

c06446b780043a8dcb26a24d7093cf718871a55c authored almost 10 years ago
Tests for insensitive matching

b548972b2e89c72090dc7cfb90077fb4848ed14b authored almost 10 years ago
Allow arrow to recognize (short)month names that are not capitalized

dd4ccc642326deff8514f4a585494da8f676db83 authored almost 10 years ago
Merge pull request #195 from crsmithdev/andrewelkins-doc-update

Update README.rst to point docs to readthedocs

7c28d0d5b54b2734f6bd20fbc1df8e444e030490 authored almost 10 years ago
Update README.rst

142816ab6cd8eb39a49802022578c3b44a79eabe authored almost 10 years ago
Update README.rst

03ed72bc7899270b31484d404834d9e12cbf56c9 authored almost 10 years ago