Commit Graph

66 Commits

Author SHA1 Message Date
Will McGugan b1368b61a4
Merge pull request #2301 from tomers/iso8601-highlighter
Add Iso8601Highlighter
2022-07-11 11:46:37 +01:00
Will McGugan 65c138088a
Merge pull request #2356 from tonybaloney/patch-1
Add Github flavoured markdown box type
2022-07-11 11:43:31 +01:00
Sebastián Ramírez 8da842e5e2 📝 Add CONTRIBUTORS 2022-07-04 11:32:07 +02:00
Will McGugan d22c2e9fc1
Merge pull request #2268 from lqhuang/fix-redundant-statements
Fix redundant statements
2022-06-28 14:35:48 +01:00
Anthony Shaw 88c021a5b2
Update change notes 2022-06-21 15:14:41 +10:00
Will McGugan fc4af2752a
Merge pull request #2332 from AntonyMilneQB/master
Allow Jupyter to vary width/height using COLUMNS/LINES
2022-06-20 11:50:02 +01:00
Darren Burns 9332476dbd
Update contributors 2022-06-15 15:04:31 +01:00
Tomer Shalev 8443505e21
Merge branch 'master' into iso8601-highlighter 2022-06-14 15:03:00 +03:00
Tomer Shalev 2707a73435 Add Iso8601Highlighter
Add ability to highlight date and time strings according to ISO8601 [1]

[1] https://en.wikipedia.org/wiki/ISO_8601
2022-06-14 15:02:35 +03:00
Will McGugan ebea93c0df
Merge branch 'master' into add-id-hyperlink-readme 2022-06-14 09:19:35 +01:00
Antony Milne d4f9f6dc50 Update column width, CHANGELOG, CONTRIBUTORS 2022-06-09 23:07:28 +01:00
za 2883b3355b Add za as contributors 2022-06-04 17:03:56 +07:00
Motahhar Mokfi 9c4bc5eefa add Motahahr Mokfi to contributors.md 2022-05-11 12:53:43 +04:30
Lanqing Huang e8b50f02e1
Update CONTRIBUTORS.md 2022-05-10 20:56:21 +08:00
Olivier Philippon d98d671c49 Fall back to `sys.__stderr__` on non-Windows OS to get size
This fixes the "pipe" bug, where we could not determine the available size correctly when the output of Rich is piped to another process
2022-04-06 11:37:56 +01:00
Will McGugan ae1ee4efa1
Merge pull request #2113 from theDreamer911/patch-1
adding indonesian translation for readme
2022-04-04 11:47:54 +01:00
Darren Burns 7a870e4a4b
Merge branch 'master' into progress-reader 2022-03-30 13:42:58 +01:00
Handhika Yanuar Pratama d08fe13809
Update CONTRIBUTORS.md 2022-03-30 04:12:25 +07:00
Luka Mamukashvili 25becd78d7
Update CONTRIBUTORS.md 2022-03-25 18:49:54 +04:00
Martin Larralde 5e8da24c4e Fix additional typing issues in `rich.progress` 2022-03-13 12:54:38 +01:00
Paul Sanders 19a861a4a5 Update CHANGELOG.md and CONTRIBUTORS.md 2022-03-06 19:50:46 -05:00
Will McGugan 0ac4e30818 sorted contributors 2022-02-27 11:00:51 +00:00
Will McGugan 75f4637cdd
Merge branch 'master' into richhandler-suppress 2022-02-27 10:57:53 +00:00
Will McGugan 646d933d47
Merge pull request #1992 from bhrutledge/condensed-time-column
Add condensed time column
2022-02-27 10:34:41 +00:00
Will McGugan e78acae68b
Merge pull request #1919 from aaronst/master
feat: optional RichHandler keywords
2022-02-27 10:28:28 +00:00
Brian Rutledge e2ccd5b70d
Update CHANGELOG and CONTRIBUTORS 2022-02-26 16:00:55 -05:00
Edward Davis 0ef6f5885c Add info to contributors. 2022-02-21 15:43:54 -08:00
Dennis Brakhane 8963eedf87 fix link 2022-02-12 15:09:00 +01:00
Will McGugan 4302eb3fb9
Merge branch 'master' into richhandler-suppress 2022-02-11 11:16:10 +00:00
Will McGugan 099893e8b1
Merge branch 'master' into fix-repr-highlighter 2022-02-10 11:54:19 +00:00
Wasi Master 821c0ce2eb Modify CHANGELOG.md and CONTRIBUTORS.md 2022-02-10 17:17:16 +06:00
Will McGugan 5fafb92f3d
Merge pull request #1904 from mgorny/lexer-name-fix
PyPy3 test fixes
2022-02-09 09:31:15 +00:00
ptmcg e4f48cc612 Update CONTRIBUTORS.md and CHANGELOG.md with changes related to adding Progress.get_default_columns 2022-02-06 14:03:39 -06:00
Dennis Brakhane eec7110b45 Update changelog and contributers 2022-02-05 19:45:26 +01:00
Aaron Stephens bdd1fd77ab feat: optional RichHandler keywords 2022-02-04 13:25:56 -08:00
Michał Górny 8e3a0be6fb Fix test_syntax not to use identity comparison on string
Fix test_syntax to compare strings via "==" rather than "is", in order
to fix test failure on PyPy3.
2022-02-01 12:28:58 +01:00
Leron Gray 607f160e27 update CONTRIBUTORS.md 2022-01-21 14:38:48 -08:00
Darren Burns 35795dc9e9 Add darrenburns to CONTRIBUTORS.md 2022-01-06 10:08:40 +00:00
Patrick Arminio 6e930a30c3
Add myself to contributors 2021-12-11 22:15:47 +00:00
Will McGugan a6d1d78487
Merge pull request #1706 from 0xDEC0DE/issue/1670
Add a Text.from_ansi helper method
2021-11-28 16:04:03 +00:00
Will McGugan 666d0cf2b2
Merge pull request #1504 from boegel/dynamic_progress_example
add example with dynamic group of progress bars
2021-11-20 10:51:53 +00:00
Nicolas Simonds 62ead7eded Add a Text.from_ansi helper method
Add a simple little helper to run `AnsiDecoder.decode_line` over
"pre-cooked" inputs.

Fixes issue: #1670
2021-11-17 13:25:39 -08:00
Will McGugan e53fb31288
Merge pull request #1620 from timsavage/bugfix/handle-errors-writing-log-entry
Bugfix/handle errors writing log entry
2021-11-07 10:26:26 +00:00
James Estevez 07c6733027
Update changelog 2021-11-06 12:47:07 -07:00
Tim Savage 35fdd59128 Updated CHANGELOG.md and CONTRIBUTORS.md 2021-10-22 12:31:03 +11:00
Kenneth Hoste 58b71127aa
add @boegel to contributors 2021-10-16 13:51:05 +02:00
Will McGugan a29c1ae0bc
Merge pull request #1586 from akettmann-e24/patch-1
fix return type for `Table.expand()` getter
2021-10-16 10:34:28 +01:00
Will McGugan 7029cae10a
Merge pull request #1580 from Psycojoker/is-atty-broken-in-pytest
fix a edge case bug when running under pytest
2021-10-16 10:32:05 +01:00
akettmann-e24 14e20ecea6
Update CONTRIBUTORS.md 2021-10-14 10:56:38 -05:00
Laurent Peuch 8a33ce27db fix a edge case bug when running under pytest 2021-10-13 17:39:30 +02:00