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

Minor docs clarification and style fix

4e2f3de43b4ea6d896789a6b376356a4da47f684 authored about 9 years ago
Support passing specific fields to `partial`

Support passing specific fields to `partial`. This restricts the fields
allowed to be missing du...

ecaa07758628bd5c6557ad0404206ff66853db19 authored about 9 years ago
Allow custom schemes to be validated by validate.URL

e.g. allows for websocket URLs (ws:// and ws://)
closes #356

Also bumps dev version

bad7e56cd5602daf4eea31ce3cb49f07a5d7a9ba authored about 9 years ago
Merge pull request #365 from xrstf/patch-1

fix typo in readme

5d33dbb90592d3c9036368165fba7ad1d9f6561b authored about 9 years ago
fix typo in readme

2ad14451233757e31f201ffc9709dcc37fd2459c authored about 9 years ago
Add @svisser to AUTHORS

05ee679ad47229b4362b89909862b90b717192b9 authored about 9 years ago
Merge pull request #363 from svisser/patch-1

Avoid use of sys.version for version checks

bdbdea37b7339e2b1e05d677fec6e6af6eb55e0b authored about 9 years ago
Add link to Ecosystem wiki in docs and README

759618ec3728eed7f0c280c04ef85c4dbf10b168 authored about 9 years ago
Avoid use of sys.version for version checks

562decb7d5288f376e861d8cdffcbe7220b80197 authored about 9 years ago
Merge pull request #361 from jeffwidman/patch-1

Fix typo: Tum --> Tim

38421624a65eb42b2160849ffcd59b914391039c authored about 9 years ago
Fix typo: Tum --> Tim

64b550d6afb3e0150cd359e0ef02eeb9e461ba7f authored about 9 years ago
Merge branch '2.4-line' into dev

cff869471876580abe58e0160a19dc9a459058cc authored about 9 years ago
Update changelog and bump version

90a0d89279636e3e598c5c76ec7e2326c9825219 authored about 9 years ago
Merge branch 'alexmorken-bugfix/error-handling-nested-many-schema-validator' into 2.4-line

4a8d3eeb7ca5c75c584d75e13da5e829a7f089f9 authored about 9 years ago
Remove unnecessary raising of ValidationError in unmarshaller

3062289ce4620f95dbab2800b294212cdd2cc1a3 authored about 9 years ago
Merge branch 'dev' of https://github.com/marshmallow-code/marshmallow into dev

d28e671f02398cc308c1d29fb859557a77098c54 authored about 9 years ago
Bump version, update changelog, and update AUTHORS

05170ff9861d65775e65275dd02d0130d99558cc authored about 9 years ago
Merge pull request #358 from jeffwidman/patch-1

Fix typo: indicies --> indices

dfbb307226202457ce140f16f6d659f3f9402c61 authored about 9 years ago
Update changelog and bump dev version

18b01b49db0a37960a8ade92e07c5a796bef5dbd authored about 9 years ago
Merge branch 'jmcarp-iter-eager-eval' into 2.4-line

c82580b95a1f8f575e8d4c1ee93553d0c494abf7 authored about 9 years ago
Fix typo: indicies --> indices

994d94497ef28f873a229a1e22a1108b9b3afcb9 authored about 9 years ago
Eagerly evaluate list-like iterators with `many`.

Eagerly evaluate non-string iterators on `dump` when `many` is passed.
This ensures that seriali...

fb26b9ce5df674cb35d9e0def919cb99beedb54a authored about 9 years ago
Bump version and update changelog

840f410916c26b1b5d8f5d334a04b65b5f820f49 authored about 9 years ago
Fix @validates when used with `attribute` and strict=True

closes #350

6e51dc082f1295488e57e0497a9af5f63a926282 authored about 9 years ago
Fix FormattedString serialization

closes #348

6a6eca229b5d28448d54a3e87e0b30df990f2f17 authored about 9 years ago
Update changelog; bump dev version

947fd35d118196ebd7a24a5cf4d975540b0497b2 authored about 9 years ago
Merge pull request #346 from d-sutherland/validates_schema-skip_on_field_errors

Optional skip_on_field_errors arg for validates_schema

5d9b18d6688337bcf47d972a870cf5f461bc6b0c authored about 9 years ago
Updates to optional skip_on_field_errors arg

Add testing for validate kwarg of fields and make
field_errors argument to invoke_validators opti...

db5ae0db3a7323338b06eeec1e6d6a08ee4a7bb8 authored about 9 years ago
Optional skip_on_field_errors arg for validates_schema

Add 'skip_on_field_errors' parameter to validates_schema.
'skip_on_field_errors' allows schema l...

d295dbb6c8c43e12bccb7bc3636abef1d3621a59 authored about 9 years ago
Bump version and update changelog

425e3ad3f2e07cc3c48b4ec7a0887407c80b14a7 authored about 9 years ago
Merge pull request #340 from justanr/minor_fix

Minor type checking fix

fb01c9b561d370d752c334155b9e7eaa4081e27c authored about 9 years ago
Minor type checking fix

ac6885d6d15888361a66152be9255fbbc951d211 authored about 9 years ago
Add back method_name and func attributes for backwards-compat

3ee4f1a58758ea0263de05263213a39a1ecc3e7c authored about 9 years ago
Update changelog

1023fa30546688e1660452674d9679954c9f530a authored about 9 years ago
Merge pull request #330 from justanr/method_deserialize_only

Optional serialization parameter for fields.Method

45eb5e091c212549faf7a094a2cc8d8a22ae55cf authored about 9 years ago
Merge branch '2.2-line' into dev

f11fd74185e4c4708d43a4b6ccd9ee2ff3d14e01 authored about 9 years ago
Bump version and update changelog

ea1def94e8dc534a1cd0da4aa6756d25cd2762ca authored about 9 years ago
Optional serialization parameter for fields.Method

'method_name' parameter of fields.Method is deprecated in favor of the
new 'serialize` method an...

abbb6e2948c126f0d45595699db69e8f05ef0ed4 authored about 9 years ago
Don't set dump_only and load_only automatically

In order to maintain backwards compatibility.

This may change in 3.0. Proposal here: #328

862ad1529d0582c640aef66ce7d8342732742b12 authored about 9 years ago
Use DeprecationWarning; set dump_only and load_only based on arguments

6f1434fc30454f369c0660e1365b09f258e29748 authored about 9 years ago
Update docs

- Add @DamianHeard to AUTHORS
- Update changelog
- Document migration path to 2.3.0

2701633cb625b83bb4dd5208e6c4b0d66c8f4735 authored about 9 years ago
Ignore .cache generated by pytest

da2732a66583592e4e2aa306bf1c1890c23480d0 authored about 9 years ago
Merge branch 'DamianHeard-dev' into dev

f58c71d99669382c01e3125a611bfd08187d5d57 authored about 9 years ago
Remove unused imports of mock

a5af3377c5a21b5855f2940a8a5481ee041e8ae5 authored about 9 years ago
Move serialize to first argument of fields.Function. Tidy up documentation and warnings. Remove dependency on Mock.

34905bfc9df88d5a0836f090fc2598fb01cc1489 authored about 9 years ago
Tidy up to docs.

26d2ace593cbf486230a10b9b29e00a3b7df0d40 authored about 9 years ago
Re-work fields.Function. Argument func is now optional and deprecated in favor of serialize. The deserialize function can now optional receive the context.

aa87e3648b2047c4480a192d41379a21a789ac54 authored about 9 years ago
Merge branch '2.2-line' into dev

6daba469f8197d955581aa7ce58bd83004541f2b authored about 9 years ago
Backported #322; Update changelog and bump dev version

5e0d727d5ea0a54ed766045850dfe4e67bafddc1 authored about 9 years ago
Small fix in BaseSchema._invoke_field_validators

Replace return => continue, so that loop does not stop

c70f93c14ba2aeec67281c5365d6ad078e94194f authored about 9 years ago
Enhance TestFieldValidation.test_ignored_if_not_in_only

f2837489cfd78db5961b937a1652b04001474f1d authored about 9 years ago
Add eprikazc to AUTHORS

ff72afcac11728bb14ec76ed517514004fec7cfb authored about 9 years ago
Add TestFieldValidation.test_ignored_if_not_in_only

1a9a62775359e0fac7a0c7689f4cc254ae5fe66b authored about 9 years ago
Update changelog

2f27ffd7967fd83a85dc93e8b74f0ae04396faa4 authored about 9 years ago
Merge pull request #322 from eprikazc/issue-320

Issue-320: Ignore field validator if field is declared but not in "only"

569f769e8495474ccfda7633b4c9dcb899be6567 authored about 9 years ago
Small fix in BaseSchema._invoke_field_validators

Replace return => continue, so that loop does not stop

eaca46fa753ecbcea000ff8cbe74a83ce25e9df9 authored over 9 years ago
Enhance TestFieldValidation.test_ignored_if_not_in_only

96067556fcc3e83a5d74cd7b6924e4b9a0984879 authored over 9 years ago
Add eprikazc to AUTHORS

ce1feb5ec67a46f8ffe536b5d9c96c674fa478cf authored over 9 years ago
Add TestFieldValidation.test_ignored_if_not_in_only

4acf3b94969921212fc6c6bf9f6fb44fd51c7a68 authored over 9 years ago
Ignore field validator if field is declared but not in "only"

521b75f879ec7fe9fe224593189365b2c469b6ff authored over 9 years ago
Update changelog and add @ewang to AUTHORS

8501e485d03eebc3ecf15819adf1b5e3f60cf80e authored over 9 years ago
Merge pull request #321 from ewang/dev

Ensure prefix is included in key if both prefix and dump_to params are set

d29baf70c708fadbccd18e048cc2d01652ef4645 authored over 9 years ago
Ensure prefix is included in key if both prefix and dump_to params are set

84c31ed7eada0fbbb8c7b5d66578b4515bf3c1d4 authored over 9 years ago
Bump dev version, Update changelog, and add @franciscod to AUTHORS

cb88c32cf7ae238d313f518adda011f203da3151 authored over 9 years ago
Merge pull request #312 from franciscod/dump_to

Dump to (implements #310

2c0b331dd9b723c536f758c2a3722302557b2818 authored over 9 years ago
Merge pull request #311 from franciscod/pytest-norecursedirs

pytest: don't recurse into virtualenv + other dirs

f86943b42c07ab0e304aaf7cfd661c75910732fc authored over 9 years ago
dump_to: add tests and some docs

627bfb9b95d2db2584266e9ad5f9c20c92567020 authored over 9 years ago
Add dump_to attribute (w/o tests or docs)

0cfca63e295035731cac48bacf0d85919f05ccbd authored over 9 years ago
pytest: don't recurse into virtualenv + other dirs

1eb6a26fb63a36d6cf9d0c799c5436e3ae77ca1e authored over 9 years ago
Bump version and update changelog

80d92059f0b2db3cd95f129f7f408aa7aaf3519b authored over 9 years ago
Clarify timezone behavior of DateTime field

h/t @jayennis22

7319641a72ff3d6911bd878446cfa79d0154746b authored over 9 years ago
Add @tedmiston to AUTHORS

3b52e914cbf30a5ec78a9978998eca6a2a93c41b authored over 9 years ago
Merge pull request #306 from tedmiston/dev

Fix quickstart typo in validates decorator example

ff17d98b1947713696ce6c998fa081436665f2de authored over 9 years ago
Fix quickstart typo in validates decorator example

96e028e8adbb4ebcc06f20468d80d0178c6ffc68 authored over 9 years ago
Merge pull request #305 from taion/clean-tag-processor

Cleaner implementation of tag_processor

407ed766145f6fc670c4d3ee9d898f7bc8c256c2 authored over 9 years ago
Cleaner implementation of tag_processor

f97a38b0fe5fe9c51527b6c186565d541f168b33 authored over 9 years ago
Merge branch '2.1-line' into dev

5fd2f97e37f423c0557c1024f6aff795aea44c81 authored over 9 years ago
Bump version and update changelog

6156b021be2d7a00b4341a159daf1e1a62507066 authored over 9 years ago
Update version, changelog, and add @Mise to AUTHORS

6c2cbb375f644ffe625f0677f6dec563627fe251 authored over 9 years ago
Merge pull request #304 from Keyflow/2.1-line

Fixing issue with PyMongo cursor not being serialized properly

8fe940ef0e44f83c5ba1541560b52534581ea8ac authored over 9 years ago
Adding IndexError to except statement.

0c31a200e40f20eb6acc855fb2f7647b2168bb61 authored over 9 years ago
Fixing issue where not all objects would be serialized if passing a PyMongo cursor to dump().

a4898d147d42e65b51900668b3089d204d55b364 authored over 9 years ago
Merge branch '2.1-line' into dev

26cb79eec0357a1faf3bdb2c838a836f653f4dcf authored over 9 years ago
Bump version and update changelog

f28ee196b37bf018b5ae8d4f70b1eb997e0307a3 authored over 9 years ago
Update changelog and add @nelfin to AUTHORS.rst

add5dd7d9bb2ff0844c7539f7685e80c84274c43 authored over 9 years ago
Merge pull request #299 from nelfin/fix/many-nested-fields

Fix error messages on many Nested fields

26201a7867540a9ae806264e1cc52b6468b438bc authored over 9 years ago
Fix passing data when passing many=True to validates_schema

Closes #297

2027de0741620121113a70b40c601f9d50b60683 authored over 9 years ago
Fix error messages on many Nested fields

Fixes #298. When validating a field, all of its error messages are saved
and appended to the lis...

fade5a47e4247a367c328e64c86f65dd2ff3e15a authored over 9 years ago
Merge branch '2.1-line' into dev

f6acd1846ec16fab7e4e5d6e1a00f09c945460db authored over 9 years ago
Remove pytest command in favor of invoke test

closes #300

1dbcae9c439d1a268717feb089351fc3c5180ac3 authored over 9 years ago
Pass partial as a kwarg for backwards compat

with Schemas that overrde _do_load

5409bdbdf5e8ca4e1b66ef8c9afe9d5818b81ccb authored over 9 years ago
Fix fields.__all__

dff3d3c1bca53d78e13c98737db97f746d3c5796 authored over 9 years ago
Clarify that validation only happens on deserialization

See https://github.com/marshmallow-code/marshmallow/issues/292#issuecomment-146239983
Also #295

28ecfcfa3fafb88301adfc9f7615ad9b0332aa8a authored over 9 years ago
Remove passing strings to required and allow_none

Also document how to customize error messages

ref #73

f384881eb867437c747788c66cb6b40e3c90a02a authored over 9 years ago
Remove Query and QuerySelect

ref #73

09b17ce3d9aa7e0ccfd8ea8f03be525dad40ea09 authored over 9 years ago
Merge branch '2.1-line' into dev

f6d4d2d21e54ccb717b16cfcb086edc434d0da8a authored over 9 years ago
Bump version and update changelog

04d3f84152d262bdd70e2964f97d5729bda785c8 authored over 9 years ago
Update changelog

8ebc76a80fa050605afbbed1d435248b7859a9e1 authored over 9 years ago
Merge pull request #293 from taion/partial-deserialize

Add support for partial loading

d171ad8f3887b76c8d967dabc7e3207474f052a2 authored over 9 years ago
Add support for partial loading

0870caaa063c9a1c4d947db37dda7394971118c1 authored over 9 years ago