python-telegram-bot/telegram
Nils K 8406889179
Remove Python 2 Support (#1715)
* Remove usages of python-future lib

* Remove python2 datetime.timezone replacement

* Remove python2 workaround in InputFile.__init__

* Remove import of str necessary for python2

* Remove urllib2 import necessary for python2

* Remove a mention of python 2 in doc

* Remove python 2 from travis config file

* Remove python 2 from appveyor config

* Remove python2 from debian build rules

* Remove unnecessarry aliasing of time.perf_counter

* Remove python 2 from github workflow

* Remove mention of python 2 in descriptions/readme

* Remove version check for queue import

* Remove version checks in tests

* Adjust docs to correctly mention supported version

* Fix indentation

* Remove unused 'sys' imports

* Fix indentation

* Remove references to mq.curtime in tests

* Replace super calls by argumentsless version

* Remove future dependency

* Fix error in de_json declaration

* Use python3 metaclass syntax

* Use implicit inheriting from object

* Remove accidentally committed .vscode folder

* Use nameless f-string and raw string

* Fix regex string literal syntax

* Remove old style classes

* Run pyupgrade

* Fix leftover from automatic merge

* Fix lint errors

* Update telegram/files/sticker.py

Co-authored-by: Bibo-Joshi <hinrich.mahler@freenet.de>
2020-06-15 18:20:51 +02:00
..
ext Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
files Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
games Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
inline Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
passport Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
payment Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
utils Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
vendor Revert accitendtal change in vendored urllib3 (#1775) 2020-03-28 12:15:51 +01:00
__init__.py API 4.7 (#1858) 2020-04-10 19:22:45 +02:00
__main__.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
base.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
bot.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
botcommand.py API 4.7 (#1858) 2020-04-10 19:22:45 +02:00
callbackquery.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
chat.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
chataction.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
chatmember.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
chatpermissions.py Doc Fixes (#1778) 2020-03-28 11:49:47 +01:00
choseninlineresult.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
constants.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
dice.py Api 4.8 (#1917) 2020-05-02 11:56:52 +02:00
error.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
forcereply.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
keyboardbutton.py API 4.6 (#1723) 2020-03-29 09:52:30 +02:00
keyboardbuttonpolltype.py API 4.6 (#1723) 2020-03-29 09:52:30 +02:00
loginurl.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
message.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
messageentity.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
parsemode.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
poll.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
replykeyboardmarkup.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
replykeyboardremove.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
replymarkup.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
update.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
user.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
userprofilephotos.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
version.py Bump version to v12.7 2020-05-02 12:14:38 +02:00
webhookinfo.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00