| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch '4.x' into 5.x5.x | David Lord | 2018-09-07 | 14 | -754/+84 |
| |\ | |||||
| | * | 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 |
| * | | | | | Add documentation for click-contrib | Markus Unterwaditzer | 2015-08-16 | 2 | -0/+26 |
| * | | | | | Correct typo | Dominic R. May | 2015-08-12 | 1 | -1/+1 |
| * | | | | | Remove shipped theme | Armin Ronacher | 2015-08-07 | 7 | -517/+2 |
| * | | | | | Revert "use source command to activate virtualenv" | Armin Ronacher | 2015-08-06 | 1 | -1/+1 |
| * | | | | | use source command to activate virtualenv | Pavlos Ratis | 2015-08-05 | 1 | -1/+1 |
| * | | | | | Added link to example github issue. | Armin Ronacher | 2015-08-04 | 1 | -1/+3 |
| * | | | | | Warn about the use of unicode_literals | Armin Ronacher | 2015-08-04 | 1 | -0/+21 |
| * | | | | | Change some it's to its. | Gordon Fierce | 2015-07-21 | 1 | -3/+3 |
| * | | | | | Documented the use of get_current_context | Armin Ronacher | 2015-07-15 | 2 | -0/+41 |
| * | | | | | Add note about subcommands testing. Closes #377 | Alexander Pyatkin | 2015-07-14 | 1 | -0/+23 |
| * | | | | | Update setuptools.rst: fix typo | lord63 | 2015-06-26 | 1 | -1/+1 |
| * | | | | | minor grammar fixes | Nicholas Chammas | 2015-04-25 | 1 | -3/+3 |
| * | | | | | Document use of a callable for the default value of an option | Paul Moore | 2015-04-08 | 1 | -0/+21 |
| |/ / / / | |||||
| * | | | | 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 |
