log

age author description
Sun, 30 Jun 2024 16:02:50 +0200 Joerg Sonnenberger http: simplify
Sun, 30 Jun 2024 14:16:43 +0200 Joerg Sonnenberger http: use urllib's cookie handler
Sun, 30 Jun 2024 13:22:23 +0200 Joerg Sonnenberger http: reuse Python's implementation of read/readline/readinto
Sun, 30 Jun 2024 02:46:53 +0200 Joerg Sonnenberger debugwireproto: redo logging to also work for https
Fri, 28 Jun 2024 16:26:06 +0200 Joerg Sonnenberger urllib2: redo response.readlines addition via class patching
Wed, 21 Aug 2024 22:15:05 -0400 Matt Harbison typing: lock in new pytype gains from making revlog related classes typeable
Tue, 20 Aug 2024 00:07:05 -0400 Matt Harbison typing: add types to `revlog.revlogproblem`
Mon, 19 Aug 2024 22:46:09 -0400 Matt Harbison typing: make the revlog classes known to pytype
Mon, 19 Aug 2024 22:27:43 -0400 Matt Harbison typing: make the manifest classes known to pytype
Mon, 19 Aug 2024 22:21:16 -0400 Matt Harbison typing: make the filelog class known to pytype
Wed, 21 Aug 2024 17:41:57 -0400 Matt Harbison remotefilelog: adapt the `debugindex` command to past API changes
Wed, 21 Aug 2024 16:13:14 -0400 Matt Harbison typing: add type hints to the `opener` attributes and arguments of revlog
Wed, 21 Aug 2024 16:09:22 -0400 Matt Harbison remotefilelog: honor the `--format` arg of the `debugindex` command
Wed, 07 Aug 2024 22:05:36 +0200 Manuel Jacob merge: sort filemap only if requested by the caller stable
Tue, 20 Aug 2024 22:47:11 -0400 Matt Harbison shelve: consistently convert exception to bytes via `stringutil.forcebytestr`