]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - setup.py
move show-tool-versions out of setup.py and into a separate script in misc/ , since...
[tahoe-lafs/tahoe-lafs.git] / setup.py
2009-02-19 Brian Warnermove show-tool-versions out of setup.py and into a...
2009-02-19 Brian Warnersetup.py: add show_tool_versions command, for the benef...
2009-02-19 Brian Warnersetup.py: wrap to 80 cols, no functional changes
2009-02-12 Zooko O'Whielacronxversioning: include an "appname" in the application...
2009-02-05 Zooko O'Whielacronxsetup: require new bundled setuptools-0.6c12dev
2009-02-04 Zooko O'Whielacronxsetup: remove a couple of horrible work-arounds in...
2009-01-30 Zooko O'Whielacronxsetup: require setuptools_trial >= 0.5, and delegate...
2009-01-29 Zooko O'Whielacronxsetup: require darcsver >= 1.2.0 and rely exclusively...
2009-01-29 Zooko O'Whielacronxsetup: subclass setuptools.Command instead of distutils...
2009-01-29 Zooko O'Whielacronxsetup: temporarily comment-out the horrible kludge...
2009-01-29 Zooko O'Whielacronxsetup: always create a support dir and populate it...
2009-01-29 Zooko O'Whielacronxsetup: if any of "build", "develop", or "test" appear...
2009-01-29 Zooko O'Whielacronxsetup: add metadata indicating compatibility with pytho...
2009-01-29 Zooko O'Whielacronxsetup: a new improved way to create tahoe executables
2009-01-27 Zooko O'Whielacronxsetup: hack the sys.argv to set poll reactor if "python...
2009-01-20 Zooko O'Whielacronxsetup: require darcsver always, and not just when we...
2009-01-19 Zooko O'Whielacronxsetup: undo (for the second time) the use of the -...
2009-01-17 cgalvanrun build_tahoe command with trial commmand
2009-01-17 cgalvanadding multi-version support
2009-01-16 cgalvanprevent --site-dirs from being passed to the 'install...
2009-01-15 Zooko O'Whielacronxsetup: put back configuration of the PYTHONPATH which...
2009-01-14 Zooko O'Whielacronxsetup: fix previous patch to set reactor to poll reacto...
2009-01-14 Zooko O'Whielacronxsetup: use poll reactor for trial if on linux2 or cygwin
2009-01-09 cgalvanset bin/tahoe executable permissions and leave build_ta...
2008-12-06 Zooko O'Whielacronxsetup: remove custom Trial class inside our setup.py...
2009-01-09 cgalvanfix bin/tahoe executable for Windows
2008-12-06 Zooko O'Whielacronxsetup: attempt to remove the custom setuptools-ish...
2008-12-01 Zooko O'Whielacronxsetup: integrate the bundled setuptools_trial plugin...
2008-11-21 cgalvanuse_setuptools_trial.patch
2008-11-25 Zooko O'Whielacronxsetup: move the requirement on simplejson from setup...
2008-11-25 francoissetup.py: Require simplejson version >= 2.0.5
2008-11-21 Zooko O'Whielacronxsetup: turn off --multi-version until I can figure...
2008-11-20 Zooko O'Whielacronxsetup: use "setup.py develop --multi-version" so that...
2008-10-25 Zooko O'Whielacronxsetup: pretend the tahoe requires twisted to set up...
2008-10-21 Zooko O'Whielacronxsetup: remove the developer note about doing without...
2008-09-24 robk-tahoesetup: fix site-dirs to find system installed twisted...
2008-09-24 Zooko O'Whielacronxsetup: stop catching EnvironmentError when attempting...
2008-09-19 Brian Warnersetup.py trial: improve --verbose suggestion a bit
2008-09-17 Brian Warnersetup.py: remove unused 'Extension' import
2008-09-17 Brian Warnersetup.py,Makefile: move the 'chmod +x bin/tahoe' into...
2008-09-17 Brian Warnersetup.py,Makefile: teat sdist --sumo about tahoe-deps...
2008-09-17 Brian Warner#249: get dependent libs from tahoe-deps and ../tahoe...
2008-09-12 Brian Warnersetup.py: add 'setup.py run_with_pythonpath', to run...
2008-09-12 Brian WarnerMakefile: convert check-auto-deps target into 'setup...
2008-09-12 Brian Warnerrewrite parts of the Makefile in setup.py. Add 'build_t...
2008-08-27 Zooko O'Whielacronxsetup: patch from Chris Galvan to build sdists with...
2008-07-14 Brian Warnersetup.py: cosmetic, remove trailing whitespace
2008-06-21 Zooko O'Whielacronxsetup: setup_requires darcsver >= 1.1.5
2008-06-05 Zooko O'Whielacronxsetup and docs: various improvements to setup and docs
2008-04-18 Zooko O'Whielacronxsetup: trivial change to metadata to test patch/branch...
2008-04-18 Zooko O'Whielacronxsetup: a tiny tweak to setup to avoid requiring darcsve...
2008-04-14 Zooko O'Whielacronxsetup: mark Tahoe in the Trove classifiers as Productio...
2008-04-09 Zooko O'Whielacronxsetup: setup_requires twisted, because foolscap <=...
2008-03-26 Zooko O'Whielacronxsetup: require setuptools >= v0.6c8
2008-03-11 Zooko O'Whielacronxsetup_require pyutil >= 1.3.16, as the Windows installe...
2008-03-11 Zooko O'Whielacronxsetup: setup_require darcsver >= 1.1.2
2008-03-11 Zooko O'Whielacronxsetup: generate a unique revision number for each build
2008-01-23 Zooko O'Whielacronxsetup: require specific versions of dependencies, both...
2008-01-23 Zooko O'Whielacronxsetup: use setuptools (if it is present) at run-time...
2008-01-22 Zooko O'Whielacronxsetup: update some docs, metadata, and docstrings
2008-01-22 Zooko O'Whielacronxsetup: simplify the setup by removing the "tahoe depend...
2008-01-10 Zooko O'Whielacronxsetup: require setuptools >= v0.6c6 on all platforms
2008-01-08 Zooko O'Whielacronxsetup: update licensing information in setup.py comment...
2008-01-01 Zooko O'Whielacronxsetup: use darcsver instead of pyutil for darcsver...
2007-12-22 Zooko O'Whielacronxsetup: refactor ez_setup.py and setup.py to satisfy...
2007-12-21 Zooko O'Whielacronxsetup: finish switching from Tahoe's versions of autove...
2007-12-20 Zooko O'Whielacronxsetup: fix scheme ("file:") for download base for boost...
2007-12-20 Zooko O'Whielacronxsetup: fix typo in name of download base for bootstrapp...
2007-12-20 Zooko O'Whielacronxsetup: fix the name of "misc/dependencies" for bootstra...
2007-12-20 Zooko O'Whielacronxsetup: use os.path.join('misc', 'dependencies') instead...
2007-12-11 Brian Warnersetup.py: arg, another stupid paste error, affecting...
2007-12-11 Brian Warnersetup.py: fix stupid cut-and-paste error
2007-12-11 Brian Warnerbuild-deps: require setuptools 0.6c4 or later, because...
2007-12-04 Brian Warnerremove PyCrypto, now we only use pycrypto++
2007-11-10 Zooko O'Whielacronxremove parts of pycrypto that we are no longer going...
2007-11-10 Zooko O'Whielacronxsetup: automatically discover files to include in packages
2007-11-09 Zooko O'Whielacronxsetup: continue running setup.py even if ez_setup.py...
2007-10-16 czookodoc: emphasize in our "description" field that we are...
2007-10-16 czookofix the 'license' field of the PyPI db (not the Trove...
2007-10-16 Zooko O'Whielacronxcomment-out the 'license' field because PyPI rejects...
2007-10-16 Zooko O'Whielacronxsetup: stop claiming that we are under GPL in the ...
2007-10-13 Zooko O'Whielacronxsetup: setup_requires setuptools_darcs_plugin. Without...
2007-10-11 Brian Warnerrename bin/allmydata-tahoe to bin/tahoe. Closes #155.
2007-10-03 Zooko O'Whielacronxsetup: use ez_setup.py without a "download delay"
2007-09-24 Brian Warnersetup.py use sys.executable instead of hard-coded ...
2007-09-24 Zooko O'Whielacronxsetup: attempt to invoke make-version.py whenever setup...
2007-09-21 Zooko O'Whielacronxsetup: use the setuptools "console_scripts" feature...
2007-09-15 Brian Warnersetup.py: factor out dependency stuff, add workaround...
2007-09-15 Brian Warnersetup.py: add Nevow to our dependency list
2007-09-15 Brian Warnersetup.py: minor reformatting, use explicit file: URLs...
2007-09-14 Brian Warnersetup.py: require simplejson>=1.4, since we use the...
2007-09-13 Zooko O'Whielacronxset the zip_safe flag to False
2007-09-13 Zooko O'Whielacronxchange setup.py to find dependency tarballs in misc...
2007-09-13 Zooko O'Whielacronxchange ez_setup.py to find tarballs in misc/dependencies
2007-09-13 Zooko O'Whielacronxuse ez_setup.py to bootstrap setuptools
2007-09-12 Brian Warnersetup.py: remove nevow dependency: we need it, but...
2007-09-12 Brian Warnerpackaging: move to setuptools
2007-09-12 Brian Warnersetup.py: fix move to _version.py
2007-09-12 Zooko O'WhielacronxREADME: update the wording of the "LICENCE" section...
2007-09-02 Brian Warnerstorage: replace sqlite with in-share lease records
next