- Apr 26, 2022
-
-
Pavel Kácha authored
-
- Apr 25, 2022
-
-
Pavel Kácha authored
-
Pavel Kácha authored
-
- Mar 08, 2022
-
-
Václav Bartoš authored
-
- Feb 24, 2022
-
-
Pavel Kácha authored
-
Pavel Kácha authored
Revert shebang python executable name from python3 back to python. World is not yet ready for this change.
-
- Feb 23, 2022
-
-
Pavel Kácha authored
-
- Feb 22, 2022
-
-
Radko Krkoš authored
-
- Feb 18, 2022
-
-
Pavel Kácha authored
-
- Feb 01, 2022
-
-
Pavel Kácha authored
-
- Jan 10, 2022
-
-
Pavel Kácha authored
-
Pavel Kácha authored
-
Pavel Kácha authored
-
Pavel Kácha authored
-
Pavel Kácha authored
-
Pavel Kácha authored
-
Pavel Kácha authored
-
- Jan 07, 2022
-
-
Pavel Kácha authored
-
- Dec 08, 2021
-
-
Pavel Kácha authored
-
- Nov 28, 2021
-
-
Václav Bartoš authored
-
- Nov 26, 2021
-
-
Václav Bartoš authored
-
- Sep 16, 2021
-
-
Václav Bartoš authored
-
- Sep 02, 2021
-
-
- Aug 25, 2020
-
-
Rajmund Hruška authored
-
- Aug 11, 2020
-
-
Pavel Kácha authored
-
- Aug 15, 2019
-
-
Pavel Kácha authored
-
- Nov 23, 2018
-
-
Radko Krkoš authored
* Needed to correctly support UTF-8 ReadableSTR decoding on Py3
-
Radko Krkoš authored
-
Radko Krkoš authored
* Introduced in 5f2e50a0 * Caused the POST payload to be always ignored, breaking the function completely. * Great job finding and debugging this, Honza Žerdík.
-
- Aug 28, 2018
-
-
Radko Krkoš authored
-
Radko Krkoš authored
Fixes wrong references in embedded (dict in dict) class variables outside the class variable definition context, for redefined inherited class variables.
-
- Aug 20, 2018
-
-
Radko Krkoš authored
Aimed mainly at web method invocation (similar to warden_curl_test.sh from warden_client) and some command line interface commands.
-
Pavel Kácha authored
Shuffle directories and filenames to get rid of historic cruft and to better reflect contrib/production status
-
Pavel Kácha authored
-
- Aug 16, 2018
-
-
Pavel Kácha authored
Discontinuing Warden2 branch. All hails to the team behind it as it stood for a defining ground and exploration space for 3rd Warden incarnation. Kudos and RIP.
-
* The warn() variant was never documented and was deprecated in Py3.3. * Correct variant warning() worked in all Python versions since logging module inclusion. Details: https://bugs.python.org/issue13235 Signed-off-by:
Pavel Kácha <ph@cesnet.cz>
-
* WSGI specification is loosely defined, some servers (nginx, wsgi_ref, ...) would hang if no payload was present and CONTENT-LENGTH was missing. * We now implement the correct (more strict) behaviour on application part according to specification. Signed-off-by:
Pavel Kácha <ph@cesnet.cz>
-
Signed-off-by:
Pavel Kácha <ph@cesnet.cz>
-
- Aug 09, 2018
-
-
* No longer silently accept pattern 'a@b@c', otherwise stay compatibile. * Valid patterns are: 'user@fqdn', '<user@fqdn>', 'user <user@fqdn>', 'user surname <user@fqdn>', no Unicode support, multiple e-mails separated by comma are allowed. * Replace email.utils.parseaddr() with extended regular expression. * Remove import email.utils as no other users exist. Signed-off-by:
Pavel Kácha <ph@cesnet.cz>
-
Signed-off-by:
Pavel Kácha <ph@cesnet.cz>
-