summaryrefslogtreecommitdiff
path: root/src/click/termui.py
Commit message (Expand)AuthorAgeFilesLines
* update dependenciesDavid Lord2022-12-291-1/+1
* allow empty str input for promptunparalleled-js2022-02-211-1/+2
* Merge branch '8.0.x'David Lord2022-02-171-1/+1
|\
| * Fix typing in click.secho functionJonxslays2022-01-161-1/+1
* | Merge remote-tracking branch 'origin/8.0.x'David Lord2021-12-261-1/+1
|\ \ | |/
| * fix typos1809092021-12-261-1/+1
* | Merge remote-tracking branch 'origin/8.0.x'David Lord2021-12-261-1/+0
|\ \ | |/
| * remove duplicate typing importsAngus L'Herrou2021-12-261-1/+0
* | Merge branch '8.0.x'David Lord2021-12-261-2/+0
|\ \ | |/
| * fix new mypy findingsupdate-requirementsDavid Lord2021-12-261-2/+0
* | remove deprecated get_terminal_sizeDavid Lord2021-11-101-20/+0
|/
* click.confirm preserves prompt when readline is importedAlex Ball2021-10-101-2/+4
* Fix copy-paste errors in `click.style()`Jasper Spaans2021-09-261-2/+2
* Merge pull request #2064 from Yourun-proger/fixDavid Lord2021-09-261-1/+1
|\
| * Fix type annotation for `type` argYourun-Proger2021-09-261-1/+1
* | use exception chainingDavid Lord2021-09-261-4/+4
|/
* ProgressBar inherits GenericDavid Lord2021-05-181-1/+1
* add typing annotationsDavid Lord2021-04-231-78/+117
* fix backspace in prompt with readline enabledSaif8073802021-04-061-2/+4
* mark more messages for translationDavid Lord2021-04-031-4/+9
* mark cli messages for translationSaif8073802021-04-031-5/+6
* add italic and overline to styleRicardo Bánffy2021-04-021-1/+10
* progress bar shows current itemJoel Eager2021-03-031-4/+7
* don't hide fast progress barsDavid Lord2021-03-031-0/+3
* progressbar: fix regression with hidden barsNicolas F2021-03-031-2/+6
* Added strikethrough support for styleBALaka-182021-03-021-0/+8
* customize confirmation promptSaif8073802021-02-241-11/+23
* always install colorama on WindowsDavid Lord2021-02-151-3/+0
* click.confirm with default=None repeats promptyurihs2021-02-151-6/+14
* initial type checking configurationIwan Aucamp2021-02-151-1/+2
* Deprecate click.get_terminal_size() in favor of stdlib shutil.Jon Dufresne2021-02-151-38/+12
* skip frequent progress bar renders (#1698)Shakil Rafi2020-10-311-6/+13
* ensure prompt default is cast to typeSteve Graham2020-10-131-6/+2
* document that launch(wait) only works for blocking programsDavid Lord2020-08-141-1/+3
* click.style supports 256/RGB colorslmjohns32020-08-131-2/+30
* pass bytes unstyled from secho to echoDavid Lord2020-08-071-2/+10
* convert objects to string in style/sechoSegev Finer2020-08-071-5/+14
* omit hidden prompt input from validation errorCesare De Cal2020-06-241-1/+4
* f-strings everywhereDavid Lord2020-04-201-12/+12
* apply pyupgrade --py36-plusDavid Lord2020-04-201-3/+3
* remove more compat codeDavid Lord2020-04-201-8/+4
* remove py2 parts of _compat moduleDavid Lord2020-04-201-6/+3
* Merge branch '7.x'David Lord2020-03-081-0/+14
* manual cleanupDavid Lord2020-03-081-13/+13
* apply pyupgradeDavid Lord2020-03-081-1/+1
* apply flake8David Lord2020-03-061-1/+1
* apply blackDavid Lord2020-03-061-77/+129
* apply reorder-python-importsDavid Lord2020-03-061-9/+17
* move to src directoryDavid Lord2020-03-061-0/+621