- Feb 19, 2023
-
-
Adam Williamson authored
Issue #290 gives an example of a wiki with protected pages whose protection definitions have no 'expiry' key at all. This seems strange and, on a quick through the mediawiki code, difficult to achieve, but since there's a live site out there that does it, and mediawiki *does* seem to have at least some code to handle such cases (e.g. how the expiry shows as 'indefinite' in the page information), let's handle it too, by representing this as None. Signed-off-by:
Adam Williamson <awilliam@redhat.com>
-
- Feb 17, 2023
-
-
Adam Williamson authored
Add/Update some documentation
-
- Feb 16, 2023
-
-
Marc Troelitzsch authored
-
Marc Troelitzsch authored
-
- Feb 15, 2023
-
-
Adam Williamson authored
Document how to connect using a proxy
-
Marc Troelitzsch authored
-
- Feb 10, 2023
-
-
Adam Williamson authored
Add mime to imageinfo
-
Mitar authored
-
Adam Williamson authored
Add move_subpages, ignore_warnings to page.move
-
RheingoldRiver authored
-
Adam Williamson authored
Improve and fix Site.expandtemplates
-
KasparNagu authored
-
KasparNagu authored
-
Waldir Pimenta authored
Fix tests
-
Adam Williamson authored
It seems that pytest-cov does not collect any coverage without this file. Signed-off-by:
Adam Williamson <awilliam@redhat.com>
-
Adam Williamson authored
This fails at least when run via tox on current Fedora, flake8 tries to parse the # as a directive and chokes on it. Signed-off-by:
Adam Williamson <awilliam@redhat.com>
-
Adam Williamson authored
`clientlogin()` does `self.require(1, 27)`, which needs the site instance's `version` attribute to be set, but this is usually done by `site_init()`, which is mocked out in the tests. We can fix the problem by just manually setting a sufficiently high version in the tests. Signed-off-by:
Adam Williamson <awilliam@redhat.com>
-
Adam Williamson authored
This is a missing bit of the CI enablement, per https://github.com/ymyzk/tox-gh-actions . I hope this will make the Python 3.6 tests run properly. Signed-off-by:
Adam Williamson <awilliam@redhat.com>
-
Adam Williamson authored
This drops the travis-ci config and adds config for running tests via tox in Github Actions. It also updates the list of envs in tox.ini for recent Python 3 versions. Signed-off-by:
Adam Williamson <awilliam@redhat.com>
-
- Sep 26, 2021
-
-
依云 authored
-
- Sep 22, 2021
-
-
Dylann Cordel authored
-
- Sep 07, 2020
-
-
Martin Michlmayr authored
-
- Jul 08, 2020
-
-
Sebastian Trueg authored
-
- Jun 12, 2020
-
-
Marc Trölitzsch authored
Always available through the 2.7 and 3+ stdlib
-
- Jun 08, 2020
-
-
Marc Trölitzsch authored
Not required as `logging.NullHandler` is available on all supported python versions
-
- May 28, 2020
-
-
Dan Michael O. Heggø authored
-
Håvard Flaget Aasen authored
-
havardAasen authored
mock was included in unittest in python 3.3
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
Initially proposed at #249
-
RheingoldRiver authored
-
Marc Trölitzsch authored
-
Waldir Pimenta authored
-
Waldir Pimenta authored
- Move the auth anchor to be above the correct section - Add missing anchors so all sections have them - Add blank line above the old_login anchor and use hyphen instead of _.
-
Marc Trölitzsch authored
Seems to be a leftover. None of the functions are used, tested, or documented. Most aren't even compatible with py3.
-
- Dec 12, 2019
-
-
Marc Trölitzsch authored
-
- Nov 05, 2019
-
-
Marc Trölitzsch authored
-
- Oct 10, 2019
-
-
Dan Michael O. Heggø authored
Add append/prepend setting in save & use this to add touch
-
Waldir Pimenta authored
- Update copyright notice to reflect changes in recent years, remove date range - Add title to make the license file more human-friendly
-
RheingoldRiver authored
-