Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-06 | Use print_function everywhere | Julian Andres Klode | 1 | -0/+2 | |
This brings the code closer to Python 3. Automatically converted using 2to3 -f print. | |||||
2013-10-10 | apt, aptsources: Only call init_config() if not already initialized | Julian Andres Klode | 1 | -2/+5 | |
Based on an idea by the bug reporter. Reported-by: Dominique Lasserre <lasserre.d@googlemail.com> Closes: #686403 | |||||
2009-01-11 | Merge Ben Finney's whitespace changes (Closes: #481563) | Julian Andres Klode | 1 | -1/+0 | |
2009-01-09 | Cleanup: Remove whitespace at the end of line in all python codes. | Julian Andres Klode | 1 | -1/+1 | |
2008-08-23 | * aptsources/__init__.py, aptsources/distinfo.py: | Michael Vogt | 1 | -0/+4 | |
- run apt_pkg.init() when aptsources gets imported and not the distinfo function | |||||
2008-05-16 | Fixes to blank lines, to conform with PEP 8. | Ben Finney | 1 | -1/+0 | |
2008-05-16 | Remove trailing whitespace. | Ben Finney | 1 | -1/+1 | |
2007-01-19 | * merge aptsources into the source repository | Sebastian Heinlein | 1 | -0/+1 | |
- skipped the gettext integration, since nearly all strings changed recently (no need to blow up the bzr repo) - still needs integration into the setup procedure - added the update-manager authors to the python-apt ones |