Commit Graph

4 Commits

Author SHA1 Message Date
Alexis S. L. Carvalho
216a9bb3ee python2.5 PyArg_ParseTuple fix
Python 2.5 doesn't like it when we mix str objects and the "t#" format
in PyArg_ParseTuple. Change it to use "s#". Tested with python 2.3, 2.4
and 2.5.
2006-10-12 14:04:11 -03:00
Brendan Cully
3f0262092f Support buffer interface in base85 codec 2006-10-11 09:27:57 -07:00
Brendan Cully
e57fb189fa Handle odd-sized base85 input and output 2006-10-07 16:21:33 -07:00
Brendan Cully
407377d02c Add a base85 codec 2006-10-06 13:01:54 -07:00