Age | Commit message (Collapse) | Author | Files | Lines |
|
Those functions are deprecated in APT, but we still need to provide them
for backwards compatibility.
|
|
|
|
This fix is large, but simple in concept. Instead of relying
on Py_BuildValue and type signatures, or type-specific
conversion functions, create a new set of overloaded
MkPyNumber() functions that automatically do the right
thing for each numerical type.
|
|
(time_to_str accepts unsigned long, time_rfc1123 long long, y2k31-correct).
|
|
|
|
This is the first initial port to Python 3. The API is almost completely
identical to the one found in Python 2, except that functions working with
binary data require bytes (md5sum,sha1sum,sha256sum,Base64Encode).
Using setup3.py to install the modules will not work, because the apt package
still has to be converted to Python 3. For the package, we call 2to3-3.1 in
debian/rules to do this automatically.
|
|
|
|
- fix overflow in SizeToStr()
|
|
- SizeToString supports PyLong too
|
|
Author: jgg
Date: 2002-01-08 06:53:04 GMT
Changed include paths
|
|
Author: jgg
Date: 2001-02-23 05:46:02 GMT
Alfredo's no_proxy patch
|
|
Author: jgg
Date: 2001-02-20 06:32:01 GMT
Initial revision
|