aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge another fix for regressions brought about by #375.0.6.49Jason R. Coombs2013-07-042-1/+10
|\ | | | | | | | | --HG-- branch : distribute
| * Move warning check in `get_cache_path` to follow directory creation. Fixes #375.Jason R. Coombs2013-07-042-1/+10
| | | | | | | | | | --HG-- branch : distribute
* | Bumped to 0.6.49 in preparation for next release.Jason R. Coombs2013-07-025-8/+8
| | | | | | | | | | --HG-- branch : distribute
* | Added tag 0.6.48 for changeset cae9127e0534Jason R. Coombs2013-07-021-0/+1
| | | | | | | | | | --HG-- branch : distribute
* | Update changelog0.6.48Jason R. Coombs2013-07-021-0/+7
| | | | | | | | | | --HG-- branch : distribute
* | Merge fix for AttributeErrorJason R. Coombs2013-07-021-1/+1
|\| | | | | | | | | --HG-- branch : distribute
| * Correct AttributeError again (this time verified)Jason R. Coombs2013-07-021-1/+1
| | | | | | | | | | --HG-- branch : distribute
* | Bumped to 0.6.48 in preparation for next release.Jason R. Coombs2013-07-025-8/+8
| | | | | | | | | | --HG-- branch : distribute
* | Added tag 0.6.47 for changeset ee2c96701702Jason R. Coombs2013-07-021-0/+1
| | | | | | | | | | --HG-- branch : distribute
* | Merge fix for AttributeError0.6.47Jason R. Coombs2013-07-022-1/+8
|\| | | | | | | | | --HG-- branch : distribute
| * Correct AttributeErrorJason R. Coombs2013-07-022-1/+8
| | | | | | | | | | --HG-- branch : distribute
* | Bumped to 0.6.47 in preparation for next release.Jason R. Coombs2013-06-295-8/+8
| | | | | | | | | | --HG-- branch : distribute
* | Added tag 0.6.46 for changeset b57e5ba93476Jason R. Coombs2013-06-291-0/+1
| | | | | | | | | | --HG-- branch : distribute
* | Merge second phase of fix for #3750.6.46Jason R. Coombs2013-06-292-0/+34
|\| | | | | | | | | --HG-- branch : distribute
| * Update changelogJason R. Coombs2013-06-291-0/+8
| | | | | | | | | | --HG-- branch : distribute
| * Also protect against group-writable filesJason R. Coombs2013-06-241-2/+3
| | | | | | | | | | --HG-- branch : distribute
| * Issue a UserWarning when the egg cache directory is likely to be vulnerable ↵Jason R. Coombs2013-06-211-0/+25
| | | | | | | | | | | | | | to security issues per #375. --HG-- branch : distribute
* | Bumped to 0.6.46 in preparation for next release.Jason R. Coombs2013-05-295-8/+8
| | | | | | | | | | --HG-- branch : distribute
* | Added tag 0.6.45 for changeset ddca71ae5cebJason R. Coombs2013-05-291-0/+1
| | | | | | | | | | --HG-- branch : distribute
* | Catch VersionConflict in distribute_setup when checking for setuptools 0.7 ↵0.6.45Jason R. Coombs2013-05-292-1/+9
| | | | | | | | | | | | | | (to allow upgrade from setuptools to distribute). Fixes #379 --HG-- branch : distribute
* | Run tests on 3.3 as wellJason R. Coombs2013-05-281-0/+1
| | | | | | | | | | --HG-- branch : distribute
* | Bumped to 0.6.45 in preparation for next release.Jason R. Coombs2013-05-285-8/+8
| | | | | | | | | | --HG-- branch : distribute
* | Added tag 0.6.44 for changeset 73aa98aee6bbJason R. Coombs2013-05-281-0/+1
| | | | | | | | | | --HG-- branch : distribute
* | Allow setuptools 0.7 to satisfy use_setuptools.0.6.44Jason R. Coombs2013-05-282-0/+16
| | | | | | | | | | --HG-- branch : distribute
* | Bumped to 0.6.44 in preparation for next release.Jason R. Coombs2013-05-245-8/+8
| | | | | | | | | | --HG-- branch : distribute
* | Added tag 0.6.43 for changeset 35086ee28673Jason R. Coombs2013-05-241-0/+1
| | | | | | | | | | --HG-- branch : distribute
* | Update changelog0.6.43Jason R. Coombs2013-05-241-0/+6
| | | | | | | | | | --HG-- branch : distribute
* | Restore Python 2.4 compatible syntaxJason R. Coombs2013-05-241-1/+1
| | | | | | | | | | --HG-- branch : distribute
* | Update About the forkJason R. Coombs2013-05-241-27/+6
| | | | | | | | | | --HG-- branch : distribute
* | Update code repository link.Jason R. Coombs2013-05-241-2/+1
| | | | | | | | | | --HG-- branch : distribute
* | Bumped to 0.6.43 in preparation for next release.Jason R. Coombs2013-05-245-8/+8
| | | | | | | | | | --HG-- branch : distribute
* | Added tag 0.6.42 for changeset f30167716b65Jason R. Coombs2013-05-241-0/+1
| | | | | | | | | | --HG-- branch : distribute
* | Update changelog0.6.42Jason R. Coombs2013-05-241-0/+2
| | | | | | | | | | --HG-- branch : distribute
* | First round of prepping setuptools for inclusion in Python 2.5: movePJ Eby2006-04-143-8/+4
| | | | | | | | | | | | | | | | | | | | site.py to setuptools/site-patch.py; reinstate 'python -m easy_install' support; use distutils' "upload" command when running under 2.5. --HG-- branch : distribute extra : source : fbb6c89a74aa47a556a936202d2e50051b067940 extra : histedit_source : 778122fc56bcca6f5a1dbd5a475df11d29028730
* | Use a wrapper to ensure unique values on find_external_links. Factors out ↵Jason R. Coombs2013-05-242-9/+26
| | | | | | | | | | | | | | uniqueness test into a re-usable decorator and simplifies the body of find_external_links. --HG-- branch : distribute
* | Add unique_everseen from Python 2.7 docsJason R. Coombs2013-05-241-0/+19
| | | | | | | | | | --HG-- branch : distribute
* | Added Dirley to contributorsJason R. Coombs2013-05-241-0/+1
| | | | | | | | | | --HG-- branch : distribute
* | actually filter the linksDirley Rodrigues2013-02-041-0/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : cb6e3497e1f8594181f10110cbc833bd6c81f89e
* | avoid naming problemsDirley Rodrigues2013-02-041-7/+7
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 29eeb99013055b8d27cad7f7e8898d06a865b188
* | Improve external links finder to not yield duplicate links.Dirley Rodrigues2013-02-042-2/+15
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 78e932fca32ee0ee1f50794cf998f4e7db78131b
* | Bumped to 0.6.42 in preparation for next release.Jason R. Coombs2013-05-245-8/+8
| | | | | | | | | | --HG-- branch : distribute
* | Added tag 0.6.41 for changeset ad107e9b4beeJason R. Coombs2013-05-241-0/+1
| | | | | | | | | | --HG-- branch : distribute
* | Update changelog and contributors0.6.41Jason R. Coombs2013-05-242-0/+3
| | | | | | | | | | --HG-- branch : distribute
* | Correct reference to self.loader.Jason R. Coombs2013-05-241-2/+2
| | | | | | | | | | --HG-- branch : distribute
* | don't decode in python 2.x. that's my oopsPhilip Thiem2013-02-161-4/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4b981d54c6a171d7a6500c6c62838d8c368ae0b1
* | old win wrapper script not expecting return values from write()Philip Thiem2013-02-161-18/+43
| | | | | | | | | | | | | | | | | | python 3 no longer has popen4 had some issue with ^M on end on line. --HG-- branch : distribute extra : rebase_source : 5b2c834e9a8dfd4027791cacef7c2bfe03652f31
* | There were some failing tests on windows. I assume this is a NTFS vs FAT orPhilip Thiem2013-02-161-6/+24
| | | | | | | | | | | | | | | | | | NT versus 9x things... Seemed odd. In any case. My filesystem is deifnitely NOT cp1252. --HG-- branch : distribute extra : rebase_source : c4d64aff6b811ba36bbf33cd4cf2a12f563a6880
* | Reapply with unix file endings, to make a better diffPhilip Thiem2013-02-161-8/+38
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 8fdc661ab1dd38af6d692df15ff65392860a60d1
* | Backout the pkg_resources.py fixPhilip Thiem2013-02-162-43/+14
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d144d2afc763c9ed6420d32bad3015075d265226
* | Seems to be an issue with using ZipFile as a context on python 3.1Philip Thiem2013-02-161-1/+5
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d81c62a1c2efbeefc848979e07b16506213c0949