summaryrefslogtreecommitdiff
path: root/src/click/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Type hinting: improve decorator annotationsMartijn Pieters2023-01-191-4/+7
* Type hinting: Low-hanging fruit improvementsMartijn Pieters2023-01-191-2/+2
* Types: don't leave generic types without a parameterMartijn Pieters2023-01-191-8/+10
* postpone referencing sys.modules["__main"] in click.utils._detect_program_nameAdrian Garcia Badaracco2022-03-171-1/+4
* glob expansion on Windows doesn't fail on invalid valuesDavid Lord2022-02-211-2/+10
* Merge branch '8.0.x'David Lord2022-02-181-1/+1
|\
| * Fix type for `file` argumentYourun-Proger2022-02-181-1/+1
* | remove deprecated get_os_argsDavid Lord2021-11-101-19/+0
|/
* update docs for open_file and types.PathDavid Lord2021-10-251-15/+24
* use exception chainingDavid Lord2021-09-261-1/+1
* remove _compat.get_strerrorDavid Lord2021-04-231-2/+1
* add typing annotationsDavid Lord2021-04-231-56/+90
* inline some unneeded constantsDavid Lord2021-04-161-4/+1
* mention click in deprecation messageDavid Lord2021-04-151-3/+3
* fix make_default_short_help max_length, refactorGianluca Gippetto2021-04-141-22/+41
* use os.fsdecode to display pathsfsdecodeDavid Lord2021-04-121-2/+2
* expand patterns in Windows argsDavid Lord2021-04-011-0/+46
* remove multiline marker from short help textSaif8073802021-03-031-0/+3
* always install colorama on WindowsDavid Lord2021-02-151-44/+33
* account for linebreak in help summarysrafi12020-10-301-0/+3
* detect program name when run with python -mkbanc2020-08-051-0/+49
* remove Python 2/3 from docsDavid Lord2020-04-201-7/+3
* f-strings everywhereDavid Lord2020-04-201-1/+1
* apply pyupgrade --py36-plusDavid Lord2020-04-201-10/+10
* remove more compat codeDavid Lord2020-04-201-5/+4
* remove py2 parts of _compat moduleDavid Lord2020-04-201-32/+22
* manual cleanupDavid Lord2020-03-081-6/+6
* apply pyupgradeDavid Lord2020-03-081-1/+1
* apply flake8David Lord2020-03-061-1/+1
* apply blackDavid Lord2020-03-061-36/+40
* apply reorder-python-importsDavid Lord2020-03-061-8/+19
* move to src directoryDavid Lord2020-03-061-0/+440