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

Fixed typo that should be "at"

5d97630312ffe52ad66d237629791f38f6752ec1 authored almost 8 years ago
Bump version and update changelog

39372bfc9fe73601ca5e4fe5c7a1d3a56921fc0e authored almost 8 years ago
Drop support for Python 3.3

d8b4c9173dc8c98dea3ce28f6423d09f09a47949 authored almost 8 years ago
Add upgrading guide for 3.0 and update installation command

3116b610eff17a43f2c5e933e7d6e9279dba8bea authored almost 8 years ago
Merge pull request #587 from dnguyen0304/dev

Fixed typo that read be "at"

872906b22b06708943e8fa439f50ec22195e669e authored almost 8 years ago
Fixed typo that should be "at"

cf3035b88a355048c445dfbefd575f9becec9efc authored almost 8 years ago
Update changelog

8d89e73843c376efe072752c980b4f6ea70e3a67 authored almost 8 years ago
Merge branch 'dev' into 3.0

8660ba62dc251e978ecc99e53c16b86d8c792247 authored almost 8 years ago
Don't call attributes unconditionally

closes :issue:`430`

reverts #242

d9dbae14b8007368ee6d83c1871ceacd58bad9b5 authored almost 8 years ago
Add regression test for #395

...and fix some errors found by flake8

a6b3324d2b7cfa1502ffa3c4897234cc4ff53364 authored almost 8 years ago
Method and Function fields don't swallow AttributeErrors

closes #395

54f731d02a841300cc41627254d318e60310b3fd authored almost 8 years ago
Bump version and update changelog

380f72957a1d9627910412024cdf80bc3c0b6a00 authored almost 8 years ago
Merge branch 'dev' into 3.0

e63023b7bed2f6d20ab7ac9d730144bca916a8b2 authored almost 8 years ago
Bump dev version; update changelog; add @rowillia to AUTHORS

4457426e7447195e5b390605ec90349b81ded507 authored about 8 years ago
Merge pull request #577 from rowillia/small_dump_optimizations

Make a series of small optmizations for dumping objects

e727eca34fe076d8580101fa212e51583ff1b91a authored about 8 years ago
Bump version; update changelog; update docs for root

0df98914a4354879fc9b17643c1baab1a0c14715 authored about 8 years ago
Add regression test for #578

fe3d6e14c6badf32c14d09d692c121f97a653cf8 authored about 8 years ago
Fix Nested field root method

Makes root method in Nested field not return itself but None if the field isn't a schema

8f356cec71126d02df0014dd7797ecb5522e47e2 authored about 8 years ago
Make a series of small optmizations for dumping objects

These optimizations are fairly small, a 5-10% win on the benchmark, but when
jitting serializers...

fe5469998a6f1f297f8c85acfba8c48ff7bc3d7d authored about 8 years ago
Bump version and update changelog

