Ecosyste.ms: OpenCollective

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

github.com/marshmallow-code/webargs

A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
https://github.com/marshmallow-code/webargs

Add tests for AIOHTTPParser.error_handler

To confirm that the fixed `handle_error()` works, add tests for custom
error handlers to ensure ...

78b17bd52e90217cad7d05fec6d1921832e38a98 authored about 4 years ago by Stephen Rosen <[email protected]>
Add type annotations to Parser methods

A lot of these annotations are copy-paste from the types for
AsyncParser, but there are a few od...

d39bc5efac2678fe94798ef185d67946bce8bac3 authored about 4 years ago by Stephen Rosen <[email protected]>
Merge pull request #565 from marshmallow-code/drop_webapp2

Drop webapp2 support

5bcfcc126443cca38d53e4cd38c4b9c1ba9226df authored about 4 years ago by Stephen Rosen <[email protected]>
Update CHANGELOG

95454bdd03b9e5e91215bd9fa0aae89fc27269d6 authored about 4 years ago by Jérôme Lafréchoux <[email protected]>
Drop webapp2 support

7817689706c362f4d39c6732e0a1c9bcf8ec8cb7 authored about 4 years ago by Jérôme Lafréchoux <[email protected]>
Bump version and update changelog

14faa9f4191a5cda2bbb6168890794fbef30e634 authored about 4 years ago by Stephen Rosen <[email protected]>
Merge pull request #562 from sirosen/update-changelog

Update changelog for v7.0.0b2

3b126d74a1d8151ca81af78a4acec98071f44bc0 authored about 4 years ago by Stephen Rosen <[email protected]>
Minor tweak to 7.0.0b2 changelog notes

Clarify the distinction between the two notes on FalconParser:
- define `media`
- use `media` by...

d22be9f482a3ad58e2cff6c2a64fcd43241f3f99 authored about 4 years ago by Stephen Rosen <[email protected]>
Update changelog for v7.0.0b2

d63845e0a3861102a5c2bb583c43bc93436cf4e9 authored about 4 years ago by Stephen Rosen <[email protected]>
Merge pull request #559 from sirosen/fix-async-tests

Fix async tests to not be order-sensitive

db2723149cded963074ebfd52f346c912393ac51 authored about 4 years ago by Stephen Rosen <[email protected]>
Bump flake8-bugbear from 20.1.4 to 20.11.1

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 20.1.4 to 20.11.1.
- [Relea...

72d3d8720e87edb66ce0c2d5b7f1b0025a5c90ac authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #558 from sirosen/test-minimal

Test against minimum supported framework versions

4cb3b19cb16a7717eeb0efb0a8a6000d5c63c5b5 authored about 4 years ago by Stephen Rosen <[email protected]>
Only test 'mindeps' on oldest supported python

Because old framework versions might have minimal versions which
support newer pythons, save our...

2b115b43f82b6212d49e7573e0bf0a3527c6f420 authored about 4 years ago by Stephen Rosen <[email protected]>
Bump sphinx from 3.3.0 to 3.3.1

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

2a775e340983b5d3d4a2f3a739bcee58b6ca0c55 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Minor cleanup in aiohttp tests, avoid @coroutine

asyncio.coroutine is deprecated and will be removed in py3.10 , so we
can save ourselves some tr...

c3696531e5d972c845f3a766faaac4ebcf710bf0 authored about 4 years ago by Stephen Rosen <[email protected]>
Remove 'async functions' tests as redundant

These tests are already covered by the aiohttpparser tests, they're
just another copy of several...

236aee2f5f50689be25b364a9df8c05d464e3810 authored about 4 years ago by Stephen Rosen <[email protected]>
Fix test order sensitivity

It's not possible to construct an asyncio Future (which tornado Future
aliases) without an event...

dda7b4676ee920862918aab9debf4fa75f9497f1 authored about 4 years ago by Stephen Rosen <[email protected]>
Test against minimum supported framework versions

This adds a tox factor, `mindeps`, which specifies explicitly that we
want to test with old vers...

85d121b58130866edbb5e95d006d977a6922026f authored about 4 years ago by Stephen Rosen <[email protected]>
Merge pull request #557 from sirosen/support-django-headers

Add support for headers to DjangoParser

