Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2002-11-04 | pytdbpack_calc_reqd_len: Correct calculation of packed length of | Martin Pool | 1 | -5/+8 |
2002-11-04 | Change to representing buffers ('B') as (LEN, STRING) in Python, | Martin Pool | 1 | -130/+112 |
2002-11-04 | pytdbpack_calc_reqd_len: It's no longer an error to supply more data | Martin Pool | 1 | -8/+2 |
2002-11-04 | Doc | Martin Pool | 1 | -2/+5 |
2002-11-04 | pytdbpack_calc_reqd_len: Make exception be thrown correctly when a | Martin Pool | 1 | -2/+5 |
2002-10-21 | Give better error messages for TypeError, which will arise if e.g. you | Martin Pool | 1 | -10/+24 |
2002-09-09 | Import my code to do reasonably fast tdbpack/unpack from Python | Martin Pool | 1 | -0/+662 |