Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r39: * importing .cvsignore files | Gerald Carter | 1 | -2/+0 |
2002-12-12 | * Ignore .pyc and .pyo files produced as a side-effect of running | Martin Pool | 1 | -0/+2 |
2002-11-19 | Fix typo in docstring. | Tim Potter | 1 | -1/+1 |
2002-11-12 | Remove non-integer Pointer values, which are no longer supported. | Martin Pool | 1 | -2/+0 |
2002-11-06 | Add another test case for repeated-unpack ('$') | Martin Pool | 1 | -0/+9 |
2002-11-05 | Update test cases. | Martin Pool | 1 | -28/+32 |
2002-11-04 | Add more test cases that now work. | Martin Pool | 1 | -1/+2 |
2002-11-04 | Re-add some tests which do work with both implementations | Martin Pool | 1 | -6/+6 |
2002-11-04 | Comment out test cases where the old and new parser are different. | Martin Pool | 1 | -60/+71 |
2002-11-04 | test_pack_extra: Add additional cases. | Martin Pool | 1 | -7/+12 |
2002-11-04 | test_pack_extra: Better way of testing packing with extra values. | Martin Pool | 1 | -3/+3 |
2002-11-04 | test_pack_extra: The old code does not complain when there are too | Martin Pool | 1 | -1/+15 |
2002-11-04 | test_pack_failures: The old code does not complain when there are too | Martin Pool | 1 | -6/+14 |
2002-11-04 | test_pack_failures: The old and new code is not exactly the same about | Martin Pool | 1 | -33/+37 |
2002-11-04 | test_pack: Coercing a dictionary to a sequence as it is packed is not | Martin Pool | 1 | -4/+0 |
2002-10-21 | Test both new samba.tdbpack and oldtdbutil pack/unpack routines. | Martin Pool | 1 | -29/+37 |
2002-10-21 | Import old pure Python version of tdbpack/unpack, so that we can do | Martin Pool | 1 | -0/+144 |
2002-09-10 | Check in examples for tdb packer | Martin Pool | 2 | -0/+207 |
2002-09-10 | Updated examples for new top level module layout. | Tim Potter | 3 | -8/+25 |
2002-05-02 | Some examples using the spoolss python module. | Tim Potter | 3 | -0/+141 |