index
:
python-apt
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
indexfile.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-01
python: Document every class, function, property.
Julian Andres Klode
1
-8
/
+21
2010-04-01
python: Return bool instead of int to Python where possible, looks better.
Julian Andres Klode
1
-3
/
+3
2010-02-27
* python:
Julian Andres Klode
1
-12
/
+1
2010-01-27
Merge the CppOwnedPyObject C++ class into CppPyObject.
Julian Andres Klode
1
-4
/
+4
2010-01-20
Rename apt_pkg.PackageIndexFile to apt_pkg.IndexFile.
Julian Andres Klode
1
-29
/
+29
2009-07-24
python: Fix some more possible NULL issues.
Julian Andres Klode
1
-1
/
+3
2009-07-17
python: Use PyString_FromFormat instead of snprintf.
Julian Andres Klode
1
-4
/
+1
2009-07-13
python: Rename all PyTypeObject's to conform to PEP 7.
Julian Andres Klode
1
-1
/
+1
2009-07-12
python/indexfile.cc: Deallocate the pointer correctly.
Julian Andres Klode
1
-2
/
+2
2009-06-25
python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().
Julian Andres Klode
1
-4
/
+1
2009-06-25
python: Fix some build warnings.
Julian Andres Klode
1
-1
/
+1
2009-06-21
python: Make all CppOwnedPyObjects and similar support garbage collection.
Julian Andres Klode
1
-3
/
+3
2009-06-21
python/acquire.cc, python/indexfile.cc: Do not delete the pointers for some o...
Julian Andres Klode
1
-2
/
+2
2009-06-12
Bugfix: Delete pointers correctly, fixing memory leaks. (LP: #370149)
Julian Andres Klode
1
-1
/
+1
2009-06-03
python/: Convert most names to PEP8 naming conventions (except Version,Packag...
Julian Andres Klode
1
-0
/
+11
2009-04-19
* python/*.cc: Export all types and add a __new__() method to them.
Julian Andres Klode
1
-1
/
+1
2009-04-15
* Introduce support for Python 3 (Closes: #523645)
Julian Andres Klode
1
-0
/
+2
2009-04-14
* python/indexfile.cc: Use tp_methods and tp_getset for PackageIndexFileType
Julian Andres Klode
1
-25
/
+52
2008-05-16
Remove trailing whitespace.
Ben Finney
1
-6
/
+6
2007-07-25
* apt/package.py:
Michael Vogt
1
-1
/
+1
2006-03-22
* added indexFile.ArchiveURI(string)
Michael Vogt
1
-2
/
+18
2006-01-04
* added support for pkgIndexFile
Michael Vogt
1
-0
/
+76