- 24 Jan, 2019 2 commits
-
-
Vincent Pelletier authored
-
Łukasz Nowak authored
Timedeltas between utcnow() and now() depend on system timezone, so they can last many hours when a few seconds is intended. The now() here was entered by mistake. /reviewed-on !5
-
- 05 Jan, 2019 1 commit
-
-
Vincent Pelletier authored
-
- 03 Jan, 2019 11 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Reduces backslash-doubling crazyness.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
...when connection is used as a context manager (which is the expected coding style anyway). If silently ignored, rollback may be incomplete if a subtransaction already committed. And if commit only happen at outmost transaction, no-undo changes could come undone if outer transaction aborts. This is currently observed in the code, so no other change is needed.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
This is used for serialisation, and there is no need for sub-second precision.
-
Vincent Pelletier authored
-
- 31 Dec, 2018 3 commits
-
-
Vincent Pelletier authored
- 405 (Method Not Allowed) response contains the list of methods allowed on current resource - all responses contain a Date header
-
Vincent Pelletier authored
Makes test a bit more readable by naming what each value is.
-
Vincent Pelletier authored
-
- 30 Dec, 2018 4 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Just call cli.manage directly to get produced exception, as it's what this part of the test is really about.
-
Vincent Pelletier authored
-
- 18 Dec, 2018 5 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
argparse.__init__'s "version" argument is for backward-compatibility with optparse, and is dropped in python3.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 14 Dec, 2018 4 commits
-
-
Vincent Pelletier authored
Make tests almost completely silent by default, while still printing output generated during corresponding test on failure. Produce more somewhat-apache-like error logs, both from httpd and wsgi errors.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Show the error message without a traceback.
-
- 13 Dec, 2018 4 commits
-
-
Vincent Pelletier authored
More consistent with address extraction.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 14 Nov, 2018 1 commit
-
-
Vincent Pelletier authored
-
- 09 Nov, 2018 2 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 05 Nov, 2018 3 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Python was unexpectedly binding utils.until to this class, causing "self" argument to be automatically generated, which is not expected by this function. Tests do not exercise this code path because they are overriding this property, precisely to check that it gets called... Also, add docstring.
-
Vincent Pelletier authored
Not sure what this is doing here. There are not any failure masked by this.
-