summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Re-generate egg_info0.7b3Jason R. Coombs2013-05-252-50/+50
|
* Merge with Distribute 0.6.43Jason R. Coombs2013-05-253-1/+8
|\ | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| * 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
* | Fix use of getheaders on Python 3Jason R. Coombs2013-05-253-66/+80
| |
* | Support get_headers on Python 3 and Python 2Jason R. Coombs2013-05-241-1/+4
| |
* | Bump to next anticipated versionJason R. Coombs2013-05-244-5/+5
| |
* | Added tag 0.7b2 for changeset 8951daac6c1bJason R. Coombs2013-05-241-0/+1
| |
* | Extract function for uploading to pypi0.7b2Jason R. Coombs2013-05-241-15/+18
| |
* | Bump to 0.7b2 for next releaseJason R. Coombs2013-05-244-5/+5
| |
* | Updated get_next_version to bump arbitrary versions and added doctests.Jason R. Coombs2013-05-241-5/+25
| |
* | SVN is no longer used.Jason R. Coombs2013-05-241-1/+0
| |
* | Merge with distribute 0.6.42Jason R. Coombs2013-05-248-8/+58
|\ \ | |/
| * 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
* | Merge changes from distribute 0.6.41Jason R. Coombs2013-05-2411-54/+164
|\ \ | |/ | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| * 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