summaryrefslogtreecommitdiff
path: root/gitdb/test/test_util.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated unittest aliasesHugo van Kemenade2021-08-191-3/+3
|
* Merge pull request #28 from scop/withSebastian Thiel2016-07-301-7/+3
|\ | | | | Handle more file open/close with "with"
| * Handle more file open/close with "with"Ville Skyttä2016-07-271-7/+3
| |
* | Spelling fixesVille Skyttä2016-07-271-1/+1
|/
* Applied autopep8Sebastian Thiel2015-01-041-1/+1
| | | | autopep8 -v -j 8 --max-line-length 120 --in-place --recursive
* Fixed all applicable lint issuesSebastian Thiel2014-11-131-1/+0
|
* Convert strings to bytes for PY3Kevin Brown2014-07-131-6/+7
| | | | | | In Python 3, the default string type is now the Python 2 unicode strings. The unicode strings cannot be converted to a byte stream, so we have to convert it before writing to the streams.
* Pick off the low hanging fruitKevin Brown2014-07-131-1/+1
| | | | | | | | | | | 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 fixesKevin Brown2014-07-131-22/+21
|
* tabs to spacesSebastian Thiel2014-02-091-92/+92
|
* preprended all modules with licensing informationSebastian Thiel2011-02-231-0/+4
|
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-301-0/+101
Submodule relinked to point to new github location, and moved as well