Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Verified
[doc] Add timestamps to HISTORY.rst

Change-Id: Ie3bd411c4567fb19b7e6959f27befcf03131f2a7
---
M HISTORY.rst
1 file changed, 61 insertions(+), 2 deletions(-)

diff --git a/HISTORY.rst b/HISTORY.rst
index 3492ccf..6a7f16b 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -794,6 +794,8 @@
3.0.20200703
------------

+*3 July 2020*
+
* Page.botMayEdit() method was improved (:phab:`T253709`)
* PageNotFound, SpamfilterError, UserActionRefuse exceptions were removed (:phab:`T253681`)
* tools.ip submodule has been removed (:phab:`T243171`)
@@ -809,6 +811,8 @@
3.0.20200609
------------

+*9 June 2020*
+
* Fix page_can_be_edited for MediaWiki < 1.23 (:phab:`T254623`)
* Show global options with pwb.py -help
* Usage of SkipPageError with BaseBot has been removed
@@ -824,6 +828,8 @@
3.0.20200508
------------

+*8 May 2020*
+
* Unify and extend formats for setting sitelinks (:phab:`T225863`, :phab:`T251512`)
* Do not return a random i18n.translation() result (:phab:`T220099`)
* tools.ip_regexp has been removed (:phab:`T174482`)
@@ -841,6 +847,8 @@
3.0.20200405
------------

+*5 April 2020*
+
* Fix regression of combining sys.path in pwb.py wrapper (:phab:`T249427`)
* Site and Page methods deprecated for 10 years or longer are desupported and may be removed (:phab:`T106121`)
* Usage of SkipPageError with BaseBot is desupported and may be removed
@@ -854,6 +862,9 @@

3.0.20200326
------------
+
+*26 March 2020*
+
* site.py and page.py files were moved to their own folders and will be split in the future
* Refactor data attributes of Wikibase entities (:phab:`T233406`)
* Functions dealing with stars list are desupported and may be removed
@@ -879,6 +890,8 @@
3.0.20200306
------------

