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

Remove useless overload

16d0cf5fe979bc4691aa795a3595a9efbb087ac6 authored over 8 years ago
Merge pull request #512 from krzysztof-sikorski/patch-1

Correct example on "Extending Schemas" page

82707b2eea2a873abf1c9d2e3803bc928ce81ca8 authored over 8 years ago
Correct example on "Extending Schemas" page

6d31817f356193a23c5624f7ca273826eb881450 authored over 8 years ago
Bump version and update changelog

12aa22ba6a2a2542dfd84e5c5fedafa8f970e731 authored over 8 years ago
Fix _serialize() of Time field

When a Time object has microsecond value, the _serialize() method
returns the following string f...

dbfaba2a57da45abee7a0c897ed5f7998c3e3d12 authored over 8 years ago
Merge pull request #501 from vuonghv/391.fix-validates-decorator

Fix the inconsistency of validates decorator

7ed19ed09efedf8e1dcee1efd926bb8eab4e0eac authored over 8 years ago
Merge pull request #498 from johbo/fix-docs

Remove get_from_dict from extending docs.

9ca57339696f75b4f4b4df27dd80ad9de6109f33 authored over 8 years ago
Fix the inconsistency of validates decorator

make the result of field validators as methods (through validates
decorator) consistent with val...

2d075c70252d352753d05bebfbb9c3f9abd7935b authored over 8 years ago
Remove get_from_dict from extending docs.

It does not seem to be supported anymore. Defining a method
"get_attribute" seems to be the corr...

eb0c1f80ecdf37c9ef6a9001a9fc5e6183bf2f25 authored over 8 years ago
Bump version and update changelog

58652b3fda93015c240332d9b6c601eec0ef8900 authored over 8 years ago
Update changelog

93ca57595b4061d375eedae3d6807e6cca621942 authored over 8 years ago
Merge pull request #482 from deckar01/341-get-value-sig

Change the get_value util signature to match built-ins

99a3e05fa98cf6aba146521eef5ad7b239b68e43 authored over 8 years ago
Update changelog and bump dev version

f7a4bccc00a691282e13c297cfb680bd758bbf51 authored over 8 years ago
Merge pull request #435 from davidthornton/fix-decimal-deserialization

Always coerce values to string in Decimal object's deserialization method

a8e50fbcda995a11d6c1a42a0807ece91f8619d0 authored over 8 years ago
Update documentation to reflect behavioral change

162fa083c16a0fb52fc9f55a54f5b5a9c7b09a5d authored over 8 years ago
Change the get_value util signature to match built-ins

30d5e59649336538cffe8fd4f8a8a87fb640d0f3 authored over 8 years ago
Bump version and update changelog

09b641e913d4491dfb004676b640410e272f0e19 authored over 8 years ago
Update changelog

aba4b89dd4fd76eb8ff079aecf84584e494bacdb authored over 8 years ago
Merge pull request #479 from deckar01/deprecated-getargspec

Deprecated getargspec

fe4b7443cd4e9d4ea4fa443451467293bf0316a9 authored over 8 years ago
Merge pull request #480 from deckar01/update-pyinvoke

Update pyinvoke

951228307622ef3a80059c381c885d07f417bb57 authored over 8 years ago
Replicate inspect.signature() results for python 2

d9fa368da20731680b41d6a4fb99b3f28f0fd0b6 authored over 8 years ago
Fix getargspec to signature

22784765f2d12a793c43fc4a068b086bc3da5ffa authored over 8 years ago
Fix getargspec.args to signature.parameters.keys()

