summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* returning if setuptools is not found0.6.4tarek2009-10-101-6/+7
* works with < 1.4.2 now :)tarek2009-10-101-1/+2
* added a note on shared eggs foldertarek2009-10-101-0/+4
* the parse API needs to return distribute when setuptools is askedtarek2009-10-102-22/+43
* fixed zc.buildout revtarek2009-10-091-1/+1
* starting more docstarek2009-10-092-0/+22
* fixed use_setuptoolstarek2009-10-093-0/+23
* pushing the doc as welltarek2009-10-091-2/+2
* updated the link to the roadmaptarek2009-10-091-1/+1
* included roadmap and a few typo fixes. fixes #47tarek2009-10-093-9/+95
* using a temp dir to avoid using the site.py that is in the current dir when 2...tarek2009-10-091-6/+10
* added issue referencestarek2009-10-091-0/+2
* using the real URLtarek2009-10-091-4/+4
* merge dancetarek2009-10-0915-73/+615
|\
| * Added a bunch of code-block directives for better highlighting with Pygments,...Jannis Leidel2009-10-083-46/+72
| * Updated Sphinx config, e.g. to add theme supportJannis Leidel2009-10-081-22/+29
| * Added nature Sphinx themeJannis Leidel2009-10-083-0/+288
| * Added configuration for build_sphinx command to simplify buildingJannis Leidel2009-10-081-0/+5
| * Added item to changelog and myself to the contributor listJannis Leidel2009-10-082-1/+3
| * Added a upload_docs command to upload project documentation to PyPI's package...Jannis Leidel2009-10-075-1/+213
| * Changed wget references to use curl insteadagronholm2009-10-061-4/+4
| * Add the Python 3 classifier to make distribute visible on the Python 3 packag...agronholm2009-10-051-0/+1
* | more details on doc+anchor for pypi doctarek2009-10-081-27/+30
* | added distribute_setup_3k.py generationtarek2009-10-083-1/+10
|/
* fixed the testtarek2009-09-271-5/+6
* some function don't need public exposition + fixed the os.curdir bug that was...tarek2009-09-272-17/+20
* Fixed two bugs in the bootstrapper that prevented use_setuptools() from workingagronholm2009-09-271-2/+2
* added a note on distribute_setup_3k.pytarek2009-09-271-0/+5
* starting 0.6.4tarek2009-09-275-6/+12
* Added tag 0.6.3 for changeset e033bf2d3d05tarek2009-09-271-0/+1
* Added 0.6.3 changes0.6.3agronholm2009-09-271-1/+9
* Changed file() calls to open() callsagronholm2009-09-273-3/+3
* Fixed Python 3 compatibility issue introduced in #435agronholm2009-09-271-4/+7
* fixed the version in READMEtarek2009-09-261-2/+2
* starting 0.6.3 developmenttarek2009-09-265-6/+11
* Added tag 0.6.2 for changeset 41415244ee90tarek2009-09-261-0/+1
* typo0.6.2tarek2009-09-261-4/+5
* this is not finished yet. lets make a clean work for 0.6.3 for zc.buildout su...tarek2009-09-261-8/+5
* more changestarek2009-09-261-0/+8
* more doctarek2009-09-263-8/+21
* Fixed a spelling erroragronholm2009-09-261-4/+4
* Documented major changes in 0.6.2agronholm2009-09-261-1/+16
* started a dev guide for contributorstarek2009-09-261-0/+28
* removed the salesy descriptiontarek2009-09-261-2/+2
* reorganized textstarek2009-09-262-36/+63
* make the bootstrap file py2.3+win32 compatibletarek2009-09-251-13/+28
* Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs (htt...agronholm2009-09-259-5/+29
* Apparently a __ne__ method is necessary, at least under Python 2.4, or you ri...Lennart Regebro2009-09-241-0/+2
* Merging. Mercurial is confusing.Lennart Regebro2009-09-231-104/+103
|\
| * Fix python_cmd return valueagronholm2009-09-231-12/+4