Fri, 27 Apr 2018 00:24:45 -0400 |
Augie Fackler |
tests: port test-pathencode.py to Python 3
|
Mon, 19 Feb 2018 21:18:52 +0530 |
Pulkit Goyal |
py3: use dict.items() instead of dict.iteritems() in tests
|
Sat, 16 Sep 2017 11:48:05 -0400 |
Augie Fackler |
tests: use int() instead of long() in test-pathencode.py
|
Sat, 16 Sep 2017 11:47:53 -0400 |
Augie Fackler |
tests: add xrange alias for test-pathencode.py
|
Sat, 16 Apr 2016 03:04:23 +0530 |
Pulkit Goyal |
tests: make test-pathencode use absolute_import
|
Thu, 14 Apr 2016 01:06:45 +0530 |
Pulkit Goyal |
tests: make test-pathencode use print_function
|
Sat, 24 Oct 2015 16:25:16 -0700 |
Siddharth Agarwal |
test-pathencode.py: drop support for Python 2.4
|
Fri, 28 Aug 2015 10:53:55 -0400 |
timeless |
spelling: behaviour -> behavior
|
Thu, 03 Apr 2014 20:35:56 -0500 |
Sean Farley |
tests: remove unused variables from test-pathencode.py caught by pyflakes
stable
|
Fri, 21 Jun 2013 15:31:40 -0500 |
Matt Mackall |
merge with stable
|
Wed, 19 Jun 2013 23:05:40 -0700 |
Siddharth Agarwal |
test-pathencode: randomize length of each path component
stable
|
Wed, 19 Jun 2013 23:01:22 -0700 |
Siddharth Agarwal |
test-pathencode: reduce makepart length requirement by 1
stable
|
Thu, 13 Jun 2013 01:36:58 +0200 |
Simon Heimberg |
cleanup: remove unused imports
|
Wed, 12 Dec 2012 13:09:37 -0800 |
Bryan O'Sullivan |
store: switch to C-based hashed path encoding
|
Thu, 20 Dec 2012 15:18:41 +0100 |
Adrian Buehlmann |
test-pathencode: accept --seed parameter in hex as well
|
Wed, 19 Dec 2012 10:02:43 +0100 |
Adrian Buehlmann |
test-pathencode: compare current pathencoding implementations
|
Thu, 15 Nov 2012 22:24:36 -0800 |
Bryan O'Sullivan |
test-pathencode: more aggressively check for python < 2.6
|
Thu, 15 Nov 2012 10:55:32 -0800 |
Bryan O'Sullivan |
test-pathencode: make a 2.4-safe import of collections
|
Thu, 15 Nov 2012 10:04:29 -0800 |
Bryan O'Sullivan |
tests: add a randomized test for pathencode
|