summaryrefslogtreecommitdiff
path: root/examples/aliases/aliases.py
Commit message (Expand)AuthorAgeFilesLines
* f-strings everywhereDavid Lord2020-04-191-1/+1
* apply pyupgrade --py36-plusDavid Lord2020-04-191-3/+3
* remove more compat codeDavid Lord2020-04-191-5/+1
* Merge branch '7.x'David Lord2020-03-081-22/+29
|\
| * manual cleanupDavid Lord2020-03-081-3/+3
| * apply pyupgradeDavid Lord2020-03-081-1/+1
| * apply blackDavid Lord2020-03-061-20/+26
| * apply reorder-python-importsDavid Lord2020-03-061-2/+3
* | Merge pull request #1377 from timgates42/feature/fix_simple_typo__aliase___70Joshua Bronson2019-08-251-1/+1
|\ \ | |/ |/|
| * Additional fix requested while fixing typo on the same lineTim Gates2019-08-261-1/+1
| * Fix simple typo: aliase -> aliasTim Gates2019-08-251-1/+1
* | Added method and command to update and write aliases.ini file with new aliaseschusband2019-08-011-0/+24
|/
* Changed parameter callback signature.Armin Ronacher2014-05-271-1/+1
* Added a complex aliases exampleArmin Ronacher2014-05-251-0/+111