Commit graph

  • 79070b2239
    Merge 40b9fd422b into 776f23fee5 dave-shawley 2021-11-10 11:54:20 +0000
  • 40b9fd422b
    Add distribution pipeline action. Dave Shawley 2021-11-10 06:50:05 -0500
  • fbe6229924
    Advertise support for Python 3.10 Dave Shawley 2021-11-05 07:21:12 -0400
  • 42bc4c9292
    Add support for encoding namedtuples as tuples Dave Shawley 2021-11-05 07:20:10 -0400
  • f5725ac6dd
    Add support for encoding array.array instances Dave Shawley 2021-11-05 06:57:35 -0400
  • b15f131df1
    Add support for encoding pathlib.Path Dave Shawley 2021-11-04 07:15:34 -0400
  • c2c2408786
    Remove usage of annotations future. Dave Shawley 2021-10-28 09:24:53 -0400
  • 680f4d8a45
    Add type_info.JsonDumpable. Dave Shawley 2021-10-27 14:30:39 -0400
  • e01bc1889d
    Add support for encoding ipaddress.IPv4/6Address Dave Shawley 2021-10-27 14:24:16 -0400
  • 1fb8dff9e2
    Add support for encoding dataclasses. Dave Shawley 2021-10-27 14:02:17 -0400
  • be5eb94cbf
    Add support for encoding decimal.Decimal as float. Dave Shawley 2021-10-05 14:43:02 -0400
  • 65d6693d62
    Rename some type aliases. Dave Shawley 2021-10-05 14:36:54 -0400
  • 776f23fee5
    Merge pull request #43 from dave-shawley/form-encoding master Andrew Rabert 2021-10-27 11:21:08 -0400
  • 675ffbdf98
    Change form encoder to default to stringify. Dave Shawley 2021-10-15 07:18:01 -0400
  • 7f03f29175
    Accept encoding options in FormUrlEncodingOptions. Dave Shawley 2021-10-14 07:58:04 -0400
  • 198e73b6ef
    Implement form encoding of sequence values. Dave Shawley 2021-10-14 07:51:32 -0400
  • 1fe22df719
    Gracefully handle transcoder encoding failures. Dave Shawley 2021-10-14 07:06:07 -0400
  • 2df3aade3c
    Improve documentation for FormUrlEncodedTranscoder. Dave Shawley 2021-10-14 07:03:59 -0400
  • ee66c5cadb
    Optimize the URL encoding inner loop. Dave Shawley 2021-10-13 06:49:07 -0400
  • 25ec09972c
    Add uuid support to FormUrlEncodedTranscoder. Dave Shawley 2021-10-09 07:48:44 -0400
  • 4fd3864c04
    Rejected serialization of non-pair sequences. Dave Shawley 2021-10-08 07:50:06 -0400
  • e99d41a8b4
    Refuse to serialize None, True, False. Dave Shawley 2021-10-08 07:03:14 -0400
  • 3aa08b7435
    Implement serialization of primitive values. Dave Shawley 2021-10-08 06:53:41 -0400
  • 716bff0d7f
    Add application/x-www-formurlencoded transcoder. Dave Shawley 2021-10-07 06:44:38 -0400
  • 4dbc74076d
    Merge pull request #41 from dave-shawley/add-typing Kevin Vance 2021-10-05 10:22:49 -0400
  • 2047fe8d16
    Increase test coverage to 100% Dave Shawley 2021-10-04 07:28:06 -0400
  • 9ff5ca3781
    Fail gracefully when transcoder is missing. Dave Shawley 2021-10-02 11:44:57 -0400
  • d605acb5b7
    Deprecate not configuring a default content type. Dave Shawley 2021-10-02 11:26:26 -0400
  • 4dd46eda5b
    Return 406 Not Acceptable appropriately. Dave Shawley 2021-10-02 10:36:19 -0400
  • 25ba46e960
    Fix build badge in README. Dave Shawley 2021-10-01 08:36:51 -0400
  • 36244966e4
    Subtly prefer add_transcoder in docs. Dave Shawley 2021-10-01 08:36:25 -0400
  • 4a0ca5e390
    Documentation updates for typing. Dave Shawley 2021-10-01 08:35:10 -0400
  • acc0a1db14
    Add type annotations. Dave Shawley 2021-09-18 08:38:51 -0400
  • a528661c98
    Merge pull request #40 from dave-shawley/code-formatting Andrew Rabert 2021-09-19 13:09:25 -0400
  • de43997df5
    Reformat using yapf. Dave Shawley 2021-09-18 08:38:51 -0400
  • 211d6cb97c
    Merge pull request #39 from dave-shawley/fix-nspkgs dave-shawley 2021-09-19 09:56:58 -0400
  • 9d3e53b060
    Fix namespace packaging. Dave Shawley 2021-09-19 09:43:21 -0400
  • d5094e00f5
    Merge pull request #38 from dave-shawley/rtd-build dave-shawley 2021-09-17 08:12:57 -0400
  • cc08f7b2fd
    Remove nose configuration. Dave Shawley 2021-09-17 08:10:35 -0400
  • d5d2259ffd
    Build the documentation in CI. Dave Shawley 2021-09-17 08:09:15 -0400
  • 026fd87e82
    Add readthedocs configuration file. Dave Shawley 2021-09-17 07:46:48 -0400
  • f186c6bf1a
    Merge pull request #31 from dave-shawley/metadata Andrew Rabert 2021-09-16 10:58:42 -0400
  • 7472c399fb
    Lint ignore some of the weird stuff in __init__. Dave Shawley 2021-09-16 07:58:21 -0400
  • e26a94778b
    Using sphinx-rtd-theme locally as well. Dave Shawley 2021-09-15 06:58:21 -0400
  • 118c610d3c
    Bump copyright date in documentation. Dave Shawley 2021-09-15 06:36:38 -0400
  • 61ac443c17
    Remove travis-ci control file. Dave Shawley 2021-09-14 07:58:20 -0400
  • 775991eb9f
    Move requirements into setup.cfg. Dave Shawley 2021-09-13 07:47:48 -0400
  • e9e5f25925
    Move metadata from setup.py into setup.cfg. Dave Shawley 2021-09-13 07:42:26 -0400
  • 10825d29fa
    Merge pull request #37 from dave-shawley/contributing-docs dave-shawley 2021-09-16 09:49:22 -0400
  • 13d90516ab
    Stitch CONTRIBUTING back into the doc set. Dave Shawley 2021-09-16 09:29:04 -0400
  • f725e16aee
    Increase visibility of docs/contributing.rst. Dave Shawley 2021-09-16 09:27:58 -0400
  • d1a4511955
    Remove codecov token from GitHub action. Dave Shawley 2021-09-14 07:53:11 -0400
  • 5712c36217
    Merge pull request #30 from dave-shawley/updates Ryan Mclean 2021-09-13 07:35:34 -0400
  • 85686397d6
    Update testing.yml dave-shawley 2021-09-13 06:52:56 -0400
  • 9df7604012
    Update testing.yml dave-shawley 2021-09-13 06:50:04 -0400
  • 9993a81e51
    Add first draft of Github CI pipeline. Dave Shawley 2021-09-12 09:43:28 -0400
  • 77ecc36026
    Enforce 95% code coverage, Dave Shawley 2021-09-12 18:23:22 -0400
  • 665eb71436
    Seperate linting requirements. Dave Shawley 2021-09-12 09:42:16 -0400
  • c6551e8024
    Stop using the tornado reloader in tests. Dave Shawley 2021-09-12 09:41:32 -0400
  • 66f3bfbca3
    Bump LICENSE date. Dave Shawley 2021-09-12 09:21:13 -0400
  • 3a6b98eb1c
    Update development toolchain. Dave Shawley 2021-09-12 09:20:47 -0400
  • 9ab953ed23
    Use extlinks for changelog. Dave Shawley 2021-09-12 09:19:59 -0400
  • f6f84bdd2c 3.0.4: Reject invalid Content-Type headers. 3.0.4 Dave Shawley 2020-11-02 09:21:08 -0500
  • 457dc178f3
    Merge pull request #29 from dave-shawley/handle-bad-content-type Ryan Mclean 2020-10-29 17:17:22 -0400
  • 21c6cb73fe Invalid content-type --> 400 Bad Request. Dave Shawley 2020-10-29 13:50:33 -0400
  • cd4edf3f98 Switch to 3.8 in travis. 3.0.3 Dave Shawley 2020-09-14 08:20:21 -0400
  • 86d14f962b Update to newest sphinx. Dave Shawley 2020-09-14 08:20:06 -0400
  • 70c679c156 Run test suite with unittest runner. Dave Shawley 2020-09-14 08:19:36 -0400
  • 5755792959 3.0.3: Preparing for Python 3.9. Dave Shawley 2020-09-14 07:53:58 -0400
  • 666624d2bf
    Merge pull request #28 from nvllsvm/depre dave-shawley 2020-09-14 07:35:41 -0400
  • f7683262f8 Use non-deprecated collections.abc See https://docs.python.org/3.9/whatsnew/3.9.html#you-should-check-for-deprecationwarning-in-your-code Andrew Rabert 2020-07-14 10:03:16 -0400
  • 5495cb3228
    Merge pull request #27 from dave-shawley/backport-26 2.2.3 rel_2 dave-shawley 2020-05-04 17:09:56 -0400
  • 64f707fa23 Admit that it is now 2020. Dave Shawley 2020-05-04 17:06:18 -0400
  • c695e6ceb5 Backport #26 Dave Shawley 2020-05-04 17:06:01 -0400
  • 3dadd00c64 Metadata bumps for 3.0.2. 3.0.2 Dave Shawley 2020-05-04 16:55:22 -0400
  • 1d9ccad27c
    Merge pull request #26 from sprockets/update-log-level dave-shawley 2020-05-04 16:49:50 -0400
  • 0b54131f65
    Change log level on decode failure log amberheilman 2020-05-04 16:46:51 -0400
  • 1377e51e72 Replace u-msgpack-python with msgpack-python u-msgpack-python is pure python and slow. msgpack-python is much faster https://gist.github.com/nvllsvm/70ccd9ce5170571ad16e715a79244429#gistcomment-3208263 Andrew Rabert 2020-03-11 11:38:29 -0400
  • b30cafa897 Replace u-msgpack-python with msgpack-python u-msgpack-python is pure python and slow. msgpack-python is much faster https://gist.github.com/nvllsvm/70ccd9ce5170571ad16e715a79244429#gistcomment-3208263 Andrew Rabert 2020-03-11 11:38:29 -0400
  • d471bd2a8b Add mypy to testing requirements. Dave Shawley 2020-02-07 07:23:41 -0500
  • 9ca1371335 Switch to the readthedocs theme. Dave Shawley 2020-02-05 07:49:57 -0500
  • ea1a133031 Add param and return types to *some* docstrings. Dave Shawley 2020-02-04 07:57:37 -0500
  • d7cd29a766 Clean up documentation. Dave Shawley 2020-02-03 07:34:36 -0500
  • 995d151164 Add PEP-484 type annotations and tests. Dave Shawley 2020-01-19 09:21:35 -0500
  • b6cae1b030 Clean up a few things. Dave Shawley 2020-01-18 05:46:25 -0500
  • 0caf0d7511 Fix documentation. Dave Shawley 2020-01-20 07:44:31 -0500
  • 65ff75ccc6 Get test coverage to 100%. Dave Shawley 2020-01-17 06:12:14 -0500
  • fa3970223a Let YAPF work its magic. Dave Shawley 2020-01-15 08:04:35 -0500
  • be3f8ab622 Update dev & test requirements Dave Shawley 2020-01-15 07:56:10 -0500
  • e40449b632 Fix docs Andrew Rabert 2019-08-30 16:10:08 -0400
  • c034e04f67
    Merge pull request #22 from gmr/tornado6 3.0.1 dave-shawley 2019-03-05 14:29:01 -0500
  • 03aeb58f8d Ignore flake8 errors since it has to pass now Gavin M. Roy 2019-03-05 09:41:19 -0500
  • cdd56e6e06 Forgot the link definition Gavin M. Roy 2019-03-05 09:36:06 -0500
  • 7da331464b Support Tornado 6, remove setuptools_scm Gavin M. Roy 2019-03-05 09:32:00 -0500
  • 5079ed1b06 Fix typo Andrew Rabert 2018-12-04 23:52:54 -0500
  • 1a300dea34 Rename to match package name Andrew Rabert 2018-12-04 23:24:06 -0500
  • 875dc0beb5 Release version 3.0.0 3.0.0 Andrew Rabert 2018-12-04 23:20:05 -0500
  • 17c73b2309 Fix RTD (again) Andrew Rabert 2018-12-04 23:13:52 -0500
  • 6387f4562a Fix RTD Andrew Rabert 2018-12-04 23:13:21 -0500
  • d604823173 Remove Python < 3.7 from travis Andrew Rabert 2018-12-04 23:09:32 -0500