Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/marshmallow-code/marshmallow

A lightweight library for converting complex objects to and from simple Python datatypes.
https://github.com/marshmallow-code/marshmallow

Fix from_iso for less than 6 digits microseconds.

Fixes #1251.

2e423d311f382a7b87660e6c6aeb23e6ddd18059 authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #1250 from marshmallow-code/blacken

Use black to format codebase

86ea54ec484b8bf28ef52afcc22aecdba5fc6574 authored over 5 years ago by Steven Loria <[email protected]>
Add badge

[skip ci]

41da6d3b57dfaa03fbaa859699080d88e5863126 authored over 5 years ago by Steven Loria <[email protected]>
Run formatting (tox -e lint)

94cc780913bd234a4251522f0084fb3d7a2cb94f authored over 5 years ago by Steven Loria <[email protected]>
Add setup for black

1fa118c67e4c6a33f01440cd44d83cca2f5756ab authored over 5 years ago by Steven Loria <[email protected]>
Merge branch '2.x-line' into dev

ea3a6389d4efc5aad45205ea525ea15a15ad9ff7 authored over 5 years ago by Steven Loria <[email protected]>
Bump version and update changelog

b063a103ae5222a5953cd7453a1eb0d161dc5b52 authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #1249 from marshmallow-code/1147_datetime_microsecond_2.x

Support microseconds in from_iso_datetime when use_dateutil=False

6e08be0681aa8f51e9153ea478ca94f42479c77b authored over 5 years ago by Steven Loria <[email protected]>
Create FUNDING.yml

4a033b0ddbc8ea4b0814ba30f80615be642817b4 authored over 5 years ago by Steven Loria <[email protected]>
Support microseconds in from_iso_datetime when use_dateutil=False

179d16a83dd7c58e61764d111ae959be6784949b authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #1248 from marshmallow-code/rfc_format_datetime

utils.rfcformat: use email.utils.format_datetime

7383b2655b691fe62ef59b0e49b065fb8049224c authored over 5 years ago by Steven Loria <[email protected]>
utils.rfcformat: use email.utils.format_datetime

d40bd6e967b083a56c73e55945c6ce5213042203 authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #1243 from marshmallow-code/rename-container

Rename "container" attributes

ed9aaac56c2aec345457ea2b2daf4d485258be9b authored over 5 years ago by Steven Loria <[email protected]>
Rename "container" attributes

"container" is a misnomer
https://github.com/marshmallow-code/marshmallow/pull/1066#pullrequestr...

bff0ba2560b2812eeebed5d564e855a98809e66a authored over 5 years ago by Steven Loria <[email protected]>
Update changelog

10ef75f6442e632c79a313ffe99b8f70de53df9e authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #1246 from marshmallow-code/from_rfc_no_dateutil

utils.from_rfc: use email.utils.parsedate_to_datetime

ba3699a1405886ffcfbe343dbcfe71f38f4ee4ae authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #1229 from marshmallow-code/946_fix_nested_container_options_2

Fix propagation of options to Nested containers

9e8e6e3367a85765d20610ae1f1408ae720effe3 authored over 5 years ago by Steven Loria <[email protected]>
utils.from_rfc: use email.utils.parsedate_to_datetime

9f37d04170891481b93fd4578fdbf16617eaca9f authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #1242 from marshmallow-code/fix-nested--fixes

Don't propagate only and exclude in Tuple field

bfbf27146f98d26d829d94daf5f3933eb66534a0 authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #1245 from marshmallow-code/error-messages

Fix grammar in error messages for validate.Range

3db79d2b16fd732d97054053c698aedfebaf70ee authored over 5 years ago by Steven Loria <[email protected]>
Fix grammar in error messages for validate.Range

f44fe6fd3d6932a08c1743753e03e8dd8e7a4fa0 authored over 5 years ago by Steven Loria <[email protected]>
Bump version and update changelog

818dc1c7454934c9aeb882d41838caf2cf8de15f authored over 5 years ago by Steven Loria <[email protected]>
Don't propagate only and exclude in Tuple

32a4e3b9ce7362221660447bb9e7f8aa366c121c authored over 5 years ago by Steven Loria <[email protected]>
Pass expected values as parameters

e12bdef8e598d44a32d78df3170d7e5db9081a74 authored over 5 years ago by Steven Loria <[email protected]>
Update changelog

56844aeae4a33064e42e3bb1f736ca2fc8ec5da0 authored over 5 years ago by Steven Loria <[email protected]>
Merge branch '2.x-line' into dev

