Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Set up to cause git to ignore *.pyc and *.pyo files, as well as the Python 3
__pycache__ directory.
|
|
|
|
|
|
Replaced a few Python 2-only idioms with equivalents that work in both Python 2
and Python 3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes: #5
|
|
Closes: #6
|
|
Re: #6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In addition to parsing .dotfilesrc in the user's home directory, also look for
that file inside the repository. This allows you to keep your repository and
it's settings together.
Closes: #1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #2
|