Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-11-04 | pytdbpack_calc_reqd_len: Make exception be thrown correctly when a | Martin Pool | 1 | -2/+5 | |
non-string is used with a string format code. (It was being generated but not thrown.) Also call checked versions of some functions rather than FAST_* versions. (This used to be commit 1b681bd524764deaef657ef41c39d037ac7dcc7b) | |||||
2002-10-21 | Give better error messages for TypeError, which will arise if e.g. you | Martin Pool | 1 | -10/+24 | |
try to pack an Int using a string tdbpack format. (This used to be commit 6139ab3cbca3fc2969d1e578b38394b1f6aeb9c3) | |||||
2002-09-09 | Import my code to do reasonably fast tdbpack/unpack from Python | Martin Pool | 1 | -0/+662 | |
(This used to be commit 1f7ed8bb863fdacd0b9f3bc2e1e5d72ec7051feb) |