Will McGugan
b5d063ca16
Merge branch 'master' into highlight_regex_compiled
2024-09-30 15:39:33 +01:00
Will McGugan
255c3ed329
Merge branch 'master' into dev
2024-09-30 15:36:36 +01:00
Will McGugan
21b750c7f1
Merge branch 'master' into addspinnername
2024-09-30 15:18:12 +01:00
Will McGugan
2954fccfd9
Merge branch 'master' into master
2024-09-30 15:16:34 +01:00
Will McGugan
b1397be1e7
Merge pull request #3455 from jjhelmus/dataclasses_3.13
...
Handle dataclasses with Python 3.13 default repr
2024-08-26 16:48:11 +01:00
PyWoody
dc03e6a9df
Merge branch 'Textualize:master' into highlight_regex_compiled
2024-08-26 10:05:04 -04:00
Jonathan Helmus
848fdde079
update changelog and contributors list
2024-08-16 12:50:58 -05:00
Louis Sautier
2edbc66a2d
Update CONTRIBUTORS.md
...
Signed-off-by: Louis Sautier <sautier.louis@gmail.com>
2024-08-15 07:19:41 +02:00
chthollyphile
6c7b446a22
update CHANGELOG.md and CONTRIBUTORS.md
2024-07-06 01:10:25 +08:00
L. Yeung
b41cb4813b
fix auto detection of terminal size on Windows
2024-07-02 22:28:33 +08:00
Will McGugan
db17c2370c
Merge branch 'master' into master
2024-07-01 21:40:09 +01:00
Will McGugan
9b4e3f1783
Merge branch 'master' into fix-syntax-include-padding-with-background-color-override
2024-07-01 21:00:06 +01:00
Will McGugan
5e0a5293b0
Merge branch 'master' into strip-private-escape-sequences
2024-07-01 20:43:17 +01:00
Will McGugan
838e656b29
Merge branch 'master' into fix_readme_ru
2024-07-01 16:06:10 +01:00
Will McGugan
7520d029ba
Merge branch 'master' into py3.13
2024-07-01 15:19:54 +01:00
Will McGugan
855cdbe2ab
Merge pull request #3052 from seapagan/case-insensitive-prompt-choices
...
Case insensitive prompt choices
2024-07-01 14:27:21 +01:00
Will McGugan
298e905b9d
Merge branch 'master' into progress_jupyter_fix
2024-07-01 12:32:01 +01:00
Will McGugan
2884da3821
Merge branch 'master' into fix_table_box_rendering_order
2024-07-01 11:13:10 +01:00
J.P. Hutchins
f8b9ba143a
feat: speedup import time using sys.platform
2024-06-29 17:05:26 -07:00
jdvanwijk
f3f377e0ee
Update CONTRIBUTORS.md
2024-06-11 11:50:30 +02:00
Kai Giokas
959c937e94
Adds a name attribute to Spinner
...
Makes it nicer for validation and use of the `Spinner` object
in later functions/classes.
2024-05-14 09:44:50 -04:00
Samuel J. Woodward
c1d3fca7e2
Adding named to CONTRIBUTORS.md
2024-04-27 14:03:30 -04:00
TomJGooding
46924c28b1
update changelog and contributors
2024-02-29 21:15:48 +00:00
dosisod
f021979c79
Strip problematic private escape sequences:
...
["Private escape sequences"](https://en.wikipedia.org/wiki/ANSI_escape_code#Fp_Escape_sequences )
are escape sequences that are reserved for private use, though `\x1b7` and
`\x1b8` are commonly used for storing and restoring the current cursor
position. When those escape codes are not stripped the cursor jumps around and
causes Rich to write garbage output. An example of a program that uses this
cursor store/restore functionality is the APK package manager in Alpine Linux:
48d91f482e/src/print.c (L232-240)
This commit updates the ANSI parser to ignore the `\x1b0`-`\x1b?` escape
sequences, thus preventing them from being printed and causing havoc.
2024-02-12 16:49:00 -08:00
askras
3ec9fafc0c
Improved file translation README.ru.md
...
- Typos have been fixed
- Fixed stylistic errors of the translation
2024-01-09 20:47:55 +03:00
Karolina Surma
68bcd049ee
Skip tests failing with Python 3.13
2023-12-12 16:45:15 +01:00
Darren Burns
b32e42bda0
Fix issue with trailing whitespace ( #3195 )
...
* chore: upgrade all pre-commit hooks to latest version
* chore: add trailing-whitespace pre-commit hook
* refactor: Avoid trailing whitespace in box definitions
* docs: Add Robin Bowes as a contributor
---------
Co-authored-by: Robin Bowes <robin.bowes@yo61.com>
2023-11-08 11:43:38 +00:00
Henry Mai
0177b03700
Black formatting ( #3035 )
...
* fix: minor black formatting
* style: update CONTRIBUTORS.md
* fix: more black formatting
Default black with no arguments provided
---------
Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
2023-11-07 17:57:21 +00:00
Darren Burns
9038abed04
Merge branch 'master' into case-insensitive-prompt-choices
2023-11-07 17:44:21 +00:00
AaronBeaudoin
92e7164773
Fix #3104 ( #3105 )
...
* Fix #3104
* Fixing tests to account for new inline styles in HTML export
* Update changelog
* Add Aaron Beaudoin to contributors file.
---------
Co-authored-by: Darren Burns <darrenb900@gmail.com>
2023-11-07 17:04:31 +00:00
Pedro Aaron
c82777bd50
✏️ Fix micro-typo in README.es.md ( #3145 )
...
* ✏️ Fix micro-typo in` README.es.md`
* Update CONTRIBUTORS.md
---------
Co-authored-by: Pedro Luis Aaron Robles <Pedro.Luis.Aaron.Robles@kyndryl.com>
Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
2023-11-07 15:55:58 +00:00
Darren Burns
b3877fe11b
Merge branch 'master' into case-insensitive-prompt-choices
2023-11-07 12:01:46 +00:00
Bernhard Wagner
01d01ed5ee
Update progress.py: doc: Progress.default_columns -> Progress.get_def… ( #3170 )
...
* Update progress.py: doc: Progress.default_columns -> Progress.get_default_columns
Update progress.py: doc:
Progress.default_columns -> Progress.get_default_columns
* Update CONTRIBUTORS.md
add bwagner (myself) to contributors
2023-10-27 12:59:40 +01:00
Luca Salvarani
956bfa5fe5
Allow tilde in URL ( fixes #3057 )
2023-07-30 00:13:56 +00:00
Grant Ramsay
3430909031
update CHANGELOG, CONTRIBUTORS
2023-06-30 20:43:30 +01:00
Aryaz Eghbali
d9eff2aa44
Fixed issue with custom classes ( fixes #2875 )
2023-06-22 11:39:46 +02:00
Pierre Henry
d84e4d2b28
French fixes
2023-03-21 12:23:07 +03:00
Ceyda Cinarel
680d9d876e
fix empty line print on jupyter
2023-03-08 18:53:32 +09:00
Will McGugan
81bb9aba04
Merge branch 'master' into fix-spinner-style-type
2023-03-04 15:37:42 +00:00
Will McGugan
35888941a9
Merge pull request #2786 from andrehora/master
...
improving tests in test_cells and test_pick
2023-03-04 15:35:07 +00:00
Will McGugan
196bbc7b98
Merge branch 'master' into progress_track_show_elapsed_on_finish
2023-03-04 15:31:48 +00:00
James Addison
541686eb49
Merge branch 'master' into issue-2688/nf-escaping
2023-03-04 11:14:15 +00:00
Will McGugan
f71c9edca4
Merge branch 'master' into redirect-traceback
2023-03-04 10:44:44 +00:00
Will McGugan
178bbb97d1
Merge branch 'master' into jupyter-console
2023-03-04 10:18:19 +00:00
Will McGugan
f50385d948
Merge branch 'master' into progress_track_show_elapsed_on_finish
2023-03-04 09:36:22 +00:00
Ronny Pfannschmidt
d61491d0f3
use stderr=true instead of file=sys.stderr for traceback handler install
2023-03-01 18:06:27 +01:00
James Addison
b12bb0a3b8
Update CONTRIBUTORS.md
2023-02-26 16:34:09 +00:00
Artur Borecki
26327121d1
add: README.pl.md in Polish
2023-02-23 16:40:07 +01:00
Min RK
0d7d599111
add minrk to contributors
2023-02-12 23:57:12 +01:00
Andre Hora
6a23be1dd4
Update CONTRIBUTORS.md and CHANGELOG.md
2023-01-29 10:28:52 -03:00