summaryrefslogtreecommitdiff
path: root/src/click/_termui_impl.py
Commit message (Expand)AuthorAgeFilesLines
* Type hinting: Low-hanging fruit improvementsMartijn Pieters2023-01-191-1/+1
* Types: don't leave generic types without a parameterMartijn Pieters2023-01-191-1/+1
* update requirementsDavid Lord2021-12-261-1/+0
* use exception chainingDavid Lord2021-09-261-1/+1
* Always close file descriptor to tempfilepager.Jay Crotts2021-08-141-2/+1
* Add check for WIN in _tempfilepager finally block to prevent file in use erro...Jay Crotts2021-08-141-1/+3
* ProgressBar inherits GenericDavid Lord2021-05-181-4/+4
* add typing annotationsDavid Lord2021-04-231-110/+126
* update urllib unquote importDavid Lord2021-04-081-3/+4
* mark more messages for translationDavid Lord2021-04-031-2/+7
* progress bar shows current itemJoel Eager2021-03-031-4/+11
* don't hide fast progress barsDavid Lord2021-03-031-6/+2
* progressbar: fix regression with hidden barsNicolas F2021-03-031-0/+6
* Deprecate click.get_terminal_size() in favor of stdlib shutil.Jon Dufresne2021-02-151-2/+2
* Replaced redundant mktemp() with mkstemp() (#1754)MIS-Alex2021-01-141-1/+1
* skip frequent progress bar renders (#1698)Shakil Rafi2020-10-311-5/+18
* clean up Editor.edit codeDavid Lord2020-08-081-22/+21
* fix edit() require_save check for fast editorsGiovanni Pizzi2020-08-081-0/+7
* Merge branch '7.x'David Lord2020-04-271-14/+13
|\
| * Revert "Use shlex.quote for quoting shell arguments"David Lord2020-04-271-13/+9
* | f-strings everywhereDavid Lord2020-04-201-12/+9
* | apply pyupgrade --py36-plusDavid Lord2020-04-201-16/+14
* | remove more compat codeDavid Lord2020-04-201-3/+0
* | remove py2 parts of _compat moduleDavid Lord2020-04-201-12/+10
* | Remove no-op try/except (#1521)Joshua Bronson2020-04-011-4/+2
* | Merge branch '7.x'David Lord2020-03-081-9/+28
|/
* manual cleanupDavid Lord2020-03-081-9/+11
* apply pyupgradeDavid Lord2020-03-081-7/+7
* apply blackDavid Lord2020-03-061-88/+108
* apply reorder-python-importsDavid Lord2020-03-061-8/+15
* move to src directoryDavid Lord2020-03-061-0/+632