Tue, 31 Jan 2023 13:16:39 +0100 |
Pierre-Yves David |
run-tests: make it possible to nest conditionals
stable
|
Fri, 03 Feb 2023 17:31:54 -0500 |
Matt Harbison |
run-tests: stop ignoring venv-installed packages
|
Tue, 19 Jul 2022 16:46:37 -0400 |
Matt Harbison |
run-tests: drop a workaround for python2
|
Tue, 06 Dec 2022 13:02:54 -0500 |
Matt Harbison |
hghave: add predicates for embedded and filesystem pyoxidizer resources
stable
|
Mon, 05 Dec 2022 11:49:56 -0500 |
Matt Harbison |
run-tests: support --pyoxidized on macOS
stable
|
Thu, 22 Sep 2022 01:50:53 +0200 |
Pierre-Yves David |
run-tests: display the time it took to install Mercurial
|
Thu, 22 Sep 2022 01:48:02 +0200 |
Pierre-Yves David |
run-tests: deal with distutil deprecation
|
Tue, 31 May 2022 22:50:01 +0200 |
Manuel Jacob |
py3: catch FileNotFoundError instead of checking errno == ENOENT
|
Tue, 31 May 2022 21:16:17 +0200 |
Manuel Jacob |
py3: catch FileExistsError instead of checking errno == EEXIST
|
Sun, 29 May 2022 15:32:43 +0200 |
Manuel Jacob |
py3: remove xrange() compatibility code
|
Thu, 02 Jun 2022 16:24:06 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
Sun, 29 May 2022 14:44:19 +0200 |
Manuel Jacob |
tests: work around non-thread-safeness of sysconfig.get_config_var()
stable
|
Wed, 25 May 2022 13:28:24 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
Tue, 24 May 2022 10:34:42 +0200 |
Pierre-Yves David |
run-tests: prevent race-condition when picking a channel
stable
|
Tue, 24 May 2022 09:57:53 +0200 |
Pierre-Yves David |
run-tests: send the test result after freeing the channel
stable
|
Tue, 24 May 2022 09:36:40 +0200 |
Pierre-Yves David |
run-tests: also send a message in the Keyboard interrupt case
stable
|
Tue, 19 Apr 2022 10:53:58 -0400 |
Matt Harbison |
merge with stable
|
Wed, 06 Apr 2022 18:50:20 +0200 |
Pierre-Yves David |
run-tests: introduce "forward-slash" version of everything on windows
stable
|
Mon, 14 Mar 2022 12:24:34 -0700 |
Kyle Lippincott |
tests: fix formatting issue in run-tests.py after c194e93d1ebc
|
Wed, 09 Mar 2022 21:26:58 -0800 |
Kyle Lippincott |
tests: support another error case when detecting ipv4/ipv6 support
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Wed, 02 Mar 2022 08:29:52 -0700 |
Gregory Szorc |
tests: move Python 3.5 check higher in file
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Sun, 20 Feb 2022 13:29:47 -0700 |
Gregory Szorc |
tests: unconditionalize some imports
|
Sun, 20 Feb 2022 13:27:38 -0700 |
Gregory Szorc |
tests: remove last references to PYTHON3
|
Sun, 20 Feb 2022 13:27:08 -0700 |
Gregory Szorc |
tests: simplify Windows and PYTHON3 conditionals
|
Sun, 20 Feb 2022 13:26:15 -0700 |
Gregory Szorc |
tests: delete some not PYTHON3 blocks
|
Sun, 20 Feb 2022 13:24:25 -0700 |
Gregory Szorc |
tests: unconditionalize _bytes2sys()
|
Sun, 20 Feb 2022 13:23:21 -0700 |
Gregory Szorc |
tests: remove Python 3 conditionalizing from variables
|
Sun, 20 Feb 2022 13:22:12 -0700 |
Gregory Szorc |
tests: always encode session
|