summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added the dev link with the #egg fragment0.6.7tarek2009-11-011-2/+8
| | | | | | --HG-- branch : distribute extra : rebase_source : 2d2044baa9ec0083be1eadd1c664dde576e72447
* make sure USER_SITE is listed as a sitedir in easy_installtarek2009-10-273-2/+9
| | | | | | --HG-- branch : distribute extra : rebase_source : f632d56d77b31a6b4f2183728e770d00005b0060
* typotarek2009-10-271-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : d596c9394c22c7d9609e63ab7093a47714658ae3
* now develop supports the --user option fixes #58tarek2009-10-273-1/+169
| | | | | | --HG-- branch : distribute extra : rebase_source : 1f25aaecb7ff9c7b273430e68dc2bc2d2e23db7d
* removed empty linestarek2009-10-271-31/+0
| | | | | | --HG-- branch : distribute extra : rebase_source : a13127278ab77a12def12cfabc24f436f4700f1c
* Generated scripts now wraps their call in a __main__ section. Fixes #11tarek2009-10-273-7/+45
| | | | | | --HG-- branch : distribute extra : rebase_source : d69b879d01ca2690826cdf9b7541e541ae8e0f5a
* removed PJE-style white linestarek2009-10-271-35/+3
| | | | | | --HG-- branch : distribute extra : rebase_source : b6f2b1983aa0e5994df5a29688348929fcd20628
* added a CHANGES notetarek2009-10-271-0/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 27593bcdf57d0465696f959c0db2c196e0a485e6
* added DONT_PATCH_SETUPTOOLS environment markertarek2009-10-271-0/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 4fe53262211c90f2a90027014970f7e666de88f0
* Reviewed unladen-swallow specific change from ↵Hanno Schlichting2009-10-241-0/+4
| | | | | | | | http://code.google.com/p/unladen-swallow/source/detail?spec=svn875&r=719 and determined that it no longer applies. Distribute should work fine with Unladen Swallow 2009Q3. --HG-- branch : distribute extra : rebase_source : 74d09eb0390667122b445860aea8ecc25a0d85d7
* Whitespace and added a note how to run the testsHanno Schlichting2009-10-241-4/+5
| | | | | | --HG-- branch : distribute extra : rebase_source : ce8146ff9d4e46e3e3b5e3a49e79debe7d260fab
* Removed outdated note about the special setup module for Python 3.Hanno Schlichting2009-10-241-6/+0
| | | | | | --HG-- branch : distribute extra : rebase_source : 2c8190effa006ad4d7929abd756d5303c84be166
* Updated and fixed contributersHanno Schlichting2009-10-241-2/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : 18217e823ba7b14c0b17f09575a8cd642bc8856c
* Issue 21: Allow PackageIndex.open_url to gracefully handle all cases of a ↵Hanno Schlichting2009-10-242-0/+8
| | | | | | | | httplib.HTTPException instead of just InvalidURL and BadStatusLine. --HG-- branch : distribute extra : rebase_source : 24986ae1074b564fbd8c34a227265afd3b90ebce
* Removed virtual-python.py from this distribution and updated documentation ↵Hanno Schlichting2009-10-243-151/+6
| | | | | | | | to point to the actively maintained virtualenv instead. --HG-- branch : distribute extra : rebase_source : accfddb40177f981dbf0e5886039fcb27c1be573
* Readded the custom build_py command for safely upgrading from older ↵agronholm2009-10-201-0/+22
| | | | | | | | distribute versions --HG-- branch : distribute extra : rebase_source : 74f1706957dbe79303581f21947d17b06b74ef61
* Merge with aadeea4644ffb5e0ba24865151dd9315fb961cf1agronholm2009-10-209-55/+11
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 71d476c0c54e5cb49de8308f658983f6343bb2d3
| * Reversing patch for 64-bit Windows script launcher, applied PJE's simpler ↵agronholm2009-10-209-49/+11
| | | | | | | | | | | | | | | | solution instead --HG-- branch : distribute extra : rebase_source : 320927dbc962a262853cae7d8b3734794bb9f21d
* | Merged bugfixes from the danielstutzbach forkDaniel Stutzbach2009-10-195-6/+40
|\ \ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : cce25468ec8f18af01e99af60cdaaf0fb4a72ee9
| * | avoid a bootstrapping issue with easy_install -U. Fixes #72tarek2009-10-182-0/+7
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 52cd3211f5233e5c08cc34c59838f0fb3b9955f1
| * | no_fake needs to be True by default fixes #74tarek2009-10-183-5/+19
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 158f5abb9528d7ea6cd436996d5022cb6bcda89e
| * | make sure pkg_resources can be imported in GAE - refs #73tarek2009-10-181-1/+14
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : fa1f9aca1bb3b231b7e709de9fc78973cce053ed
* | | Added information to CHANGESDaniel Stutzbach2009-10-181-0/+5
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7e92252bb4c8f96e6262e068606c8e10c11c8589
* | | Fixed egg filename computation to respect to_dirDaniel Stutzbach2009-10-171-2/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7fa5025839278ad3a0fe1971bf8e050e9f910c43
* | | Fixed bug in previous patch (oops)Daniel Stutzbach2009-10-171-3/+4
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 0e0d70648070a33cbdb759de87415a90984da7cd
* | | Fixed build_egg to test for the existence of the correct egg filename.Daniel Stutzbach2009-10-171-7/+4
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c944237f4b1aff19e3f6838b83945b7e4bff48de
* | | Fix for Issue 64: setup.py rebuilds the distribute egg every.single.time.Daniel Stutzbach2009-10-171-4/+7
|/ / | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2fe261e4ebf0fef8bb38e0d8fc9965b24cc02002
* | Removed "shared eggs dir gets hosed" warning from the readme and replaced itReinout van Rees2009-10-161-8/+13
| | | | | | | | | | | | | | | | | | with a "everything works great now" message. Tnx to Vincent Fretin for warning me about it. --HG-- branch : distribute extra : rebase_source : 7c8bca372a67bc3741ba376becc5a8337619bbd0
* | starting 0.6.7tarek2009-10-167-8/+13
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c4445b08d41ce91b2a7c03793110b07113edd9ea
* | change home urltarek2009-10-161-1/+1
|/ | | | | | --HG-- branch : distribute extra : rebase_source : f27d75ac7caf74c1a2cb18bb27fdc1eff50413f5
* Added tag 0.6.6 for changeset f1fb564d6d67tarek2009-10-151-0/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 959930710c8dc66187d990c6eadec8b35320d382
* 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