| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch '3.x' into 4.x4.x | David Lord | 2018-09-07 | 20 | -1269/+84 |
| |\ | |||||
| | * | Merge branch '2.x' into 3.x3.x | David Lord | 2018-09-07 | 19 | -1246/+82 |
| | |\ | |||||
| | | * | Merge branch '1.x' into 2.x2.x | David Lord | 2018-09-07 | 19 | -1246/+82 |
| | | |\ | |||||
| | | | * | use pallets-sphinx-themes1.x | David Lord | 2018-09-07 | 17 | -1239/+82 |
| | * | | | use os.name rather than os.uname()[0] so documentation builds on windows | Philip Miller | 2014-10-02 | 1 | -3/+3 |
| * | | | | Automatically set the date in the docs | Armin Ronacher | 2015-03-31 | 1 | -1/+2 |
| * | | | | Fixed broken docs. | Armin Ronacher | 2015-03-31 | 1 | -3/+3 |
| * | | | | Added support for tuple types. This fixes #239 | Armin Ronacher | 2015-03-31 | 2 | -0/+38 |
| * | | | | Don't use uname in examples. This fixes #268 | Armin Ronacher | 2015-03-31 | 1 | -3/+3 |
| * | | | | Fix some typos | Markus Unterwaditzer | 2015-03-31 | 1 | -1/+1 |
| * | | | | Added support for manually advancing progressbars. | Armin Ronacher | 2015-03-31 | 1 | -0/+11 |
| * | | | | Merge pull request #250 from yuvallanger/minor_typos | Armin Ronacher | 2015-03-31 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Minor typo correction | Yuval Langer | 2014-11-15 | 1 | -1/+1 |
| * | | | | | Merge pull request #247 from homeworkprod/patch-1 | Armin Ronacher | 2015-03-31 | 1 | -9/+9 |
| |\ \ \ \ \ | |||||
| | * | | | | | A few documentation fixes. | Jochen Kupperschmidt | 2014-11-13 | 1 | -9/+9 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #242 from jaymartin7/patch-1 | Armin Ronacher | 2015-03-31 | 1 | -0/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | added init files to setuptools.rst example | Jay Martin | 2014-10-31 | 1 | -0/+2 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #306 from bionikspoon/patch-2 | Markus Unterwaditzer | 2015-03-07 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | docs typo ouy vs you | Manu | 2015-03-06 | 1 | -1/+1 |
| * | | | | | | Incorrect code example. open with 'write' flag | Manu | 2015-03-07 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | Added --version cross reference | Armin Ronacher | 2015-02-15 | 1 | -0/+4 |
| * | | | | | Merge pull request #291 from jhermann/patch-2 | Markus Unterwaditzer | 2015-02-05 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | s/with_context/pass_context/ | Jürgen Hermann | 2015-02-05 | 1 | -1/+1 |
| * | | | | | | Too much context going around… ;) | Jürgen Hermann | 2015-02-05 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | Fix erroneous region code on python3 doc page | MrTact | 2014-12-01 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Arguments that are like options | Ryan Hiebert | 2014-09-12 | 1 | -1/+1 |
| * | | | | Added example on ignoring of unknown options. | Armin Ronacher | 2014-09-09 | 2 | -2/+117 |
| * | | | | Added missing new types to the docs. | Armin Ronacher | 2014-09-09 | 1 | -0/+6 |
| * | | | | Correct project name in quickstart.rst | Carol Willing | 2014-08-22 | 1 | -1/+1 |
| * | | | | Merge branch '3.x-maintenance' | Armin Ronacher | 2014-08-22 | 2 | -9/+36 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Fixed a doc example. | Armin Ronacher | 2014-08-22 | 1 | -6/+5 |
| | * | | | Fixed `invoked_subcommand`. | Armin Ronacher | 2014-08-22 | 2 | -3/+31 |
| * | | | | Added some docs on return values from commands | Armin Ronacher | 2014-08-14 | 1 | -0/+49 |
| |/ / / | |||||
| * | | | Handle defaults for context invoke. This fixes #201 | Armin Ronacher | 2014-08-14 | 1 | -0/+28 |
| * | | | Rewrote the setuptools documentation. | Armin Ronacher | 2014-08-12 | 4 | -38/+203 |
| * | | | Added open_file to api docs. | Armin Ronacher | 2014-08-12 | 1 | -0/+2 |
| * | | | first -> last | Armin Ronacher | 2014-08-12 | 1 | -1/+1 |
| * | | | two -> three | Armin Ronacher | 2014-08-12 | 1 | -1/+1 |
| * | | | Added err to click echo docs | Armin Ronacher | 2014-08-12 | 1 | -0/+7 |
| * | | | Added a chapter for parameter modifications | Armin Ronacher | 2014-08-12 | 1 | -0/+55 |
| * | | | Added pipeline documentation example | Armin Ronacher | 2014-08-12 | 1 | -0/+96 |
| * | | | Added open_file function. | Armin Ronacher | 2014-08-12 | 1 | -0/+25 |
| * | | | Added imagepipe example to docs | Armin Ronacher | 2014-08-12 | 1 | -0/+2 |
| * | | | Added exception docs | Armin Ronacher | 2014-08-11 | 1 | -0/+73 |
| * | | | Added a way to disable the standalone mode on main. | Armin Ronacher | 2014-08-11 | 1 | -0/+1 |
| * | | | Added subcommand chaining. | Armin Ronacher | 2014-08-11 | 1 | -0/+46 |
| * | | | Add links from options -> arguments and back again | Brandon W Maister | 2014-07-01 | 2 | -5/+11 |
| * | | | Merge pull request #153 from iKevinY/click-rename | Armin Ronacher | 2014-06-26 | 16 | -88/+88 |
| |\ \ \ | |||||
| | * | | | Capitalized instances of Click (addressing #128) | Kevin Yap | 2014-06-14 | 16 | -88/+88 |
| * | | | | Add docs about strict separation of parameters | Markus Unterwaditzer | 2014-06-21 | 1 | -0/+20 |
