index
:
python-apt
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
acquire.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-14
python/acquire.cc: Replace PyAcquireItem_ToCpp with acquireitem_tocpp.
Julian Andres Klode
1
-3
/
+3
2009-07-14
python/acquire.cc: Check that an owner exists in AcquireItemDealloc.
Julian Andres Klode
1
-0
/
+6
2009-07-13
python: No zero-size arrays for char *kwlist[].
Julian Andres Klode
1
-1
/
+1
2009-07-13
python: Rename all PyTypeObject's to conform to PEP 7.
Julian Andres Klode
1
-9
/
+9
2009-07-12
python/acquire.cc: Fix segmentation faults, introduce PyAcquireObject.
Julian Andres Klode
1
-26
/
+70
2009-06-25
python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().
Julian Andres Klode
1
-13
/
+4
2009-06-25
python: Fix some build warnings.
Julian Andres Klode
1
-2
/
+2
2009-06-23
python/acquire.cc: Make AcquireFile a subclass of AcquireItem
Julian Andres Klode
1
-18
/
+32
2009-06-21
python: Make all CppOwnedPyObjects and similar support garbage collection.
Julian Andres Klode
1
-3
/
+4
2009-06-21
python/acquire.cc, python/indexfile.cc: Do not delete the pointers for some o...
Julian Andres Klode
1
-1
/
+3
2009-06-21
python: Add DeprecationWarning to functions which were replaced by classes.
Julian Andres Klode
1
-0
/
+5
2009-06-12
Bugfix: Delete pointers correctly, fixing memory leaks. (LP: #370149)
Julian Andres Klode
1
-4
/
+4
2009-06-09
Allow types providing __new__() to be subclassed.
Julian Andres Klode
1
-2
/
+4
2009-06-05
python/acquire.cc(AcquireItemType): Use "apt_pkg.AcquireItem" as tp_name
Julian Andres Klode
1
-1
/
+1
2009-06-05
python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7.
Julian Andres Klode
1
-1
/
+4
2009-06-05
Introduce the rename rules formally, and add some exceptions.
Julian Andres Klode
1
-5
/
+5
2009-06-04
python/: Unify naming conventions for all new names.
Julian Andres Klode
1
-4
/
+4
2009-06-03
python/: Convert most names to PEP8 naming conventions (except Version,Packag...
Julian Andres Klode
1
-0
/
+29
2009-04-24
* python/*.cc: Fix build failures with python2.4-dbg.
Julian Andres Klode
1
-2
/
+2
2009-04-19
* python/*.cc: Export all types and add a __new__() method to them.
Julian Andres Klode
1
-21
/
+98
2009-04-15
* python: Port AcquireItem,Package,Description to GetSet
Julian Andres Klode
1
-41
/
+61
2009-04-15
* Introduce support for Python 3 (Closes: #523645)
Julian Andres Klode
1
-0
/
+6
2009-04-14
* python/acquire.cc: Use tp_methods and tp_getset for PkgAcquireType
Julian Andres Klode
1
-35
/
+61
2009-04-14
* python/acquire.cc, python/sourcelist.cc: Type cleanup
Julian Andres Klode
1
-18
/
+1
2009-01-11
Merge Ben Finney's whitespace changes (Closes: #481563)
Julian Andres Klode
1
-19
/
+19
2008-11-07
python/acquire.cc (GetPkgAcqFile): Support DestDir and DestFilename.
Michael Vogt
1
-4
/
+8
2008-05-16
Remove trailing whitespace.
Ben Finney
1
-19
/
+19
2005-12-07
* make pkgAcqFile use the old interface so that we don't depend on a new apt ...
Michael Vogt
1
-8
/
+4
2005-12-06
* bugfix in the acquire.FetchNeeded code
Michael Vogt
1
-3
/
+3
2005-12-01
* fix uninitialized size member in pkgAcqFile
Michael Vogt
1
-1
/
+1
2005-12-01
* pkgAcqFile wrapper added
Michael Vogt
1
-0
/
+67
2005-11-28
* rewrote the cache.commit() code to make use of the new pkgAcquire/pkgPackag...
Michael Vogt
1
-3
/
+4
2005-11-22
* fixes in the acquire interface code (use CppPyObject with pkgAcquire* direc...
Michael Vogt
1
-15
/
+14
2005-11-22
* fix in the pkgmanager.cc code (/me needs to be hit with a clue-stick)
Michael Vogt
1
-2
/
+6
2005-11-18
* added stat constants to the acquire-item interface
Michael Vogt
1
-0
/
+12
2005-11-18
* support for the pkgAcquire::ItemIterator added
Michael Vogt
1
-0
/
+75
2005-11-18
* acquire interface works with progress reporting now
Michael Vogt
1
-1
/
+15
2005-11-18
* basic pkgAcquire + pkgPackageManager support added
Michael Vogt
1
-0
/
+106