- 07 Feb, 2019 1 commit
-
-
Samuel Trégouët authored
-
- 06 Feb, 2019 4 commits
-
-
Simon Chabot authored
-
Samuel Trégouët authored
sometimes webob (or cgi) decide that json field content should be BufferedRandom and not BytesIO in this case we cannot use getvalue method
-
Samuel Trégouët authored
-
Denis Laxalde authored
-
- 21 Dec, 2018 1 commit
-
-
Nsukami Patrick authored
- move cube files to new cube folder - update setup.py, MANIFEST.in, __pkginfo__.py
-
- 11 Jun, 2018 6 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
The ValueError only concerns json.loads() call.
-
Denis Laxalde authored
This is the same logic as in 59eab509372e which handled the non-multipart case. Since this multipart requests mode had no test coverage, we add a test for it. Notice that this is the mode used by cwclientlib's rqlio().
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 04 Jun, 2018 6 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
This is expected by CubicWebPublisher. We use request's encoding to encode the JSON value.
-
Denis Laxalde authored
In Python3, json.load() only accepts text content. So we decode _cw.content's value using request's encoding before passing it to json.load(). As a consequence of using .getvalue() on BytesIO (content is a BytesIO), we no longer need to .seek() after reading the content.
-
Denis Laxalde authored
The "json" name in cubicweb.utils is just the "json" module from stdlib. Make this explicit.
-
Denis Laxalde authored
-
Denis Laxalde authored
We replace CubicWebServerTC, which uses Twisted, by CubicWebWsgiTC. In particular, the latter will work on Python 3 whereas this is not supported in the former.
-
- 02 Feb, 2018 8 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
This is needed to make the project installable with Python 3 (which will be used by tox by default). Closes #17047898.
-
Denis Laxalde authored
Related to #17047898.
-
Denis Laxalde authored
Related to #17047898.
-
Denis Laxalde authored
-
Denis Laxalde authored
Drop useless stuff and make the file flake8-compliant. Related to #17047898.
-
Denis Laxalde authored
-
- 19 Jan, 2017 1 commit
-
-
David Douard authored
Related to #17047898.
-
- 02 Feb, 2018 1 commit
-
-
Denis Laxalde authored
Which includes a lower bound for python-requests so that we can drop the "skip" in tests. Also avoid usage of lgc.testlib. Closes #17047815 by filling test dependencies in tox.ini.
-
- 22 Dec, 2017 1 commit
-
-
Adrien Di Mascio authored
otherwise new-style cube won't be able to find the resource
-
- 06 Dec, 2017 1 commit
-
-
Philippe Pepiot authored
Use pybuild
-
- 01 Jul, 2015 1 commit
-
-
Julien Cristau authored
-
- 01 Sep, 2016 1 commit
-
-
Denis Laxalde authored
-
- 02 Sep, 2016 1 commit
-
-
David Douard authored
And add a commit() during setUp.
-
- 18 Feb, 2016 2 commits
-
-
Adrien Di Mascio authored
-
Samuel Trégouët authored
due to conflict on permission with filesystem package (on centos 7)
-
- 23 Jun, 2015 5 commits
-
-
David Douard authored
-
David Douard authored
-
David Douard authored
-
David Douard authored
-
David Douard authored
but exec it's content, see: https://packaging.python.org/en/latest/single_source_version.html
-