index
:
python-apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
tag.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-05
Merge git://anonscm.debian.org/apt/python-apt
Igor Pashev
1
-26
/
+69
2015-06-10
TagFile: Provide close() and context manager
Julian Andres Klode
1
-0
/
+58
2014-09-03
fix tests
Michael Vogt
1
-1
/
+1
2014-09-02
python/tag.cc: ensure that the final \n is there when duplicating section data
Michael Vogt
1
-4
/
+7
2014-06-10
Revert "Merge remote-tracking branch 'mvo/feature/srcrec-enum' into debian/sid"
Michael Vogt
1
-2
/
+1
2014-06-10
Merge remote-tracking branch 'mvo/feature/srcrec-enum' into debian/sid
Michael Vogt
1
-1
/
+2
2014-03-22
python/tag.cc: Ignore missing 'encoding' attribute in file objects
Julian Andres Klode
1
-0
/
+2
2013-10-08
apt_pkg: Support paths supplied as bytes objects (See: #680971)
Julian Andres Klode
1
-3
/
+2
2013-09-11
Remove old API compatibility C++ support code
Julian Andres Klode
1
-19
/
+0
2013-08-31
Use HAVE_OPEN_MEMSTREAM
Igor Pashev
1
-0
/
+2
2012-10-15
* python/tag.cc:
Michael Vogt
1
-2
/
+2
2012-06-17
* python/tag.cc:
Julian Andres Klode
1
-2
/
+2
2012-06-15
Merge patch from Colin Watson to handle non-UTF8 tag files in
Julian Andres Klode
1
-29
/
+99
2012-02-06
python/tag.cc: make it build with older apt versions too
Michael Vogt
1
-0
/
+5
2012-02-06
python/tag.cc: cleanup
Michael Vogt
1
-8
/
+4
2012-02-03
* python/tag.cc, tests/test_tagfile.py:
Michael Vogt
1
-9
/
+35
2011-11-10
fix build against apt in experimental
Michael Vogt
1
-0
/
+1
2011-04-12
apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)
Julian Andres Klode
1
-2
/
+3
2010-09-08
* apt/debfile.py:
Michael Vogt
1
-1
/
+5
2010-07-23
* python/tag.cc:
Julian Andres Klode
1
-0
/
+5
2010-04-21
python: Commit documentation changes suggested by debian-l10n-english.
Julian Andres Klode
1
-11
/
+12
2010-04-01
python: Document every class, function, property.
Julian Andres Klode
1
-29
/
+53
2010-04-01
python: Return bool instead of int to Python where possible, looks better.
Julian Andres Klode
1
-8
/
+6
2010-03-05
* python/tag.cc:
Julian Andres Klode
1
-0
/
+16
2010-02-27
* python:
Julian Andres Klode
1
-16
/
+3
2010-02-13
python/tagfile.cc: Implement the iterator protocol in TagFile.
Julian Andres Klode
1
-5
/
+31
2010-01-27
Merge the CppOwnedPyObject C++ class into CppPyObject.
Julian Andres Klode
1
-5
/
+5
2009-07-30
Merge 0.7.11.1-0.7.12.0 from unstable.
Julian Andres Klode
1
-0
/
+25
2009-07-27
* python/tag.cc:
Michael Vogt
1
-0
/
+24
2009-07-14
python/tag.cc: TagFileData is now subclassed from CppOwnedPyObject<pkgTagFile>.
Julian Andres Klode
1
-7
/
+8
2009-07-13
python: No zero-size arrays for char *kwlist[].
Julian Andres Klode
1
-2
/
+2
2009-07-13
python: Rename all PyTypeObject's to conform to PEP 7.
Julian Andres Klode
1
-6
/
+6
2009-06-25
python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().
Julian Andres Klode
1
-8
/
+4
2009-06-25
python/tag.cc: Return False for non-strings in 'TagSection.__contains__()'.
Julian Andres Klode
1
-0
/
+2
2009-06-25
python/tag.cc: Store the return value of PyString_AsString as const char*.
Julian Andres Klode
1
-1
/
+1
2009-06-21
python: Make all CppOwnedPyObjects and similar support garbage collection.
Julian Andres Klode
1
-9
/
+28
2009-06-21
python: Add DeprecationWarning to functions which were replaced by classes.
Julian Andres Klode
1
-0
/
+6
2009-06-09
Allow types providing __new__() to be subclassed.
Julian Andres Klode
1
-2
/
+4
2009-06-08
python/generic.h,tag.cc,configuration.cc: Use tp_alloc/tp_free instead of Py...
Julian Andres Klode
1
-4
/
+4
2009-06-05
python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7.
Julian Andres Klode
1
-0
/
+4
2009-06-04
python/: Unify naming conventions for all new names.
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
/
+15
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
-15
/
+60
2009-04-15
* Introduce support for Python 3 (Closes: #523645)
Julian Andres Klode
1
-0
/
+4
2009-04-14
* Remove any trailing whitespace
Julian Andres Klode
1
-6
/
+6
2009-04-13
* python/*.cc: Use PyObject_AsFileDescriptor instead of fileno(PyFile_AsFile)
Julian Andres Klode
1
-2
/
+5
2009-04-13
* apt/tag.cc: Rework TagFile using tp_methods and tp_getset
Julian Andres Klode
1
-17
/
+30
2009-04-13
* python/tag.cc: Support 'key in mapping' for TagSections
Julian Andres Klode
1
-16
/
+31
2008-05-16
Remove trailing whitespace.
Ben Finney
1
-42
/
+42
[next]