Tue, 31 May 2022 23:38:51 +0200 |
Manuel Jacob |
py3: catch PermissionError instead of checking errno == EACCES
|
changeset |
files
|
Tue, 31 May 2022 22:50:01 +0200 |
Manuel Jacob |
py3: catch FileNotFoundError instead of checking errno == ENOENT
|
changeset |
files
|
Tue, 31 May 2022 21:16:17 +0200 |
Manuel Jacob |
py3: catch FileExistsError instead of checking errno == EEXIST
|
changeset |
files
|
Tue, 31 May 2022 16:54:58 +0200 |
Manuel Jacob |
py3: catch BrokenPipeError instead of checking errno == EPIPE
|
changeset |
files
|
Tue, 31 May 2022 04:18:22 +0200 |
Manuel Jacob |
py3: catch ChildProcessError instead of checking errno == ECHILD
|
changeset |
files
|
Tue, 31 May 2022 04:11:34 +0200 |
Manuel Jacob |
py3: remove retry on EINTR errno
|
changeset |
files
|
Tue, 31 May 2022 03:39:42 +0200 |
Manuel Jacob |
py3: stop catching TypeError that was raised on Python 2
|
changeset |
files
|
Tue, 31 May 2022 03:06:05 +0200 |
Manuel Jacob |
py3: use `x.hex()` instead of `pycompat.sysstr(node.hex(x))`
|
changeset |
files
|
Tue, 31 May 2022 02:47:22 +0200 |
Manuel Jacob |
tests: assume that `raw` attribute is present on original socket file object
|
changeset |
files
|
Tue, 31 May 2022 02:36:05 +0200 |
Manuel Jacob |
tests: constant-fold a `pycompat.ispy3` in testlib/badserverext.py
|
changeset |
files
|
Tue, 31 May 2022 02:19:07 +0200 |
Manuel Jacob |
tests: remove Python 2 special cases in test-stdio.py
|
changeset |
files
|
Sun, 29 May 2022 15:43:21 +0200 |
Manuel Jacob |
py3: remove dead code to make file descriptors non-inheritable
|
changeset |
files
|
Sun, 29 May 2022 15:53:01 +0200 |
Manuel Jacob |
py3: remove hack that removed flush argument from print() calls on Python 2
|
changeset |
files
|
Sun, 29 May 2022 16:12:27 +0200 |
Manuel Jacob |
py3: remove long() compatibility code
|
changeset |
files
|
Tue, 31 May 2022 02:04:24 +0200 |
Manuel Jacob |
zeroconf: constant-fold a `pycompat.ispy3`
|
changeset |
files
|
Tue, 31 May 2022 01:23:19 +0200 |
Manuel Jacob |
py3: remove conditional to import collections.abc.MutableMapping
|
changeset |
files
|
Sun, 29 May 2022 16:24:44 +0200 |
Manuel Jacob |
py3: remove dead code to open file with O_CLOEXEC on Python 2
|
changeset |
files
|
Tue, 31 May 2022 01:16:41 +0200 |
Manuel Jacob |
py3: don’t encode node.bin() argument
|
changeset |
files
|
Tue, 31 May 2022 01:06:29 +0200 |
Manuel Jacob |
convert: inline Python 3 variant of url2pathname_like_subversion()
|
changeset |
files
|
Tue, 31 May 2022 00:50:29 +0200 |
Manuel Jacob |
py3: constant-fold some `pycompat.ispy3`
|
changeset |
files
|
Sun, 29 May 2022 15:38:01 +0200 |
Manuel Jacob |
py3: use `zip()` instead of trying to use `itertools.izip()`
|
changeset |
files
|
Sun, 29 May 2022 15:33:39 +0200 |
Manuel Jacob |
py3: replace mention of “xrange” in docstring by “range”
|
changeset |
files
|
Sun, 29 May 2022 15:32:43 +0200 |
Manuel Jacob |
py3: remove xrange() compatibility code
|
changeset |
files
|
Sun, 29 May 2022 15:17:27 +0200 |
Manuel Jacob |
py3: replace `pycompat.xrange` by `range`
|
changeset |
files
|
Sun, 29 May 2022 12:38:54 +0200 |
Manuel Jacob |
hgweb: remove dead code handling UnicodeDecodeError
|
changeset |
files
|
Sun, 29 May 2022 12:28:31 +0200 |
Manuel Jacob |
cleanup: remove import of already imported module
|
changeset |
files
|
Sun, 29 May 2022 12:25:24 +0200 |
Manuel Jacob |
cleanup: rename some functions to avoid redefinitions
|
changeset |
files
|
Sat, 28 May 2022 22:08:13 +0200 |
Manuel Jacob |
thirdparty: remove Python 2-specific selectors2 copy
|
changeset |
files
|
Wed, 08 Jun 2022 15:46:04 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
changeset |
files
|
Wed, 08 Jun 2022 14:03:23 +0200 |
Mathias De Mare |
docker: avoid /tmp write access issues by fixing permissions
stable
|
changeset |
files
|