summaryrefslogtreecommitdiff
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
* python: Replace getargspec with getfullargspecHEADmainRico Tzschichholz2023-01-111-2/+2
| | | | Fixes https://gitlab.freedesktop.org/zeitgeist/zeitgeist/issues/26
* test: fix ResourceWarning: unclosed file errorscrvi2020-08-141-1/+2
|
* python: port to python3crvi2020-08-132-42/+41
|
* Make ontology2code work with python3Corentin Noël2018-11-231-1/+1
|
* Documentation and autotools fixesSiegfried-Angel Gevatter Pujals2012-11-071-2/+5
| | | | | | | | | - Added a custom index page for the C documentation - Removed duplicate Vala documentation - Added missing documentation, titles, fixed links, etc. - Fixed autotools to updated the docs whenever needed - Fixed autotools to update the ontology files whenever needed - Updated AUTHORS, added content to README
* Add test cases for Current OriginSeif Lotfy2012-10-191-4/+8
|
* python/datamodel.py: relax struct length requirementsSiegfried-Angel Gevatter Pujals2012-10-121-4/+4
| | | | | | Don't complain if there is superfluous data in the event or subject tuple, only if something is missing. This will make any future additions to them forwards-compatible.
* More fixes.Siegfried-Angel Gevatter Pujals2012-10-081-2/+7
| | | | zeitgeist
* More CurrentOrigin implementation. Various fixes.Siegfried-Angel Gevatter Pujals2012-10-083-6/+30
|
* Python: include RelevantResultType in "from datamodel import *"Siegfried-Angel Gevatter Pujals2012-07-211-0/+1
|
* MIME-Types:Siegfried-Angel Gevatter Pujals2012-03-201-1/+23
| | | | | - Remove application/x-object, we don't want it as SOURCE_CODE. - Add additional mappings, from en.wikipedia.org/wiki/Internet_media_type
* - Change HTTP(S) mapping from RemoteDataObject to WebDataObjectSiegfried-Angel Gevatter Pujals2012-02-101-8/+8
| | | | - Fix some bad stuff in mimetypes.py
* Fix monitors being installed twice; python-dbus always gives us a nameSiegfried-Angel Gevatter Pujals2012-02-071-0/+6
| | | | owner changed notification, so we want to ignore this first one.
* Make bus initialization lazy so tests connect to the correct D-Bus instanceSiegfried-Angel Gevatter Pujals2012-02-071-2/+6
|
* Add test case for monitor re-connectionSiegfried-Angel Gevatter Pujals2012-02-071-4/+4
|
* Give each test case a private bus connectionSiegfried-Angel Gevatter Pujals2012-02-071-5/+14
|
* - Remove the signal reconnection code and use python-dbus's inbuildSiegfried-Angel Gevatter Pujals2012-02-071-13/+6
| | | | | | | reconnection support. - Add a test case to verify that reconnection is working correctly. Thanks to Simon McVittie for his advice!
* Add the new MIME-types and schemas to Python too.Siegfried-Angel Gevatter Pujals2012-02-061-1/+5
|
* Move stuff aroundMichal Hruby2011-12-315-0/+2518