Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prepare for 1.4.0 rel1.4.0 | Sridhar Ratnakumar | 2014-08-17 | 1 | -6/+1 |
* | Merge pull request #45 from graingert/patch-1 | Sridhar Ratnakumar | 2014-08-17 | 1 | -0/+2 |
|\ | |||||
| * | Add universal wheel config | Thomas Grainger | 2014-08-17 | 1 | -0/+2 |
|/ | |||||
* | Update CHANGES.rst | Sridhar Ratnakumar | 2014-08-14 | 1 | -0/+5 |
* | Merge pull request #44 from graingert/patch-2 | Sridhar Ratnakumar | 2014-08-14 | 1 | -1/+1 |
|\ | |||||
| * | call site_config_dir from AppDirs().site_config_dir | Thomas Grainger | 2014-08-12 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #39 from bdrung/master | Sridhar Ratnakumar | 2014-05-10 | 1 | -0/+1 |
|\ | |||||
| * | Include missing test/__init__.py in source distribution. | Benjamin Drung | 2014-04-24 | 1 | -0/+1 |
* | | Merge pull request #41 from cpburnz/master | Sridhar Ratnakumar | 2014-05-07 | 2 | -13/+61 |
|\ \ | |||||
| * | | Removed `u` prefix from strings to fix python 3.2 syntax error | cpburnz | 2014-05-07 | 1 | -2/+2 |
| * | | Calculate buffer size once | cpburnz | 2014-05-07 | 1 | -7/+8 |
| * | | Put back ... in CHANGES.rst | cpburnz | 2014-05-07 | 1 | -0/+1 |
| * | | Update CHANGES.rst | Caleb P. Burns | 2014-05-07 | 1 | -1/+2 |
| * | | Update appdirs.py | Caleb P. Burns | 2014-05-07 | 1 | -1/+1 |
| * | | Update appdirs.py | Caleb P. Burns | 2014-05-07 | 1 | -2/+31 |
| * | | Added windows and mac support for jython | cpburnz | 2014-05-07 | 1 | -11/+27 |
|/ / | |||||
* | | add #42 to relnotes | Sridhar Ratnakumar | 2014-05-03 | 1 | -0/+1 |
* | | Merge pull request #42 from dstufft/allow-disabled-appauthor-on-windows | Sridhar Ratnakumar | 2014-05-03 | 1 | -15/+35 |
|\ \ | |/ |/| | |||||
| * | Allow disabling the AppAuthor directory on Windows. | Donald Stufft | 2014-05-03 | 1 | -15/+35 |
|/ | |||||
* | prep for dev (1.4.0) | Sridhar Ratnakumar | 2014-04-21 | 2 | -1/+5 |
* | Merge pull request #35 from bdrung/master | Sridhar Ratnakumar | 2014-04-21 | 3 | -76/+66 |
|\ | |||||
| * | Some PEP 8 fixes. | Benjamin Drung | 2014-03-26 | 2 | -25/+35 |
| * | Replace distutils.core by setuptools and add unittest2 as test dependency for... | Benjamin Drung | 2014-03-26 | 1 | -37/+6 |
| * | Use unittest2 for Python < 2.7. | Benjamin Drung | 2014-03-26 | 1 | -1/+5 |
| * | Fix PEP 8 issues. | Benjamin Drung | 2014-03-25 | 1 | -1/+2 |
| * | Compare results with basestring on Python 2 (Fixes #27). | Benjamin Drung | 2014-03-25 | 1 | -8/+14 |
| * | Use assertIsInstance() instead of assertTrue(isinstance()). | Benjamin Drung | 2014-03-25 | 1 | -12/+12 |
* | | disable 2.5 testing on travis for now | Sridhar Ratnakumar | 2014-03-25 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #31 from trevorld/patch-1 | Sridhar Ratnakumar | 2014-03-24 | 1 | -2/+2 |
|\ | |||||
| * | Fix user_config_dir documentation. | trevorld | 2013-08-19 | 1 | -2/+2 |
* | | Merge pull request #30 from sbearlt1/patch-1 | Sridhar Ratnakumar | 2014-03-24 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Fix typo | sbearlt1 | 2013-06-22 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #28 from eddyp/master | Sridhar Ratnakumar | 2013-03-26 | 1 | -1/+1 |
|\ | |||||
| * | typo fix | Eddy Petrișor | 2013-03-26 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #25 from eddyp/next | Sridhar Ratnakumar | 2013-03-21 | 1 | -2/+2 |
|\ | |||||
| * | typo fix | Eddy Petrișor | 2013-03-21 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #24 from eddyp/sysplatformtest | Sridhar Ratnakumar | 2013-03-21 | 1 | -5/+5 |
|\ | |||||
| * | use sys.platform == "win32" (fixes #23) | Eddy Petrișor | 2013-03-21 | 1 | -5/+5 |
|/ | |||||
* | travis img for issue #21 | Sridhar Ratnakumar | 2013-03-21 | 1 | -0/+3 |
* | typo | Sridhar Ratnakumar | 2013-03-21 | 1 | -1/+1 |
* | make 'python appdirs.py' show new functions and defaults | Sridhar Ratnakumar | 2013-03-21 | 1 | -2/+9 |
* | Merge branch 'master' into next | Eddy Petrișor | 2013-03-19 | 1 | -2/+2 |
|\ | |||||
| * | update the README, too | Eddy Petrișor | 2013-03-19 | 1 | -2/+2 |
* | | Merge branch 'activestate' into next | Eddy Petrișor | 2013-03-19 | 13 | -836/+92 |
|\ \ | |/ |/| | |||||
| * | Merge pull request #20 from mcepl/clean_komodo | Sridhar Ratnakumar | 2013-03-19 | 2 | -7/+1 |
| |\ | |||||
| | * | Get rid of Komodo drop-ins | Matěj Cepl | 2013-03-19 | 2 | -7/+1 |
| * | | Merge pull request #22 from mcepl/travis | Sridhar Ratnakumar | 2013-03-19 | 2 | -6/+24 |
| |\ \ | | |/ | |/| | |||||
| | * | Add support for Travis-CI | Matěj Cepl | 2013-03-19 | 2 | -6/+24 |
| |/ | |||||
| * | ignore the generated MANIFEST file | Sridhar Ratnakumar | 2013-03-18 | 1 | -0/+1 |
| * | make `mk test` run the new tests | Sridhar Ratnakumar | 2013-03-18 | 1 | -4/+4 |