mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
68e87db909
* Adding timeunit and day support to the jobqueue * Adding tests * Changed the file permission back to 644. * Changed AssertEqual argument order to (actual, expectd). * Removed the TimeUnit enum and unit param, instead use datetime.time for interval. * Removing the TimeUnits enum and unit param in favour of optionally using a datetime.time as the interval. * Removing the TimeUnits enumeration, forgot the remove it in the last one. * Removed some old docstrings refering to the TimeUnits enum. * Removed the old TimeUnits import. * Adding some error handling for the 'days' argument (only a 'tuple' with 'Days') * Writing the error message directly in the exception. * Moving a debug statement wrongfully saying a job would be running on days it wouldn't. * Writing error messages directly in the exceptions instead of making an extra variable. * Replacing datetime.time in favour of datetime.timedelta because of the get_seconds() method. * Adding error handling for the method . * Splitting the tests up in multiple ones, no float test because I haven't found a reliable way to test it. * Excluding .exrc file. * Removing \ at EOF of ValueError. * Replacing Enums with plain new-style classes. * Using numbers.number to check for ints/floats instead of seperate int/float checks. * Fixing typo, number -> Number. * Changed lower_case Days attributes to UPPER_CASE. * Different formatting for Days class, removed the get_days function in favour of a tuple. * Removed redundant function get_days. * Edited the docstring for next_t to also take datetime.timedelta. * Removed for-loop in favour of any(). * Changed docstring for interval. * Removed debug print. * Changing some docstrings. * Changing some docstrings (again). |
||
---|---|---|
.. | ||
contrib | ||
ext | ||
utils | ||
__init__.py | ||
__main__.py | ||
animation.py | ||
audio.py | ||
base.py | ||
bot.py | ||
callbackgame.py | ||
callbackquery.py | ||
chat.py | ||
chataction.py | ||
chatmember.py | ||
choseninlineresult.py | ||
constants.py | ||
contact.py | ||
document.py | ||
emoji.py | ||
error.py | ||
file.py | ||
forcereply.py | ||
game.py | ||
gamehighscore.py | ||
inlinekeyboardbutton.py | ||
inlinekeyboardmarkup.py | ||
inlinequery.py | ||
inlinequeryresult.py | ||
inlinequeryresultarticle.py | ||
inlinequeryresultaudio.py | ||
inlinequeryresultcachedaudio.py | ||
inlinequeryresultcacheddocument.py | ||
inlinequeryresultcachedgif.py | ||
inlinequeryresultcachedmpeg4gif.py | ||
inlinequeryresultcachedphoto.py | ||
inlinequeryresultcachedsticker.py | ||
inlinequeryresultcachedvideo.py | ||
inlinequeryresultcachedvoice.py | ||
inlinequeryresultcontact.py | ||
inlinequeryresultdocument.py | ||
inlinequeryresultgame.py | ||
inlinequeryresultgif.py | ||
inlinequeryresultlocation.py | ||
inlinequeryresultmpeg4gif.py | ||
inlinequeryresultphoto.py | ||
inlinequeryresultvenue.py | ||
inlinequeryresultvideo.py | ||
inlinequeryresultvoice.py | ||
inputcontactmessagecontent.py | ||
inputfile.py | ||
inputlocationmessagecontent.py | ||
inputmessagecontent.py | ||
inputtextmessagecontent.py | ||
inputvenuemessagecontent.py | ||
keyboardbutton.py | ||
location.py | ||
message.py | ||
messageentity.py | ||
parsemode.py | ||
photosize.py | ||
replykeyboardhide.py | ||
replykeyboardmarkup.py | ||
replymarkup.py | ||
sticker.py | ||
update.py | ||
user.py | ||
userprofilephotos.py | ||
venue.py | ||
version.py | ||
video.py | ||
voice.py | ||
webhookinfo.py |