index
:
python-apt
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
configuration.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-02
Remove inline functions from the C++ API, export them instead (part 2).
Julian Andres Klode
1
-4
/
+4
2010-01-27
Merge the CppOwnedPyObject C++ class into CppPyObject.
Julian Andres Klode
1
-4
/
+4
2009-07-31
python/configuration.cc, apt_pkgmodule.cc: Fix Configuration segfaults.
Julian Andres Klode
1
-1
/
+3
2009-07-23
python/configuration: Hack-in unicode character support in parse_commandline().
Julian Andres Klode
1
-0
/
+4
2009-07-14
python/configuration.cc: Unify all Configuration,ConfigurationPtr,Configurati...
Julian Andres Klode
1
-108
/
+8
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
-8
/
+8
2009-06-25
python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().
Julian Andres Klode
1
-12
/
+3
2009-06-23
python/configuration.cc: Make ConfigurationPtr,ConfigurationSub subclasses of...
Julian Andres Klode
1
-0
/
+6
2009-06-09
Allow types providing __new__() to be subclassed.
Julian Andres Klode
1
-1
/
+2
2009-06-08
python/generic.h,tag.cc,configuration.cc: Use tp_alloc/tp_free instead of Py...
Julian Andres Klode
1
-1
/
+2
2009-06-05
Introduce the rename rules formally, and add some exceptions.
Julian Andres Klode
1
-1
/
+1
2009-06-04
python/: Unify naming conventions for all new names.
Julian Andres Klode
1
-3
/
+3
2009-06-03
python/: Convert most names to PEP8 naming conventions (except Version,Packag...
Julian Andres Klode
1
-3
/
+18
2009-04-19
* python/*.cc: Export all types and add a __new__() method to them.
Julian Andres Klode
1
-3
/
+20
2009-04-15
* Introduce support for Python 3 (Closes: #523645)
Julian Andres Klode
1
-0
/
+6
2009-04-14
* Remove any trailing whitespace
Julian Andres Klode
1
-9
/
+9
2009-04-13
* python/configuration.cc: Support the 'in' operator for Configuration
Julian Andres Klode
1
-15
/
+55
2009-01-29
* apt/cache.py:
Michael Vogt
1
-0
/
+18
2008-05-16
Remove trailing whitespace.
Ben Finney
1
-41
/
+41
2006-10-04
* python/configuration.cc:
Michael Vogt
1
-1
/
+1
2004-11-24
Avoid null pointer deref in CnfKeys()
Arch Librarian
1
-2
/
+4
2004-11-24
Fix g++-3.0 compilation issues
Arch Librarian
1
-10
/
+9
2004-11-24
Changed include paths
Arch Librarian
1
-2
/
+2
2004-11-24
Initial revision
Arch Librarian
1
-0
/
+523