summaryrefslogtreecommitdiff
path: root/xdg
AgeCommit message (Expand)AuthorFilesLines
2022-06-05Version number -> 0.28HEADrel-0.28masterThomas Kluyver1-1/+1
2022-06-05Merge branch 'pr8'Thomas Kluyver1-0/+14
2020-10-18Version number -> 0.27rel-0.27Thomas Kluyver1-1/+1
2020-10-18Create a new array the Layout orderThayne McCombs1-4/+6
2020-10-18Fix fromstring typo in xdg.MenuEditorThomas Kluyver1-1/+1
2020-10-18Merge branch 'tcallawa/pyxdg-master'Thomas Kluyver1-3/+3
2020-10-18Merge pull request #13 from fhaftmann/masterThomas Kluyver1-2/+2
2020-08-27Bugfix AttributeError: type is not stored in attribute but calculated by method.Florian Haftmann1-2/+2
2020-08-25Fix compatibility with >=python-3.8.4Conrad Kostecki1-2/+14
2018-12-09Fix several ResourceWarnings: unclosed fileMickaël Schoentgen3-56/+57
2018-11-30There are several places in the code where Menu.py uses attributes thatTom Callaway1-5/+5
2018-02-02Version number -> 0.26Thomas Kluyver1-1/+1
2018-02-02Allow 'ScaledDirectories' key in icon theme fileThomas Kluyver1-0/+4
2018-02-02Allow 'Scale' in icon theme per-directory sectionsThomas Kluyver1-0/+6
2017-03-23Fix unnecessary escape sequences, deprecated in Python 3.6Ville Skyttä3-4/+4
2014-11-04implement XDG_STATE_HOMEcgtx1-0/+14
2014-01-23Improve security of get_runtime_dir(strict=False)Thomas Kluyver1-8/+23
2013-12-08BC for new constants, plus typo fixju1ius1-9/+8
2013-12-05removed unused import & docstring typo. Added debug flag to the parse function.ju1ius1-3/+2
2013-12-05Added menu-spec test suite & fixes to make it passju1ius1-31/+37
2013-05-25Don't use 'import *' in MenuEditorThomas Kluyver1-7/+5
2013-05-25Rename xdg.Menu.Parser to XMLMenuBuilderThomas Kluyver2-4/+4
2013-05-25Merge pull request #4 from ju1ius/etreeThomas Kluyver2-843/+844
2013-03-23Minor test improvementsThomas Kluyver1-5/+1
2013-03-23Improve creating & caching MIMEtype instancesThomas Kluyver1-14/+31
2013-03-23Handle __NOMAGIC__ to discard previous magic rules.Thomas Kluyver1-13/+36
2013-03-18Minor fixes to xdg.MenuThomas Kluyver1-2/+2
2013-03-17Catch Mime.MagicDB lookups with unknown MIMEtypes.Thomas Kluyver1-1/+4
2013-03-16Store only canonical MIMEtypes for globsThomas Kluyver1-7/+8
2013-03-16Add Mime.get_type2(), using XDG recommended checking order.Thomas Kluyver1-14/+98
2013-03-15Avoid duplicate MIME globsThomas Kluyver1-4/+4
2013-03-15Add get_extensions() to find filename extensions corresponding to MIMEtypeThomas Kluyver1-0/+25
2013-03-15removed instance variable in xdg.Menu.Parserju1ius1-9/+9
2013-03-12Refactor & test parsing MIME globs2 filesThomas Kluyver1-27/+39
2013-03-12Merge branch 'master' of github.com:takluyver/pyxdgThomas Kluyver1-3/+5
2013-03-12Add GlobDB methods for matching pathsThomas Kluyver1-4/+13
2013-03-11Improve reprs, add MIMEtype.__hash__() methodThomas Kluyver1-3/+5
2013-03-11Handle unknown MIME magic rulesThomas Kluyver1-1/+8
2013-03-11Add test for building GlobDBThomas Kluyver1-1/+2
2013-03-10Refactor code to match filenames.Thomas Kluyver1-53/+100
2013-03-10MagicDB.match() raises IOError for files it can't openThomas Kluyver1-8/+5
2013-03-10Add tests for matching MIME magic numbersThomas Kluyver1-2/+5
2013-03-10Minor fixes for xdg.MimeThomas Kluyver1-4/+3
2013-03-09sort is now a method of xdg.Menu.Menuju1ius2-184/+188
2013-03-08...and remove the word 'Version' as well.Thomas Kluyver4-4/+4
2013-03-07Remove spec version numbers from module docstrings.Thomas Kluyver4-4/+4
2013-03-06Update parsing of binary magic fileThomas Kluyver1-132/+167
2013-03-05Prefer first glob for finding mimetype, not lastThomas Kluyver1-1/+2
2013-02-22fixed MenuEditor.__saveMenu()ju1ius1-8/+9
2013-02-22modules work better when imported...ju1ius1-0/+5