aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* final md5s0.6tarek2009-08-091-4/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : 4c0af4c64d4d25930a470eb6f0059a3675a9cf92
* bitbucket.org bug on download files (cant update them) -> switching the ↵tarek2009-08-093-3/+3
| | | | | | | | bootstrap.py file to ziade.org --HG-- branch : distribute extra : rebase_source : 51abe57834c93614cb579fe42448d1bdcd0c5f78
* added note about commiting the change after the releasetarek2009-08-092-9/+11
| | | | | | --HG-- branch : distribute extra : rebase_source : de19e64790e20106fa597a8ca1fe350ee92ae67b
* simplified the release processtarek2009-08-093-21/+16
| | | | | | --HG-- branch : distribute extra : rebase_source : 4126164528a5ebbea66de779cc30c5f4b5e5c7d0
* updated md5 hashestarek2009-08-081-4/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : da9dfa317079e69ef7174007592950b555db2857
* added an upload filetarek2009-08-082-2/+6
| | | | | | --HG-- branch : distribute extra : rebase_source : 07d6ba37b48dcf16bdd027a08f3bda9ae965dc1c
* fixed doc test levelstarek2009-08-082-5/+6
| | | | | | --HG-- branch : distribute extra : rebase_source : 4f21be5b807e3d7440bf2837f0fb10ee9228d048
* doc fixestarek2009-08-083-16/+11
| | | | | | --HG-- branch : distribute extra : rebase_source : 505fa42499e2e7640e7fb05c18b840c7b5dc5f60
* removed ziade.org references. will use PyPI for eggs, and bitbucket.org for ↵tarek2009-08-082-7/+6
| | | | | | | | the bootstrap file --HG-- branch : distribute extra : rebase_source : d73bb1ff47c9be9c7189d537410dc58bbf2e4f0d
* bootstrapping.py -> distribute_setup.pytarek2009-08-089-55/+55
| | | | | | --HG-- branch : distribute extra : rebase_source : 4e57a0bc1a8bea73bc8ed0f102d0e0907c554235
* Change references to ez_setup to point to our own bootstrapping instead.Hanno Schlichting2009-08-086-35/+37
| | | | | | --HG-- branch : distribute extra : rebase_source : 4a2876da3de96acd0cae98f6cc2cdac28ed39846
* Fix py3k compatibility issue and two typosagronholm2009-08-061-3/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : d53588531098e31e910e64063c0d1b927fa33b11
* Fix import that was breaking py3kagronholm2009-08-061-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 76bf8f9213536189bce76a41e798c44c5f468cbd
* updated md5 hashes for testing purposestarek2009-08-051-4/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : 445dcc92fea8352e6149dc64368a5b0cddef9c83
* updated md5 hashes for testing purposestarek2009-08-051-4/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : 6aaadb1b651f442797e6cd38a894be843ed2e4db
* no txt file under buildout/ yettarek2009-08-051-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 9ed972660846b9d43e45824cf9b515f0ac67a0ee
* fixed the bootstrapping filenametarek2009-08-051-4/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : b22e96e2de0929392f73fad437e347e8019296a0
* adding buildout in the releasetarek2009-08-052-0/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : e6753c6425bbe04d3fb591f0fe686e37be614895
* bootstraping.py -> bootstrapping.pytarek2009-08-053-15/+15
| | | | | | --HG-- branch : distribute extra : rebase_source : b54a39a7e7f17f3275d62d29da37de0776fb7ee3
* removing setuptools module names from user warningstarek2009-08-051-1/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : f20f663e7122029c873fde4df0b076697d3c4a44
* fixed to_reload initialiaziontarek2009-08-041-2/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : b5184539d744b9d6e1b884f9677bfb7f63f0873d
* makes sure an installed version of setuptools doesn't get on the waytarek2009-08-041-3/+9
| | | | | | --HG-- branch : distribute extra : rebase_source : 3570843b41ad460fae12baebe06dc44dd6bac57b
* use our own bootstrap scripttarek2009-08-041-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 66e9e71bc8bf8f48fce4bfb9f12c7103f5b5dd86
* renamed bootstraptarek2009-08-041-7/+7
| | | | | | --HG-- branch : distribute extra : rebase_source : 0f35dd5d49900dc6d6a4c237fb1ca422fa5740e2
* patched bootstrap for zc.buildouttarek2009-08-041-0/+223
| | | | | | --HG-- branch : distribute extra : rebase_source : 9523bff778d07796d77f1fd0aeaf91508460cb86
* renamed bootstrap.py to bootstraping.py so it differs from zc.buildout filenametarek2009-08-043-10/+10
| | | | | | --HG-- branch : distribute extra : rebase_source : b784247763e9f8814d70ba9ffcf07ceab02a3ba4
* now calling after_install in bootstrap.main tootarek2009-08-041-9/+30
| | | | | | --HG-- branch : distribute extra : rebase_source : 5ed71a412016a97c699ebf16d92d3e476cb5c3f0
* typotarek2009-08-041-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 7cfffe36c679de9f95b776786e808d04c7e05e4c
* added a post install function that ensures setuptools is faked even if not ↵tarek@MacZiade-2.local2009-08-042-5/+40
| | | | | | | | previously present --HG-- branch : distribute extra : rebase_source : 3254ab2ca1f771dd24a6d93a28ca87ca375fe65b
* fixed #24: the jython calls now workstarek2009-07-232-3/+3
| | | | | | --HG-- branch : distribute extra : rebase_source : 490026cb4cb661428ab2ca71697664e4cba22909
* fixed the forbidden access problemtarek2009-07-232-5/+14
| | | | | | --HG-- branch : distribute extra : rebase_source : 4638763f686895225618238abb4f55786a205692
* rebuilt the eggstarek2009-07-232-8/+8
| | | | | | --HG-- branch : distribute extra : rebase_source : c702a73b8784cde5a997feff3d8544ee0aeb9e60
* that is three steptarek2009-07-231-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : e8fbfbdcb553fac2ace919f666ea1072f985f056
* more detailstarek2009-07-231-10/+51
| | | | | | --HG-- branch : distribute extra : rebase_source : cc3d2d92ee004d233c1b0c28fe24aaea5dcaed2d
* shorcut to avoid unecessary work when located in a non-isolated environmenttarek2009-07-232-5/+7
| | | | | | --HG-- branch : distribute extra : rebase_source : 6b093a48e2647923cf36d1dd7ea74def0a961dc6
* safer test: will not overwrite an existing file for the testtarek2009-07-231-13/+30
| | | | | | --HG-- branch : distribute extra : rebase_source : f7eb15a38641127ee2eabdf9aedce9df4e79d581
* fixed a fork bomb when patching non-egg system-wide installationtarek2009-07-231-6/+17
| | | | | | --HG-- branch : distribute extra : rebase_source : 04596d85e574ecdc4eac518efc1743af724ff129
* more cases from the communitytarek2009-07-231-20/+98
| | | | | | --HG-- branch : distribute extra : rebase_source : c22d0ab3bb68209042a1171654c6e6da180a8213
* added a note for manual uninstallation of setuptools.pthtarek2009-07-221-0/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 092a22b386e15788f4fbf8fe249a9ef94a7e47f2
* fixed import testtarek2009-07-221-1/+15
| | | | | | --HG-- branch : distribute extra : rebase_source : a007e84b35812190d3cb622d372b48c96634fc08
* test for the bootstraptarek2009-07-221-0/+38
| | | | | | --HG-- branch : distribute extra : rebase_source : 0f78770f9506430933809a442c88c740941bf367
* using boostrap.py name for ez_setup.py because that is what it istarek2009-07-223-9/+9
| | | | | | --HG-- branch : distribute extra : rebase_source : 2398b9d16b2cda1f2c20c6eff792f49fb59c8cbd
* started the re-work on README.txttarek2009-07-221-99/+100
| | | | | | --HG-- branch : distribute extra : rebase_source : f7fe41b59bdc9bef8c82fd53bd5ab51f34c8aee7
* hooked the patching code into setup.pytarek2009-07-222-1/+16
| | | | | | --HG-- branch : distribute extra : rebase_source : 8e77b3c98ea725103494ee55ec403dc967dbb3a6
* not neededtarek2009-07-221-90/+0
| | | | | | --HG-- branch : distribute extra : rebase_source : 4d3870896bbf98df5ebd20e172ca0a355dad918c
* re-wrote the release.sh scripttarek2009-07-222-23/+23
| | | | | | --HG-- branch : distribute extra : rebase_source : 4d70b693676a2e6e290e3cc097fde2cca9412d38
* fixed distribution key in check_version_conflict. I first thaught it was the ↵tarek2009-07-211-1/+1
| | | | | | | | #36 issue of setuptools but it's not. --HG-- branch : distribute extra : rebase_source : 87a541261be9881f95e7d62308f99f89f6319dd9
* re-launching when setuptools is faked, and also detecting it's a fake egg to ↵tarek2009-07-211-8/+31
| | | | | | | | avoid re-patching twice --HG-- branch : distribute extra : rebase_source : 460953d0172aac7d61e6ffd784fa9ef47ec94d9e
* populating md5 hashes and default url locationtarek2009-07-211-5/+6
| | | | | | --HG-- branch : distribute extra : rebase_source : 998bc889ba6d41e4051df8cdc3c36e273b78118b
* simplified the installation process. Now faking setuptools eggs. This is ↵tarek2009-07-211-23/+38
| | | | | | | | making the whole switch simpler for people --HG-- branch : distribute extra : rebase_source : 6ca2a67f386ab8237b02fc1dda918e4e734e273c