python-telegram-bot/telegram/utils
Eldinnie 439790375e Persistence (#1017)
* BasePersistence

* basic construct

* Keep working

* Continue work

Add tests for Basepersistence

* Finish up BasePersistence and implementation

* PickelPersistence and start tests

* Finishing up

* Oops, left in some typings

* Compatibilty issues regarding py2 solved

For Py2 compatibility

* increasing coverage

* Small changes due to CR

* All persistence tests in one file

* add DictPersistence

* Last changes per CR

* forgot change

* changes per CR

* call update_* only with relevant data

As discussed with @jsmnbom

* Add conversationbot Example

* should not have committed API-key
2018-09-20 22:50:40 +02:00
..
__init__.py Merging testing 2015-09-04 23:21:31 -03:00
deprecate.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
helpers.py Persistence (#1017) 2018-09-20 22:50:40 +02:00
promise.py Add missing docs utils (#912) 2018-03-05 12:17:56 +01:00
request.py Fix uploading files with unicode filenames (#1214) 2018-09-10 21:08:05 +02:00
webhookhandler.py Replace http.server with Tornado (#1191) 2018-09-08 23:25:48 +03:00