index
:
python-apt
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
pkgmanager.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-25
python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().
Julian Andres Klode
1
-4
/
+1
2009-06-21
python: Add DeprecationWarning to functions which were replaced by classes.
Julian Andres Klode
1
-0
/
+3
2009-06-12
Bugfix: Delete pointers correctly, fixing memory leaks. (LP: #370149)
Julian Andres Klode
1
-1
/
+1
2009-06-09
Allow types providing __new__() to be subclassed.
Julian Andres Klode
1
-1
/
+2
2009-06-05
python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7.
Julian Andres Klode
1
-0
/
+2
2009-06-03
python/: Convert most names to PEP8 naming conventions (except Version,Packag...
Julian Andres Klode
1
-0
/
+10
2009-04-19
* python/*.cc: Export all types and add a __new__() method to them.
Julian Andres Klode
1
-19
/
+33
2009-04-15
* Introduce support for Python 3 (Closes: #523645)
Julian Andres Klode
1
-0
/
+2
2009-04-14
* python/pkgmanager.cc: Use tp_methods and tp_getset for PkgManagerType
Julian Andres Klode
1
-18
/
+34
2008-05-16
Remove trailing whitespace.
Ben Finney
1
-11
/
+11
2006-09-12
* python/pkgmanager.cc:
Michael Vogt
1
-1
/
+1
2005-11-22
* fixes in the acquire interface code (use CppPyObject with pkgAcquire* direc...
Michael Vogt
1
-4
/
+3
2005-11-22
* python/sourcelist.cc cleaned up
Michael Vogt
1
-5
/
+4
2005-11-22
* another bugfix in the new pkgPackageManager wrapper
Michael Vogt
1
-4
/
+2
2005-11-22
* fix in the pkgmanager.cc code (/me needs to be hit with a clue-stick)
Michael Vogt
1
-13
/
+43
2005-11-18
* basic pkgAcquire + pkgPackageManager support added
Michael Vogt
1
-0
/
+109