| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style(listuple): use literals for empty lists/tuples | Kostis Anagnostopoulos | 2016-10-25 | 1 | -1/+1 |
| | | |||||
| * | docs(gitdb): discourage usage of GitDB type | Sebastian Thiel | 2015-08-22 | 1 | -1/+5 |
| | | |||||
| * | Applied autopep8 | Sebastian Thiel | 2015-01-04 | 1 | -2/+3 |
| | | | | | autopep8 -v -j 8 --max-line-length 120 --in-place --recursive | ||||
| * | Fixed all applicable lint issues | Sebastian Thiel | 2014-11-13 | 1 | -6/+1 |
| | | |||||
| * | Pick off the low hanging fruit | Kevin Brown | 2014-07-13 | 1 | -9/+9 |
| | | | | | | | | | | | | This fixes most of the import errors that came from using the implicit relative imports that Python 2 supports. This also fixes the use of `xrange`, which has replaced `range` in Python 3. The same has happened for `izip`, which is also being aliased. The octal number syntax changed in Python 3, so we are now converting from strings using the `int` built-in function, which will produce the same output across both versions of Python. | ||||
| * | Automated PEP 8 fixes | Kevin Brown | 2014-07-13 | 1 | -17/+17 |
| | | |||||
| * | tabs to spaces | Sebastian Thiel | 2014-02-09 | 1 | -67/+67 |
| | | |||||
| * | preprended all modules with licensing information | Sebastian Thiel | 2011-02-23 | 1 | -0/+4 |
| | | |||||
| * | moved all relevant files into the gitdb folder. | Sebastian Thiel | 2010-11-30 | 1 | -0/+81 |
| Submodule relinked to point to new github location, and moved as well | |||||
