Thu, 29 Feb 2024 14:13:21 -0800 |
Martin von Zweigbergk |
crecord: drop calls to `curses.endwin()`
stable
|
Wed, 14 Feb 2024 22:55:11 -0500 |
Jordi Guti?rrez Hermoso |
crecord: enable search hotkeys (issue6834)
|
Wed, 14 Feb 2024 22:54:21 -0500 |
Jordi Guti?rrez Hermoso |
crecord: add handle(next|prev)search functions
|
Wed, 14 Feb 2024 22:53:58 -0500 |
Jordi Guti?rrez Hermoso |
crecord: add a searchdirection function
|
Wed, 14 Feb 2024 22:50:00 -0500 |
Jordi Guti?rrez Hermoso |
crecord: add a handlesearch function
|
Wed, 14 Feb 2024 22:48:09 -0500 |
Jordi Guti?rrez Hermoso |
crecord: add a showsearch function
|
Wed, 14 Feb 2024 22:46:41 -0500 |
Jordi Guti?rrez Hermoso |
crecord: add a default regex to curseschunkselector
|
Wed, 14 Feb 2024 22:43:51 -0500 |
Jordi Guti?rrez Hermoso |
crecord: add `content` properties to all nodes
|
Wed, 14 Feb 2024 22:42:08 -0500 |
Jordi Guti?rrez Hermoso |
crecord: update uiheader docstring
|
Wed, 14 Feb 2024 22:40:47 -0500 |
Jordi Guti?rrez Hermoso |
crecord: add skipfolded param to previtem
|
Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
Thu, 02 Feb 2023 17:21:45 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
Thu, 02 Feb 2023 17:21:36 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
Wed, 01 Mar 2023 11:53:31 -0500 |
Matt Harbison |
crecord: switch a curses argument to bool to appease type checkers
|
Mon, 04 Apr 2022 18:05:33 -0700 |
Kyle Lippincott |
crecord: avoid duplicating lines when reverting noeol->eol change
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Fri, 30 Apr 2021 16:13:02 -0700 |
Kyle Lippincott |
black: make codebase compatible with black v21.4b2 and v20.8b1
stable
|
Fri, 12 Mar 2021 19:02:07 -0500 |
Matt Harbison |
crecord: null out the curses attribute with `None` on failure to import
stable
|
Fri, 12 Mar 2021 18:55:06 -0500 |
Matt Harbison |
crecord: convert an instance of bytes to str
stable
|
Fri, 12 Mar 2021 18:51:22 -0500 |
Matt Harbison |
crecord: change str literals to byte literals
stable
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Thu, 22 Oct 2020 14:14:59 -0700 |
Martin von Zweigbergk |
errors: introduce CanceledError and use it in a few places
|
Sat, 31 Oct 2020 17:42:31 -0400 |
Barret Rennie |
crecord: render chunkpad on Windows (issue6427)
stable
|
Thu, 08 Oct 2020 13:37:31 -0700 |
Martin von Zweigbergk |
errors: name arguments to Abort constructor
|
Fri, 17 Jul 2020 03:53:19 -0700 |
Rodrigo Damazio Bovendorp |
diff: move no-eol text constant to a common location
|
Fri, 17 Jul 2020 02:31:42 -0700 |
Rodrigo Damazio Bovendorp |
revert: fix interactive reverting of end-of-file newline changes
|
Mon, 29 Jun 2020 20:53:32 +0900 |
Yuya Nishihara |
merge with stable
|
Sun, 28 Jun 2020 18:02:45 +0200 |
Manuel Jacob |
curses: do not initialize LC_ALL to user settings (issue6358)
stable
|