| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | f-strings everywhere | David Lord | 2020-04-19 | 8 | -27/+29 |
| * | apply pyupgrade --py36-plus | David Lord | 2020-04-19 | 13 | -67/+57 |
| * | remove more compat code | David Lord | 2020-04-19 | 2 | -24/+4 |
| * | remove py2 parts of _compat module | David Lord | 2020-04-19 | 3 | -30/+12 |
| * | remove deprecated callback parameter style | David Lord | 2020-04-19 | 1 | -16/+0 |
| * | Merge pull request #1492 from pallets/deprecate-legacy-callback | David Lord | 2020-03-09 | 1 | -1/+1 |
| |\ | |||||
| | * | deprecate old param callback style | David Lord | 2020-03-09 | 1 | -1/+1 |
| * | | Merge branch '7.x' | David Lord | 2020-03-08 | 16 | -1479/+1560 |
| |\ \ | |/ | |||||
| | * | manual cleanup | David Lord | 2020-03-08 | 10 | -164/+103 |
| | * | apply pyupgrade | David Lord | 2020-03-08 | 3 | -27/+25 |
| | * | apply formatting | David Lord | 2020-03-06 | 1 | -5/+1 |
| | * | apply flake8 | David Lord | 2020-03-06 | 6 | -48/+26 |
| | * | apply black | David Lord | 2020-03-06 | 16 | -1358/+1515 |
| | * | apply reorder-python-imports | David Lord | 2020-03-06 | 12 | -21/+27 |
| * | | Merge branch '7.x' | David Lord | 2020-03-06 | 2 | -1/+49 |
| |\ \ | |/ | |||||
| | * | Merge pull request #1468 from muggenhor/fix/utf-8-compat | David Lord | 2020-03-06 | 1 | -1/+22 |
| | |\ | |||||
| | | * | test: verify that UTF-8 is used as a fallback for decoding arguments | Giel van Schijndel | 2020-03-02 | 1 | -1/+22 |
| | * | | don't complete options after separator | bertolinocastro | 2020-02-26 | 1 | -0/+27 |
| | * | | add repr to Command | Jimmy Zeng | 2020-02-24 | 1 | -0/+18 |
| | * | | Correct ZSH completion definitions | Nick Cross | 2020-02-24 | 1 | -0/+8 |
| * | | | Merge branch '7.x' | David Lord | 2020-02-23 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Use shlex.quote for quoting shell arguments | John T. Wodder II | 2020-02-23 | 1 | -1/+1 |
| * | | | Merge branch '7.x' | David Lord | 2020-02-23 | 2 | -14/+74 |
| |\ \ \ | |/ / | |||||
| | * | | add newline padding for multi-line option help | Peter Landoll | 2020-02-23 | 1 | -1/+37 |
| | * | | fix newline wrapping in option help | David Lord | 2020-02-23 | 1 | -14/+22 |
| | * | | prevent automatic environment variables from containing dashes | Gregory Pakosz | 2020-02-22 | 1 | -0/+16 |
| * | | | simplify parameter source tests | David Lord | 2020-02-22 | 1 | -22/+24 |
| * | | | Undefined name: import sys for lines 300 and 311 | Christian Clauss | 2020-02-22 | 1 | -0/+1 |
| * | | | Merge branch '7.x' | David Lord | 2020-02-19 | 5 | -39/+219 |
| |\ \ \ | |/ / | |||||
| | * | | type is always IOBase, handle lazy file | David Lord | 2020-02-19 | 2 | -12/+14 |
| | * | | Formatting file option prompting to path only | icreatedanaccount | 2020-02-19 | 2 | -0/+16 |
| | * | | Merge pull request #1298 from joewledger/fix_958 | David Lord | 2020-02-19 | 1 | -11/+48 |
| | |\ \ | |||||
| | | * | | refactor open_stream and text stream utilities | David Lord | 2020-02-19 | 1 | -55/+32 |
| | | * | | open_file respects "errors" parameter | Joe Ledger | 2020-02-16 | 1 | -0/+60 |
| | * | | | Fix for string cast of MissingParameter | James Daley | 2020-02-16 | 2 | -0/+18 |
| | |/ / | |||||
| | * | | Make option format replace newlines with spaces. | Jay Crotts | 2020-02-16 | 1 | -3/+1 |
| | * | | allow bool type with bool flags | KP | 2020-02-16 | 1 | -0/+10 |
| | * | | don't claim empty stderr wasn't captured separately | Julian Berman | 2020-02-16 | 1 | -0/+12 |
| | * | | Add tests for atomic open_file permissions | Max Smolens | 2020-02-16 | 1 | -0/+43 |
| | * | | Restore progressbar iterator interface; add test | Stephen Rosen | 2020-02-16 | 1 | -0/+20 |
| | * | | ignore set empty environment variable | Jimmy Zeng | 2020-02-16 | 1 | -0/+11 |
| | * | | add test for unstyling other ansi controls | David Lord | 2020-02-16 | 1 | -25/+38 |
| | |/ | |||||
| * | | Fix SyntaxWarning in test over literal comparison. | Karthikeyan Singaravelan | 2019-12-19 | 1 | -1/+1 |
| * | | Merge branch '7.x' | David Lord | 2019-10-09 | 2 | -1/+16 |
| |\ \ | |/ | |||||
| | * | Always return originally passed choice for Choice() | Kyle Altendorf | 2019-09-26 | 2 | -1/+16 |
| * | | Correct ZSH completion definitions | Nick Cross | 2019-08-01 | 1 | -0/+8 |
| * | | allow ProgressBar.update to set current_item | Christopher Palmer | 2019-08-01 | 1 | -0/+44 |
| * | | Merge branch '7.x' | David Lord | 2019-08-01 | 4 | -14/+195 |
| |\ \ | |/ | |||||
| | * | fix py2 windows getchar test | David Lord | 2019-08-01 | 1 | -1/+3 |
| | * | Expand unit testing around termui (getchar testing for Windows) | icreatedanaccount | 2019-05-24 | 1 | -2/+145 |
