| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch '8.1.x'HEADmain | Sagi Buchbinder Shadur | 2023-05-03 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix typo | Kurt McKee | 2023-03-20 | 1 | -1/+1 |
| * | | Merge branch '8.1.x' | David Lord | 2023-01-19 | 8 | -112/+190 |
| |\ \ | |/ | |||||
| | * | Type hinting: improve decorator annotations | Martijn Pieters | 2023-01-19 | 3 | -56/+135 |
| | * | Type hinting: Low-hanging fruit improvements | Martijn Pieters | 2023-01-19 | 5 | -13/+10 |
| | * | Types: don't leave generic types without a parameter | Martijn Pieters | 2023-01-19 | 8 | -46/+48 |
| | * | start version 8.1.4 | David Lord | 2023-01-19 | 1 | -1/+1 |
| * | | Merge branch '8.1.x' | David Lord | 2022-12-29 | 3 | -5/+5 |
| |\ \ | |/ | |||||
| | * | update dependencies | David Lord | 2022-12-29 | 2 | -4/+4 |
| | * | Fix versionchanged entry for click.Path (#2345) | Hynek Schlawack | 2022-09-14 | 1 | -1/+1 |
| * | | Merge branch '8.1.x' | David Lord | 2022-04-28 | 2 | -4/+7 |
| |\ \ | |/ | |||||
| | * | release version 8.1.3 | David Lord | 2022-04-28 | 1 | -1/+1 |
| | * | disallow use of is_flag and multiple in option | John Reese | 2022-04-28 | 1 | -0/+3 |
| | * | use verbose Callable for @command and @group | Jonxslays | 2022-04-26 | 1 | -4/+4 |
| | * | start version 8.1.3 | David Lord | 2022-04-26 | 1 | -1/+1 |
| * | | Merge branch '8.1.x' | David Lord | 2022-03-31 | 1 | -3/+3 |
| |\ \ | |/ | |||||
| | * | restore Path param order | David Lord | 2022-03-31 | 1 | -2/+2 |
| | * | fix readable path check error message | Alexander Shadchin | 2022-03-31 | 1 | -1/+1 |
| | * | start version 8.1.2 | David Lord | 2022-03-31 | 1 | -1/+1 |
| * | | Merge branch '8.1.x' | David Lord | 2022-03-30 | 2 | -25/+43 |
| |\ \ | |/ | |||||
| | * | release version 8.1.1 | David Lord | 2022-03-30 | 1 | -1/+1 |
| | * | fix(types): decorator typing fails | Henry Schreiner | 2022-03-30 | 2 | -25/+43 |
| | * | start version 8.1.1 | David Lord | 2022-03-30 | 1 | -1/+1 |
| * | | start version 8.2.0 | David Lord | 2022-03-28 | 1 | -1/+1 |
| |/ | |||||
| * | release version 8.1.0 | David Lord | 2022-03-28 | 1 | -1/+1 |
| * | treat empty auto_envvar as None | David Lord | 2022-03-28 | 1 | -1/+4 |
| * | shell completion prioritizes option values over new options | Paul Spangler | 2022-03-28 | 2 | -9/+11 |
| * | fix ParamType.to_info_dict() with no name | Matthew Martin | 2022-03-19 | 1 | -1/+8 |
| * | group without command passes return value to result callback | David Lord | 2022-03-19 | 1 | -4/+4 |
| * | postpone referencing sys.modules["__main"] in click.utils._detect_program_name | Adrian Garcia Badaracco | 2022-03-17 | 1 | -1/+4 |
| * | correctly annotate return type of @command(cls=XYZ) | matejcik | 2022-03-11 | 1 | -4/+23 |
| * | command decorator params argument | David Lord | 2022-02-21 | 1 | -3/+12 |
| * | don't process doc in command decorator | David Lord | 2022-02-21 | 1 | -1/+1 |
| * | refactor try/except | David Lord | 2022-02-21 | 1 | -2/+3 |
| * | inline command decorator code | David Lord | 2022-02-21 | 1 | -28/+19 |
| * | glob expansion on Windows doesn't fail on invalid values | David Lord | 2022-02-21 | 1 | -2/+10 |
| * | allow empty str input for prompt | unparalleled-js | 2022-02-21 | 1 | -1/+2 |
| * | defer processing Command.help, epilog, and short_help | David Lord | 2022-02-21 | 1 | -29/+14 |
| * | Store raw help string for commands | Stephen Finucane | 2022-02-20 | 1 | -7/+11 |
| * | enforce required flag | Danny Sepler | 2022-02-20 | 1 | -1/+1 |
| * | cleandoc for Command help, epilog, and short_help | David Lord | 2022-02-20 | 2 | -18/+30 |
| * | Option calls cleandoc on help instead of @option | Gianluca Gippetto | 2022-02-20 | 2 | -3/+7 |
| * | param=None is the same as not passing the param | Gianluca Gippetto | 2022-02-20 | 2 | -6/+7 |
| * | Option.show_default now overrides Context.show_default | Gianluca Gippetto | 2022-02-20 | 1 | -15/+32 |
| * | keep !r format for now | David Lord | 2022-02-20 | 1 | -3/+3 |
| * | add an ability to check that a Path has an executable bit set | Nicky Sielicki | 2022-02-19 | 1 | -8/+25 |
| * | command and group decorator parentheses are optional | Angus L'Herrou | 2022-02-19 | 2 | -5/+85 |
| * | remove utf-8 detection | David Lord | 2022-02-18 | 2 | -105/+0 |
| * | Merge branch '8.0.x' | David Lord | 2022-02-18 | 1 | -1/+1 |
| |\ | |||||
| | * | release version 8.0.4 | David Lord | 2022-02-18 | 1 | -1/+1 |
