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
Add python 3.6 to tox
186fb7b99dff0ab718168ca2ed29b4cda170a37c authored over 7 years ago8595d1a346c0aec36fd674c4250faa44d9d7bd32 authored over 7 years ago
The `flake8: noqa` mark was skipping the whole file from linting
886e4310a56bbbf7070b1ee3a4fb9c9cb562c3a1 authored over 7 years agoCloses #537
abcc08f51b1895b2bb94c05333261da7e76ac916 authored over 7 years ago7e4208f53cd590ac59ccab3814e60271c0d97bc8 authored over 7 years ago
Fix typo in exception message in ValidatedField._validated()
48e36fa35c8019c811b0281f7b358f11ddc55173 authored over 7 years agoFix spelling mistake for test method name
bd7a9c20b98be85de8b575faba807c1037621bff authored over 7 years ago
Reported by wonderbeyond
https://github.com/marshmallow-code/marshmallow/issues/659
b21a1d8b5932ec6147a1326e2f3f3a774fcf76bb authored over 7 years ago
f91248f261a63300fa01167f1be070a6b630128d authored over 7 years ago
20f1ebf76876659ba0fe5cb76906ce8401b3a2c0 authored over 7 years ago
Use Changelog date instead of build date
b759f04a48ec56af6c34eae39b33c7637c875f85 authored over 7 years agoe773d3f1461e5da0a55c8c513ff5236b3d8baa4a authored over 7 years ago
h/t @monotaro-yasushi-masuda
closes #681
in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good.
TitleCased intead of Titlecased (typo fixed)
c0ab9bd5112c1d3fd4b08f5bdc61082a225a58b3 authored over 7 years agoe761a13b922925c79cc744fdf7a7c1ddf054cd3e authored over 7 years ago
c4879326de3ffbfd93cc18ee62424595e6e6bf78 authored over 7 years ago
reason: Before factorizing the regex, they were compiled only once,
when the class was defined. ...
6b11ea78ab7fbe319af912f9f73f6ee61dccabd4 authored over 7 years ago
8f3411a3e75685ea986637c18585286003514839 authored over 7 years ago
637f345ab3b76d10746877276fe98be3a6309f0c authored over 7 years ago
Add strict option to fields.Integer
e4a30591046680dbbfdfef3b7055a94015d0481a authored over 7 years ago
Conflicts:
AUTHORS.rst
2a6c4c031b50c1d066dbe05db6baf5ff132a84a4 authored over 7 years ago
433ba6c03306760b1c5d3bed12436525f401dd11 authored over 7 years ago
2ba5d6aa6e5ff401de0a47ac7eabc012acebf9c1 authored over 7 years ago
c7667be121042f9e732d2705ade9c5562c63582e authored over 7 years ago
97f8fd4b3fc31e6bf5fe512232ca5f824eeb8223 authored over 7 years ago
Fixed __getitem__(0)
e7ffeecc5853d95a2e5ea2fac1336406a72b6957 authored over 7 years ago8baf81301fe9c3b7acaf50117499674cf2d0546c authored over 7 years ago
cause validation error instead of rounding float and Decimal
eb6a7170c56d36f01d159b70fbfa159786ab4cb0 authored over 7 years agoFix a custom return in filter_fields method.
0d0e315544c07599049954bb992e1dccba3e5396 authored over 7 years ago5ba7db1b88022de424d605c6272a36690e761e8b authored over 7 years ago
stuff for building dash docs
848d69b1b22d03150ef7005e264b8e97d6d040a8 authored over 7 years agof6c3111c3f921b1d70f5dde9054a86d638dea750 authored over 7 years ago
5da5580db551e794f489355082340150753fc25e authored over 7 years ago
Allow Number fields to prohibit boolean values.
b7bc25eab11267266f7fc5e265270abbb86f2ca6 authored over 7 years agoc0cd7d29e2328ef27c93c848cd9bbdc223fa4a20 authored over 7 years ago
After a bunch of research, I decided to _explicitly_ special case booleans as opposed
to adding ...
e9b2a9188a12533fd57c7619f47839c8d168510b authored over 7 years ago
c9cfa44568ea2fd9163b64ff7eb360691e8fe6d6 authored over 7 years ago
This rebases and re-adds https://github.com/marshmallow-code/marshmallow/pull/576
cb56c37eb71f5f861fd37b2fdf143420c535a64c authored over 7 years ago
Because the if statement is and only string/byte objects will get to
the length statement, and s...
1e2c4bd8f49b98a81b19d126180a76a13c7b8417 authored over 7 years ago
0f0f658e9584f9dcc67f9267005805d1b1464f7a authored over 7 years ago
Also add test case for dates passed to DateTime
h/t @Timothee for his suggestions in https://gi...
be793cced00f826368dedb1b29a48555197129a9 authored almost 8 years agoMakes filter_fields method only returns fields pairs specified by `field_names`.
This will avoi...
adea5f09265f4b832fab1e34aa0646253676358f authored almost 8 years agoSee https://github.com/marshmallow-code/marshmallow/commit/ed847db552db0ac17ef7c1356eb93ad4cdc14...
d571478ed486b73960c9c15a0ce87a623f625be6 authored almost 8 years ago21dc24137343759fb2822dfa955ae62b6f6fc8f2 authored almost 8 years ago
4d98843fa9488caeb2a6b0cc52f03b40790d69f2 authored almost 8 years ago
Check for valid iso8601-format datetime strings
eb129e826960dca78c2f6b7865c3d139447f9425 authored almost 8 years ago50721b3cfad8dbc25d38e6e41f56d2ddaceeb62c authored almost 8 years ago
close #364
3331f832608340efff7028aad89cf2859c679a53 authored almost 8 years ago
It resulted in calling handle_error twice.
Also rename a poorly named variable.
addresses https://github.com/marshmallow-code/marshmallow/issues/598#issuecomment-288385697
afb1230811c6d588a18817f07a6a34e51dc7cde4 authored almost 8 years agoFixes #556
35b4ec96ffb8692b59efb796e2f6abd36b0e4713 authored almost 8 years agodf68ee4e34808ffdb7076ad98a6b9b763f119422 authored almost 8 years ago
7b53766f6b9a0dc532ddf6ffb1d14e3e1222ffbc authored almost 8 years ago
d5f37249029171e7f4f6d0c583fff6a6ddd94e0d authored almost 8 years ago
0ea2e3842beef90505ad99e4ce1af71a0e97a889 authored almost 8 years ago
Fixes #450
8d90fb9d67f74a7497437db32b0781f398e8449e authored almost 8 years agoLength(min=1) should be used to disallow empty values
See #516
cb3788637df7b27c05e306b265d039446dec4629 authored almost 8 years agoa64f5a85fd0b67ba4b4720a6b8824dd919dbb379 authored almost 8 years ago
Also fix test that was being redefined
a89be2763d79f6adc98520d3e2078d7dfffc0baf authored almost 8 years ago583e78143c9049c4bc9d07f7ba6c94a365618d00 authored almost 8 years ago
ba4c760a6fb4b13acfddecc2f52e71bbda275b22 authored almost 8 years ago
Allow duplicates in ContainsOnly
580138127163725a78580fabc8e58e9dbfc343a9 authored almost 8 years ago2c6200691dee7794b28eeb3843f990346187ed60 authored almost 8 years ago
Fixes #603
0592466d8a31fe55423200c77d44f7f6cf7ecf4e authored almost 8 years ago07c80899c542246da8e69bbff8ba7f78a2d2dd38 authored almost 8 years ago
05fb92456f877ad0f8262fca5b418c501eaf0dd2 authored almost 8 years ago
* actually allow setting Boolean truthy and falsy via kwargs
* BooleanField: explicitly wrap ...
ed847db552db0ac17ef7c1356eb93ad4cdc142ee authored almost 8 years agoThis reverts commit 25c1a1ef46a782ad44f86b9c418b2a6b2fed8461.
4a4d8ef27f3520ad06411d3f125f8f6788756983 authored almost 8 years agob8e9b1a81b76e8a50d17b90d622412d136a8ec76 authored almost 8 years ago
2888e6978bc8c409a5fed35da6ece8bdb23384f2 authored almost 8 years ago
Implement `ordered` option inheritance without breaking the API of 2.x line
84943ee25d4cda64d86014a119f5e66d2cfcabb0 authored almost 8 years agoReimplemented 3ffb74d71b5e647ddc3793f464e271a2eeb98bad for 2.x-line to avoid API breakage
25c1a1ef46a782ad44f86b9c418b2a6b2fed8461 authored almost 8 years agoa0423c0447ee4c422292d25b7dcd3a5815dff8fd authored almost 8 years ago
closes #580
19ad1ad8d69704c01062da4680644c446e3ead2f authored almost 8 years ago11abb5aba6f82259928a536ba297ef71b1e1c3ae authored almost 8 years ago
559abd9fb2a2cdb8c4eaedc8e19cea80a4096d48 authored almost 8 years ago
8fa201b718420ce141a8be7878ccc5e0459a5b33 authored almost 8 years ago
7a7c3b90247fa9e74c0ba308b850bd3b438e19e7 authored almost 8 years ago
dc78c0305d7d2e350d3500266c862e344d067064 authored almost 8 years ago
Inherit ordered schemas when Meta is defined
6a064d98351f219d9439f2d15f9539ddbeb53ce2 authored almost 8 years ago3ffb74d71b5e647ddc3793f464e271a2eeb98bad authored almost 8 years ago
Closes #352
Also addresses #596
596015ad86676c74a11879c88a2aa69e91b0d40c authored almost 8 years ago
606b8855bd142e17e7b307a9645a5ae7d7e6761b authored almost 8 years ago
30459a36910e05118c5ac356214e42bdf6bbb5b3 authored almost 8 years ago
a9cccbdf6a9f58378cca4461b147c9e3effa1716 authored almost 8 years ago
71da74b5e1554491bf21e18449e2a50993a7a04a authored almost 8 years ago
Fix ordered schema support for inherited fields
35fdf587f88526b71a4f98c46d2efd073230cf7e authored almost 8 years ago82c327ee38b32a3ba0d50b1b70c4fe267c091517 authored almost 8 years ago
c411bd590216e832017acdf39534caafc96cd97a authored almost 8 years ago
Minor code refactoring
88f84825a4a6ad270d0df273e332d8aad87fed9c authored almost 8 years ago09bffd6186111ea3ca58d98a1e31536e1c9f84b6 authored almost 8 years ago
3f4d517fb3720e27e8cacbb72823f1cacb13ece2 authored almost 8 years ago
c7612f465b9b56a9c309179a7914f5c6b41100db authored almost 8 years ago