]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/__init__.py
Minor code cleanup in __init__.py.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / __init__.py
2015-07-21 Daira HopwoodMinor code cleanup in __init__.py. 2436.less-scary.0 176/head
2015-07-21 Daira HopwoodDon't show scary diagnostic warnings from --version...
2015-06-02 Daira HopwoodAdd OpenSSL version check and tests. refs ticket:2215
2015-01-20 Daira HopwoodLatest cryptography depends on enum34.
2015-01-20 Daira Hopwooddependecy specs: tolerate new PEP440 semantics too
2014-10-10 zookoMerge pull request #120 from zancas/1634-dont-return...
2014-10-02 Daira HopwoodRefactoring to move the not_import_versionable and...
2014-09-13 Daira HopwoodMerge pull request #109 from warner/2023-caution
2014-09-12 Brian WarnerAvoid Popen() of executables that don't exist 109/head
2014-09-01 travis-tahoeSuppress all UserWarnings, not just ones with known...
2013-05-01 Daira HopwoodShow git branch in version output. fixes #1953
2013-03-15 David-Sarah HopwoodRequire at least Python 2.6. fixes #1658
2012-09-14 david-sarahsrc/allmydata/__init__.py: ensure that if a dependency...
2011-08-08 david-sarahsrc/allmydata/__init__.py: head off a possible warning...
2012-06-26 Brian Warner'tahoe --version': remove inconsistent trailing comma...
2012-06-14 david-sarahSuppress DeprecationWarning about twisted.internet...
2012-05-16 david-sarahSimplifications resulting from requiring Python 2.5...
2012-05-16 david-sarahRequire Python 2.5.
2012-05-14 david-sarahImprove a comment in __init__.py.
2012-05-14 david-sarahSuppress the PowmInsecureWarning from PyCrypto. refs...
2012-03-08 david-sarahUpdate various references to allmydata.org or tahoe...
2011-10-30 Brian Warnerupdate project-home URLs: /trac/tahoe/ was replaced...
2011-08-18 david-sarahCleanups for suppression of UserWarnings. refs #1435
2011-08-17 Zooko O'Whielacronxsuppress warning emitted by newer zope.interface with...
2011-08-15 david-sarahallmydata/__init__.py, test_version.py: make version...
2011-08-01 david-sarahsrc/allmydata/__init__.py: suppress a spurious warning...
2011-01-28 Zooko O'Whielacronxsetup: don't catch all Exception from check_requirement...
2011-04-11 david-sarahFix a test failure in test_package_initialization on...
2011-04-10 david-sarahallmydata/__init__.py: preserve the message and last...
2011-04-07 Zooko O'Whielacronxremove unused variable detected by pyflakes
2011-04-01 david-sarahallmydata/__init__.py: Nicer reporting of unparseable...
2011-02-21 david-sarahAdd unit tests for cross_check_pkg_resources_versus_imp...
2011-02-21 david-sarahallmydata/__init__.py: .name was used in place of the...
2011-01-28 david-sarahsrc/allmydata/__init__.py: fix #1339, give an indicatio...
2011-01-22 david-sarahDon't put debugging information in 'My versions' sectio...
2011-01-21 david-sarahRefactor _auto_deps.py and __init__.py, adding more...
2010-11-01 david-sarahallmydata/__init__.py: move the call to require_auto_de...
2010-10-31 david-sarahallmydata/__init__.py: put the _auto_deps.require_auto_...
2010-10-31 david-sarahallmydata/__init__.py: suppress a DeprecationWarning...
2010-10-31 david-sarahallmydata/__init__.py: call require_auto_deps() after...
2010-10-31 david-sarahallmydata.__init__.py: temporary hack to debug failure...
2010-10-30 Zooko O'Whielacronxsetup: run require_auto_deps() before attempting to...
2010-08-08 david-sarahtest_runner.py: correct and simplify normalization...
2010-08-08 david-sarahsrc/allmydata/__init__.py: make the package paths more...
2010-08-01 Zooko O'Whielacronxsetup: replace hardcoded 'allmydata-tahoe' with allmyda...
2010-07-20 david-sarah__init__.py: silence DeprecationWarning about BaseExcep...
2010-05-29 david-sarahMove suppression of DeprecationWarning about BaseExcept... trac-4400
2010-05-23 david-sarahSuppress 'integer argument expected, got float' Depreca...
2010-06-03 david-sarahallmydata.org -> tahoe-lafs.org in __init__.py
2010-02-26 david-sarahCorrect harmless indentation errors found by pylint
2010-02-26 david-sarahChange relative imports to absolute
2010-05-16 david-sarahSuppress deprecation warning for twisted.web.error...
2010-02-01 david-sarahcli: suppress DeprecationWarnings emitted from importin...
2009-06-04 Zooko O'Whielacronxsetup: add pysqlite and sqlite to get_package_versions()
2009-05-22 Brian Warnerswitch all foolscap imports to use foolscap.api or...
2009-02-13 Zooko O'Whielacronxsetup: make the "full version string" be "allmydata...
2009-02-12 Zooko O'Whielacronxversioning: include an "appname" in the application...
2009-01-19 Zooko O'Whielacronxsetup: refactor versions-and-paths and use pkg_resource...
2009-01-16 cgalvanadd option to show version and path to the tahoe executable
2008-11-25 Zooko O'Whielacronxsetup: fix missing import -- thanks, pyflakes
2008-11-25 Zooko O'Whielacronxsetup: correctly detect Arch Linux in platform description
2008-09-24 Zooko O'Whielacronxsetup: when detecting platform, ask the Python Standard...
2008-09-23 Zooko O'Whielacronxsetup: try parsing /etc/lsb-release first, then invokin...
2008-09-23 Zooko O'Whielacronxsetup: fix a cut-and-paste error in the fallback to...
2008-09-23 Zooko O'Whielacronxsetup: if executing lsb_release doesn't work, fall...
2008-09-23 Zooko O'Whielacronxsetup: if invoking lsb_release doesn't work (which...
2008-09-22 Zooko O'Whielacronxsetup: simplify the implementation of allmydata.get_pac...
2008-08-29 Zooko O'Whielacronxsetup: simplify parsing of python version number
2008-08-28 Zooko O'Whielacronxsetup: emit the version of python in the list of versions
2008-04-30 Zooko O'Whielacronxsetup: don't catch ImportError when importing _auto_dep...
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-05 Brian Warnerremove runtime dependency upon setuptools (which crept...
2007-12-22 Zooko O'Whielacronxsetup: update doc in __init__.py
2007-12-21 Zooko O'Whielacronxsetup: finish switching from Tahoe's versions of autove...
2007-12-13 Zooko O'Whielacronxrefactor the feature of getting versions of packages...
2007-08-16 Zooko O'Whielacronximport version class and make-version script from pyuti...
2007-05-04 Brian Warnerupdate version-number handling, pull release tags from...
2007-05-02 Zooko O'Whielacronxtahoe v0.2.0-0-UNSTABLE
2007-05-01 Zooko O'Whielacronxv0.2.0b2-0-UNSTABLE
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'Whielacronxallmydata-tahoe v0.1.1-1-UNSTABLE
2007-04-26 Zooko O'Whielacronxtahoe v0.1.1-0-UNSTABLE
2007-04-19 Zooko O'Whielacronxassign version number tahoe 0.1.0-0-UNSTABLE
2006-12-14 Brian Warnermove all packages into src/, fix allmydata.Crypto build...