Sun, 29 May 2022 16:24:44 +0200 |
Manuel Jacob |
py3: remove dead code to open file with O_CLOEXEC on Python 2
|
Tue, 31 May 2022 01:16:41 +0200 |
Manuel Jacob |
py3: don’t encode node.bin() argument
|
Tue, 31 May 2022 01:06:29 +0200 |
Manuel Jacob |
convert: inline Python 3 variant of url2pathname_like_subversion()
|
Tue, 31 May 2022 00:50:29 +0200 |
Manuel Jacob |
py3: constant-fold some `pycompat.ispy3`
|
Sun, 29 May 2022 15:38:01 +0200 |
Manuel Jacob |
py3: use `zip()` instead of trying to use `itertools.izip()`
|
Sun, 29 May 2022 15:33:39 +0200 |
Manuel Jacob |
py3: replace mention of “xrange” in docstring by “range”
|
Sun, 29 May 2022 15:32:43 +0200 |
Manuel Jacob |
py3: remove xrange() compatibility code
|
Sun, 29 May 2022 15:17:27 +0200 |
Manuel Jacob |
py3: replace `pycompat.xrange` by `range`
|
Sun, 29 May 2022 12:38:54 +0200 |
Manuel Jacob |
hgweb: remove dead code handling UnicodeDecodeError
|
Sun, 29 May 2022 12:28:31 +0200 |
Manuel Jacob |
cleanup: remove import of already imported module
|
Sun, 29 May 2022 12:25:24 +0200 |
Manuel Jacob |
cleanup: rename some functions to avoid redefinitions
|
Sat, 28 May 2022 22:08:13 +0200 |
Manuel Jacob |
thirdparty: remove Python 2-specific selectors2 copy
|
Wed, 08 Jun 2022 15:46:04 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
Wed, 08 Jun 2022 14:03:23 +0200 |
Mathias De Mare |
docker: avoid /tmp write access issues by fixing permissions
stable
|
Sat, 04 Jun 2022 02:39:38 +0200 |
Manuel Jacob |
url: raise error if CONNECT request to proxy was unsuccessful
stable
|