Thu, 15 Nov 2018 11:10:52 +0100 |
Boris Feld |
cext: increment the `parsers` module version
|
Wed, 05 Sep 2018 09:36:31 -0700 |
Gregory Szorc |
merge with stable
|
Wed, 05 Sep 2018 20:52:22 +0900 |
Yuya Nishihara |
dirstate: use tuple interface to fix leak in pack_dirstate()
stable
|
Sun, 05 Aug 2018 00:42:07 -0700 |
Martin von Zweigbergk |
shortest: use nodetree for finding shortest node within revset
|
Fri, 06 Jul 2018 07:53:23 -0700 |
Martin von Zweigbergk |
index: make node tree a Python object
|
Fri, 20 Jul 2018 08:10:32 -0700 |
Martin von Zweigbergk |
index: don't include nullid in len()
|
Wed, 01 Aug 2018 10:57:14 -0700 |
Martin von Zweigbergk |
index: replace insert(-1, e) method by append(e) method
|
Wed, 02 May 2018 23:17:58 -0700 |
Martin von Zweigbergk |
revlog: use node tree (native code) for shortest() calculation
|
Mon, 09 Apr 2018 20:51:23 +0900 |
Yuya Nishihara |
diffhelpers: remove C implementation in favor of pure Python version
|
Mon, 05 Mar 2018 15:07:32 -0500 |
Augie Fackler |
osutil: implement minimal __getitem__ compatibility on our custom listdir type
|
Sat, 03 Mar 2018 12:39:14 -0800 |
Jun Wu |
bdiff: add a xdiffblocks method
|
Sat, 03 Mar 2018 05:51:34 -0500 |
Yuya Nishihara |
py3: unblock C extensions on Python 3
|
Thu, 25 Jan 2018 21:16:28 -0500 |
Augie Fackler |
bdiff: write a native version of splitnewlines
|
Fri, 29 Dec 2017 23:55:52 -0500 |
Matt Harbison |
osutil: implement getfsmountpoint() on BSD systems
|
Wed, 20 Dec 2017 02:13:35 -0800 |
Jun Wu |
osutil: add a function to unblock signals
|
Wed, 06 Dec 2017 15:46:41 +0100 |
Joerg Sonnenberger |
phases: drop the list with phase of each rev, always comput phase sets
|
Sun, 23 Apr 2017 12:59:42 +0900 |
Yuya Nishihara |
encoding: add function to test if a str consists of ASCII characters
|
Sun, 23 Apr 2017 14:47:52 +0900 |
Yuya Nishihara |
encoding: add fast path of jsonescape() (issue5533)
|
Mon, 31 Jul 2017 23:13:47 +0900 |
Yuya Nishihara |
encoding: drop circular import by proxying through '<policy>.charencode'
|
Mon, 31 Jul 2017 23:40:36 +0900 |
Yuya Nishihara |
policy: reroute proxy modules internally
|
Tue, 02 May 2017 21:45:48 +0900 |
Yuya Nishihara |
policy: remove unused policynoc and policynocffi constants
|
Tue, 02 May 2017 21:15:31 +0900 |
Yuya Nishihara |
cffi: split modules from pure
|
Sun, 28 May 2017 15:45:52 +0900 |
Yuya Nishihara |
policy: extend API version checks for cffi
|
Mon, 22 May 2017 22:59:40 -0700 |
Jun Wu |
policy: define C module versions individually
|
Fri, 12 Aug 2016 11:30:17 +0900 |
Yuya Nishihara |
policy: add helper to import cext/pure module
|
Wed, 26 Apr 2017 23:02:43 +0900 |
Yuya Nishihara |
policy: relax the default for in-place build
|
Tue, 02 May 2017 18:35:09 +0900 |
Yuya Nishihara |
policy: mark all string literals as sysstr or bytes
|
Mon, 13 Mar 2017 04:06:36 +0900 |
FUJIWARA Katsunori |
py3: add "b" prefix to string literals related to module policy
|
Wed, 08 Mar 2017 18:11:41 -0500 |
Augie Fackler |
policy: try and always have a bytes for module policy
|
Tue, 07 Jun 2016 15:35:58 +0200 |
Maciej Fijalkowski |
policy: add cffi policy for PyPy
|
Wed, 09 Mar 2016 19:55:45 +0000 |
timeless |
debuginstall: expose modulepolicy
|