Sun, 29 May 2022 15:32:43 +0200 |
Manuel Jacob |
py3: remove xrange() compatibility code
|
Tue, 01 Mar 2022 20:52:32 -0800 |
Gregory Szorc |
py3: replace pycompat.itervalues(x) with x.values()
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Sun, 06 Oct 2019 17:59:15 -0400 |
Gregory Szorc |
py3: define and use pycompat.itervalues()
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
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
|