- 08 Jul, 2022 2 commits
-
-
Ben Finney authored
Some of the command-line options change the behaviour such that positional arguments are ignored. The program should not expect positional arguments in this condition.
-
Ben Finney authored
The presence of an option does not avoid the requirement for a positional argument. So we enhance the test case to ensure the program exits with a failure in this condition too.
-
- 01 Jul, 2022 3 commits
-
-
Ben Finney authored
-
Ben Finney authored
-
Ben Finney authored
-
- 22 Jun, 2022 18 commits
-
-
Ben Finney authored
-
Ben Finney authored
-
Ben Finney authored
-
Ben Finney authored
-
Ben Finney authored
-
Ben Finney authored
-
Ben Finney authored
-
Ben Finney authored
-
Ben Finney authored
-
Ben Finney authored
-
Ben Finney authored
-
Ben Finney authored
The positional arguments are not in an obvious order, and keyword arguments are not available. We need to carefully construct the exceptioninstance using the arguments in the sequence expected for the standard exception classes, to get the right parameters parsed.
-
Ben Finney authored
-
Ben Finney authored
-
Ben Finney authored
The handling of user configuration file will soon change, so we need a separate test case function for that.
-
Ben Finney authored
We will soon be introducing multiple possible file paths for the user configuration, so this one needs a more specific name.
-
Ben Finney authored
-
Ben Finney authored
-
- 21 Jun, 2022 2 commits
-
-
Ben Finney authored
-
Ben Finney authored
-
- 20 Jun, 2022 1 commit
-
-
Ben Finney authored
-
- 19 Jun, 2022 3 commits
-
-
Ben Finney authored
-
Ben Finney authored
-
Ben Finney authored
-
- 26 May, 2022 3 commits
-
-
Ben Finney authored
-
Ben Finney authored
-
Ben Finney authored
-
- 26 Apr, 2022 1 commit
-
-
Ben Finney authored
-
- 25 Apr, 2022 7 commits
-
-
Ben Finney authored
-
Ben Finney authored
This method is present on `urllib.Request` instances and some users expect it.
-
Ben Finney authored
This property is present on `urllib.Request` instances and some users expect it.
-
Ben Finney authored
-
Ben Finney authored
The methods on `urllib.Request` have parameters with names that callers might expect. Change the `AuthHandlerHackAround` method parameter names to conform to those of the corresponding `Request` method parameters.
-
Ben Finney authored
-
Ben Finney authored
-