summaryrefslogtreecommitdiff
path: root/src/python/test
Commit message (Expand)AuthorAgeFilesLines
* c_eclib: Add decode routine for rs_vand_isa_lisa-l_integrationTushar Gohad2014-05-301-5/+15
* Call out bytes input for encode() APITushar Gohad2014-04-201-13/+14
* The last 1% to bring up to Python 3 compatibility.Kevin Greenan2014-04-191-13/+5
* Expect binary data, use 'y#' for PyArg_* conversionsTushar Gohad2014-04-181-1/+1
* Rename 'type', 'sum' variables (meant to be intrinsics)Tushar Gohad2014-04-181-38/+40
* Write testdata as string and read as binary (Python3)Tushar Gohad2014-04-181-3/+3
* Use str.ascii_letters for Python3 compatibilityTushar Gohad2014-04-131-1/+1
* Fix open() calls to include explicit 'b' hints + cleanupTushar Gohad2014-04-081-32/+26
* Make print()s simpler for 3.x compatibility (take2)Tushar Gohad2014-03-191-46/+21
* Make print()s simpler for 3.x compatibilityTushar Gohad2014-03-191-22/+22
* PEP8 indent fixesTushar Gohad2014-03-191-234/+302
* Added support for CRC32. It currently will be computed by default and I have...Kevin Greenan2014-02-081-3/+3
* Made the python interface more intuitive...Kevin Greenan2013-10-021-20/+20
* Added BSD licenseKevin Greenan2013-10-011-1/+25
* Fixed a few issues with the unit tests...Kevin Greenan2013-10-011-0/+3
* A bunch of re-org:Kevin Greenan2013-09-291-2/+2
* XOR codes are fully wired into the python interface, including the unit tests!Kevin Greenan2013-09-231-4/+10
* There are no "major" memory leaks (did a valgrind mem check).Kevin Greenan2013-09-211-4/+6
* Added semi-generic code to do fragment alignment... Need to make it "more ge...Kevin Greenan2013-09-191-13/+15
* XOR code encode and decode is now wired into pyeclib.c and is being testedKevin Greenan2013-09-181-7/+24
* Did some refactoring and took care of a few TODOsKevin Greenan2013-09-141-4/+1
* Wired RS into the main Swift interface... Unit test is acting up...Kevin Greenan2013-09-131-2/+2
* Built single-data-disk reconstruction into PyECLib for RS.Kevin Greenan2013-09-121-0/+48
* Auxillary functions are working, but resulted in some more TODOs.Kevin Greenan2013-09-091-6/+54
* Finished writing get_required_fragments for Reed-Solomon. Added a unit test ...Kevin Greenan2013-08-311-3/+36
* Cauchy Reed-Solomon is working... Still need to add more restrictions dueKevin Greenan2013-08-271-17/+17
* More housekeeping before diving in...Kevin Greenan2013-08-1711-10/+144
* Cleaning up the pyeclib test and added a list of TODOs for this library.ZKevin Greenan2013-08-171-1/+1
* Big push...Kevin Greenan2013-07-3010-0/+10