| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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
|