Commit Graph

  • 4d084d5d1c Drop mention of dropped dataclasses from the ChangeLog Dave Pearson 2022-10-11 15:15:55 +01:00
  • 4a5121616f Change questioning release date to "Unreleased" Dave Pearson 2022-10-11 15:15:24 +01:00
  • 974fb53959 Update the ChangeLog to include dropping Python 3.6 as a supported version Dave Pearson 2022-10-11 13:18:46 +01:00
  • 0e9545390b Merge branch 'master' into bug/2468/eager-pprint Dave Pearson 2022-10-11 11:39:59 +01:00
  • c9d3f4a0f3 Allow any version of Python 3.7 or later Dave Pearson 2022-10-11 11:18:50 +01:00
  • 4d68bb4882 Re-black _null_file.py Dave Pearson 2022-10-11 11:06:39 +01:00
  • d0764ee103 Merge branch 'master' into drop-python36 Dave Pearson 2022-10-11 11:00:49 +01:00
  • 42988b834f Merge pull request #2571 from davep/pin-install-poetry-action Dave Pearson 2022-10-11 10:41:39 +01:00
  • 17d9369e75 Pin snok/install-poetry for now Dave Pearson 2022-10-11 10:07:03 +01:00
  • cb2f77dc5e Drop types-dataclasses as a development dependency Dave Pearson 2022-10-10 17:16:37 +01:00
  • a490f09074 Bump the major version of Rich Dave Pearson 2022-10-10 16:41:09 +01:00
  • 43a20cc484 Update README.md to say Python 3.7 is the minimum Python Dave Pearson 2022-10-10 16:38:50 +01:00
  • 873cb79705 Drop extra IO type properties only needed by Python 3.6 Dave Pearson 2022-10-10 16:32:50 +01:00
  • 419265ba3f Don't special-case an isascii implementation for Python 3.6 Dave Pearson 2022-10-10 16:21:19 +01:00
  • df76397390 Remove dataclasses as a dependency Dave Pearson 2022-10-10 16:17:23 +01:00
  • db7fc1a67f Bump the minimum Python dependency to 3.7 Dave Pearson 2022-10-10 15:52:05 +01:00
  • d5fe471ae0 Remove Python 3.6 from the classifiers in pyproject.toml Dave Pearson 2022-10-10 15:51:21 +01:00
  • 05707d5eb8 Drop Python 3.6 from testing in GitHub actions Dave Pearson 2022-10-10 15:47:23 +01:00
  • ce55112d2a Make repr tag highlighting greedy Dave Pearson 2022-10-10 10:43:57 +01:00
  • 84e628655a edit Will McGugan 2022-10-04 10:57:25 +01:00
  • 3006b2788a italics Will McGugan 2022-10-04 10:54:55 +01:00
  • 07e3793784 env var docs Will McGugan 2022-10-04 10:33:00 +01:00
  • cc0107017f Merge pull request #2560 from Textualize/bump-12.6.0 v12.6.0 Will McGugan 2022-10-02 17:25:54 +01:00
  • 6e953c6dae version bump Will McGugan 2022-10-02 17:14:11 +01:00
  • e23ca4d1fd Merge pull request #2558 from Textualize/syntax-measure Will McGugan 2022-10-01 15:29:56 +01:00
  • fe1ed5399e fix for syntax measure Will McGugan 2022-10-01 15:21:45 +01:00
  • 13dd9c2c2e version bump Will McGugan 2022-09-23 16:13:07 +01:00
  • 0bdbe550c4 quote extras Will McGugan 2022-09-23 16:10:33 +01:00
  • 83f77af7ad Merge pull request #2544 from Textualize/add-section Will McGugan 2022-09-23 15:42:13 +01:00
  • d49e7be2fd test base Will McGugan 2022-09-23 15:27:17 +01:00
  • 221b280f29 Merge pull request #2543 from Textualize/panel-text Will McGugan 2022-09-23 15:22:51 +01:00
  • 36b25a3517 changelog Will McGugan 2022-09-23 15:22:32 +01:00
  • 36fa43da75 sections docs and test Will McGugan 2022-09-23 15:21:28 +01:00
  • c6001e5226 added line about end_section Will McGugan 2022-09-23 15:10:19 +01:00
  • 32d6e99a8f remove comments Will McGugan 2022-09-23 15:04:40 +01:00
  • e7bede1425 added text Will McGugan 2022-09-23 15:02:55 +01:00
  • 066c024be2 fix for text in panel title Will McGugan 2022-09-23 14:59:40 +01:00
  • 119d541c74 Merge pull request #2537 from ashb/svg-ids Will McGugan 2022-09-23 14:31:15 +01:00
  • 65bdea6aff Add support for specifying (persistent) id for SVG exports Ash Berlin-Taylor 2022-09-21 21:56:02 +01:00
  • 0099f505c3 Merge pull request #2538 from onlyacat/fix_default_ensure_ascii Will McGugan 2022-09-23 14:08:13 +01:00
  • f0d84355f3 Merge pull request #2541 from Textualize/rich-12.6.0 Will McGugan 2022-09-23 13:59:09 +01:00
  • d8f6569781 fix svg test Will McGugan 2022-09-23 13:49:25 +01:00
  • 4e704fad96 Merge branch 'master' into fix_default_ensure_ascii Will McGugan 2022-09-23 13:42:08 +01:00
  • c49e5a731f typo fix Will McGugan 2022-09-23 13:41:31 +01:00
  • 3242a9bfde Merge branch 'meta-link' into rich-12.6.0 Will McGugan 2022-09-23 13:33:02 +01:00
  • 30fa5c65ee added meta to link id meta-link Will McGugan 2022-09-23 13:31:41 +01:00
  • 28a05fa177 Remove unused height parameter from Layout class (#2540) darrenburns 2022-09-23 13:09:23 +01:00
  • 4200f51d92 Expose font_aspect_ratio as parameter on SVG export (#2539) darrenburns 2022-09-23 12:13:28 +01:00
  • 68cd446183 format the style. Z.H 2022-09-22 14:48:37 +08:00
  • 86ebeec775 Update CHANGELOG and CONTRIBUTORS Z.H 2022-09-22 14:45:18 +08:00
  • 32def19a2a fix default ensure_ascii value to match docs. Z.H 2022-09-22 14:31:42 +08:00
  • 2e97e3452a version bump Will McGugan 2022-09-20 14:43:56 +01:00
  • bfea226da7 Merge pull request #2533 from Textualize/markdown-code Will McGugan 2022-09-20 11:53:08 +01:00
  • 9fc01f1caf Merge branch 'master' into markdown-code Will McGugan 2022-09-20 11:42:04 +01:00
  • 5e35957778 fix unreadable text on light Will McGugan 2022-09-20 11:41:11 +01:00
  • 73a285c8ca Merge pull request #2510 from CalumY/fix-typos Will McGugan 2022-09-20 11:16:35 +01:00
  • 8b3f3af1d2 Merge pull request #2524 from jcrist/fix-cyclic-references-handling Will McGugan 2022-09-20 11:16:20 +01:00
  • 3e33def25d Merge pull request #2532 from Textualize/markdown-code Will McGugan 2022-09-20 11:13:18 +01:00
  • 3cbc19201e Merge pull request #2525 from nievadev/2464-add-print_json-to-all-init Will McGugan 2022-09-20 11:12:45 +01:00
  • ec54261a3e Merge branch 'master' into fix-cyclic-references-handling Will McGugan 2022-09-20 11:10:22 +01:00
  • bbbee7220a Merge pull request #2472 from willfrey/patch-1 Will McGugan 2022-09-20 11:07:29 +01:00
  • c881a2a5d8 Merge pull request #2397 from nilsvu/traceback Will McGugan 2022-09-20 11:07:07 +01:00
  • 30ba2973a6 Merge pull request #2424 from noklam/master Will McGugan 2022-09-20 11:06:32 +01:00
  • abb691b3b4 remove border Will McGugan 2022-09-20 11:04:11 +01:00
  • 42c0ecf3ac Merge pull request #2531 from Textualize/syntax-measure Will McGugan 2022-09-20 10:54:43 +01:00
  • 7d126c867f added test for measure Will McGugan 2022-09-20 10:49:04 +01:00
  • ac69488768 fix for syntax measure Will McGugan 2022-09-20 10:44:10 +01:00
  • 9655778e17 Merge pull request #2529 from Textualize/kitty-term Will McGugan 2022-09-20 09:17:37 +01:00
  • 4472ce441a added test Will McGugan 2022-09-19 15:17:29 +01:00
  • ad85d8a84f Add Kitty exception Will McGugan 2022-09-19 15:12:21 +01:00
  • 8b4f352c43 Merge pull request #2528 from Textualize/no-willmcgugan Will McGugan 2022-09-19 14:45:36 +01:00
  • 7f129b4e59 Merge remote-tracking branch 'upstream/master' into fix-typos Calum Young 2022-09-19 12:28:22 +01:00
  • cd45bf30bd Fix test_tree_measure test Calum Young 2022-09-19 12:24:03 +01:00
  • 365932b7d9 more scrubbing Will McGugan 2022-09-19 11:33:38 +01:00
  • 0852511024 replace willmcgugan with textualize Will McGugan 2022-09-19 11:27:11 +01:00
  • aa5edf5929 Merge pull request #2495 from oefe/progress-wrap_file-add-mode Will McGugan 2022-09-19 11:16:58 +01:00
  • 1f3ec9a8c1 Merge pull request #2482 from Textualize/dependabot/pip/ipywidgets-7.7.2 Will McGugan 2022-09-19 11:15:20 +01:00
  • f8ca095a75 Merge pull request #2469 from Textualize/dependabot/pip/pygments-2.13.0 Will McGugan 2022-09-19 11:14:28 +01:00
  • 500f5ee736 Merge pull request #2463 from wimglenn/deprecation-warnings Will McGugan 2022-09-19 11:13:55 +01:00
  • c0809feae6 Merge pull request #2423 from Textualize/dependabot/pip/sphinx-5.1.1 Will McGugan 2022-09-19 11:08:34 +01:00
  • 6a81094d11 Merge pull request #2379 from saulshanabrook/tuple-rich-repr-positional Will McGugan 2022-09-19 10:58:01 +01:00
  • f0cbc468ca Merge branch 'master' into tuple-rich-repr-positional Will McGugan 2022-09-19 10:57:41 +01:00
  • 4478707a94 [2464] Add print_json to __all__ in __init__.py Martín Nieva 2022-09-18 22:11:23 -03:00
  • 01addbc33f Update changelog/contributors Jim Crist-Harif 2022-09-14 15:54:07 -05:00
  • 02dffcf9cf Fix pretty cyclic reference handling Jim Crist-Harif 2022-09-14 15:32:11 -05:00
  • eaba862621 Merge pull request #2513 from Textualize/support-no-stdout Will McGugan 2022-09-08 13:46:08 +01:00
  • f99633793a Test to ensure FORCE_COLOR works with empty value Darren Burns 2022-09-08 13:33:05 +01:00
  • be7c97ebd7 Merge branch 'support-no-stdout' of github.com:Textualize/rich into support-no-stdout Darren Burns 2022-09-08 13:31:37 +01:00
  • 58bbc795e6 Update rich/console.py Will McGugan 2022-09-08 13:13:11 +01:00
  • 97bffbc7b1 Test to ensure NullFile set as Console.file when stdout null Darren Burns 2022-09-08 11:30:05 +01:00
  • 1601f89bf1 Fix typing issue Darren Burns 2022-09-08 10:38:56 +01:00
  • 9009e16b1a Implementing null file Darren Burns 2022-09-08 10:23:55 +01:00
  • 46ef6283a0 Fix Python 3.6 support Darren Burns 2022-09-08 10:13:11 +01:00
  • 934c774379 Use old typing List import Darren Burns 2022-09-07 16:44:31 +01:00
  • b4f6f9eb66 Remove future annotations import Darren Burns 2022-09-07 16:42:03 +01:00
  • cdc4767f1d Update codespell skips, fix a typo Darren Burns 2022-09-07 16:36:35 +01:00
  • 6d0dde5906 Update changelog Darren Burns 2022-09-07 16:34:17 +01:00
  • 99ed636bea Add NullFile, use it when stdout/stderr are None Darren Burns 2022-09-07 16:27:43 +01:00
  • ffe9ae82f6 Supporting no stdout, tests Darren Burns 2022-09-07 15:26:05 +01:00
  • 50039b6e7e Remove a debug print statemetn Darren Burns 2022-09-07 14:14:59 +01:00