+*6 March 2020*
+
* Fix mul Wikisource aliases (:phab:`T242537`, :phab:`T241413`)
* Let Site('test', 'test) be equal to Site('test', 'wikipedia') (:phab:`T228839`)
* Support of MediaWiki releases below 1.19 will be dropped (:phab:`T245350`)
@@ -907,6 +920,8 @@
3.0.20200111
------------

+*11 January 2020*
+
* Fix broken get_version() in setup.py (:phab:`T198374`)
* Rewrite site.log_page/site.unlock_page implementation
* Require requests 2.20.1 (:phab:`T241934`)
@@ -946,6 +961,8 @@
3.0.20190722
------------

+*22 July 2019*
+
* Increase the throttling delay if maxlag >> retry-after (:phab:`T210606`)
* deprecate test_family: Site('test', 'test'), use wikipedia_family: Site('test', 'wikipedia') instead (:phab:`T228375`, :phab:`T228300`)
* Add "user_agent_description" option in config.py
@@ -982,6 +999,8 @@
3.0.20190430
------------

+*30 April 2019*
+
* Unicode literals are required for all scripts; the usage of ASCII bytes may fail (:phab:`T219095`)
* Don't fail if the number of forms of a plural string is less than required (:phab:`T99057`, :phab:`T219097`)
* Implement create_short_link Page method to use Extension:UrlShortener (:phab:`T220876`)
@@ -996,6 +1015,9 @@

3.0.20190301
------------
+
+*1 March 2019*
+
* Fix version comparison (:phab:`T164163`)
* Remove pre MediaWiki 1.14 code
* Dropped support for Python 2.7.2 and 2.7.3 (:phab:`T191192`)
@@ -1009,6 +1031,8 @@
3.0.20190204
------------

+*4 February 2019*
+
* Support python version 3.7
* pagegenerators.py: add -querypage parameter to yield pages provided by any special page (:phab:`T214234`)
* Fix comparison of str, bytes and int literal
@@ -1020,6 +1044,8 @@
3.0.20190106
------------

+*6 January 2019*
+
* Ensure "modules" parameter of ParamInfo._fetch is a set (:phab:`T122763`)
* Support adding new claims with qualifiers and/or references (:phab:`T112577`, :phab:`T170432`)
* Support LZMA and XZ compression formats
@@ -1034,6 +1060,8 @@
3.0.20181203
------------

+*3 December 2018*
+
* Remove compat module references from autogenerated docs (:phab:`T183085`)
* site.preloadpages: split pagelist in most max_ids elements (:phab:`T209111`)
* Disable empty sections in cosmetic_changes for user namespace
@@ -1055,6 +1083,8 @@
3.0.20180922
------------

+*22 September 2018*
+
* Enable multiple streams for EventStreams (:phab:`T205114`)
* Fix Wikibase aliases handling (:phab:`T194512`)
* Remove cryptography support from python<=2.7.6 requirements (:phab:`T203435`)
@@ -1078,6 +1108,8 @@
3.0.20180823
------------

+*23 August 2018*
+
* Don't reset Bot._site to None if we have already a site object (:phab:`T125046`)
* pywikibot.site.Siteinfo: Fix the bug in cache_time when loading a CachedRequest (:phab:`T202227`)
* pagegenerators._handle_recentchanges: Do not request for reversed results (:phab:`T199199`)
@@ -1103,6 +1135,8 @@
3.0.20180710
------------

+*10 July 2018*
+
* Enable any LogEntry subclass for each logevent type (:phab:`T199013`)
* Deprecated pagegenerators options -<logtype>log aren't supported any longer (:phab:`T199013`)
* Open RotatingFileHandler with utf-8 encoding (:phab:`T188231`)
@@ -1120,6 +1154,8 @@
3.0.20180603
------------

+*3 June 2018*
+
* Move main categories to top in cosmetic_changes
* shell.py always imports pywikibot as default
* New roundrobin_generators in tools
@@ -1142,6 +1178,8 @@
3.0.20180505
------------

+*5 May 2018*
+
* Enable makepath and datafilepath not to create the directory
* Use API's retry-after value (:phab:`T144023`)
* Provide startprefix parameter for Category.articles() (:phab:`T74101`, :phab:`T143120`)
@@ -1154,6 +1192,8 @@
3.0.20180403
------------

+*3 April 2018*
+
* Deprecation warning: support for Python 2.7.2 and 2.7.3 will be dropped (:phab:`T191192`)
* Dropped support for Python 2.6 (:phab:`T154771`)
* Dropped support for Python 3.3 (:phab:`T184508`)
@@ -1163,12 +1203,16 @@
3.0.20180304
------------

+*4 March 2018*
+
* Bugfixes and improvements
* Localisation updates

3.0.20180302
------------

+*2 March 2018*
+
* Changed requirements for requests and sseclient
* Bugfixes and improvements
* Localisation updates
@@ -1176,6 +1220,8 @@
3.0.20180204
------------

+*4 February 2018*
+
* Deprecation warning: support for py2.6 and py3.3 will be dropped
* Changed requirements for cryprography, Pillow and pyOpenSSL
* Bugfixes and improvements
@@ -1184,6 +1230,8 @@
3.0.20180108
------------

+*8 January 2018*
+
* Maintenance script to download Wikimedia database dump
* Option to auto-create accounts when logging in
* Ship wikimania family file
@@ -1194,6 +1242,8 @@
3.0.20171212
------------

+*12 December 2017*
+
* Introduce userscripts directory
* Generator settings inside (user-)fixes.py
* BaseUnlinkBot has become part of the framework in specialbots.py
@@ -1206,12 +1256,16 @@
3.0.20170801
------------

+*1 August 2017*
+
* Bugfixes and improvements
* Localisation updates

3.0.20170713
------------

+*13 July 2017*
+
* Deprecate APISite.newfiles()
* Inverse of pagegenerators -namespace option
* Bugfixes and improvements
@@ -1270,6 +1324,8 @@
3.0.20170521
------------

+*21 May 2017*
+
* Support for Python 2.6 but higher releases are strictly recommended
* Bugfixes and improvements
* Localisation updates
@@ -1323,6 +1379,8 @@
3.0.20170403
------------

+*3 April 2017*
+
* First major release from master branch
* requests package is mandatory
* Deprecate previous 2.0 branches and tags
@@ -1563,8 +1621,6 @@

*30 November 2014*

-Major changes include:
-
* Library initialisation no longer connects to servers
* generate_user_files.py rewritten
* API Version 1.14 support
@@ -1601,6 +1657,9 @@

1.0 rv 2007-06-19
-----------------
+
+*19 June 2007*
+
* BeautifulSoup becomes mandatory
* new scripts were added
* new family files were supported

To view, visit change 816130. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ie3bd411c4567fb19b7e6959f27befcf03131f2a7
Gerrit-Change-Number: 816130
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged