summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated changelog0.6.6Reinout van Rees2009-10-152-2/+3
| | | | | | --HG-- branch : distribute extra : rebase_source : 6eb0ef4d64f43fd28095837abbdd53bf7c3e9a24
* merge dancetarek2009-10-153-19/+14
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 74e99f58e1e0e8905537fc439df9910bdf0ff5e0
| * Unified the bootstrap file so it works on both py2.x and py3k without 2to3 ↵agronholm2009-10-163-19/+14
| | | | | | | | | | | | | | | | (patch by Holger Krekel) --HG-- branch : distribute extra : rebase_source : 7b8e41446e9b442adf35369b972e725f83b45d43
* | make sure the old api can be called in case of an old versiontarek2009-10-151-2/+7
|/ | | | | | --HG-- branch : distribute extra : rebase_source : 60119a660b567b7ba04f6ceae08900e7b7abbf60
* starting 0.6.6tarek2009-10-156-7/+13
| | | | | | --HG-- branch : distribute extra : rebase_source : 15b88555dec253c490ee91a6e71ec1c945fdf6b0
* fixed reSttarek2009-10-151-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : fd6a217d7357be4ee3957f683f55b3b2edf318bd
* Added tag 0.6.5 for changeset 2df182df8a02tarek2009-10-151-0/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : c355452db035caf2643bc621bef528200de600bc
* merge dance0.6.5tarek2009-10-151-2/+1
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 0c404d4ec92191848aee4f95757a586f162790e5
| * Fixed command to switch to the branch (the old instructions were for *making*Reinout van Rees2009-10-151-2/+1
| | | | | | | | | | | | | | | | a branch, not for switching to it). --HG-- branch : distribute extra : rebase_source : c073e3144648eb79ca6f24de23dfa80c6cc4dc67
* | we need to be able to use these API to detect the real setuptools at ↵tarek2009-10-152-5/+6
|/ | | | | | | | bootstrap time --HG-- branch : distribute extra : rebase_source : befcf5fc39937e17b8f830b8393fcc6b1bafa17a
* typotarek2009-10-141-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 61f2b4f32f0317b02463282d5dc41cb3f245e744
* Now cli.exe and gui.exe are generated at build time - win_script_wrapper.txt ↵tarek2009-10-143-5/+36
| | | | | | | | covers this case - refs #65 --HG-- branch : distribute extra : rebase_source : 940bcb596a59153bc62056328b75cb670fa44273
* removing windows EOL linestarek2009-10-141-137/+137
| | | | | | --HG-- branch : distribute extra : rebase_source : e5792b2f337a38b603dc6a920d3bfe418e3f2722
* doc typo. fixes 67tarek2009-10-142-1/+3
| | | | | | --HG-- branch : distribute extra : rebase_source : 2f89aa2f065390966c0dad309e91ac8e30de5dfc
* an error is raised when installing a 0.7 setuptools with distributeReinout van Rees2009-10-143-7/+22
| | | | | | --HG-- branch : distribute extra : rebase_source : f68fe9818972a09d858f2bb59ef47682353f600d
* Distribute no longer shadows setuptools if we require a 0.7-seriesReinout van Rees2009-10-143-6/+47
| | | | | | | | | setuptools. Added _override_setuptools() checker method and calling it in two places that checks whether we request a setuptools from the 0.7 series. Including test. --HG-- branch : distribute extra : rebase_source : 51c89e02721de2e31c9392d1ead76ac1e828810c
* Indicated spot where extra setuptools >= 0.7 check needs to happenReinout van Rees2009-10-141-0/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : 6b80caf47a8c7642e629af9f271f33e25a7c890f
* marked the two spots where a setuptools < 0.7 check needs to happenReinout van Rees2009-10-141-0/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 1bca77205a947da3227c069e237951258fc72ffb
* tiny tweak in docstring to not throw off emacs' syntax highligtingReinout van Rees2009-10-142-2/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : b5719cdd1428dc109af18925312b773cbaa0e22b
* fixed the parsed api when dealing with setuptools nametarek2009-10-132-16/+17
| | | | | | --HG-- branch : distribute extra : rebase_source : 9490c98e075e2473c7a7310822103f375d5f3832
* no setuptools req are returnedtarek2009-10-131-0/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 9f1046762c344f8646742365d4beca34ae51c228
* using project_name instead so we don't bother with the versiontarek2009-10-132-20/+12
| | | | | | --HG-- branch : distribute extra : rebase_source : c878e223405487eb8b58c69ba7d0b62b02c7d4cd
* merge dancetarek2009-10-135-8/+30
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d4e84517f89066ef4ddd67d58f879bb97f7b7bb2
| * applying merge?Reinout van Rees2009-10-131-7/+9
| |\ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ba6370851fbdc855bc06e482020dbbba60c00784
| | * Updated bootstrap URLs to point to python-distribute.org, and added links ↵agronholm2009-10-131-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | for them --HG-- branch : distribute extra : rebase_source : 2756800a880c7a6c2c8bdc1afa3a22a4f08c047b
| * | Updated changelogReinout van Rees2009-10-131-0/+3
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2fda957d09f002072e1eea759be2e8fd98ebca5b
| * | Detecting buildout by looking in os.environ['_'] to see if it is a buildoutReinout van Rees2009-10-131-0/+9
| |/ | | | | | | | | | | | | | | | | command. If that is the case: do not fake setuptools, just let yourself be installed as a buildout-managed egg. --HG-- branch : distribute extra : rebase_source : 03ae13a4b93098ba76b971f26a01070ad47e361a
| * fix a hole in sandboxing allowing builtin file to write outside of the sandboxPhilip Jenvey2009-10-122-0/+8
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 5ff181b30f41080ec0e0628c96abf270ffe1a730
| * Automated merge with ssh://hg@bitbucket.org/tarek/distribute/Jannis Leidel2009-10-111-1/+1
| |\ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a5d249ee72165276d28a391a3f410da7de09c970
| | * Make sure the Sphinx theme nature is included in the sdistJannis Leidel2009-10-111-1/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 5dfd01f1594ebc0732bd6abe2ed93c8337adbd1e
* | | added a new option to drive the fakery when use_setuptools is calledtarek2009-10-131-2/+3
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : db0801762e31ee9414bbf6bca078681ce2b9b955
* | | making sure a setuptools requirement is turned into a distribute onetarek2009-10-131-0/+6
|/ / | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 444d838a772b878838d54c9dfc78afee4dbe83f2
* | added taggingtarek2009-10-111-0/+6
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a757058ecff1e3fbce98b32276a5075dc84b2157
* | starting 0.6.5tarek2009-10-117-9/+15
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6925947fb2b7beef652eef8a2683cae710f46e58
* | Added tag 0.6.4 for changeset e06c416e911ctarek2009-10-111-0/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 8c16be7562d8dbf3143c9920182871e16f0025f9
* | returning if setuptools is not found0.6.4tarek2009-10-101-6/+7
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e39726368ef61d71c6bf4b023ba050083584a941
* | works with < 1.4.2 now :)tarek2009-10-101-1/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : dcc9176ae8bf7273ace82220b64a89c14830971e
* | added a note on shared eggs foldertarek2009-10-101-0/+4
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 09545a175010b1105b8223c90638e9180feeb1c2
* | the parse API needs to return distribute when setuptools is askedtarek2009-10-102-22/+43
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 485e5999425fb57f1f0fce496ffc209a9bfe54e8
* | fixed zc.buildout revtarek2009-10-091-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 562654e69e7ff018b81d96bcb1e031cfa659273b
* | starting more docstarek2009-10-092-0/+22
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9826d4158ddc98c84e56d2c54445ad9efba77be4
* | fixed use_setuptoolstarek2009-10-093-0/+23
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ef32212ac795e851f32e63d1ec9fd7e3765caf92
* | pushing the doc as welltarek2009-10-091-2/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 8b45c37dc3d3e4f2d3f91beb2f5867523f45f974
* | updated the link to the roadmaptarek2009-10-091-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e9d7a33b2dd618c95ff02d4ffe82f295d2e69826
* | included roadmap and a few typo fixes. fixes #47tarek2009-10-093-9/+95
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a6677457030f92ff8da952fe47b4449f17b6f431
* | using a temp dir to avoid using the site.py that is in the current dir when ↵tarek2009-10-091-6/+10
| | | | | | | | | | | | | | | | 2to3 runs --HG-- branch : distribute extra : rebase_source : 18f1e97291dc5745849df981627630295acd601e
* | added issue referencestarek2009-10-091-0/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 852102dad24de79aa20c4b17a83cceb691772e7b
* | using the real URLtarek2009-10-091-4/+4
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4dc1a0fb203789ce775b271a28ebb3817afadb06
* | merge dancetarek2009-10-0915-73/+615
|\ \ | |/ | | | | | | | | --HG-- branch : distribute extra : rebase_source : 35e424deb7b3bef880c53fa50dbe079f18076e67
| * Added a bunch of code-block directives for better highlighting with ↵Jannis Leidel2009-10-083-46/+72
| | | | | | | | | | | | | | | | Pygments, fixed typo --HG-- branch : distribute extra : rebase_source : e000e29a4c561a0397b134d2e451080b34f84b5d