9ac64c34b64911a8d95854ca3933534a1fef212b authored over 5 years ago by Steven Loria <[email protected]>
Bump version and update changelog

ae55b27a8fb9124d1486baf87286d501014f06b1 authored over 5 years ago by Steven Loria <[email protected]>
Speed up watch-docs command

84d89438f1a121fa4ad9874ebfd326ba8d0f807d authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #1238 from marshmallow-code/1212_exclude_dot_notation_opts

Fix fields with dot notation in Meta.exclude on multiple instantiations

531ae1488e166b0ba2e4a66eb76180ef503850a5 authored over 5 years ago by Steven Loria <[email protected]>
Minor docs revisions

6726555b10ebf62e4914850e9c1520c1e3769717 authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #1239 from joegasewicz/1223_fix-dateformat-docs

Fixes #1223 dateformat is ignored for DateTime fields when not format…

72ce49b1cfe7a1829819c88f61e5d94e1b0d3845 authored over 5 years ago by Steven Loria <[email protected]>
Fixes #1223 dateformat is ignored for DateTime fields when not format parameter. Adds to comments for dateformat & datetimeformat.

e0344c773d496c9bde3bc2df13746e274e8812a2 authored over 5 years ago by Josef Gasewicz <[email protected]>
Fix fields with dot notation in Meta.exclude on multiple instantiations

79c7bd2b4ea048b923ff54a1eedf3e6bcd1e6e27 authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Fix propagation of options to Nested containers

