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
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