summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-06Disable Python 3.3 tests for now, while Travis fixes thingsThomas Kluyver1-1/+1
2012-12-06Try tests without installing nose - should be unnecessary.Thomas Kluyver1-1/+1
2012-12-06Travis CI: test under Python 3.3Thomas Kluyver1-0/+1
2012-12-06Add 'new in' to docs for get_runtime_dir()Thomas Kluyver1-0/+2
2012-12-06Add support for /run/user/thomasThomas Kluyver4-0/+69
2012-12-04Add support for Mime type aliases and subclasses.Thomas Kluyver3-18/+65
2012-12-04Add tests for foo.c and foo.C mime typesThomas Kluyver1-0/+6
2012-11-26Silence UnicodeError on invalid UTF-8 .desktop filesThomas Kluyver3-1/+22
2012-11-19Ignore spaces before/after equals sign in INI-style files, as per specThomas Kluyver2-2/+3
2012-11-19Raise a ParsingError for .desktop files where a value line doesn't have an =Thomas Kluyver3-2/+26
2012-11-05Release 0.24rel-0.24Thomas Kluyver2-2/+2
2012-11-05Call kde-config in a way that works in Python 2.6Thomas Kluyver1-2/+3
2012-11-05Fix for parsing menu files with <KDELegacyDirs/> tag.Thomas Kluyver4-1/+31
2012-10-31Update changelog with recent workThomas Kluyver1-0/+7
2012-10-24Update possible DesktopEntry categories for recent changes in the spec.Thomas Kluyver1-2/+2
2012-10-17Merge pull request #1 from flyser/patch-1Thomas Kluyver1-1/+1
2012-10-17Fix typo confusing xdg_config_dirs with xdg_data_dirsFabian Henze1-1/+1
2012-09-12Fix empty menu removalEdward Sheldrake1-2/+2
2012-09-12Empty legacy directories should not appear in the menu.Edward Sheldrake2-0/+28
2012-09-11Clean up code using pyflakesThomas Kluyver9-35/+44
2012-08-20Update AUTHORSThomas Kluyver1-1/+2
2012-08-20Remove docs from TODOThomas Kluyver1-1/+0
2012-08-20Improve docs for MimeThomas Kluyver1-2/+2
2012-08-20Improve docs for xdg.Menu.MenuEntryThomas Kluyver2-1/+8
2012-08-20Improve docs for Base DirectoriesThomas Kluyver2-11/+13
2012-08-04Expand test & minor cleanup of xdg.IconThemeThomas Kluyver2-2/+5
2012-08-04Simplify some code in xdg.IconThemeThomas Kluyver1-46/+50
2012-08-04Fix, test and document IconData parts of xdg.IconThemeThomas Kluyver5-7/+55
2012-08-03Start documenting xdg.IconThemeThomas Kluyver3-0/+26
2012-08-03Document xdg.MimeThomas Kluyver3-7/+63
2012-08-03Document xdg.RecentFilesThomas Kluyver3-3/+54
2012-08-03Add docs for xdg.DesktopEntryThomas Kluyver4-2/+38
2012-08-03Add docs for xdg.MenuThomas Kluyver5-2/+23
2012-08-03Start Sphinx documentationThomas Kluyver6-6/+662
2012-07-30Release 0.23rel-0.23Thomas Kluyver3-2/+5
2012-07-30Fix for running tests in a non-UTF-8 locale.Thomas Kluyver1-1/+1
2012-07-28Release 0.22rel-0.22Thomas Kluyver3-2/+7
2012-07-26Fix sorting menus with non-ASCII entries on Python 2.Thomas Kluyver2-11/+32
2012-07-25Improve test coverage of IniFileThomas Kluyver2-1/+59
2012-07-25Simplify unicode handling.Thomas Kluyver3-14/+34
2012-07-25Handle unicode better, and deterministically close files using context managersThomas Kluyver5-70/+96
2012-07-25Release 0.21rel-0.21Thomas Kluyver3-2/+16
2012-07-25Mention tests in READMEThomas Kluyver1-0/+2
2012-07-24Fix spelling of checkCategories and simplify implementation.Thomas Kluyver1-8/+14
2012-07-23Remove superfluous xdg.Menu.Rule.compile() methodThomas Kluyver1-18/+0
2012-07-23Add more tests for xdg.MenuThomas Kluyver1-0/+6
2012-07-23Add function xdg.BaseDirectory.save_cache_path()Thomas Kluyver2-0/+22
2012-07-23Correct spelling of default icon themeThomas Kluyver1-1/+1
2012-07-23Add more tests for xdg.MimeThomas Kluyver1-8/+32
2012-07-23Add tests for BaseDirectoryThomas Kluyver1-0/+75