python-telegram-bot/telegram
Will Thompson a034317c87 Don't call logging.basicConfig() in library code
Logging should be configured by the application, not by libraries it
uses. Libraries should just get a logger and log to it.

Fixes #21
2015-07-30 07:04:59 +01:00
..
__init__.py Releasing 2.2 2015-07-25 18:31:01 -03:00
audio.py Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot into testing 2015-07-20 08:26:29 -03:00
base.py Adding logging decorator 2015-07-20 08:25:04 -03:00
bot.py Don't call logging.basicConfig() in library code 2015-07-30 07:04:59 +01:00
chataction.py Adding sendChatAction, its tests and minor fixes 2015-07-08 09:55:06 -03:00
contact.py Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot into testing 2015-07-20 08:26:29 -03:00
document.py Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot into testing 2015-07-20 08:26:29 -03:00
emoji.py Fixing Emojis model and updated the README 2015-07-09 09:48:41 -03:00
error.py Adding TelegramError for handling 2015-07-08 16:58:18 -03:00
forcereply.py Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot into testing 2015-07-20 08:26:29 -03:00
groupchat.py Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot into testing 2015-07-20 08:26:29 -03:00
inputfile.py Add support for GIFs sent as document 2015-07-19 22:05:22 -03:00
location.py Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot into testing 2015-07-20 08:26:29 -03:00
message.py Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot into testing 2015-07-20 08:26:29 -03:00
photosize.py Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot into testing 2015-07-20 08:26:29 -03:00
replykeyboardhide.py Fixes #12 and changes to_data to to_dict 2015-07-19 23:25:44 -03:00
replykeyboardmarkup.py Fixes #12 and changes to_data to to_dict 2015-07-19 23:25:44 -03:00
replymarkup.py Adding logging decorator 2015-07-20 08:25:04 -03:00
sticker.py Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot into testing 2015-07-20 08:26:29 -03:00
update.py Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot into testing 2015-07-20 08:26:29 -03:00
user.py Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot into testing 2015-07-20 08:26:29 -03:00
userprofilephotos.py Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot into testing 2015-07-20 08:26:29 -03:00
video.py Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot into testing 2015-07-20 08:26:29 -03:00