index
:
xdg/pyxdg
master
update
python bindings for xdg (mirrored from https://gitlab.freedesktop.org/xdg/pyxdg)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-05
Rename test files to run with pytest
Thomas Kluyver
9
-0
/
+0
2022-06-05
Merge branch 'pr8'
Thomas Kluyver
1
-0
/
+10
2020-10-18
Use "env" and python3 for shebangs
Prunus
6
-6
/
+6
2020-10-18
Create a new array the Layout order
Thayne McCombs
2
-12
/
+83
2020-10-18
Merge branch 'gitlab-mr-7'
Thomas Kluyver
2
-1
/
+3810
2020-09-28
Make icon-test independent of system theme file
Frida Flodin
2
-1
/
+3810
2019-09-15
test_present: Use sys.executable
John Vandenberg
1
-3
/
+5
2017-07-04
Accept either x-glade or x-gtk-builder for glade UI file
Thomas Kluyver
1
-1
/
+4
2017-07-04
Switch tests away from problematic png mime type
Thomas Kluyver
1
-3
/
+3
2017-07-04
Update GTK glade mimetype to newer name
Thomas Kluyver
1
-1
/
+1
2017-03-23
Fix unnecessary escape sequences, deprecated in Python 3.6
Ville Skyttä
1
-1
/
+1
2014-11-04
add unit test for save_state_path
cgtx
1
-0
/
+10
2013-12-05
make freedesktop's test suite pass under python 3
ju1ius
1
-3
/
+3
2013-12-05
removed unused import & docstring typo. Added debug flag to the parse function.
ju1ius
1
-1
/
+1
2013-12-05
Added menu-spec test suite & fixes to make it pass
ju1ius
1
-0
/
+41
2013-05-25
Rename xdg.Menu.Parser to XMLMenuBuilder
Thomas Kluyver
1
-2
/
+2
2013-05-25
Merge pull request #4 from ju1ius/etree
Thomas Kluyver
1
-5
/
+5
2013-03-23
Minor test improvements
Thomas Kluyver
2
-2
/
+11
2013-03-23
Improve creating & caching MIMEtype instances
Thomas Kluyver
1
-0
/
+13
2013-03-23
Handle __NOMAGIC__ to discard previous magic rules.
Thomas Kluyver
2
-10
/
+39
2013-03-17
Catch Mime.MagicDB lookups with unknown MIMEtypes.
Thomas Kluyver
2
-2
/
+24
2013-03-16
Store only canonical MIMEtypes for globs
Thomas Kluyver
2
-0
/
+1
2013-03-16
Add Mime.get_type2(), using XDG recommended checking order.
Thomas Kluyver
10
-22
/
+110
2013-03-15
Avoid duplicate MIME globs
Thomas Kluyver
1
-3
/
+5
2013-03-15
Add get_extensions() to find filename extensions corresponding to MIMEtype
Thomas Kluyver
1
-1
/
+18
2013-03-12
Another test for canonical MIMEtypes
Thomas Kluyver
1
-0
/
+4
2013-03-12
Refactor & test parsing MIME globs2 files
Thomas Kluyver
2
-1
/
+47
2013-03-12
More tests for Mime.magic.match_data()
Thomas Kluyver
1
-0
/
+6
2013-03-12
Merge branch 'master' of github.com:takluyver/pyxdg
Thomas Kluyver
1
-0
/
+8
2013-03-12
Add GlobDB methods for matching paths
Thomas Kluyver
1
-4
/
+36
2013-03-11
Improve reprs, add MIMEtype.__hash__() method
Thomas Kluyver
1
-0
/
+8
2013-03-11
More tests for xdg.Mime
Thomas Kluyver
2
-2
/
+10
2013-03-11
Handle unknown MIME magic rules
Thomas Kluyver
1
-0
/
+2
2013-03-11
Add test for building GlobDB
Thomas Kluyver
1
-0
/
+38
2013-03-10
Refactor code to match filenames.
Thomas Kluyver
1
-0
/
+4
2013-03-10
MagicDB.match() raises IOError for files it can't open
Thomas Kluyver
1
-0
/
+4
2013-03-10
Add tests for matching MIME magic numbers
Thomas Kluyver
1
-58
/
+85
2013-03-10
Add tests for parsing MIME magic database
Thomas Kluyver
2
-0
/
+80
2013-02-22
porting Menu to ElementTree & refactor parsing methods
ju1ius
1
-5
/
+5
2013-02-21
Merge pull request #3 from ju1ius/rules-ast
Thomas Kluyver
1
-0
/
+183
2013-02-21
refactored Rule parsing methods out of the Rule class
ju1ius
1
-4
/
+5
2013-02-12
support & tests for empty Rules
ju1ius
1
-7
/
+111
2013-02-09
fixed issue with python3.3 error when BoolOp has only one value
ju1ius
1
-1
/
+1
2013-02-07
Add DesktopEntry.findTryExec() method.
Thomas Kluyver
2
-1
/
+40
2013-02-05
use ast module for menu rule matching
ju1ius
1
-6
/
+1
2013-02-05
removed useless sys.path hack in test case
ju1ius
1
-5
/
+0
2013-02-05
OO interface for menu rules matching. Removed eval.
ju1ius
1
-0
/
+88
2012-12-06
Add support for /run/user/thomas
Thomas Kluyver
1
-0
/
+22
2012-12-04
Add support for Mime type aliases and subclasses.
Thomas Kluyver
1
-0
/
+12
2012-12-04
Add tests for foo.c and foo.C mime types
Thomas Kluyver
1
-0
/
+6
[next]