| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove Python 2/3 from docsdrop-python2 | David Lord | 2020-04-20 | 7 | -236/+128 |
| | | |||||
| * | f-strings everywhere | David Lord | 2020-04-19 | 10 | -47/+50 |
| | | |||||
| * | remove py2 parts of _compat module | David Lord | 2020-04-19 | 1 | -0/+5 |
| | | |||||
| * | Merge branch '7.x' | David Lord | 2020-03-09 | 1 | -2/+2 |
| |\ | |||||
| | * | add readthedocs config | David Lord | 2020-03-09 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch '7.x' | David Lord | 2020-03-08 | 2 | -4/+1 |
| |\ \ | |/ | |||||
| | * | apply formatting | David Lord | 2020-03-06 | 1 | -1/+0 |
| | | | |||||
| | * | apply black | David Lord | 2020-03-06 | 1 | -3/+1 |
| | | | |||||
| * | | Merge branch '7.x' | David Lord | 2020-03-06 | 5 | -100/+134 |
| |\ \ | |/ | |||||
| | * | more clarity for parameter name docs | David Lord | 2020-03-06 | 2 | -35/+38 |
| | | | |||||
| | * | correct docs about parameter name selection | AlbertUlysses | 2020-03-05 | 2 | -6/+15 |
| | | | |||||
| | * | clean up completion docs | David Lord | 2020-03-05 | 1 | -61/+91 |
| | | | |||||
| | * | fish completion | Jonathan Lestrelin | 2020-03-05 | 1 | -4/+6 |
| | | | |||||
| | * | update project metadata | David Lord | 2020-02-27 | 2 | -14/+4 |
| | | | |||||
| * | | Merge branch '7.x' | David Lord | 2020-02-23 | 4 | -7/+10 |
| |\ \ | |/ | |||||
| | * | clarify multiple options | Chris Sullins | 2020-02-23 | 4 | -7/+10 |
| | | | |||||
| * | | Merge pull request #1201 from yu-iskw/modify-doc | David Lord | 2020-02-23 | 1 | -1/+1 |
| |\ \ | | | | | | | Modify the code about the custom multi commands. | ||||
| | * | | Modify the code about the custom multi commands. | Yu ISHIKAWA | 2019-01-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch '7.x' | David Lord | 2020-02-23 | 2 | -4/+38 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | options for handling command name change in 7.0 | David Lord | 2020-02-22 | 1 | -1/+26 |
| | | | | |||||
| | * | | document command name replacing "_" with "-" | J. Javier Maestro | 2020-02-22 | 1 | -0/+6 |
| | | | | |||||
| | * | | prevent automatic environment variables from containing dashes | Gregory Pakosz | 2020-02-22 | 1 | -4/+7 |
| | | | | |||||
| * | | | Merge branch '7.x' | David Lord | 2020-02-19 | 7 | -53/+88 |
| |\ \ \ | |/ / | | | | | | | | | | # Conflicts: # CHANGES.rst | ||||
| | * | | Merge pull request #1451 from syedtshah/patch-1 | David Lord | 2020-02-19 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | fixed typo | ||||
| | | * | | fixed typos | Syed Shah | 2020-01-06 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Correct mistype in documentation | Velibor Zeli | 2020-02-16 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | docs note that default for multiple=True should be a list | Brad Porter | 2020-02-16 | 1 | -5/+16 |
| | | | | | |||||
| | * | | | Merge pull request #1291 from VictoryChang/7.x | David Lord | 2020-02-16 | 1 | -0/+4 |
| | |\ \ \ | | | | | | | | | | | [Issue 1289] Advise users not to use prompt in conjunction with multiple in the documentation | ||||
| | | * | | | [1289] Advise users not to use prompt in conjunction with multiple in the ↵ | Victory Chang | 2019-05-06 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | documentation | ||||
| | * | | | | Merge pull request #1302 from paxnovem/ISSUE-1212 | David Lord | 2020-02-16 | 1 | -0/+6 |
| | |\ \ \ \ | | | | | | | | | | | | | Adds a note that there is a behavior change after Python 3.7 | ||||
| | | * | | | | add note for change in 3.7 encoding handling | Brian Grohe | 2020-02-16 | 1 | -0/+6 |
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | This notes what PEPs led to a change to an error that no longer occurs in Python 3.7 and later. | ||||
| | * | | | | docs cleanup | David Lord | 2020-02-16 | 1 | -13/+12 |
| | | | | | | |||||
| | * | | | | Merge pull request #1316 from strawstack/7.x | David Lord | 2020-02-16 | 1 | -31/+27 |
| | |\ \ \ \ | | | | | | | | | | | | | Increase readibility of 'why' page in docs | ||||
| | | * | | | | Increase readibility of 'why' page in docs | Richard | 2019-05-09 | 1 | -31/+27 |
| | | |/ / / | |||||
| | * | | | | Restore progressbar iterator interface; add test | Stephen Rosen | 2020-02-16 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add a test for iterating on a progressbar with next() - implement `next()` in terms of `iter(ProgressBar)`, which is already well-defined - add a note about slow operations with progressbar to narrative docs One of the keys to this working is that `ProgressBar.generator` is consuming an iterable and doesn't store any important state in local variables, making it re-entry safe. I wasn't sure how we can best hint in the public docs that simply walking the bar and stopping one step short of finishing will result in the progress bar "hanging" unfinished. Noting that we work well with things like `time.sleep()` seems like a decent way of advertising positively something which we support *and* guiding anyone going off-book into proper usage. closes #1125 | ||||
| | * | | | | add example of default_map with top level option | Markus Rossi | 2020-02-16 | 1 | -4/+12 |
| | | | | | | |||||
| | * | | | | Rewrite the description for File System Isolation | Obleskar | 2020-02-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Rewrite the description for the File System Isolation section so it's grammatically correct. | ||||
| | * | | | | Merge pull request #1310 from jnpblrdrgz/1269_chained_command_doc_note_addition | David Lord | 2020-02-16 | 1 | -1/+2 |
| | |\ \ \ \ | | | | | | | | | | | | | Updated Multi Chaining commands docs to address options arguments order | ||||
| | | * | | | | Updated Multi Chaining commands to address options arguments order | Juan Rodriguez | 2019-10-10 | 1 | -1/+2 |
| | | | | | | | |||||
| | * | | | | | Update quickstart | Philippe Partarrieu | 2020-01-15 | 1 | -1/+1 |
| | | |_|/ / | |/| | | | | | | | | Running `sudo pip install` is a security issue and should be discouraged | ||||
| * | | | | | Merge branch '7.x' | David Lord | 2019-10-18 | 1 | -0/+4 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | add note regarding change to choices value in 7.1 | Fernando Perez-Garcia | 2019-10-18 | 1 | -0/+4 |
| | |/ / / | |||||
| * | | | | Merge branch '7.x' | David Lord | 2019-10-09 | 7 | -23/+40 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | reformat changelog, update docs config | David Lord | 2019-10-09 | 6 | -21/+30 |
| | | | | | |||||
| | * | | | Always return originally passed choice for Choice() | Kyle Altendorf | 2019-09-26 | 1 | -2/+10 |
| | | | | | |||||
| * | | | | Merge branch '7.x' | David Lord | 2019-08-01 | 5 | -17/+67 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Added method and command to update and write aliases.ini file with new aliases | chusband | 2019-08-01 | 1 | -3/+5 |
| | | | | | |||||
| | * | | | clarify where arguments should be documented and add examples | mattsb42 | 2019-08-01 | 3 | -11/+62 |
| | | | | | |||||
| | * | | | [doc] remove recommendation to use Python 2 instead of Python 3 | Figueiro,T,Thiago,VSF R | 2019-08-01 | 1 | -3/+0 |
| | | | | | |||||
| * | | | | Merge branch '7.x' | David Lord | 2019-08-01 | 5 | -82/+124 |
| |\ \ \ \ | |/ / / | |||||
