summaryrefslogtreecommitdiff
path: root/appdirs.py
Commit message (Expand)AuthorAgeFilesLines
* call site_config_dir from AppDirs().site_config_dirThomas Grainger2014-08-121-1/+1
* Removed `u` prefix from strings to fix python 3.2 syntax errorcpburnz2014-05-071-2/+2
* Calculate buffer size oncecpburnz2014-05-071-7/+8
* Update appdirs.pyCaleb P. Burns2014-05-071-1/+1
* Update appdirs.pyCaleb P. Burns2014-05-071-2/+31
* Added windows and mac support for jythoncpburnz2014-05-071-11/+27
* Allow disabling the AppAuthor directory on Windows.Donald Stufft2014-05-031-15/+35
* prep for dev (1.4.0)Sridhar Ratnakumar2014-04-211-1/+1
* Some PEP 8 fixes.Benjamin Drung2014-03-261-24/+33
* Merge pull request #31 from trevorld/patch-1Sridhar Ratnakumar2014-03-241-2/+2
|\
| * Fix user_config_dir documentation.trevorld2013-08-191-2/+2
* | Fix typosbearlt12013-06-221-1/+1
|/
* typo fixEddy Petrișor2013-03-211-2/+2
* use sys.platform == "win32" (fixes #23)Eddy Petrișor2013-03-211-5/+5
* typoSridhar Ratnakumar2013-03-211-1/+1
* make 'python appdirs.py' show new functions and defaultsSridhar Ratnakumar2013-03-211-2/+9
* Merge branch 'activestate' into nextEddy Petrișor2013-03-191-56/+180
* Radical simplification ...Matěj Cepl2013-03-181-0/+346