Sun, 29 May 2022 15:32:43 +0200 |
Manuel Jacob |
py3: remove xrange() compatibility code
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Fri, 06 Nov 2020 13:58:59 -0800 |
Gregory Szorc |
global: use python3 in shebangs
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Sat, 01 Dec 2018 21:42:48 -0500 |
Matt Harbison |
tests: apply binary mode to output in seq.py
|
Wed, 29 Nov 2017 08:46:37 +0530 |
Pulkit Goyal |
py3: alias xrange to range in tests/seq.py
|
Sat, 02 Apr 2016 17:29:38 +0300 |
Robert Stanca |
py3: use print_function in seq.py
|
Sat, 02 Apr 2016 17:28:35 +0300 |
Robert Stanca |
py3: use absolute_import in seq.py
|
Tue, 17 Mar 2015 20:59:23 -0400 |
Matt Harbison |
tests: introduce 'seq.py' as a portable replacement for 'seq'
|