d86e0abee22db36500fd43400a0f0d51cd6e50b1 authored over 8 years ago
Edit utils.test_get_func_args task for inspect.Signature(https://docs.python.org/3/library/inspect.html#introspecting-callables-with-the-signature-object)

e80fe39b6c1cd7c436aa8e1bdfdb2c7f044db5a1 authored over 8 years ago
Add test for a bound serializer

1736831f21164624c67d41709f775b751bf24121 authored over 8 years ago
Update tasks to support pyinvoke 0.13.0

ee112e6090be7473e192a131c329567e87c6bc4b authored over 8 years ago
Pin invoke at 0.12.2

4fc54de048167f993345b16b924a8821bdd94c78 authored over 8 years ago
Merge pull request #468 from deckar01/dotted-nesting-support-402

Represent nested only and exclude options using dot delimiters

0f746351167626d24b84b705658dfc7664adbe63 authored over 8 years ago
Merge pull request #475 from deckar01/rollback-invoke-474

Fix compatibility with pyinvoke 0.13.0

7fc9497d26ea3fafbb47f5fd808c906f66cf2e60 authored over 8 years ago
Update tasks to support pyinvoke 0.13.0

92b5a90fcbb0f1df12caeb69e84fa298ad3f0754 authored over 8 years ago
Pin invoke at 0.12.2

34bd5bb3d63f3b5f981fcd297423d65871802b38 authored over 8 years ago
Add floating point value case to decimal deserialization unit test

16f6038bcb0609d3ff34b97dbeedf16d2317cd95 authored over 8 years ago
Document dot delimited fields for only and exclude

1cab843968f21d4fbd2548de620d49aece3e19e3 authored over 8 years ago
Normalize nested options during schema construction

59fdba1bbf9859876bef06a44619f784c7180a16 authored over 8 years ago
Merge pull request #465 from marshmallow-code/drop26

Drop support for Python 2.6

ffc416842dfa1c049c63c8a5db67f9c32b7f1632 authored over 8 years ago
Drop support for Python<=2.6

4f85582f3443a937909b38054e32e5cc6bc7165c authored over 8 years ago
Merge pull request #460 from marshmallow-code/3.0-issue328

Set dump_only and load_only for Function and Method

afce9b241139d4a80f6ed85bb0254c58b74e5200 authored over 8 years ago
Set ``dump_only`` and ``load_only``...

...based on values of ``serialize`` and ``deserialize``

closes #328

1b676dd36cbb5cf040da4f5f6d43b0430684325c authored over 8 years ago
Revert "Don't set dump_only and load_only automatically"

This reverts commit 862ad1529d0582c640aef66ce7d8342732742b12.

a17bbe8b0aa6da0817fe60349a0d7250192b8cd4 authored over 8 years ago
Merge pull request #459 from marshmallow-code/3.0-rm-legacy

Remove legacy API for 3.0

702f9cb7f3da285aa83a83c3b996fc9d9ad9cce2 authored over 8 years ago
Remove old warning about implicit collection handling

fca998d13b78cbc93a98e89df154842caac523e3 authored over 8 years ago
Remove "extra" param from Schema

fff04f3893e5dcb0edb8d88f69747e7c3fbe3783 authored over 8 years ago
Remove method_name and func params from Method and Function

ref #427

3dc54d02ed9e1f66b68ccc6a559a111448fb27a8 authored over 8 years ago
Remove __error_handler__, __accessor__...

...@error_handler, and @accessor

ref #427

f7d7e3820f4b85ec04f9c292fbf802facdc6b702 authored over 8 years ago
Bump dev version; add @deckar01 to AUTHORS; update changelog

79c3d6cb881f3d7f057e89457cc561756e130446 authored over 8 years ago
Subclass Length from Validator not Range

dc59cd729d964445fdc27ce77a11d228056abc6b authored over 8 years ago
Fix Decimal object's deserialization method to always coerce values to string before calling decimal.Decimal(). Fixes #434

ae0db6456276a5474ffb294d85f362d4d6dffd58 authored over 8 years ago
Merge branch '2.7-line' into dev

d9a106b978e669e1b9783dfda7e9defb708ea7da authored almost 9 years ago
Bump version and update changelog

29b5ef08e909c879643d7d46b0ab1e43b6265bbb authored almost 9 years ago
Pass instance in example

cd05e1c41edf5a8b33bbd6ade6b3d7bfafa4ad9f authored almost 9 years ago
Merge branch '2.7-line' into dev

1dc2e7f095efa9ee39b8bac97c3795b185665144 authored almost 9 years ago
Update changelog and bump dev version

ce29df49be44efde1dbcb0ad831010ce41e47730 authored almost 9 years ago
Set child's parent before on_bind_field

91e65a4f250383ce248f4470269cd85a4590b0b8 authored almost 9 years ago
Merge pull request #449 from immerrr/set-parent-before-on-bind-field

Set child's parent before on_bind_field

9a7cf1a99abe2d6bc13753601987ac704dd540bf authored almost 9 years ago
Set child's parent before on_bind_field

4c2354c626e909dc8a142321eb33a4d5a1e08797 authored almost 9 years ago
Update docs

- Use SVG badges
- Use readthedocs.io links (https://blog.readthedocs.com/securing-subdomains/)
...

3a8640f934463909f95f0e9553366614dfacd9dd authored almost 9 years ago
Bump version and update changelog

4fa1001d5ced6c3111428d38020d48e2e24da179 authored almost 9 years ago
Simplify license entry in setup.py to prevent RPM error

closes #433

afa5aec3334ad03cef17e8d0f11d526c2243be5a authored almost 9 years ago
Bump version and update changelog

e2907f23d08665dfb9cbfe98aea0ebda57a20e04 authored almost 9 years ago
Only add Schema classes to registry if name is provided

Allows for Schema classes to be created dynamically without getting
added to the class registry,...

c7549cc2862c12b6966c24b458d6ed8423f0dbfe authored almost 9 years ago
Bump version

05b77c09adc1904bf3a5eed3e53dd22ab2f9f2ee authored almost 9 years ago
Merge pull request #428 from marshmallow-code/pass-through-exception-kwargs

Pass through exception kwargs

c35d391e511f0936b6d68db7d2c50a41c8feecfb authored almost 9 years ago
Update changelog and add @russelldavies to AUTHORS

388d6b61d5eabb31af7e27fa2f61950753a817db authored almost 9 years ago
Pass ValidationError kwargs through all instantiations

This is to address issues like sloria/webargs#85, where additional arguments
may be passed to Va...

c080901942821a7130852a8a51d2309f18584a78 authored almost 9 years ago
Add docs for Method and Function field deserialization

closes #409

7a750dd6f450895eb2511a4d61b6c0a740c38d8e authored almost 9 years ago
Merge branch '2.6-line' into dev

c49afd611fcabcb7fb46f1fefb6f22a96b2dfa8e authored almost 9 years ago
Bump version and update changelog

6699cd873926cbf3579cafd9b42d01fc9247b01c authored almost 9 years ago
Pass through user ValidationError kwargs

0f0df216b633a9fb808b55e89a14e6c62f12a032 authored almost 9 years ago
Merge pull request #413 from Tim-Erwin/nested_many_composable

made the 'many' param of Nested fields composable with other fields

e718e02d05da10b821b7dfd203d920d68aa57feb authored almost 9 years ago
Fix name for @Tim-Erwin

522d3e5d61afa6e5ba8c8485ed3ccb1cdea47edd authored almost 9 years ago
Update changelog and add @Tim-Erwin to AUTHORS

430d70f452a70fcfd6bfa4829e518d513716445c authored almost 9 years ago
Merge pull request #411 from Tim-Erwin/410-remove-unused-attributes

removed unused attributes from schema base class

7d7041a913e1fd91ea17ed9ebdbd60ba60221045 authored almost 9 years ago
Fix typo in code example

60566325d6314585986dd4b27c7a6034a0213b77 authored almost 9 years ago
Merge branch '2.6-line' into dev

f434df7f067d782a692b0efc56c4b312a5d9fc9c authored almost 9 years ago
Bump version; update changelog; add @yumike to AUTHORS

06e6b1b89873b9e5e56e1ed79ae0b5f92202f919 authored almost 9 years ago
Prefer `load_from` in nested errors about required fields

c9c093f7b3eb0b64a609e0e7bab18b01af2a7072 authored almost 9 years ago
made the 'many' param of Nested fields composable with other fields

fb50d441b57d29890b74ad61919a214fd5ba6c7d authored almost 9 years ago
fixed detection of a field's root

b7c6465c910f9fbcf01e6a64290ca95a9e06d9d8 authored almost 9 years ago
removed unused attributes from schema base class

a801244c43f7548edaf6434494384cbc43633601 authored almost 9 years ago
Add @immerrr to AUTHORS; update changelog and license yr; bump dev version

c5c1cee3374eadd3ae32410a13abf7eba0e4b266 authored almost 9 years ago
Merge pull request #408 from immerrr/provide-nested-context-in-ctor

Provide nested context in ctor of the nested schema

9491fe837afa68a5788533d45dc2624281d7071b authored almost 9 years ago
Provide nested context in ctor of the nested schema

That way it is made available to nested on_bind_field customizations.

62a61f64d02cea36cbc7478c0b60cedc7ca84b34 authored almost 9 years ago
Update documentation for customizing 'required' fields' error messages

closes #396

0f96ed2a57c095aa835a483a13aa5df0c5d20730 authored almost 9 years ago
Fix misnomer

closes #401

78551b3d583394f75c4a82823247bdec7da87047 authored almost 9 years ago
Bump version and update changelog

47e5d966dc7f0992bc3935318da85bb7b816cf80 authored about 9 years ago
Update changelog and add @maximkulkin to AUTHORS

55924008635330a1c0fce45c8d37a7ba181f268e authored about 9 years ago
Merge pull request #382 from maximkulkin/better-list-validation

Report validation errors for each item of List field

048d8c62a086116f09259f8d90daa2deb754e834 authored about 9 years ago
Update changelog

d7073606de9b7751de0e9558a4ec8c87b00fdf9b authored about 9 years ago
Merge pull request #383 from daniloakamine/equal-parameter-length-validate

Add `equal` parameter in validate.Length

dbb3c508c82b9ebb993144d7f118e57b362af0d2 authored about 9 years ago
Report validation errors for each item of List field

Current implementation of List field does deserialization
in a naive way stopping at first valid...

1da951c0474f9af393a6736c13abf6cbcca85cee authored about 9 years ago
Raise `ValueError` to avoid unnecessary parameters in validate.Length

51e26d546a633e4b6e8516e6845e9dc6c2303bb9 authored about 9 years ago
Add `equal` parameter in validate.Length

4f42c3750acd13d3d41b3aa7b43a44628be67ae6 authored about 9 years ago
Bump dev version and update changelog

5d36d618112111dc93d23c9ffafe93ed56d8ae7d authored about 9 years ago
Add test for partial validation

34785705e89c9b438fcdcb27f380341df0f05ac3 authored about 9 years ago
Merge pull request #379 from tdevelioglu/support_partial_in_validate

Schema.validate() should support `partial`

0f600327ecf4c27da6129a620e91986b10ec65a3 authored about 9 years ago
Schema.validate() should support `partial`

53ae9ba0d6d9d96da1ce7f38a9f6020a4b1ae5ad authored about 9 years ago
Bump version and update changelog

6e2aef8ff091111362046748a722617643dbd3ea authored about 9 years ago
Remove line break to make flake8 happy

ed8637a7521d0b9ba5fca1efc78681410196febc authored about 9 years ago
Update changelog

971f6cf590d28411eec5e6717167b3a5fbfdff3c authored about 9 years ago
Merge branch 'tdevelioglu-specify_fields_in_partial' into dev

8b46608598c46dc9af6b74d0c4f187a3e020dd9c authored about 9 years ago