Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch from nose to pytest | Carl George | 2022-02-10 | 1 | -2/+2 |
| | | | | | | | This is not a full rewrite to pytest style tests, it just changes the minimum to allow pytest to run the existing tests. Resolves #72 | ||||
* | Fix typos | Kian-Meng Ang | 2022-01-06 | 1 | -1/+1 |
| | |||||
* | Replace deprecated unittest aliases | Hugo van Kemenade | 2021-08-19 | 1 | -1/+1 |
| | |||||
* | Remove and replace compat.xrange | Harmon | 2020-02-16 | 1 | -2/+1 |
| | |||||
* | Remove and replace izip in TestPack | Harmon | 2020-02-16 | 1 | -6/+1 |
| | |||||
* | close smmap handles, to be able to delete files / trees in process (req. for ↵ | stuertz | 2017-03-27 | 1 | -2/+5 |
| | | | | windows) | ||||
* | tc: HALF FIX of `test_pack_entity ()` | Kostis Anagnostopoulos | 2016-10-22 | 1 | -3/+6 |
| | | | | | + On Windows, you cannot write onto a file held by another live file-pointer (test_pack.py:#L204). + The TC fails later, on clean up (the usual). | ||||
* | Merge pull request #28 from scop/with | Sebastian Thiel | 2016-07-30 | 1 | -3/+2 |
|\ | | | | | Handle more file open/close with "with" | ||||
| * | Handle more file open/close with "with" | Ville Skyttä | 2016-07-27 | 1 | -3/+2 |
| | | |||||
* | | Spelling fixes | Ville Skyttä | 2016-07-27 | 1 | -1/+1 |
|/ | |||||
* | Applied autopep8 | Sebastian Thiel | 2015-01-04 | 1 | -18/+16 |
| | | | | autopep8 -v -j 8 --max-line-length 120 --in-place --recursive | ||||
* | Fixed all applicable lint issues | Sebastian Thiel | 2014-11-13 | 1 | -3/+0 |
| | |||||
* | Made sure xrange is used instead of range in python 2 | Sebastian Thiel | 2014-11-13 | 1 | -1/+2 |
| | | | | | | | range in py2 will return a list, which can mean a lot of time and memory is spent on generating it even though it's just used for iteration. Simplified implementation of MAXSIZE | ||||
* | Pick off the low hanging fruit | Kevin Brown | 2014-07-13 | 1 | -8/+15 |
| | | | | | | | | | | | 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 | -51/+51 |
| | |||||
* | tabs to spaces | Sebastian Thiel | 2014-02-09 | 1 | -219/+219 |
| | |||||
* | crc needs to be done on the pack object header as well, of course | Sebastian Thiel | 2011-03-31 | 1 | -1/+1 |
| | |||||
* | Implemented remainder of the test, and it already shows that something is ↵ | Sebastian Thiel | 2011-03-31 | 1 | -10/+24 |
| | | | | wrong with my packs. Probably something stupid ;) | ||||
* | initial version of pack writing, which seems to work, but still needs some ↵ | Sebastian Thiel | 2011-03-31 | 1 | -13/+38 |
| | | | | more testing and verification | ||||
* | Added stub for pack writing implementation which should work for pack ↵ | Sebastian Thiel | 2011-03-31 | 1 | -4/+30 |
| | | | | streaming over a transport as well | ||||
* | 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/+178 |
Submodule relinked to point to new github location, and moved as well |