| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use MISSING instead of None for HelpCommand.context | Rapptz | 2021-08-25 | 1 | -1/+1 |
| | | | | | It's basically just late-init | ||||
| * | [commands][types] Type hint commands-ext | Josh | 2021-08-19 | 1 | -1/+7 |
| | | |||||
| * | Fix various reference issues in documentation | Josh | 2021-05-06 | 1 | -6/+5 |
| | | | | | Co-Authored-By: Riley Shaw <[email protected]> | ||||
| * | [commands] Fix _HelpCommandImpl.clean_params popitem | Stella | 2021-04-23 | 1 | -2/+2 |
| | | |||||
| * | Fix typo within `HelpCommand.verify_checks` documentation | Kino | 2021-04-21 | 1 | -1/+1 |
| | | |||||
| * | [commands] Remove HelpCommand.clean_prefix (#6736) | pikaninja | 2021-04-15 | 1 | -19/+7 |
| | | |||||
| * | [commands] Strip text to remove spaces before ellipsis | Kreusada | 2021-04-11 | 1 | -1/+1 |
| | | |||||
| * | Use f-strings in more places that were missed. | Rapptz | 2021-04-08 | 1 | -19/+23 |
| | | |||||
| * | Modernize code to use f-strings | Rapptz | 2021-04-04 | 1 | -20/+19 |
| | | | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`. | ||||
| * | [commands] Remove nullability from help command implementation | Rapptz | 2021-03-28 | 1 | -16/+3 |
| | | | | | Fixes #5154 | ||||
| * | [commands] Include group args in command signature | jack1142 | 2021-03-24 | 1 | -4/+13 |
| | | |||||
| * | [commands] Added tribool behaviour to HelpCommand.verify_checks | sudosnok | 2021-02-24 | 1 | -3/+11 |
| | | |||||
| * | [commands] Add linesep kwarg to Paginator | PikalaxALT | 2021-01-17 | 1 | -9/+17 |
| | | |||||
| * | [commands] Fix Command duplicates in `HelpCommand.get_bot_mapping` | Alex Nørgaard | 2021-01-16 | 1 | -1/+1 |
| | | |||||
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 1 | -1/+1 |
| | | |||||
| * | Fix and add documentation | Michael | 2020-09-23 | 1 | -4/+23 |
| | | |||||
| * | [commands] implement HelpCommand.add/remove_check | Riley S | 2020-08-05 | 1 | -0/+43 |
| | | |||||
| * | Fix various inconsistencies within the documentation (#5067) | Sebastian Law | 2020-06-28 | 1 | -1/+1 |
| | | |||||
| * | Escape backslashes in display name in `clean_prefix` | jack1142 | 2020-05-07 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright year to 2020 | Rapptz | 2020-01-19 | 1 | -1/+1 |
| | | | | | Closes #2510 | ||||
| * | Patch clean_prefix for new text editor | Michael H | 2020-01-14 | 1 | -1/+2 |
| | | | | The new editor seems to force mentions to have ! even without a nick. | ||||
| * | [commands] check if prefix is None in .pages | StarrFox | 2019-12-17 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in help.py docs | Nelluk | 2019-11-26 | 1 | -1/+1 |
| | | | | Changed "intend" to "indent" | ||||
| * | [commands] Fix up Paginator documentation. | Rapptz | 2019-06-29 | 1 | -2/+2 |
| | | | | | These aren't optional. | ||||
| * | [commands] Calculate suffix length at each add_line | Matt (IPv4) Cowley | 2019-06-29 | 1 | -3/+7 |
| | | |||||
| * | [commands] Add missing word in HelpCommand documentation | Harmon | 2019-06-20 | 1 | -1/+1 |
| | | |||||
| * | Improve documentation | NCPlayz | 2019-06-07 | 1 | -1/+1 |
| | | |||||
| * | [commands] MinimalHelpCommand: add cog description | Benjamin Mintz | 2019-05-09 | 1 | -0/+3 |
| | | |||||
| * | [commands] Copy HelpCommand instances to prevent race conditions. | Rapptz | 2019-04-29 | 1 | -29/+52 |
| | | | | | | | | | Fixes #2123 Slight breaking change if someone had an expectation that no copies were made behind the scene (which is sensible), however writing code that relies on this expectation is probably buggy anyway. | ||||
| * | Consistent use of __all__ to prevent merge conflicts. | Rapptz | 2019-04-20 | 1 | -2/+2 |
| | | |||||
| * | [commands] Missing an extra ] in the documented return type. | Rapptz | 2019-04-19 | 1 | -1/+1 |
| | | |||||
| * | [commands] Remove extraneous `or` | Rapptz | 2019-04-06 | 1 | -1/+1 |
| | | |||||
| * | [commands] Fix HelpCommand.invoked_with when used in events. | Rapptz | 2019-04-06 | 1 | -2/+3 |
| | | |||||
| * | [commands] Fix MinimalHelpCommand opening note signature consistency | Rapptz | 2019-03-24 | 1 | -4/+4 |
| | | |||||
| * | [commands] Add HelpCommand.invoked_with | Rapptz | 2019-03-24 | 1 | -2/+22 |
| | | | | | | This fixes an issue where the context invoked_with does not match the actual invoked with behaviour (e.g. using Context.send_help). | ||||
| * | Try to consistently use "inherit" vs "derive" in documentation. | Rapptz | 2019-03-19 | 1 | -2/+2 |
| | | |||||
| * | Organise documentation | NCPlayz | 2019-03-19 | 1 | -3/+2 |
| | | |||||
| * | Fix pagination of huge command help messages (> ~2,000 chars) | slice | 2019-03-16 | 1 | -2/+12 |
| | | | | | | | | | | | Previously, calls to add_line in add_command_formatting of default help commands would fail if the command's help message would overflow the current page. This would also result in silent failure as the RuntimeError raised from add_line is never caught. This patch adds behavior that adds lines individually should it raise, which guarantees safe pagination as long as every line is smaller than the maximum page size, which is highly unlikely. | ||||
| * | [commands] Assign context inside HelpCommand.prepare_help_command | Rapptz | 2019-03-16 | 1 | -3/+9 |
| | | |||||
| * | [commands] Add HelpCommand.get_bot_mapping helper. | Rapptz | 2019-03-16 | 1 | -5/+11 |
| | | |||||
| * | [commands] Return result of send_group_help and send_command_help | Rapptz | 2019-03-16 | 1 | -2/+2 |
| | | |||||
| * | [commands] Add back dm_help tribool for the provided HelpCommands | Rapptz | 2019-03-16 | 1 | -0/+42 |
| | | | | | Also add a dm_help_threshold integer to control the length. | ||||
| * | [commands] Add commands.Paginator.__len__ | Rapptz | 2019-03-16 | 1 | -0/+10 |
| | | |||||
| * | [commands] Redesign HelpFormatter into HelpCommand | Rapptz | 2019-03-15 | 1 | -0/+1144 |
| Part of #1938 | |||||