log mercurial/encoding.py @ 51344:f3f35b37f4b2

age author description
Wed, 20 Dec 2023 22:17:03 +0100 Pierre-Yves David pytype: drop the now useless assert
Tue, 19 Dec 2023 21:29:34 +0100 Pierre-Yves David pytype: move some type comment to proper annotation
Wed, 20 Dec 2023 12:51:20 +0100 Pierre-Yves David pytype: import typing directly
Thu, 03 Aug 2023 02:28:52 +0200 Jean-Francois Pieronne openvms: duck-punch a bugfix into `environb` object
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Mon, 06 Mar 2023 11:27:57 +0000 Arseniy Alekseyev encoding: avoid quadratic time complexity when json-encoding non-UTF8 strings
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 07:58:29 -0800 Gregory Szorc encoding: remove Python 2 support code
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Wed, 26 Jan 2022 10:11:01 -0800 Martin von Zweigbergk encoding: fix trim() to be O(n) instead of O(n^2)
Mon, 20 Sep 2021 10:42:38 -0400 Matt Harbison encoding: force a few Errors to bytes before passing to `error.Abort`
Sat, 10 Jul 2021 13:10:18 +0200 Pierre-Yves David windows: enforce upper case drive letter for getcwd in mercurial too
Thu, 08 Jul 2021 15:55:15 +0200 Raphaël Gomès windows: replicate the normalizing behavior of os.environ
Thu, 08 Jul 2021 15:55:04 +0200 Raphaël Gomès encoding: move case-related utils up