COMMITS
/ scripts/revertbot.py September 27, 2022
X
[IMPR] Remove pywikibot.output() with pywikibot.info()
xqt committed
September 26, 2022
J
automatically upgrade syntax for python 3.6
JJMC89 committed
August 25, 2022
X
[IMPR] use @staticmethod for several methods
xqt committed
April 27, 2022
April 18, 2022
X
[IMPR] Deprecate tools.formatter.color_format
xqt committed
March 9, 2022
X
[typing] Add some type hints
xqt committed
February 17, 2022
J
sort import and ugrade syntax
JJMC89 committed
January 9, 2022
X
[IMPR] Update hash bang from python to python3
xqt committed
November 13, 2021
X
[IMPR] Add support for translated dates/times
xqt committed
September 22, 2021
September 18, 2021
X
[doc] Fix/add typing hints in script's main function
xqt committed
March 22, 2021
X
[doc] convert epytext docstrings to sphinx format
xqt committed
April 28, 2021
D
[cleanup] Consistently use string's format()
Damian Johnson committed
April 30, 2021
J
standardize imports and check with flake8-isort
JJMC89 committed
April 24, 2021
D
[cleanup] Suffix exceptions with 'Error'
Damian Johnson committed
January 22, 2021
B
Removed remove magic coding comments # -*- coding: utf-8 -*-
Bharatkhatri committed
November 10, 2020
X
[IMPR] revertbot.py: use site.rollbackpage() method
xqt committed
X
[bugfix] Take rollbacktoken in revertbot.py
xqt committed
October 23, 2020
X
[IMPR] Use new opt options for several script
xqt committed
July 25, 2020
X
[4.0] remove deprecated re.UNICODE from several scripts
xqt committed
July 12, 2020
J
Update revertbot for py3
JJMC89 committed
June 14, 2015
R
Credit the Pywikibot team as a whole
Ricordisamoa committed
May 10, 2019
D
[doc] Improve docs and fix some doc warnings
dvorapa committed
March 24, 2019
D
[IMPR] Replace PY2 unicode with string in docs and unify across files
dvorapa committed
January 9, 2019
X
[IMPR] Add additional -limit option
xqt committed
January 29, 2019
X
September 23, 2018
A
[cleanup] cleanup scripts/revertbot.py
Alangi Derick committed
September 21, 2018
X
[fix] Make __future__ division mandatory
xqt committed
September 9, 2018
D
Fix type hints for *args and **kwargs
dalba committed
July 12, 2018
D
pywikibot/page.py: Fix N803 and N806 naming errors
dalba committed
May 20, 2018
X
[doc] __init__ method is initializer not a constructor
xqt committed
May 18, 2018
D
scripts/revertbot.py: Remove RevertBot class
dalba committed
September 7, 2017
M
[Doc] Clean up uses of '¶ms;' placeholder
Matěj Suchánek committed
July 4, 2017
X
Remove __version__ string from scripts
xqt committed
June 22, 2017
X
Don't loop over user contribs
xqt committed
April 29, 2017
D
flake8: Fix E305 errors and remove it from ignored codes
dalba committed
October 28, 2016
X
[doc] remove duplicate spaces inside doc strings
xqt committed
August 7, 2016
X
[flake8] Check PEP-8 naming conventions
xqt committed
July 16, 2016
D
revertbot.py: Don't compare match/None with int
dalba committed
May 23, 2016
M
revertbot: correctly retrieve old page contents
Merlijn van Deen committed
February 20, 2016
X
[doc] Add doc strings to methods (D102, D103)
xqt committed
September 12, 2015
J
Re-order imports
John Vandenberg committed
September 19, 2015
X
[color] use color_format from pywikibot.tools.formatter
xqt committed
September 8, 2015
J
Enforce __future__.absolute_import
John Vandenberg committed
August 16, 2015
X
[IMPR] Replace fullVersionHistory() with revisions()
xqt committed
July 21, 2015
F
[IMPROV] Reduce line length to 100 characters
Fabian Neundorf committed
June 5, 2015
F
[FEAT] Request: Separate MW API and PWB API params
Fabian Neundorf committed
April 18, 2015
A
scripts: set executable mode on all scripts
Antoine Musso committed
April 7, 2015
F
[IMPROV] Use unicode_literals
Fabian Neundorf committed
February 11, 2015
J
Fix anomalous escape (\)
John Vandenberg committed