7b2fe66e3612ed9bd1222636ec35c3ce1ca574da authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Bump sphinx from 2.1.0 to 2.1.1

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.1.0 to 2.1.1.
- [Release notes](http...

456bacbbead4fa30a1a82892c9446ac9efb8055b authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #1236 from marshmallow-code/remove-dead-code

Remove unused _validated methods on Url and Email

2c1680a4ed6a6700a6b3a95734a2a3b6c60f9c75 authored over 5 years ago by Steven Loria <[email protected]>
Remove unused _validated methods on Url and Email

22ecd7c13afe544317f36c10f1ecd2c56c5162c8 authored over 5 years ago by Steven Loria <[email protected]>
Update changelog

206b7c97f1d378d8ec3f086b399d0a2e63e6101e authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #1230 from marshmallow-code/propagate_partial_to_nested_containers

Fix propagation of "partial" to Nested containers

0d718a2f30be072963d31d3a475687817a079dae authored over 5 years ago by Steven Loria <[email protected]>
Bump pre-commit from 1.16.1 to 1.17.0

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.16.1 to 1.17.0.
- [Release n...

a5597e21683c129f1f93865aae38b15c07772102 authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #1231 from marshmallow-code/docs_py3_no_object

Docs: Remove (object) from class definitions (useless in Python 3)

fa44cc0dca611b964caf9c5fc5d47a92b86f52e1 authored over 5 years ago by Steven Loria <[email protected]>
Docs: Remove (object) from class definitions (useless in Python 3)

1cfad257048b71d7bca0448eed90e0ea2c7384c8 authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Fix propagation of "partial" to Nested containers

fe856316136e74e2ffac47c7a3b721f3f0b0ecd9 authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Fix tests: Field._deserialize must accept **kwargs

41dc19f123afb81105310de6de451235c306f711 authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #1226 from marshmallow-code/dependabot/pip/sphinx-2.1.0

Bump sphinx from 2.0.1 to 2.1.0

c5a5c050dc032e626233707c757f4fe1baa1d5f7 authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Bump sphinx from 2.0.1 to 2.1.0

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.0.1 to 2.1.0.
- [Release notes](http...

ae9658b3344436517476a459141fbf512d4d7fd0 authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Fix versionchanged doc

381f6ae14c490f043cc0cf6156950de5f9894078 authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #1220 from marshmallow-code/pass-many-and-partial

Pass many and partial to processor methods

06930e76d2d6f9430f3f152f9b9a97e7a2d47920 authored over 5 years ago by Steven Loria <[email protected]>
Update docs and examples to add **kwargs to decorated methods

7e656131115bdad3386760538f69f5ad6772718f authored over 5 years ago by Steven Loria <[email protected]>
Test that many and partial are passed to processors

3701c4964112f1c34de7396e538a53f9cf443ec9 authored over 5 years ago by Steven Loria <[email protected]>
Pass many and partial to all processor methods

35f6f4c286241e7dec1fcbeb9912b02b3b4887ba authored over 5 years ago by Steven Loria <[email protected]>
pass partial to validate_schema; kill pass_original

df039dbccee8ceea64c299b52dbff9c58cd1d7bf authored over 5 years ago by Alex Rothberg <[email protected]>
Restore pass_original to validates_schema

e61128c2a66520264ba642e3ef6a8318060e5a40 authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #1221 from kdop/minmax_range_1214

Add strict min/max Range validator

2798a8d748ad9fdb20a85aff66c07e433773ef1d authored over 5 years ago by Steven Loria <[email protected]>
Update changelog

92b13a16dff952b12e224b2bcd1ffa57cff23cb1 authored over 5 years ago by Steven Loria <[email protected]>
Make min_inclusive and max_inclusive keyword-only

2bba2d36d54f56433ed86ddd6af76c4f7df8ba84 authored over 5 years ago by Steven Loria <[email protected]>
Fix PR review issues.

84a235d06d1c758081909d4533bce03447558e83 authored over 5 years ago by Kostas Konstantopoulos <[email protected]>
Fix in documentation.

a7a747d62bfa7a62da1c1bcef2cc67a24b7d1f08 authored over 5 years ago by Kostas Konstantopoulos <[email protected]>
Documentation different wording.

c47d93f3705b8adfdfce1a67c023f40764b05744 authored over 5 years ago by Kostas Konstantopoulos <[email protected]>
Add implementation.

412c0891eaf40b50b00f10ca84d0dd35282e6c58 authored over 5 years ago by Kostas Konstantopoulos <[email protected]>
Updated docs, signature, and tests.

a539d58d5dde3fc07a05f45455cdb0283ea7c39c authored over 5 years ago by Kostas Konstantopoulos <[email protected]>
Merge pull request #1222 from ccrisan/fix-wrong-get-declared-fields-param-type

Fix wrong get_declared_fields() param types

108c34849f900fa6e366ac376cd2af228ae87833 authored over 5 years ago by Steven Loria <[email protected]>
Fix typo in SchemaMeta.get_declared_fields

3c742f5763f97aaf78c3030085af1ef958b4dc9f authored over 5 years ago by Calin Crisan <[email protected]>
Update SchemaMeta.get_declared_fields param types

6959f45764c6c6b85470d6247f449ef54285cd6f authored over 5 years ago by Calin Crisan <[email protected]>
Fix typo in schema.py

3b67fd19c1ade571ecedb0384c57640537f53df8 authored over 5 years ago by Calin Crisan <[email protected]>
Merge pull request #1218 from marshmallow-code/kw-only

Use keyword-only arguments

531733447e2653de1f6c37d15bfacaa104baa50b authored over 5 years ago by Steven Loria <[email protected]>
Use keyword-only arguments

f067127cbe3000b2345d781820a479bcb94be3a4 authored over 5 years ago by Steven Loria <[email protected]>
Remove unused func argument

a859f4bba98838c61b14c345915273f3f7e18107 authored over 5 years ago by Steven Loria <[email protected]>
Bump pre-commit from 1.16.0 to 1.16.1

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.16.0 to 1.16.1.
- [Release n...

de30be8b993e805968cdaeea8b427c19f1b35a13 authored over 5 years ago by dependabot[bot] <[email protected]>
Merge pull request #1209 from rooterkyberian/remove_error_param

removed unused `error` argument

5ec6df6e6e58a3f00e8d702dc9fb7b7a6053744d authored over 5 years ago by Steven Loria <[email protected]>
removed unused `error` argument

1058eb72aa44f35b8611f65b88a5b6c21202dc64 authored over 5 years ago by Maciej Urbanski <[email protected]>
Bump version and update changelog

a04d481865a44e24ede38eaa921c3fc76111a48c authored over 5 years ago by Steven Loria <[email protected]>
Remove unnecessary encoding pragmas

12b8e5283139591fc691657e2a25659d5d4ca1ed authored over 5 years ago by Steven Loria <[email protected]>
Update pre-commit; autoupdate; reformat

142e0aefecbf5ffa475e506c55eaa7f0ccc1bbbe authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #1208 from hugovk/rm-2

Drop support for Python 2

74e1a72688f98f906ecae715c35f9451a59cfdfa authored over 5 years ago by Steven Loria <[email protected]>
Drop support for Python 2

76c615564ab03ac086e2107d59b7d413deb0808c authored over 5 years ago by Hugo <[email protected]>
Update docs and changelog

25efcd0959057b43d81fb9a2c0e54a0c903216d1 authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #1204 from rooterkyberian/py3_only

removed python 2 support

719bac1a0e4d8f0c0321778dc43ffb97442f527d authored over 5 years ago by Steven Loria <[email protected]>
Expect str instances in tests

3c9d97d50bcb723ab81e7d5d99fa3fee84be3c93 authored over 5 years ago by Steven Loria <[email protected]>
Update AUTHORS.rst

88786660911617ca4fac3743b704d3c5ad3d4614 authored over 5 years ago by Maciej Urbanski <[email protected]>
pyupgrade --py3-plus

112e016ce01a3fb3f58172c982b150d0c4774068 authored over 5 years ago by Maciej Urbanski <[email protected]>
remove py27 from tox

52675706ead6c41c49286db06ae2a0094db654c7 authored over 5 years ago by Maciej Urbanski <[email protected]>
removed py2.7 from travis

7d47399130d4a476a188aacc17f2f49e76f46101 authored over 5 years ago by Maciej Urbanski <[email protected]>
removed python 2 support

f37ef565106f46dcfbb038a3ad37c7a88579eb10 authored over 5 years ago by Maciej Urbanski <[email protected]>
Bump pre-commit from 1.15.1 to 1.15.2

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.15.1 to 1.15.2.
- [Release n...

a6b6c4151f1fbf16f3774d4052ca2bddf6903750 authored over 5 years ago by dependabot[bot] <[email protected]>
Add CHANGELOG

[skip ci]

e9e2e81432da28dfd0388932a37dbc275fda2823 authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #1195 from hugovk/pyupgrade

Upgrade Python syntax with pyupgrade

9c43c679dea039079e4fdcb779e45b34f2b1b6d5 authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #1194 from hugovk/python_requires

Add python_requires to help pip

9efedff33064ae2e71c241552f0381683545e183 authored over 5 years ago by Steven Loria <[email protected]>
Run pyupgrade first

98803de50703f0ddaa86e1c3296e388d362737ee authored over 5 years ago by Steven Loria <[email protected]>
Add pyupgrade to pre-commit

2f2392e63ede64ffa5dbb7519b8cc59e03041eb7 authored over 5 years ago by Hugo <[email protected]>
Update AUTHORS.rst

da8f7338ff9376d4d89b99e163344f23dbfcf8e5 authored over 5 years ago by Hugo <[email protected]>
Upgrade Python syntax with pyupgrade

1b8c50226b23c8a50053c017682d2b2cbef3a5fa authored over 5 years ago by Hugo <[email protected]>
Add python_requires to help pip

59510e43ae417215a3113a5613dfdeb690149802 authored over 5 years ago by Hugo <[email protected]>
Bump sphinx from 2.0.0 to 2.0.1

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.0.0 to 2.0.1.
- [Release notes](http...

0ec8f3e70d103c871bae90db582321c46cbdbbf1 authored almost 6 years ago by dependabot[bot] <[email protected]>
Merge pull request #1189 from marshmallow-code/remove-ordered-inheritance

Do not attempt to inherit `ordered` from parent field

ec51dff98999f2189a255fb8bbc22e549e3cc673 authored almost 6 years ago by Steven Loria <[email protected]>
Do not attempt to inherit `ordered` from parent field

class Meta options should not be passed down to nested fields.

b66dafea5ca1ad78d04711df5ac2f75dfc94d6dc authored almost 6 years ago by Steven Loria <[email protected]>
Merge pull request #1188 from marshmallow-code/remove-container-attribute

Remove special-casing for accessing attributes of objects in a list

deabe89b52c3b33f49ceac623164edb2e818271b authored almost 6 years ago by Steven Loria <[email protected]>
Remove special-casing for accessing attributes of objects in a list

This use case is met by `fields.List(fields.Pluck(...))`

https://github.com/marshmallow-code/ma...

21c005d8417e256e6863eb74dd915e8570197409 authored almost 6 years ago by Steven Loria <[email protected]>
Fix path to __init__.py

12148ec1ed0e0f84e8a4d4b9bbe7e94cfbb47bc4 authored almost 6 years ago by Steven Loria <[email protected]>
Add @timster to AUTHORS

be86580464789eafd964669f34673a97ece3d6e2 authored almost 6 years ago by Jérôme Lafréchoux <[email protected]>