Commit Graph

  • 9b8a3f5044 Merge branch 'master' of github.com:Textualize/rich into benchmark-copy-action Darren Burns 2022-03-16 11:38:27 +00:00
  • 6f5c6d5b7d Merge pull request #2075 from Textualize/fix-import-win32 Darren Burns 2022-03-16 11:30:47 +00:00
  • 98969ab03c Get filenos of original stdout and stderr in console Darren Burns 2022-03-16 11:28:26 +00:00
  • 39a5fe69ca Merge branch 'fix-import-win32' of github.com:Textualize/rich into benchmark-copy-action Darren Burns 2022-03-16 11:21:06 +00:00
  • 2bd2d7f652 Add missing import of typing.IO in _win32_console Darren Burns 2022-03-16 11:18:50 +00:00
  • bb1967656f GitHub Action to asv publish and copy to rich-benchmarks repo Darren Burns 2022-03-16 10:55:41 +00:00
  • 1d61867e78 Undo renaming method, improve docstring Darren Burns 2022-03-16 09:46:26 +00:00
  • 416033ffd4 Merge branch 'master' of github.com:Textualize/rich Darren Burns 2022-03-15 13:04:42 +00:00
  • 9cf9279982 Update PR number in changelog Darren Burns 2022-03-15 13:02:33 +00:00
  • dff2f5cef5 Use Any instead of object Darren Burns 2022-03-15 11:56:17 +00:00
  • 63eb66f853 Merge branch 'windows-capture-fix' of github.com:Textualize/rich into windows-capture-fix Darren Burns 2022-03-15 11:54:21 +00:00
  • acfffc9c1e Merge branch 'windows-capture-fix' of https://github.com/Textualize/rich into windows-capture-fix Darren Burns 2022-03-15 11:51:27 +00:00
  • 665bb3360a Type windll as object instead of Any Darren Burns 2022-03-15 11:49:56 +00:00
  • a657e00388 Merge branch 'master' into windows-capture-fix Darren Burns 2022-03-15 11:43:21 +00:00
  • 65cb9bfb77 Merge pull request #2056 from Textualize/benchmark Will McGugan 2022-03-15 11:41:58 +00:00
  • fa52c0dee9 Move typing imports below if block Darren Burns 2022-03-15 11:41:25 +00:00
  • 5abdc870bd Add quotes around type IO[str] Darren Burns 2022-03-15 11:19:03 +00:00
  • b736f8af66 Merge branch 'master' into progress-reader Will McGugan 2022-03-15 11:12:01 +00:00
  • e0c9d0d36a Merge pull request #2001 from hadialqattan/pycln Will McGugan 2022-03-15 11:02:23 +00:00
  • 8c3eee0397 Handle record=True on legacy mode Windows consoles Darren Burns 2022-03-15 11:02:10 +00:00
  • 1b69bfe437 Merge pull request #2061 from Textualize/perf-cell-len-regex Will McGugan 2022-03-15 11:01:37 +00:00
  • cb92947610 Merge pull request #2060 from Textualize/perf-segment-cell-length Will McGugan 2022-03-15 11:01:21 +00:00
  • 2e6186270b Merge branch 'master' into progress-reader Martin Larralde 2022-03-14 19:02:35 +01:00
  • c4cf06d205 Limit cache key in cell_len to 512 Darren Burns 2022-03-14 16:29:32 +00:00
  • 13a9540ce1 Merge branch 'benchmark' of github.com:Textualize/rich into perf-segment-cell-length Darren Burns 2022-03-14 14:36:17 +00:00
  • 1a7fdcfbec Exclude benchmarks/snippets.py Darren Burns 2022-03-14 14:30:26 +00:00
  • eed6cbff58 Remove restriction on lenght of cell_len cache keys, dont use regex Darren Burns 2022-03-14 14:22:56 +00:00
  • 0d2aeb75bc Merge branch 'master' of github.com:Textualize/rich Darren Burns 2022-03-14 14:05:59 +00:00
  • d000141fdd Try glob syntax to skip benchmarks folder for codespell Darren Burns 2022-03-14 14:05:05 +00:00
  • c0cd74e6a6 Merge branch 'benchmark' into perf-segment-cell-length Darren Burns 2022-03-14 14:03:39 +00:00
  • cbb8d3dca4 Skip benchmarks folder in codespell - it contains lots of test data etc. Darren Burns 2022-03-14 14:03:29 +00:00
  • 7d09020caa Calculate cell_length in Segment __init__. Segment now plain class. Darren Burns 2022-03-14 13:56:18 +00:00
  • bc82a15c55 Merge branch 'benchmark' of github.com:Textualize/rich into perf Darren Burns 2022-03-14 13:17:41 +00:00
  • c6913cdab7 Merge branch 'master' of github.com:Textualize/rich into perf Darren Burns 2022-03-14 12:54:01 +00:00
  • 51121fe302 Merge pull request #2055 from Textualize/windows-capture-fix Will McGugan 2022-03-14 11:48:53 +00:00
  • e55277110b Fix incorrectly parameterised test Darren Burns 2022-03-14 10:44:19 +00:00
  • 465777c429 Remove unused wrapping of win32.WriteConsole API Darren Burns 2022-03-14 10:36:29 +00:00
  • 98ccf3b405 Remove some unused patching from tests Darren Burns 2022-03-14 10:34:22 +00:00
  • c26a661311 Update CHANGELOG regarding legacy Windows stdout capture fix Darren Burns 2022-03-14 10:29:35 +00:00
  • 3ff0b12ab5 Remove some test code from main block Darren Burns 2022-03-14 10:23:46 +00:00
  • 1b3d0ae1de Using write to write to stdout file on legacy windows Darren Burns 2022-03-14 10:22:06 +00:00
  • 0406578dc7 Update CHANGELOG.md to show the Progress.open and Progress.wrap_file Martin Larralde 2022-03-13 19:48:58 +01:00
  • 2b8ec3baa8 Add overloaded annotations for Progress.open and rich.progress.open Martin Larralde 2022-03-13 19:44:43 +01:00
  • 866307358f Make Progress.open have a signature compatible with open Martin Larralde 2022-03-13 19:21:18 +01:00
  • fc341f7f73 Add test to ensure Progress.wrap_file can extract the total from a task Martin Larralde 2022-03-13 18:45:29 +01:00
  • 1320046537 Split Progress.read into Progress.open and Progress.wrap_file methods Martin Larralde 2022-03-13 18:36:47 +01:00
  • 3008780fc6 Remove unused import from rich.progress Martin Larralde 2021-12-18 12:30:52 +01:00
  • a270e60158 Fix os.PathLike type annotations in rich.progress Martin Larralde 2021-12-16 17:58:15 +01:00
  • f3f1bca230 Reformat rich.progress and document Progress.read in progress.rst Martin Larralde 2021-12-16 16:54:33 +01:00
  • 5e8da24c4e Fix additional typing issues in rich.progress Martin Larralde 2021-12-16 15:02:08 +01:00
  • 97da885c04 Reformat new progress code with black Martin Larralde 2021-12-16 14:57:46 +01:00
  • 46576a93bc Ignore type hint in rich.progress._Reader.readall Martin Larralde 2021-12-16 14:56:55 +01:00
  • 1432457bf1 Add an example showing how to copy a file with a progress bar Martin Larralde 2021-12-16 14:52:38 +01:00
  • 5cfa2039c1 Add missing type annotations to rich.progress._Reader Martin Larralde 2021-12-16 14:51:57 +01:00
  • d6f61d83de Add tests to tests.test_progress to make sure files are closed properly Martin Larralde 2021-12-16 14:28:43 +01:00
  • a5fa231348 Update Progress.read to close inner file only if given a path Martin Larralde 2021-12-16 14:27:34 +01:00
  • 5b2a4a7717 Update documentation of rich.progress.Progress.read Martin Larralde 2021-12-16 13:56:31 +01:00
  • cf91bd4d42 Add Progress.read and rich.progress.read to track progress reading a file Martin Larralde 2021-12-15 16:55:28 +01:00
  • 5a93a6e087 Pycln cought unused import using the new version. Hadi Alqattan 2022-03-12 16:23:42 +03:00
  • 395db54ec3 Update Pycln to v1.2.5 Hadi Alqattan 2022-03-12 16:22:30 +03:00
  • 98fffaf6b3 Update pycln to v1.2.4 Hadi Alqattan 2022-03-11 19:34:36 +03:00
  • ae12e09065 Column fields Will McGugan 2022-03-11 16:26:18 +00:00
  • 37f366fb92 Two unused imports have been cought by Pycln. Hadi Alqattan 2022-03-11 19:23:47 +03:00
  • 3ca5bac74c Merge branch 'Textualize:master' into pycln Hadi Alqattan 2022-03-11 19:16:41 +03:00
  • a30e04d74a Run the latest black. Hadi Alqattan 2022-02-26 16:28:55 +03:00
  • 73a9a413ea Run pycln over the entire project and double check the accuracy. Hadi Alqattan 2022-02-26 16:23:38 +03:00
  • c1b43f0f18 better typehints in docs Will McGugan 2022-03-11 16:08:49 +00:00
  • d97f9bcdf6 Adding Pycln QA tool as a pre-commit hook. Hadi Alqattan 2022-02-26 16:22:55 +03:00
  • c2f5ddbea7 Merge branch 'master' of github.com:Textualize/rich into benchmark Darren Burns 2022-03-10 17:10:27 +00:00
  • c80ad26d87 Add initial benchmark suite Darren Burns 2022-03-10 17:08:26 +00:00
  • 92fb4b6f5d changelog Will McGugan 2022-03-10 15:55:50 +00:00
  • 656b7a185d Merge pull request #2045 from Textualize/v12.0.0 v12.0.0 Will McGugan 2022-03-10 15:17:21 +00:00
  • 0dd74933d4 version bump Will McGugan 2022-03-10 15:11:50 +00:00
  • 5d3af20f64 changelog and docstring Will McGugan 2022-03-10 13:33:51 +00:00
  • d72f31918c Merge pull request #2043 from Textualize/reset-height Will McGugan 2022-03-10 12:50:56 +00:00
  • ebf4c90db6 deprecated Will McGugan 2022-03-10 11:21:40 +00:00
  • 79e5f9523d test env Will McGugan 2022-03-10 11:13:27 +00:00
  • 0f17da17f3 force env Will McGugan 2022-03-10 11:09:38 +00:00
  • 8a4432892d remove deprecated test Will McGugan 2022-03-10 11:00:32 +00:00
  • b1f02ab80a Merge branch 'master' into reset-height Will McGugan 2022-03-10 10:57:07 +00:00
  • 5a3c6e67f6 remove deprecated tests Will McGugan 2022-03-10 10:51:10 +00:00
  • e4c9fc22d7 test reset height Will McGugan 2022-03-10 10:47:19 +00:00
  • 8c6d1cdcc9 Merge pull request #2044 from Textualize/ansi-to-win32 Will McGugan 2022-03-10 10:39:40 +00:00
  • 568b9517b6 simplify prompt Will McGugan 2022-03-10 10:37:15 +00:00
  • 7cd8d57ce5 reset height of children Will McGugan 2022-03-09 22:00:12 +00:00
  • c2b0e32f27 bump version Will McGugan 2022-03-09 11:59:28 +00:00
  • 1efc0f0009 Merge pull request #1993 from Textualize/ansi-to-win32 Will McGugan 2022-03-09 11:54:18 +00:00
  • 91e0146385 check win32 Will McGugan 2022-03-09 11:48:16 +00:00
  • 8fe170ad04 Merge branch 'master' into ansi-to-win32 Will McGugan 2022-03-09 10:53:12 +00:00
  • 27c2ba68bd Merge pull request #2038 from Textualize/print-json-indent-fix Will McGugan 2022-03-08 16:30:44 +00:00
  • 03392a1bf5 Merge branch 'master' of github.com:Textualize/rich Darren Burns 2022-03-08 16:26:18 +00:00
  • 94a10747c1 Some improvements on JSON highlighting Darren Burns 2022-03-08 16:06:54 +00:00
  • 9e3ae26b78 Update CHANGELOG.md r.e. fix for incorrect non-indented JSON highlighting Darren Burns 2022-03-08 15:44:36 +00:00
  • 0dd591c07d Update CHANGELOG.md r.e. fix for incorrect non-indented JSON highlighting Darren Burns 2022-03-08 15:44:30 +00:00
  • 93e584c47c Add extra JSON highlighting tests Darren Burns 2022-03-08 15:43:35 +00:00
  • 7ce9bcabcd Remove unused json import in highlighter.py Darren Burns 2022-03-08 15:30:51 +00:00
  • c9b70864e3 Fix JSON key highlighting when no indentation Darren Burns 2022-03-08 15:21:50 +00:00
  • 8e3d8e8253 Merge branch 'master' of github.com:Textualize/rich into print-json-indent-fix Darren Burns 2022-03-08 14:21:05 +00:00
  • b9b99ad770 Merge pull request #2037 from Textualize/repl-inspect-fix Will McGugan 2022-03-08 14:15:16 +00:00
  • 9b3ca31d12 Merge pull request #2031 from Textualize/pretty-named-tuples Will McGugan 2022-03-08 14:14:31 +00:00