summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bumped to 1.3.1 in preparation for next release.1.3.1Jason R. Coombs2013-11-072-2/+2
* Updated changelogJason R. Coombs2013-11-071-0/+6
* Merged in philip_thiem/setuptools (pull request #22)Jason R. Coombs2013-11-073-19/+3
|\
| * Delint (remove unused imports, excess whitespace, unnecessary syntax, and unu...Jason R. Coombs2013-11-051-19/+2
| * Remove svn17_example.zipJason R. Coombs2013-11-051-0/+0
| * Merge pull request #4 from abadger/feature/include-svn-test-dataJason R. Coombs2013-11-051-0/+1
| |\
| | * Add svn test dataToshio Kuratomi2013-11-041-0/+1
| |/
* | Removed verbose warning from svn_utils.pyphilip_thiem2013-11-051-1/+0
|/
* Bumped to 1.4 in preparation for next release.Jason R. Coombs2013-11-034-51/+51
* Added tag 1.3 for changeset 19873119647dJason R. Coombs2013-11-030-0/+0
* Update changelog1.3Jason R. Coombs2013-11-031-0/+1
* Merge pull request #3 from abadger/feature/socket-exception-importJason R. Coombs2013-11-031-0/+1
|\
| * Import socket.error so the code throws the correct exceptionToshio Kuratomi2013-10-281-0/+1
* | Update changelogJason R. Coombs2013-11-031-0/+10
* | Merge pull request #2 from abadger/feature/ssl-match-hostname-17997Jason R. Coombs2013-11-031-22/+63
|\ \
| * | Look for the backports-ssl_match_hostname module from pypi before using our b...Toshio Kuratomi2013-10-281-0/+9
| * | Update ssl_match_hostname to match new stdlib code that fixes a security issu...Toshio Kuratomi2013-10-281-22/+54
* | | Bumped to 1.3 in preparation for next release.Jason R. Coombs2013-11-024-50/+50
* | | Added tag 1.2 for changeset 77921bbe3931Jason R. Coombs2013-11-020-0/+0
* | | Update changelog1.2Jason R. Coombs2013-11-021-0/+3
* | | Include wheels in standard release. Fixes #93.Jason R. Coombs2013-11-021-0/+2
* | | Merge 0.7-maintenance branch (never used).Jason R. Coombs2013-10-3099-2651/+5546
|\ \ \
| * | | Also bump version in ez_setup.pyJason R. Coombs2013-10-301-1/+1
| * | | Added tag 1.2b1 for changeset 4c7dc4ae2440Jason R. Coombs2013-10-300-0/+0
| * | | Bump to 1.2 in preparation for feature release.1.2b1Jason R. Coombs2013-10-301-1/+1
| * | | Update changelogJason R. Coombs2013-10-301-0/+7
| * | | Merge with defaultJason R. Coombs2013-10-3034-118/+1879
| |\ \ \ | | |/ / | |/| |
| | * | Merge with defaultPhilip Thiem2013-09-2837-1747/+1710
| | |\ \
| | * | | Added a legacy fallback testPhilip Thiem2013-09-284-83/+310
| | * | | Removed extra stuff in egg_infoPhilip Thiem2013-07-201-2/+0
| | * | | Tweaks to get everything to pass again.Philip Thiem2013-07-202-7/+12
| | * | | Merge with defaultPhilip Thiem2013-07-2035-131/+1655
| | |\ \ \
| | | * | | using git for travis-ci.orgPhilip Thiem2013-07-201-0/+2
| | | * | | Additional Tests, Various fixes, and encoding dealingsPhilip Thiem2013-07-2032-277/+1528
| | | * | | some notes on things that needs to be fixed after allPhilip Thiem2013-07-063-49/+58
| | | * | | added some cmdline testing for svn_util and allowed negative numbers in the minPhilip Thiem2013-07-051-1/+14
| | | * | | some odd errors.. not sure what still has the directory in use..Philip Thiem2013-07-051-2/+6
| | | * | | fixed some issues with OSErrorPhilip Thiem2013-07-053-10/+95
| | | * | | urlparse --> urllib.parse in py3Philip Thiem2013-07-054-50/+55
| | | * | | consolidated externals and enteries because enteries need to file toPhilip Thiem2013-07-043-38/+37
| | | * | | use urlparse for url detectionPhilip Thiem2013-07-041-3/+5
| | | * | | removed the objectsPhilip Thiem2013-07-043-258/+8
| | | * | | got some global version done, SVN 1.3.x or later now requiredPhilip Thiem2013-07-043-3/+11
| | | * | | cannot use list since that requires repo access, initial recurse parsingPhilip Thiem2013-07-042-38/+52
| | | * | | cannot use list since that requires repo access, initial recurse parsingPhilip Thiem2013-07-043-21/+52
| | | * | | finished remove get_url() doesn't seem neededPhilip Thiem2013-07-041-2/+0
| | | * | | get_svn_method now direectly called svn_utils.parse_revisionPhilip Thiem2013-07-042-16/+2
| | | * | | get_svn_method now direectly called svn_utils.parse_revisionPhilip Thiem2013-07-043-44/+27
| | | * | | get_url now uses pulldomPhilip Thiem2013-07-041-8/+21
| | | * | | Remove some temporary loggingPhilip Thiem2013-07-041-1/+0