]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_util.py
Merge pull request #236 from daira/2725.timezone-test.0
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_util.py
2016-02-08 Brian WarnerMerge pull request #236 from daira/2725.timezone-test.0 master
2016-02-05 Daira HopwoodAvoid spurious SUCCESS!?? for test_format_time_y2038.
2016-02-05 Daira HopwoodFix tests on platforms without time.tzset (e.g. Windows... 236/head
2016-02-02 Daira HopwoodSimplify an existing test by using TimezoneMixin. 2723.no-tzset-on-windows.0
2016-01-23 Leif Rygewui: improved columns in welcome page server list 229/head
2016-01-23 Leif Rygerevert previous commit to fix attribution (vanity)
2016-01-15 Daira Hopwoodwui: improved columns in welcome page server list
2016-01-15 Leif Rygewui: use standard time format (#1077)
2015-05-26 Daira HopwoodMerge pull request #169 from zooko/2433-dead-code-Named...
2015-05-26 Zookoremove dead code: NamedTemporaryDirectory 169/head
2015-05-13 Daira HopwoodOn Windows, the user's home directory may be either...
2015-04-21 Daira HopwoodFix a test that was dependent on Windows path separators.
2015-04-21 Daira HopwoodEnsure the 'base' argument to abspath_expanduser_unicod...
2015-04-17 Daira HopwoodSome useful Deferred utilities, originally from the...
2015-02-04 Brian WarnerMerge branch 'pr138': fix long paths on windows
2015-01-30 Daira HopwoodFix user-path-expansion on Windows for non-ASCII home...
2015-01-30 Daira HopwoodUse "long" paths prefixed with \\?\ on Windows. refs...
2015-01-29 Daira Hopwoodfileutil cleanup: delete the unused open_or_create...
2014-09-12 Brian Warnertest_disk_stats: tolerate used==0 for a Travis worker bug
2014-05-05 Daira HopwoodRevert [603f5eba32c98d4bfbc354530dcd36dfcd58887a] which...
2014-05-04 Daira HopwoodUse "long" paths prefixed with \\?\ on Windows. refs...
2014-02-24 Daira HopwoodRename 'constant_time_compare' to 'timing_safe_compare...
2013-05-02 Brian Warnerminor changes to hush newer pyflakes
2013-04-09 Brian WarnerRemove the whitespace reported by find-trailing-spaces...
2012-12-27 David-Sarah HopwoodMake abbreviate_space able to output in exabytes. refs...
2012-12-27 David-Sarah HopwoodAllow T (terabytes), P (petabytes), and E (exabytes...
2012-05-16 david-sarahSince we now require Python 2.5, we can use os.SEEK_END.
2012-05-16 Brian Warnerdictutil.DictOfSets: remove .union() method, it was...
2012-05-14 Brian Warnerwrite node.url and portnum files atomically, to fix...
2010-09-10 Zooko O'Whielacronxfileutil: copy in the get_disk_stats() and get_availabl...
2010-08-06 david-sarahtest_util.py: use SHA-256 from pycryptopp instead of...
2010-08-06 david-sarahtest_util.py: remove use of 'a if p else b' syntax...
2010-08-05 Brian Warnerutil/spans.py: __nonzero__ cannot return a long either...
2010-08-04 Brian WarnerOne fix for bug #1154: webapi GETs with a 'Range' heade...
2010-08-04 Brian Warnercopy the rest of David-Sarah's changes to make my tree...
2010-08-04 Brian WarnerAdd a byte-spans utility class, like perl's Set::IntSpa...
2010-07-21 david-sarahutil.fileutil, test.test_util: add abspath_expanduser_u...
2010-02-24 Brian Warnertest_util.py: improve coverage of util.time_format
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: slightly less-trivial...
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: remove trivial unused...
2010-01-12 Brian WarnerClean up log.err calls, for one of the issues in #889.
2009-11-24 Brian WarnerPipelineError: fix str() on python2.4 . Closes #842.
2009-10-17 Brian Warnermove dirnode.CachingDict to dictutil.AuxValueDict,...
2009-06-18 Brian Warnertest_util: add known-answer tests for hashutil tags
2009-06-12 Zooko O'Whielacronxutil: Brian's horrible hack to figure out how much...
2009-06-12 Zooko O'Whielacronxutil: oops, time.tzset() doesn't work on Windows -...
2009-06-11 Zooko O'Whielacronxutil: fix time_format.iso_utc_time_to_seconds() so...
2009-06-09 Zooko O'Whielacronxtests: double the timeouts on some tests which time...
2009-06-08 Zooko O'Whielacronxtests: bump up timeouts so that the tests can finish...
2009-05-22 Brian Warnerswitch to using RemoteException instead of 'wrapped...
2009-05-18 Brian Warnerutil/pipeline.py: new utility class to manage size...
2009-04-03 Zooko O'Whielacronxtrivial: whitespace
2009-04-03 Zooko O'Whielacronxleases, time_format: modify time stamping in lease...
2009-03-23 Brian Warnerhashutil: add constant-time comparison function, to...
2009-02-27 Brian Warnerrrefutil: add check_remote utility function
2009-02-27 Brian Warnerrrefutil: add trap_remote utility and friends
2009-02-23 Brian Warnerstop using RuntimeError in unit tests, for #639
2009-02-16 Brian Warnertest_util: get almost full test coverage of dictutil...
2009-02-15 Brian Warnerutil/statistics: add tests, fix mean_repair_cost
2009-01-14 Shawn WilldenStatistics module
2009-01-07 Zooko O'Whielacronxutil: deferredutil: add basic test for deferredutil...
2008-12-02 Brian Warnerutil/abbreviate: add abbreviated-size parser
2008-11-19 Brian Warnerutil/abbreviate: little utility to abbreviate seconds...
2008-10-30 Brian Warnerutil/cachedir.py: add a cache-directory manager class...
2008-10-29 Brian Warnermove testutil into test/common_util.py, since it doesn...
2008-10-29 Brian Warnerutil: move PollMixin to a separate file (pollmixin...
2008-10-13 Brian Warnerutil/time_format.py: accept space separator, add unit...
2008-05-08 Brian Warnertest_util: improve ConcurrencyLimiter tests
2008-05-07 Brian Warneradd a basic concurrency limiter utility
2008-03-24 Zooko O'Whielacronxuse added secret to protect convergent encryption
2008-03-04 Brian Warnertest_util.py: get 100% test coverage for hashutil.py
2008-02-15 Brian WarnerBIG COMPATIBILITY BREAK: update hash tags, switch to...
2008-02-15 Zooko O'Whielacronxadd unit test asserting that allmydata.util.base32...
2008-02-15 Zooko O'Whielacronxmerge patch which adds base32 to test_util with patch...
2008-02-15 Brian Warnerremove bencode, yay
2008-02-15 Zooko O'Whielacronxswitch from base62 to base32 for storage indices, switc...
2008-02-07 Brian Warnerchange encryption-key hash to include encoding paramete...
2008-02-07 Brian Warnerhashutil: add tagged_hash_256d and tagged_hasher_256d
2008-02-06 Brian Warnertest_util: add full coverage for allmydata.util.deferre...
2008-02-05 Brian WarnerPollMixin: add timeout= argument, rewrite to avoid...
2007-12-13 Brian Warnerremove logpublisher, use the Foolscap version now that...
2007-12-13 Brian Warnerremove tests of logging functionality that's been subsu...
2007-11-20 Brian Warnerlogging: only test log.err when Twisted is new enough...
2007-11-20 Brian Warnerhierarchical logging: add numbered messages and parent...
2007-11-07 Brian Warnerstabilize on 20-byte nodeids everywhere, printed with...
2007-09-07 nejucomoAdd some passing unit tests for testutil.PollMixin.
2007-07-24 Zooko O'Whielacronxswitch from rfc 3548 base-32 to z-base-32 except for...
2007-07-03 Brian Warnerfileutil: add du() function
2007-07-03 Brian Warnertest_util: improve test coverage of allmydata.util...
2007-04-08 Brian Warnertest_util: add more coverage for assertutil.py
2007-04-08 Brian Warnertest_util: add full coverage for mathutil.py
2007-04-07 Brian Warnertest_util.py: sigh, one last minor python-2.5 issue
2007-04-07 Brian Warnertest_util.py: fix another minor python-2.5 issue
2007-04-06 Brian Warnertest_util.py: fix problems
2007-04-06 Brian Warnermore allmydata.util test coverage, rename the test...