mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-20 22:19:02 +01:00
* update_filter attribute on filters Makes it possible to have filters work on an update instead of message, while keeping behavior for current filters * add update_type filter * Messagehandler rework - remove allow_edited (deprecated for a while) - set deprecated defaults to None - Raise deprecation warning when they're used - add sensible defaults for filters. - rework tests * Commandhandler rework * Remove deprecation test from new handler * Some tweaks per CR - rename update_types -> updates - added some clarification to docstrings * run webhook set test only on 3.6 on appveyor * update_filter attribute on filters Makes it possible to have filters work on an update instead of message, while keeping behavior for current filters * add update_type filter * Messagehandler rework - remove allow_edited (deprecated for a while) - set deprecated defaults to None - Raise deprecation warning when they're used - add sensible defaults for filters. - rework tests * Commandhandler rework * Remove deprecation test from new handler * Some tweaks per CR - rename update_types -> updates - added some clarification to docstrings * run webhook set test only on 3.6 on appveyor * Changes per CR * Update travis to build v12 * small doc update * try to make ci build version branches * doc for BaseFilter * Modify regexfilter and mergedfilter Now returns a list of match objects for every regexfilter * Change callbackcontext (+ docs) * integrate in CommandHandler and PrefixHandler * integrate in MessageHandler * cbqhandler, iqhandler and srhandler * make regexhandler a shell over MessageHandler And raise deprecationWarning on creation * clean up code and add some comments * Rework based on internal group feedback - use data_filter instead of regex_filter on BaseFilter - have these filters return a dict that is then updated onto CallbackContext instead of using a list is before - Add a .match property on CallbackContext that returns .matches[0] or None * Fix and add test for callbackcontext.match * Lots of documentation fixes and improvements [ci skip] |
||
---|---|---|
.. | ||
data | ||
__init__.py | ||
bots.py | ||
conftest.py | ||
test_animation.py | ||
test_audio.py | ||
test_bot.py | ||
test_callbackcontext.py | ||
test_callbackquery.py | ||
test_callbackqueryhandler.py | ||
test_chat.py | ||
test_chatmember.py | ||
test_choseninlineresult.py | ||
test_choseninlineresulthandler.py | ||
test_commandhandler.py | ||
test_constants.py | ||
test_contact.py | ||
test_conversationhandler.py | ||
test_dispatcher.py | ||
test_document.py | ||
test_encryptedcredentials.py | ||
test_encryptedpassportelement.py | ||
test_error.py | ||
test_file.py | ||
test_filters.py | ||
test_forcereply.py | ||
test_game.py | ||
test_gamehighscore.py | ||
test_helpers.py | ||
test_inlinekeyboardbutton.py | ||
test_inlinekeyboardmarkup.py | ||
test_inlinequery.py | ||
test_inlinequeryhandler.py | ||
test_inlinequeryresultarticle.py | ||
test_inlinequeryresultaudio.py | ||
test_inlinequeryresultcachedaudio.py | ||
test_inlinequeryresultcacheddocument.py | ||
test_inlinequeryresultcachedgif.py | ||
test_inlinequeryresultcachedmpeg4gif.py | ||
test_inlinequeryresultcachedphoto.py | ||
test_inlinequeryresultcachedsticker.py | ||
test_inlinequeryresultcachedvideo.py | ||
test_inlinequeryresultcachedvoice.py | ||
test_inlinequeryresultcontact.py | ||
test_inlinequeryresultdocument.py | ||
test_inlinequeryresultgame.py | ||
test_inlinequeryresultgif.py | ||
test_inlinequeryresultlocation.py | ||
test_inlinequeryresultmpeg4gif.py | ||
test_inlinequeryresultphoto.py | ||
test_inlinequeryresultvenue.py | ||
test_inlinequeryresultvideo.py | ||
test_inlinequeryresultvoice.py | ||
test_inputcontactmessagecontent.py | ||
test_inputfile.py | ||
test_inputlocationmessagecontent.py | ||
test_inputmedia.py | ||
test_inputtextmessagecontent.py | ||
test_inputvenuemessagecontent.py | ||
test_invoice.py | ||
test_jobqueue.py | ||
test_keyboardbutton.py | ||
test_labeledprice.py | ||
test_location.py | ||
test_message.py | ||
test_messageentity.py | ||
test_messagehandler.py | ||
test_messagequeue.py | ||
test_meta.py | ||
test_official.py | ||
test_orderinfo.py | ||
test_parsemode.py | ||
test_passport.py | ||
test_passportelementerrordatafield.py | ||
test_passportelementerrorfile.py | ||
test_passportelementerrorfiles.py | ||
test_passportelementerrorfrontside.py | ||
test_passportelementerrorreverseside.py | ||
test_passportelementerrorselfie.py | ||
test_passportelementerrortranslationfile.py | ||
test_passportelementerrortranslationfiles.py | ||
test_passportelementerrorunspecified.py | ||
test_passportfile.py | ||
test_persistence.py | ||
test_photo.py | ||
test_precheckoutquery.py | ||
test_precheckoutqueryhandler.py | ||
test_regexhandler.py | ||
test_replykeyboardmarkup.py | ||
test_replykeyboardremove.py | ||
test_request.py | ||
test_shippingaddress.py | ||
test_shippingoption.py | ||
test_shippingquery.py | ||
test_shippingqueryhandler.py | ||
test_sticker.py | ||
test_stringcommandhandler.py | ||
test_stringregexhandler.py | ||
test_successfulpayment.py | ||
test_telegramobject.py | ||
test_typehandler.py | ||
test_update.py | ||
test_updater.py | ||
test_user.py | ||
test_userprofilephotos.py | ||
test_venue.py | ||
test_video.py | ||
test_videonote.py | ||
test_voice.py | ||
travis_fold.py |