Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-23 | * doc/conf.py: | Julian Andres Klode | 1 | -2/+7 | |
- Correctly handle non-digit characters in version (ignore everything after them). | |||||
2010-06-01 | * doc/source/conf.py: | Michael Vogt | 1 | -1/+3 | |
- do not fail for non digit version numbers like 0.7.95ubuntu1 | |||||
2010-05-19 | Big documentation update. | Julian Andres Klode | 6 | -643/+992 | |
2010-03-01 | Style fixes. | Julian Andres Klode | 2 | -1/+3 | |
2010-02-27 | doc: Document the new Cache functionality. | Julian Andres Klode | 1 | -0/+5 | |
2010-02-13 | python/tagfile.cc: Implement the iterator protocol in TagFile. | Julian Andres Klode | 1 | -3/+26 | |
2010-02-02 | doc/source/c++/api.rst: Update for the API changes. | Julian Andres Klode | 1 | -31/+31 | |
2010-02-02 | Fix typo seperated => separated in multiple files (reported by lintian). | Julian Andres Klode | 2 | -2/+2 | |
2010-01-20 | Rename apt_pkg.PackageIndexFile to apt_pkg.IndexFile. | Julian Andres Klode | 2 | -13/+13 | |
2010-01-20 | doc/source/c++/embedding.rst: Add compile command. | Julian Andres Klode | 1 | -0/+7 | |
2010-01-20 | doc/source/c++/api.rst: Document the C++ bindings. | Julian Andres Klode | 2 | -3/+820 | |
2010-01-20 | apt/progress/gtk2.py: Add GAcquireProgress. | Julian Andres Klode | 1 | -2/+2 | |
2010-01-20 | doc/source/library/apt.progress.base.rst: Document Progress classes. | Julian Andres Klode | 2 | -0/+336 | |
2010-01-15 | Rewrite apt.progress.gtk2 documentation by hand and drop python-gtk2 | Julian Andres Klode | 1 | -13/+115 | |
build-time dependency. | |||||
2010-01-15 | doc/source/conf.py: Fix documentation in debugging variants of Python. | Julian Andres Klode | 1 | -1/+1 | |
2010-01-15 | fix typo | Julian Andres Klode | 1 | -1/+1 | |
2010-01-15 | Change version from 0.8 to 0.7.100 to indicate compatibility. | Julian Andres Klode | 5 | -29/+48 | |
2010-01-15 | doc/source/library/apt_inst.rst: Update to the new API. | Julian Andres Klode | 1 | -74/+306 | |
2010-01-15 | Make all class-level constants have uppercase names. | Julian Andres Klode | 1 | -8/+8 | |
2010-01-15 | Merge 0.7.13.5 pre. | Julian Andres Klode | 1 | -0/+45 | |
2010-01-13 | doc/source/apt_pkg/cache.rst: fix cross-reference to _DependencyTypes | Michael Vogt | 2 | -2/+2 | |
2010-01-13 | * python/cache.cc: | Michael Vogt | 2 | -0/+12 | |
- add UntranslatedDepType attribute to DependencyType - add DepTypeEnum that returns a value from {DepDepends, DepPreDepends, ...} * python/apt_pkgmodule.cc: - add DepDpkgBreaks, DepEnhances constants * doc/source/apt_pkg/{cache.rst, index.rst}: - update documentation as well | |||||
2009-10-25 | Add a tutorial on how to do things which are possible with apt-get, | Julian Andres Klode | 2 | -0/+67 | |
like apt-get --print-uris update (cf. #551164). | |||||
2009-08-21 | Merge 0.7.13.0 from unstable. | Julian Andres Klode | 2 | -1/+9 | |
2009-08-21 | doc/source/apt_pkg/cache.rst: Document pulseInterval in Cache.Update(). | Julian Andres Klode | 1 | -1/+4 | |
2009-08-21 | * apt/cache.py: Introduce ProblemResolver class (Closes: #542705) | Julian Andres Klode | 2 | -0/+8 | |
2009-08-18 | doc/source/c++/: Add C++ API documentation (no content yet). | Julian Andres Klode | 3 | -0/+12 | |
2009-07-24 | doc/source/library: Add new classes, fix some issues. | Julian Andres Klode | 2 | -229/+386 | |
2009-07-23 | doc/source: Big documentation reorganisation. | Julian Andres Klode | 26 | -177/+440 | |
Due to the new C++ API and because I wanted to include some tutorials, the documentation is now seperated into 4 sections: library => Documentation of modules. tutorials => Tutorials for using python-apt and contributing whatsnew => Release notes c++ => Documentation,Tutorials for the C++ API This commit also includes a new overview page, like the Python documentation. | |||||
2009-07-21 | python/lock.cc: Implement apt_pkg.FileLock(). | Julian Andres Klode | 1 | -0/+6 | |
This is yet another context manager, this time for locking files. It can be used multiple times and features an internal counter. | |||||
2009-07-20 | doc/source/whatsnew/0.8.0.rst: Document apt_pkg.SystemLock. | Julian Andres Klode | 1 | -2/+7 | |
2009-07-17 | doc/source/conf.py: Ignore failures to import apt_pkg. | Julian Andres Klode | 1 | -6/+15 | |
2009-07-13 | doc/source/contributing.rst: List debian-experimental, fix highlighting. | Julian Andres Klode | 1 | -9/+19 | |
2009-07-13 | doc/source/contributing.rst: Add C++ Coding style guidelines. | Julian Andres Klode | 1 | -26/+164 | |
These are the new C++ coding style guidelines, which are derived from PEP 7. | |||||
2009-07-12 | python/hashes.cc: Introduce the Hashes class. | Julian Andres Klode | 1 | -5/+21 | |
The Hashes class is a function which calculates all supported hashes for one input. DebImg will use this for calculating the hashes of files. | |||||
2009-07-08 | doc/source/apt_pkg.rst: Update the documentation to reflect the latest changes. | Julian Andres Klode | 1 | -10/+34 | |
2009-07-08 | doc/source/whatsnew/0.8.0.rst: Document the changes to the dependency handling. | Julian Andres Klode | 1 | -0/+61 | |
2009-06-05 | apt/cache.py: Introduce Cache.actiongroup() | Julian Andres Klode | 1 | -1/+1 | |
This is a short function which creates an actiongroup on the current depcache. | |||||
2009-06-05 | doc/source/conf.py: Force compatibility to be off when creating documentation. | Julian Andres Klode | 1 | -0/+4 | |
2009-06-05 | Introduce the rename rules formally, and add some exceptions. | Julian Andres Klode | 3 | -21/+99 | |
2009-06-04 | apt, aptsources, doc: Update to use the new names. | Julian Andres Klode | 7 | -339/+339 | |
2009-04-19 | * doc: Update the documentation to the current state. | Julian Andres Klode | 6 | -961/+968 | |
2009-04-19 | * Update the code to use the new classes. | Julian Andres Klode | 3 | -3/+3 | |
2009-04-17 | * doc: Update the documentation to use the new names. | Julian Andres Klode | 3 | -8/+8 | |
2009-04-15 | * Upload as 0.7.90 to experimental | Julian Andres Klode | 3 | -13/+13 | |
This is the first pre-release of python-apt 0.8. It is completely backward compatible (even on Python 3), API changes will appear in 0.7.91. | |||||
2009-04-14 | * Remove any trailing whitespace | Julian Andres Klode | 1 | -1/+1 | |
2009-04-13 | * doc: Documentation updates | Julian Andres Klode | 5 | -72/+231 | |
Extended the documentation, renamed 'Coding for python-apt' to 'Contributing to python-apt' and other stuff. | |||||
2009-04-13 | * doc/source/apt_pkg/cache.rst: Add .. versionadded:: 0.7.11 to the ↵ | Julian Andres Klode | 1 | -0/+4 | |
documentation | |||||
2009-04-13 | * python/configuration.cc: Support the 'in' operator for Configuration | Julian Andres Klode | 1 | -0/+4 | |
Support the replacement of mapping.has_key() for Configuration,ConfigurationPtr and ConfigurationSub objects. This is implemented by extending the various types with the tp_as_sequence slot, which refers to a PySequenceMethods containing only this method. The CnfGetAttr() function has been removed and replaced by the use of the tp_method slot. This helps the py3k port because the previously used Py_FindMethod() is not avilable anymore. This completes the support of the 'in' operator in all python-apt objects, which makes it even easier to convert python-apt-using applications to py3k once python-apt supports it, as 2to3 converts 'm.has_key(k)' to 'k in m'. Also finalize the types in apt_pkgmodule.cc and add the new 'key in conf' description to the documentation. | |||||
2009-04-13 | * python/tag.cc: Support 'key in mapping' for TagSections | Julian Andres Klode | 1 | -0/+4 | |
Support the replacement of mapping.has_key() for sections, and update the usage in apt/package.py and apt/debfile accordingly. This is implemented by extending the TagSecType with sequence methods, but only settings the contains method there. The TagSecGetAttr() function has been removed and replaced by the use of the tp_methods slot. |