| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
- use tmpdir during the tests to fix test failure with apt from
experimental
|
|
|
|
- use APT::Configuration::getCompressionTypes() instead of duplicating
the supported methods here
* tests/test_debfile.py:
- add test for raise on unknown data.tar.xxx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- one typo [2to => 2to3], one broken link [pep8.py link]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|