summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixed Rest :/0.6.9tarek2009-12-121-24/+18
* Added tag 0.6.9 for changeset 669ed9388b17tarek2009-12-121-0/+1
* changed the way the html is createdtarek2009-12-122-2/+5
* added Arfrever to contributors (bug fixes)tarek2009-12-121-0/+1
* removed trailing spacetarek2009-12-122-4/+4
* Avoid shadowing the package fixes #80tarek2009-12-121-1/+1
* avoid sandbox violations on installation fixes #100tarek2009-12-112-10/+26
* Remove an unecessary assertion fixes #104tarek2009-12-112-1/+5
* avoid running test_get_script_header_jython_workaround undr some py3 environm...tarek2009-12-112-0/+6
* Uses plistlib instead of re. Thanks Florian refs #92tarek2009-12-101-8/+7
* fixed the MacPorts failure when platform.mac_ver() fails - fixes #92tarek2009-12-102-0/+12
* Allowing 'os.devnull' in Sandbox, fixes #101tarek2009-12-043-2/+35
* more info about easy_install and setup.cfg refs #99tarek2009-12-022-4/+9
* easy_install doesn't use a setup.cfg located in the working dir - fixes #99tarek2009-12-023-2/+48
* displaying the package locationtarek2009-11-301-1/+1
* added image and headlinestarek2009-11-181-1/+15
* fixed 70tarek2009-11-151-0/+1
* merge dancetarek2009-11-151-1/+1
* Added reference to issue 93 and name to contributors. I fixed two bugs and m...Alice Bevan-McGregor2009-11-152-0/+2
* Added upload_docs unit test and fixed a bug in test_develop.Alice Bevan-McGregor2009-11-152-1/+66
* Fixed empty folder issue during upload_docs.Alice Bevan-McGregor2009-11-151-1/+1
* Fixed #80: test_develop fails with Python 3.1. I don't understand why the mod...tarek2009-11-153-1/+8
* nicer message when DistributionNotFound is raisedtarek2009-11-142-1/+4
* added a changes note for #86tarek2009-11-111-0/+1
* fixed doc - fixes #86tarek2009-11-111-3/+4
* added a side bar with a download link to the doc. fixes #89tarek2009-11-113-1/+11
* setup.py doesn't try to convert distribute_setup.py anymore. fixes #87tarek2009-11-112-2/+4
* unknown setuptools version can be added in the working set, refs #90tarek2009-11-114-10/+19
* now faking Setuptools 0.6c11tarek2009-11-071-3/+6
* Added instructions from Florian Schultze.mborch@valga.local2009-11-041-10/+26
* Copy change.mborch@valga.local2009-11-041-6/+8
* added missing entry point that was added in setuptools 0.6c11tarek2009-11-031-0/+1
* make sure the tag is pushedtarek2009-11-011-0/+1
* started 0.6.9tarek2009-11-015-7/+7
* Added tag 0.6.8 for changeset 445547a5729etarek2009-11-011-0/+1
* fixed CHANGES0.6.8tarek2009-11-011-1/+1
* Minor README update for virtualenv supportJannis Leidel2009-11-011-5/+4
* Fixed typo in code for DONT_PATCH_SETUPTOOLS environment markerJannis Leidel2009-11-011-1/+1
* --distribute was added in zc.buildout 1.4.2tarek2009-11-011-1/+6
* raised version in distribute_setup as welltarek2009-11-011-2/+2
* added a CHANGE not about check_packagestarek2009-11-011-0/+3
* started 0.6.8tarek2009-11-015-6/+10
* backporting the API Eby added in 0.6c11tarek2009-11-011-21/+11
* Added tag 0.6.7 for changeset 71f08668d050tarek2009-11-011-0/+1
* added the dev link with the #egg fragment0.6.7tarek2009-11-011-2/+8
* make sure USER_SITE is listed as a sitedir in easy_installtarek2009-10-273-2/+9
* typotarek2009-10-271-1/+1
* now develop supports the --user option fixes #58tarek2009-10-273-1/+169
* removed empty linestarek2009-10-271-31/+0
* Generated scripts now wraps their call in a __main__ section. Fixes #11tarek2009-10-273-7/+45