fc2cab0db25de177fcd07764d5d146043230d3f7 authored about 8 years ago
Fix deeply nested list error in load and dump only (#575)

4db911d204b7aa333bb2b54bc4dc41064ea4d74b authored about 8 years ago
Bump version and update changelog

30bf99daba289f1e7d139c15aeb663c372d00c90 authored about 8 years ago
Add test for #574 and update changelog

55e432c8cb01bbf9b822be8cce9b75b9cb392627 authored about 8 years ago
Merge pull request #574 from mosquito/feature/url-schemes

Ability to pass schemes into fields.Url

13a275964506d8aa4d9d57ce256887f4e9895459 authored about 8 years ago
Merge branch 'dev' into feature/url-schemes

527f43b26d473187db0d56e77fe090023d67461e authored about 8 years ago
Bump dev version and update changelog

b9ac5ffebd8e9fc6faf6ee740d6f322dfeec7f36 authored about 8 years ago
[fea] ability to pass schemes into fields.Url

8d748b81b1976140dbd9e5c7767c40c5cac47df4 authored about 8 years ago
Merge pull request #572 from YuriHeupa/deeply-nested-load-dump-only

Allow deeply nested load and dump only

29bd6bf10b91c5696b043e474c489717113dfeef authored about 8 years ago
Allow deeply nested load and dump only

4ac8dfd8c561d50050f355235645d1b5b29169b4 authored about 8 years ago
Bump version and update changelog

53293df3d8776f9ba8b1bbc8bd5f2153e3127467 authored about 8 years ago
Merge pull request #569 from podhmo/dev-strict-overidable

strict value is overidable, in all case. (especially, __init__(strict=False), and Meta.strict=T...

3c1f482370296aabd7007bd78d4a489e7cf05065 authored about 8 years ago
Add @podhmo to AUTHORS

71c5a28d33f68abf788115fd7bb33148b44d52a6 authored about 8 years ago
Bump version and update changelog

95a13f7273edd63119f47fb92bdad517be42fe7d authored about 8 years ago
Merge branch 'chores' into dev

1e40ac0f643ea81896a727afc90b4a61dc69cc3a authored about 8 years ago
Update license year and test against Python 3.6

37ba156239fd8b17e43252a991bd804677bb6b81 authored about 8 years ago
Update donate URL

8dc185678034197d867068acc2a7e99b523eabec authored about 8 years ago
Allow strict is overidable (with strict=False)

76ea7bad1be7789fc5bf195d53387e9e0804cd60 authored about 8 years ago
Add test for strict option

c13b7a300cdbe2ea5db63f17a1778ae9bdb84484 authored about 8 years ago
Merge branch '2.10-line' into dev

7d42ec7436da87a174704ab6648954756c5c0037 authored about 8 years ago
Bump version

4e29d900bbe0fb06b16a7c4c44b81b8633f81274 authored about 8 years ago
Update changelog and add @jbasko to AUTHORS

41a795c8bcc18652624619c33413f8fdbd14635a authored about 8 years ago
Merge pull request #564 from jbasko/fix-error-kwargs

Error kwargs reset on schema on dump/load

72b5c9d5e6b9ec254df3e2de5e68a2770c02869a authored about 8 years ago
Fixes issue when user-defined kwargs on ValidationError aren't reset and kwargs for each new ValidationError are a merge of all previous kwargs.

8190f49681ab2c7c73b58b9f9ecb9b1540655634 authored about 8 years ago
Merge branch '2.10-line' into dev

9ef70ef8e0dfd34b2a957e406e6f1cbe5af5428a authored about 8 years ago
Remove duplicate entry in AUTHORS

544b17879726292e580ed4a0809c8ffa0db614fc authored about 8 years ago
Update changelog

9a04b89d6341f94f097730fdb39110209509291e authored about 8 years ago
Better example of check_unknown_fields validator (#559)

* Better example of check_unknown_fields validator

Include all unknown fields in the error me...

102737e35db758e66c98a4e70d8b693c552440ce authored about 8 years ago
Merge branch '2.10-line' into dev

3bf56053cfc9a97a9478e71de4a09592fc46a390 authored about 8 years ago
Add @nelfin to AUTHORS

e28634be0f8a792a014f653ed712e3c492f692ea authored about 8 years ago
Merge pull request #562 from nelfin/fix-shadowed-get_value-tests

Fix redefinition of test_utils.test_get_value()

2339bfb46cb68f8257b6492582a6b87ac9a4ce54 authored about 8 years ago
Fix redefinition of test_utils.test_get_value()

This redefinition was preventing py.test from collecting and executing
three test cases of utils...

884b381bb246215f4cd34dac2f3a31925a4c651c authored about 8 years ago
Update changelog; bump dev version; add @mindojo-victor to AUTHORS

247a2bf3b2f72f4acdbfac7539e5df0d3954fb9e authored about 8 years ago
Merge pull request #557 from mindojo-victor/dev

Automatically import `fields` module.

c0afff54443d04bd49f23491721e6d8f66919682 authored about 8 years ago
Automatically import `fields` module.

8e98a6df5b8df06413ec8d707766d906a6193e7e authored about 8 years ago
Merge pull request #552 from maximkulkin/fix-decorator-documenation-typo

Fix typo in decorator module code example. Fixes #551

e784ac09e5ba9a6c89ea4d0d9b90a9597ec4cdc9 authored about 8 years ago
Fix typo in decorator module code example

d62c0f9a99a1952a2c561ebcbee6a0446dab0472 authored about 8 years ago
Bump version and update changelog

ffbfb70c73a43b86072e8f917431ccd06a14651a authored about 8 years ago
Merge pull request #548 from sabinem/issue_540_annotations_bug

Bugfix Issue 540 type annotations

2a06ca8c9696c1769fcef83caf037c144e8739dd authored about 8 years ago
Bugfix Issue 540 type annotations

c00a71b7cf047afff8c7b1a76bfc0d44a6dd9e97 authored about 8 years ago
Merge pull request #549 from SeanBE/dev

add missing docstring for partial param

e2565a46675ff751db82d5ec7e59ceab8b4ba2ac authored about 8 years ago
add missing docstring for partial param

2539848232f77554a4b846cc24f22264ac5dc78a authored about 8 years ago
Use ctx.run in tasks

025e8dea64688c0106ae4deaccdc021bd71e58a5 authored about 8 years ago
Add caveat about passing Schema and only, et al to Nested

Closes #544

ecd53a93df47b327038423af7b6f7d0fda578211 authored over 8 years ago
Merge pull request #539 from gotgenes/fix_validates_example

Fixes missing import in validates example

b3c17a498d8bfea967b1981df345fae9f95962cd authored over 8 years ago
Fixes missing import in validates example

dc0fc7b937dba48e9d65d1991aaa159220ade789 authored over 8 years ago
Bump version and update changelog

e6ddef938b3b274a4965cad344c3864e643e6baa authored over 8 years ago
Fix serialiation of missing values when as_string=True

Bump dev version and update changelog

d81cab413e231ec40123020f110a8c0af22163ed authored over 8 years ago
Merge pull request #536 from daniloakamine/missing-param-in-doc

Missing partial attribute in docstring

cbdce5d6d7d5995135ad50cd7f93c3a3ac667f73 authored over 8 years ago
Missing partial attribute in docstring

bf0162f540f89ae50f0856a41053945f79e38919 authored over 8 years ago
Bump version and update changelog

de35b5c91c470804a434a48478cb73360d902aed authored over 8 years ago
Merge branch 'pauljz-fix-uuid-serialize-validation' into dev

6d5550869afcedff1adcb696f9aa09cd8af3c123 authored over 8 years ago
Add test for deserializing UUID objects

eb9f1646239d1405a2475162eee7e20955bfdc45 authored over 8 years ago
Update Decimal field serialization to use fixed-point notation (#534)

* Updated Decimal field serialization to use fixed-point notation.

This avoids engineering no...

b85dac1215ed058b5830a8fd257f967cad238d09 authored over 8 years ago
Fix UUID not validating on serialize

5e5f1ad65f4dc64bc286a5f57e9e7edea052c8fe authored over 8 years ago
Bump version and update changelog

fe58eb93ff34296668818dba78f3c92f264994f4 authored over 8 years ago
Upgrade to pytest 3.0.2

7f7ad63b7f1ad5ebddb46e10755bba7f3487570f authored over 8 years ago
Update changelog and add @tvuotila to AUTHORS

5b53da3970ea31b14db925d8a08c08f83e863f50 authored over 8 years ago
Merge pull request #530 from tvuotila/refactor-dump-exception

Refactor dump exception

8a1259124c7d55220421510ca220286520ccdfd3 authored over 8 years ago
Merge pull request #529 from tvuotila/feature/528-show-errors-from-nested-fields

Fix nested errors missing from dump

6ed743eade1edf80e6b2cbbb50672591c351f1fe authored over 8 years ago
Update changelog; bump dev version; add @tuukkamustonen to AUTHORS

2e354715eec522301bb0966e6a174e28e5ad8f82 authored over 8 years ago
Merge pull request #527 from tuukkamustonen/fix-equal-with-false

Fix raw False value validation

3f714f175ba1e36cd90055ec7e9f9e115b183827 authored over 8 years ago
Raise exception later

Move exception raising to the end of the method.
Makes sure that error handler(s) are called
eve...

abf2a4e7846dec5301906f02144cc49aa7c78f3e authored over 8 years ago
Fix nested errors missing from dump

Refs marshmallow-code/marshmallow#528

50d097d38753328a7814339966cd7fc9740fd2ad authored over 8 years ago
Clean code

Simplify code to have less execution paths.
Use assignment statement instead of function call.
A...

b9db916acba4be8b1ccc33ae48bcc8514be46c7a authored over 8 years ago
Fix strict ignored

Refs marshmallow-code/marshmallow#521

b7f12c5a34b3a2a470b516fb0b0e5b4c5097b31a authored over 8 years ago
Fix raw False value validation

Validator's return value is now evaluated only when using "ad-hoc" callable
(lambda, function or...

ab932a86b22481bc8174cd4b5a72b19168fc6d13 authored over 8 years ago
Merge pull request #523 from iakbar/fix-quickstart-example

Fixed error in Specifying Serialization Keys quickstart example.

09a989118cccf33cd545d981e87b7ee9522e309c authored over 8 years ago
Merge pull request #525 from iakbar/fix-extending-schemas-example

Removed unused line of code.

fa95fd17658110fab75c4652d3779e1815e46bdd authored over 8 years ago
Removed unused line of code.

1f0837864febb66cb436d8a78393e6a1d8f0807d authored over 8 years ago
Fixed error in Specifying Serialization Keys quickstart example.

605e96289144eaea33508ead2f099d709b444f0d authored over 8 years ago
Bump version and update changelog

65296412b3e7fa82df6cab48bbfd779597fc4ffa authored over 8 years ago
Document error raising in pre-/post-processing methods

ca6f98f2158276eb342ad9475882df98bea00220 authored over 8 years ago
Add @Shir0kamii to AUTHORS

70e646db95e7b2ca7484785669923ff54a399a37 authored over 8 years ago
Update changelog and bump dev version

46c1aa46c8f801a89f503fa05867cdf3c9999b21 authored over 8 years ago
Merge pull request #489 from dbertouille/post-processor-error-handling

Catch validation errors raised during post processing.

b0d863a61276b4073939f00174d6e7261e450d99 authored over 8 years ago
Catch validation errors raised during post processing.

Moved post processing before error handling.

133815fb9e900ea984f14738941a7e2b4b099477 authored over 8 years ago
Handle validation errors raised during pre_dump or post_dump hooks.

b1b8ad873f7c51bc9889c1e45d330dc21d82dbab authored over 8 years ago
Handle different ways of raising validation errors

Added a function to the validation exception to create a normalized messages dictionary.
The key...

89d33854b53c628a449ea317e1090bfd35914936 authored over 8 years ago
Handle validation errors raised during pre_load hooks.

7d391f0e719a00f3913269ef6f7f82ab4138557f authored over 8 years ago
Merge pull request #517 from Shir0kamii/patch-2

Remove useless overload

62b683fe16b6fc3a2bd8e708267f8faa24227bc6 authored over 8 years ago