summaryrefslogtreecommitdiff
path: root/click
Commit message (Expand)AuthorAgeFilesLines
* Corrected changelog for 2.2Armin Ronacher2014-06-261-1/+1
* Fixed an issue with progress bars not being rendered on enter. This fixes #168Armin Ronacher2014-06-261-0/+1
* Fix #164Markus Unterwaditzer2014-06-261-2/+6
* Use helper function instead of own codeMarkus Unterwaditzer2014-06-261-5/+1
* This is 2.12.1Armin Ronacher2014-06-141-1/+1
* Fix error message for unknown switches (#146)Rotem Yaari2014-06-141-1/+1
* Fixed an issue with custom types on Python 3.Armin Ronacher2014-06-141-1/+1
* Improved windows terminal support.Armin Ronacher2014-06-082-2/+17
* Try hard to not screw up cmd.exe on windows on interrupts.Armin Ronacher2014-06-081-1/+17
* Fixed the launch function on windowsArmin Ronacher2014-06-081-6/+5
* This is going to be 2.1-devArmin Ronacher2014-06-081-1/+1
* This is 2.02.0Armin Ronacher2014-06-061-1/+1
* Unified help parameter after last pull.Armin Ronacher2014-06-061-4/+8
* Merge pull request #123 from untitaker/issue122Armin Ronacher2014-06-061-0/+2
|\
| * Fix indentation of option helpMarkus Unterwaditzer2014-06-051-0/+2
* | defaults -> settingsArmin Ronacher2014-06-051-9/+9
|/
* Cleaned up context defaults and documented them.Armin Ronacher2014-06-051-7/+4
* Added an example for help parameter customization.Armin Ronacher2014-06-051-1/+1
* User interface improvements.Armin Ronacher2014-06-054-27/+135
* Made EDITOR/VISUAL be a command line like in hg/git.Armin Ronacher2014-06-051-1/+2
* Implemented extra info for missing choice parameters. This fixes #120Armin Ronacher2014-06-052-1/+15
* Miscellaneous documentation & docstring changesKevin Yap2014-06-0112-126/+122
* Standardized capitalization of UnixKevin Yap2014-05-311-1/+1
* Changed occurrences of "on Python" to "in Python"Kevin Yap2014-05-313-4/+4
* Standardized capitalization of Windows and POSIXKevin Yap2014-06-013-7/+7
* Moved textwrap functions into a delayed import to speed up execution time if ...Armin Ronacher2014-05-314-52/+54
* Added click.pauseArmin Ronacher2014-05-312-2/+27
* Merge pull request #110 from krockode/patch-1Armin Ronacher2014-05-311-1/+1
|\
| * fix Argument class name typoKrock Kode2014-05-311-1/+1
* | Improved handling of dos/windows arguments greatly.Armin Ronacher2014-05-312-23/+27
|/
* Fixed a bug with autowidth on progress bars.Armin Ronacher2014-05-301-1/+1
* progressbar: add automatic full-width modeArmin Ronacher2014-05-302-1/+18
* Fixed a bug with the version flag introduced last commit.Armin Ronacher2014-05-301-1/+1
* Do not show help or version if resilent parsing is enabled.Armin Ronacher2014-05-301-2/+2
* Fixed a bug in tempfile pager. This fixes #107Armin Ronacher2014-05-301-1/+1
* Fixed some 3.x problems.Armin Ronacher2014-05-301-2/+2
* Merge pull request #104 from julen/doc-fixesArmin Ronacher2014-05-302-4/+4
|\
| * Docs: several fixesJulen Ruiz Aizpuru2014-05-292-4/+4
* | Merge pull request #106 from enkore/fix-editor-py3Armin Ronacher2014-05-301-1/+1
|\ \
| * | Fix editor failing with Python 3enkore2014-05-301-1/+1
| |/
* | Import tempfile lateArmin Ronacher2014-05-301-1/+1
* | open -> launchArmin Ronacher2014-05-301-2/+2
|/
* Errors now go to stderr. This fixes #103Armin Ronacher2014-05-301-1/+6
* Added getchar()Armin Ronacher2014-05-304-2/+91
* Removed some leftover code that became unnecessaryArmin Ronacher2014-05-291-7/+2
* Silence open's messages on OS X.Armin Ronacher2014-05-291-1/+5
* Moved bashcomplete into an internal module by name.Armin Ronacher2014-05-292-1/+1
* Use readline() on 2.x for fixup stream.Armin Ronacher2014-05-291-0/+5
* Do not fail on missing flushArmin Ronacher2014-05-291-1/+4
* print -> echoArmin Ronacher2014-05-291-1/+1