summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | minor cleanupsPhilip Thiem2013-02-051-3/+4
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a872a0ee0700a60994fea3417193998d9e9456a3
* | A few non-python 3 print statementsPhilip Thiem2013-02-041-12/+12
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 75f0b0e993a44ccfef8292717af58943e187d4cd
* | This changes distribute to use zipfile for obtaining a manifest of zip filesPhilip Thiem2013-02-021-11/+37
| | | | | | | | | | | | | | | | | | | | instead of zipimpot._zip_directory_cache. As I don't see any place that the cache is being clear, should in effect remove the zipimport private variable dependency --HG-- branch : distribute extra : rebase_source : 275dd3d5a2f55dba541f7f12a1bf8ee7c3465825
* | Update reference to Travis CI using setuptools mirrorJason R. Coombs2013-05-191-1/+1
| | | | | | | | | | --HG-- branch : distribute
* | Delint release scriptJason R. Coombs2013-05-191-4/+4
| | | | | | | | | | --HG-- branch : distribute
* | Extract get_win_launcher functionJason R. Coombs2013-05-192-9/+29
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 14dbef22dbc8376cc3632ce53be0d61b7976b889
* | Edit changelog.Jason R. Coombs2013-05-191-2/+3
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : bf835a86ab7c996cd47bb196619a09b85fa01db9
* | Capture the need to update cli.exe and gui.exeJason R. Coombs2013-05-191-0/+6
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : da0bcff89ef2ab6d49419e10b503e4987c875a3f
* | Bumped to 0.6.41 in preparation for next release.Guy Rozendorn2013-05-145-8/+8
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 235fe544e2119364d2f4270a6c5ca20db4645324
* | Added tag 0.6.40 for changeset 0a783fa0dcebGuy Rozendorn2013-05-141-0/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a9c82cebb8e9cb93674a7ff1ea4c08508c4ed114
* | Issue #376: preparing for release; CHANGES.tx0.6.40guy@guyr-air.rzn.co.il2013-05-141-0/+6
| | | | | | | | | | | | | | | | t --HG-- branch : distribute extra : rebase_source : 0a783fa0dceb95b5fc743e47c2d89c1523d0afb7
* | issue #376: copying cli-32.exe to cli.exe and gui-32.exe to gui.exe to ↵guy@guyr-air.infinidat.com2013-05-132-0/+0
| | | | | | | | | | | | | | | | prevent breakage of other modules that take the binaries from distribute --HG-- branch : distribute extra : rebase_source : fb86f5549568529753c0be2357128f41039ed740
* | Fix error in changelog RSTJason R. Coombs2013-05-121-0/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : dce6b630b2c568a650c30a8e868d0d03cf36cb19