python-telegram-bot/telegram/files
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
..
__init__.py Move a lot of files 2017-06-18 12:35:00 +02:00
animation.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
audio.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
chatphoto.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
contact.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
document.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
file.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
inputfile.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
inputmedia.py Doc fixes (#1940) 2020-05-15 15:59:41 +02:00
location.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
photosize.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
sticker.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
venue.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
video.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
videonote.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00
voice.py Remove Python 2 Support (#1715) 2020-06-15 18:20:51 +02:00