summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fail-fast' of github.com:pypa/setuptools_scmv1.6.0.devRonny Pfannschmidt2015-07-222-2/+14
|\
| * Merge pull request #34 from te-je/fail-fastRonny Pfannschmidt2015-07-222-2/+14
| |\
| | * Updated test in 990c5bd to use built in pytest fixture.Te-jé Rodgers2015-07-211-12/+3
| | * Last commit failed flake8 (crappy editor). Resolved.Te-jé Rodgers2015-07-211-3/+3
| | * Added test for 95ad537a8e595700a4d1964c4b1c2d8ce8aeb38cTe-jé Rodgers2015-07-211-0/+18
| | * Error in 'dump_version' now correctly raisedTe-jé Rodgers2015-07-201-2/+5
| |/
* | Merge pull request #32 from pypa/fail-fastRonny Pfannschmidt2015-07-214-5/+7
|\ \ | |/
| * remove unused importRonny Pfannschmidt2015-07-131-1/+1
| * prepare fast failing with a exception, fixes #31Ronny Pfannschmidt2015-07-134-4/+6
|/
* Added tag v1.5.5 for changeset ef699dd35ae8Jason R. Coombs2015-07-061-0/+1
* Update changelogv1.5.5Jason R. Coombs2015-07-061-0/+5
* MergeJason R. Coombs2015-07-061-3/+19
|\
| * Restore unicode literals in utils.py. Patch specific legacy issue of subproce...Jason R. Coombs2015-07-061-3/+19
* | merge changes from hgRonny Pfannschmidt2015-06-202-0/+6
|\ \
| * \ MergeRonny Pfannschmidt2015-06-201-0/+5
| |\ \
| | * | add github linkRonny Pfannschmidt2015-06-111-0/+5
| * | | MergeRonny Pfannschmidt2015-06-203-1/+11
| |\ \ \
| | * | | Added tag v1.5.4 for changeset ff26814d7c5fJason R. Coombs2015-06-121-0/+1
| | * | | Respect Unicode on Python 2. Fixes AttributeError.v1.5.4Jason R. Coombs2015-06-122-1/+10
| | |/ /
* | | | Merge pull request #6 from untitaker/travis-fixRonny Pfannschmidt2015-06-205-13/+21
|\ \ \ \
| * | | | StylefixesMarkus Unterwaditzer2015-06-183-2/+7
| * | | | Fix travis and ignore some build artifactsMarkus Unterwaditzer2015-06-182-11/+14
|/ / / /
* | | | Merge pull request #5 from mindw/add_ciRonny Pfannschmidt2015-06-185-2/+174
|\ \ \ \
| * | | | cleanup appveyor integrationGabi Davar2015-06-183-290/+14
| * | | | add appveyor ciGabi Davar2015-06-175-1/+439
| * | | | sync with 1.5.4Gabi Davar2015-06-173-1/+11
|/ / / /
* | | | Merge pull request #4 from mindw/win32_py27_fixRonny Pfannschmidt2015-06-162-2/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | fix win32+python27 failure.Gabi Davar2015-06-132-2/+2
| |/
* | add travis configRonny Pfannschmidt2015-06-142-0/+13
|/
* Use unicode literals in utils.pyJason R. Coombs2015-06-111-1/+1
* Added tag v1.5.3 for changeset e8e83b611dc8Jason R. Coombs2015-06-101-0/+1
* Setuptools forces UTF-8 for the encoding of package metadata. Use it also for...v1.5.3Jason R. Coombs2015-06-102-1/+8
* Added tag v1.5.2 for changeset 5a29ae7e98caRonny Pfannschmidt2015-05-301-0/+1
* changelogv1.5.2Ronny Pfannschmidt2015-05-301-0/+5
* set zip-safe flagRonny Pfannschmidt2015-05-301-0/+1
* Added tag v1.5.1 for changeset 8d43dd687e7aRonny Pfannschmidt2015-05-301-0/+1
* fix and test dumping to filesv1.5.1Ronny Pfannschmidt2015-05-303-5/+21
* Added tag v1.5.0 for changeset 4fe1d9fcc3b0Ronny Pfannschmidt2015-05-301-0/+1
* add support for writing version files to text/python modulesv1.5.0Ronny Pfannschmidt2015-05-303-2/+35
* restructure codebase, move setuptools integration code to own fileRonny Pfannschmidt2015-05-305-91/+88
* Added tag v1.4.1 for changeset 5cd2569410b5Ronny Pfannschmidt2015-05-211-0/+1
* fix namev1.4.1Ronny Pfannschmidt2015-05-211-1/+1
* Added tag v1.4.0 for changeset 5532a024bba6Ronny Pfannschmidt2015-05-211-0/+1
* changelogv1.4.0Ronny Pfannschmidt2015-05-211-1/+1
* extend .hgignoreRonny Pfannschmidt2015-05-211-0/+1
* resuffle the READMe, fixes #24Ronny Pfannschmidt2015-05-211-29/+53
* changelog entyRonny Pfannschmidt2015-05-211-0/+1
* print exception on failed/broken file finding, fixes #27Ronny Pfannschmidt2015-05-211-4/+12
* Propper decode handling, fixes #26Ronny Pfannschmidt2015-05-212-1/+13
* extend reporting for pytestRonny Pfannschmidt2015-04-091-3/+6