3549e3cb82ca04e2719b59db7287eaa826dcbbd3 authored about 4 years ago by Stephen Rosen <[email protected]>
Update min django version, comment on load_headers

We now support Django 2.2.0 or later (for `HttpRequest.headers` to be
available). Even though th...

df2504472fc5c82250c84021d62ba5740ba09ec9 authored about 4 years ago by Stephen Rosen <[email protected]>
Merge pull request #555 from sirosen/falcon-media

Switch FalconParser to using 'media' by default

0b5673c5bf0ec6e24df8f0f5b24afceac72a7e01 authored about 4 years ago by Stephen Rosen <[email protected]>
Add support for headers to DjangoParser

Given the choice, use `HttpRequest.headers` rather than
`HttpRequest.META`. `headers` was added ...

58864ef1709f65eb605c4a82b46ab9ace9672512 authored about 4 years ago by Stephen Rosen <[email protected]>
Remove `--keep-mock` flag from `pyupgrade` (#556)

We aren't using the mock backport anymore, so this flag does nothing.

ccd9737cd0e5abbd6bfacd6de107b1a3da6ee394 authored about 4 years ago by Stephen Rosen <[email protected]>
Switch FalconParser to using 'media' by default

Add a new location to the FalconParser, `media` (handler is
`load_media`), and sets it as the de...

0abbdf144832679fa22f13de6c0d748534573726 authored about 4 years ago by Stephen Rosen <[email protected]>
Merge pull request #553 from sirosen/drop-3.5

Drop Python 3.5

60a4a27143b4844294eb80fa3e8e29653d8f5a5f authored about 4 years ago by Stephen Rosen <[email protected]>
Update tox.ini to remove 3.5, update ma version

Remove 3.5 from tox.ini because it's no longer supported.
Also, while we're here, switch '3.0.0r...

f2e095329beb353f8706ebcf4474e91ff25a37c4 authored about 4 years ago by Stephen Rosen <[email protected]>
Bump sphinx from 3.2.1 to 3.3.0

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

704b79587e8be7138fd75451d9b62aeafe42b533 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Drop Python 3.5

Also update pre-commit config and relevant docs.

13b403120f6612d171ffc9aee609f993a5506d23 authored about 4 years ago by Stephen Rosen <[email protected]>
Test against Python 3.9 (#552)

1aa6c4b457702180cbf1533e5a472455f8775cf3 authored about 4 years ago by Steven Loria <[email protected]>
Bump mypy from 0.782 to 0.790

Bumps [mypy](https://github.com/python/mypy) from 0.782 to 0.790.
- [Release notes](https://gith...

d7fb058612f7f2b751254d889d1ccf6b561dc1f3 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump flake8 from 3.8.3 to 3.8.4

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://g...

bc01765f8e125c627e964ae0761c43fcbdbc2afa authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fix watch-docs tox environment

Committed via https://github.com/asottile/all-repos

ff021b3c0cfcd6c1e1e53dcb87a71775be3a804a authored over 4 years ago by Steven Loria <[email protected]>
Merge pull request #545 from sirosen/minor-docfix

Minor tweak to doc on HTTP 400s

1da8a92755fbc766d4d9470164d266d1b7d05354 authored over 4 years ago by Stephen Rosen <[email protected]>
Minor tweak to doc on HTTP 400s

Add a sentence clarifying that setting DEFAULT_VALIDATION_STATUS
requires sublcassing the parser...

b72d2d50b3bd0b0cc5c77578297bded439871f4f authored over 4 years ago by Stephen Rosen <[email protected]>
Bump version and update changelog

3c214cf653e37c080b78af798188f7214bedb5a2 authored over 4 years ago by Stephen Rosen <[email protected]>
Merge pull request #544 from sirosen/location-default-unknown

[7.x] Refactor support for 'unknown' with location map

4785d3ee7ac0ef5936ecab735e7ce383aca87a9a authored over 4 years ago by Stephen Rosen <[email protected]>
Remove Parser.DEFAULT_UNKNOWN to reduce complexity

Removing this value removes a layer of defaults and potential
ambiguity from the interfaces. Doc...

205791e5f88e0c8bf55471b360626be0d37b06b5 authored over 4 years ago by Stephen Rosen <[email protected]>
Refactor support for 'unknown' with location map

This introduces a new Parser-class variable,
`DEFAULT_UNKNOWN_BY_LOCATION`, which maps location ...

8278374e8a22eceaeed0fc6ccac13c4f3c73cce4 authored over 4 years ago by Stephen Rosen <[email protected]>
Merge pull request #542 from sirosen/drop-ma2

[7.x] Remove support for marshmallow2

dab07ad30fdf0c88e8d2becc11b44645a54dd155 authored over 4 years ago by Stephen Rosen <[email protected]>
Remove support for marshmallow2

Anywhere that version dispatch was used, switch to the ma3 version of
the code. Tests skipped on...

54affe8a977e71bd3024af67406c6117d66a7e0c authored over 4 years ago by Stephen Rosen <[email protected]>
Merge pull request #541 from sirosen/errorhandler-must-reraise

[7.x] ValueError if error handler does not reraise

3391b69bba96c71d6f064a9489329bfd11059f66 authored over 4 years ago by Stephen Rosen <[email protected]>
ValueError if error handler does not reraise

In 6.x this was only a warning. Now, if someone defines an error
handler which does not raise an...

4fe8b76a9e61d708cc5040c3bb3a9fd45c1d663d authored over 4 years ago by Stephen Rosen <[email protected]>
Merge branch 'pass-unknown' into 7.0-dev

And update changelog to read 7.0.0

e62f478ae39efa55f363b389f5c69b583bf420f8 authored over 4 years ago by Stephen Rosen <[email protected]>
Bump version for development

f125042023f794960335063a898a3c767f9159ae authored over 4 years ago by Stephen Rosen <[email protected]>
Bump version and update changelog

b6a74dd81c97035ebf01c08467f37aa1f1da69b3 authored over 4 years ago by Stephen Rosen <[email protected]>
Merge pull request #537 from sirosen/fix-flask-headers

iter(MultiDictProxy) checks if contents are tuples

c9cfe4bf7fc172f20452a9cfe44825ead3d3d30e authored over 4 years ago by Stephen Rosen <[email protected]>
pre-commit autoupdate (#538)

* pre-commit autoupdate

* Add pyproject.toml; --keep-mock in pyupgrade

813eea57c1955c7d85959dbad3fa5e006ca59f80 authored over 4 years ago by Steven Loria <[email protected]>
iter(MultiDictProxy) checks if contents are tuples

Specifically in order to handle headers more gracefully,
MultiDictProxy needs to be careful abou...

0b7963fba16b174e8353420daac0f180081cbd31 authored over 4 years ago by Stephen Rosen <[email protected]>
Bump sphinx from 3.2.0 to 3.2.1

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

c8c9cc15e390641fb48f94054157addf22629858 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump sphinx from 3.1.2 to 3.2.0

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

25475ed158a45a9963f401edc71c9ac5256706f7 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #525 from sirosen/warn-if-validation-error-noerr

Add a warning if validation errors are suppressed

75b564e12fb27a136c94ad82c47603584d4cf154 authored over 4 years ago by Stephen Rosen <[email protected]>
Merge pull request #530 from marshmallow-code/dependabot/pip/mypy-0.782

Bump mypy from 0.770 to 0.782

421817fca342a38912453e4f42710df9fe9e0669 authored over 4 years ago by Jérôme Lafréchoux <[email protected]>
Bump sphinx from 3.1.1 to 3.1.2

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

c9085e9472b17557518989e940b54b39b948d875 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump mypy from 0.770 to 0.782

Bumps [mypy](https://github.com/python/mypy) from 0.770 to 0.782.
- [Release notes](https://gith...

ced37b265a03e8f150e79f3dcbc603fead924ac8 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Add a warning if validation errors are suppressed

We can't be certain that the user doesn't know what they're doing in
this case. It's conceivable...

369b323c31ca49d98fd0c139c8406bd494bcbe6b authored over 4 years ago by Stephen Rosen <[email protected]>
Bump sphinx from 3.1.0 to 3.1.1

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

6668d267fa4135cf3f653e422bd168298f2213a8 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump sphinx from 3.0.4 to 3.1.0

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

6a455eb08564724507220c2715bcc038d210115d authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump flake8 from 3.8.2 to 3.8.3

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.2 to 3.8.3.
- [Release notes](https://g...

7a2347f7c06aed6a0843bc51d67ca5fa3a29df32 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
"reStructuredText" is ONE word, not two!

https://docutils.sourceforge.io/rst.html

Committed via https://github.com/asottile/all-repos

972ffa4b6d011f58302c6d6210180fccb845df1c authored over 4 years ago by Steven Loria <[email protected]>
Fix links to rST website

Committed via https://github.com/asottile/all-repos

8e39a9e87252ffd55afc582b69f3c812e2e96b6d authored over 4 years ago by Steven Loria <[email protected]>
Bump sphinx from 3.0.3 to 3.0.4

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

856d55482be73777b8b8a47f86e9acf5f1565143 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump flake8 from 3.8.1 to 3.8.2

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.1 to 3.8.2.
- [Release notes](https://g...

cdefd737849cb5bce2a91a5c0b9b131cd8463772 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Use Python 3.8 in RTD

Committed via https://github.com/asottile/all-repos

de4b7a6334355cf2e648f7f0db9df5afb3a13e0e authored over 4 years ago by Steven Loria <[email protected]>
Use pre-commit~=2.4

Committed via https://github.com/asottile/all-repos

77d0a1c5c85078a1150feb88fcb686808dc3193b authored over 4 years ago by Steven Loria <[email protected]>
Add ability to pass `unknown` in parse calls

This adds support for passing the `unknown` parameter in two major
locations: Parser instantiati...

15ca1728ae70fb69eaa2fe14eff1374694a8d874 authored over 4 years ago by Stephen Rosen <[email protected]>
Merge pull request #512 from jaswilli/handle_error-doc

Update docs to reflect current handle_error argument names

1bad8f934a25b03067893a496980fec3baeaefff authored over 4 years ago by Stephen Rosen <[email protected]>
Bump flake8 from 3.7.9 to 3.8.1

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.9 to 3.8.1.
- [Release notes](https://g...

deaa8e56c07add69fb15fdee49a017b6d9dc97ea authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Update docs to reflect current handle_error args

8dfa74d69015fd3ce651d39827f8426cb3578e5d authored over 4 years ago by Jason Williams <[email protected]>
Bump version and update changelog

3dc331fc3984f7bee5cdccfdb307704ccd45a11f authored over 4 years ago by Stephen Rosen <[email protected]>
Merge pull request #509 from sirosen/add-delimited-tuple

Add DelimitedTuple field (ma3 only)

96dc1a6ea88d5f8ec801ff0081d25b3000720d7b authored over 4 years ago by Jérôme Lafréchoux <[email protected]>
Add DelimitedTuple field (ma3 only)

When running with marshmallow3, ma.fields.Tuple provides a basis for a
second type, similar to D...

2a63e91afbe9378e5e092f33f14280e8d92a2888 authored over 4 years ago by Stephen Rosen <[email protected]>
Remove all use of 2nd person from ugprade doc (#508)

Remove all use of 2nd person from upgrade doc

2c85a334ea59095f17a0c7fb6e6617adbf356e84 authored over 4 years ago by Stephen Rosen <[email protected]>
Bump webtest from 2.0.34 to 2.0.35

Bumps [webtest](https://github.com/Pylons/webtest) from 2.0.34 to 2.0.35.
- [Release notes](http...

68f8d83b128b199e6795583d5c4bc279a64d0cb1 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump sphinx from 3.0.2 to 3.0.3

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

402d36937d73704530d901a5b96a5e5b69cba109 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump sphinx from 3.0.1 to 3.0.2

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

8efb6851fe7053e2c7d9aa4f5cb0c37eff11d367 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump sphinx from 3.0.0 to 3.0.1

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

b930017dfaf98898969ec863fe9fcb46fafbd8c9 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #487 from marshmallow-code/dependabot/pip/mypy-0.770

Bump mypy from 0.761 to 0.770

680c783ccba35dadf13dc9dc028d8aa11424a6d1 authored over 4 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #489 from sirosen/add-upgrading-doc

Add an upgrading doc to help users switch to 6.0

616fa2e71d594b74cace82533c0eb374db80b739 authored over 4 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #498 from ugultopu/patch-1

Add URL variable parameter to flaskparser example

5b15b4ba6ec4a29718c76344d0f78a3789bf82dc authored over 4 years ago by Jérôme Lafréchoux <[email protected]>
Update AUTHORS.rst

a3e472ac20f5e15e08e7ccfa907e4b6bf021742e authored over 4 years ago by ugultopu <[email protected]>
Add URL variable parameter to flaskparser example

#497

9b112c8a9d11c3b8069f49f8a080d5cd8f370b13 authored over 4 years ago by ugultopu <[email protected]>
Merge pull request #493 from marshmallow-code/dependabot/pip/sphinx-3.0.0

Bump sphinx from 2.4.4 to 3.0.0

fcd1a24210b9cccf8ecc08ceca98e04025cfc647 authored over 4 years ago by Jérôme Lafréchoux <[email protected]>
Bump sphinx from 2.4.4 to 3.0.0

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

3206dd03f1db5429dd745ad37e1fbaea5f869c8b authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #488 from sirosen/make-multidictproxy-friendlier

Add missing doc, repr, and str for multidictproxy

1e68fd1767f2579424163a24ff2c186a292f75eb authored almost 5 years ago by Stephen Rosen <[email protected]>
Add missing doc, repr, and str for multidictproxy

- Add multidictproxy to the full API docs (it was missing)
- Add __str__ and __repr__ methods fo...

09d001466c331663e29e28721c9fd1f0a9bf3f1a authored almost 5 years ago by Stephen Rosen <[email protected]>
Fixup the 6.0 upgrading doc

Mostly per review from @lafrech, but this also fixes the pyramid
parser change doc.
`request` is...

2fd3450ff346b5565db88df3a089ba367cf73522 authored almost 5 years ago by Stephen Rosen <[email protected]>
Add an upgrading doc to help users switch to 6.0

The doc covers several issues, and explicitly is meant to address and
resolve #485.

The doc is ...

f1e876e36a4dba091a15f6ad8fe52fe63618e7a6 authored almost 5 years ago by Stephen Rosen <[email protected]>
Merge pull request #486 from LefterisJP/fix_location_docs

Fix location argument name for docs

6d72cb140974ca80de3e60fff5f6e4d49eaf1425 authored almost 5 years ago by Stephen Rosen <[email protected]>
Add Lefteris Karapetsas to AUTHORS.rst

bb4db48a698130f506f770fcb07f8e0411d483ca authored almost 5 years ago by Lefteris Karapetsas <[email protected]>
Bump mypy from 0.761 to 0.770

Bumps [mypy](https://github.com/python/mypy) from 0.761 to 0.770.
- [Release notes](https://gith...

90214611d8ed10afa44d2441122f8c0c1dafedc2 authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fix location argument name for docs

It seems that the location argument name is wrong in the docs:
https://webargs.readthedocs.io/en...

281505a3c49b135fd0f5b2c00580c2e2e8293dae authored almost 5 years ago by Lefteris Karapetsas <[email protected]>
Bump sphinx from 2.4.3 to 2.4.4

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

9ac7ae55fd71d496859d19801b173da91319894d authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fix README example

c73b23404f51b7752fbec822e52b7907e132c6f3 authored almost 5 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #482 from timgates42/bugfix/typo_object

Fix simple typo: objec -> object

377fb641e7a7ebf9ec44a08df5b1507e659a3133 authored almost 5 years ago by Jérôme Lafréchoux <[email protected]>
Update AUTHORS.rst

f5305805b471b36311981acf043158bd6eba2ad4 authored almost 5 years ago by Tim Gates <[email protected]>
Fix simple typo: objec -> object

Closes #481

3776d62df6f3766becd819389d61700316b20222 authored almost 5 years ago by Tim Gates <[email protected]>
Bump version and update changelog

bfcdf0443726c9eabe7f32d260bb587c109abfc8 authored almost 5 years ago by Stephen Rosen <[email protected]>
Merge pull request #478 from marshmallow-code/pylint

Minor refactors and pylint fixes

3020476f725280f3004abf6444a2b6230dd0af01 authored almost 5 years ago by Stephen Rosen <[email protected]>
Update CHANGELOG

97f2d8e86ed270527bda94c2da98fdc34a07bb81 authored almost 5 years ago by Jérôme Lafréchoux <[email protected]>
Factorize _update_args_kwargs logic in Parser

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