]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - setup.py
docs: more cleanup of known_issues.rst -- now it passes "rst2html --verbose" without...
[tahoe-lafs/tahoe-lafs.git] / setup.py
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
2007-08-28 Brian Warnerdeletion phase3: add a sqlite database to track renew...
2007-08-16 Brian Warnersetup.py: oops, I inserted a typo by commenting out...
2007-08-16 Brian Warnersetup.py: don't install allmydata.Crypto.PublicKey...
2007-08-16 Brian Warnersetup.py: disable building RSA for now, since it requir...
2007-08-16 Brian Warnercopy RSA from PyCrypto into the allmydata/ tree, we...
2007-08-14 Brian Warnerremove PyCrypto, copy AES/SHA256/Util.number into the...
2007-08-22 Brian Warnerweb: remove /vdrive/private, replace with a start.html...
2007-06-26 Brian Warnerremove old filetree code
2007-06-15 Brian Warnerwebish.py: put the URI in a narrower auto-scrolling...
2007-05-21 Zooko O'Whielacronxupdate docs, remove extraneous licence text, sort modul...
2007-05-04 Brian Warnerupdate version-number handling, pull release tags from...
2007-05-02 Zooko O'Whielacronxre-re-factored the download and install instructions
2007-05-01 Zooko O'Whielacronxgrand unified version numbers
2007-05-01 Zooko O'Whielacronxv0.2.0b1-0-UNSTABLE
2007-04-30 Zooko O'Whielacronxglobally search and replace "mesh" with "grid" and...
2007-04-30 Zooko O'Whielacronxv0.1.4b2-0-UNSTABLE
2007-04-30 Zooko O'Whielacronxv0.1.3-0-UNSTABLE
2007-04-30 Zooko O'Whielacronxv0.1.2-0-UNSTABLE
2007-04-27 Zooko O'Whielacronxadd licence, update metadata and URLs
2007-03-29 Zooko O'Whielacronxchange #!/usr/bin/python to #!/usr/bin/env python
2007-02-01 Zooko O'Whielacronxuse pyfec instead of py_ecc for erasure coding and...
2007-01-30 Zooko O'Whielacronxchange build system to use subpackages pristinely and...
2007-01-20 Brian Warnerrename bin/allmydata to bin/allmydata-tahoe, so the...
2007-01-17 Brian Warnersplit filetree_new.py up into smaller pieces, in a...
2007-01-02 Brian Warneradd __init__ and setup.py glue for py_ecc, so we can...
2006-12-14 Brian Warnermove all packages into src/, fix allmydata.Crypto build...
2006-12-14 Brian Warnerfirst cut at creating allmydata.Crypto, starting with...
2006-12-05 Brian Warneradd bin/allmydata to create/stop/start nodes
2006-12-06 Brian Warnersetup.py: oops, add sub-packages, needed since I went...
2006-12-05 Brian Warneradd distutils-based packaging