Commit graph

3376 commits

Author SHA1 Message Date
Darren Burns
8c41358fb1 Add Pull Request to CHANGELOG.md 2022-01-27 10:40:12 +00:00
Darren Burns
9247705bd8 Allow override of lexer in Syntax.from_path 2022-01-27 10:38:55 +00:00
Darren Burns
404539dce7 Add PR to changelog 2022-01-27 10:13:11 +00:00
Darren Burns
0a37fcc93a Syntax should always justify left 2022-01-26 16:50:19 +00:00
toto6038
70ebda06ee
Revert Simplified Chinese readme to old name 2022-01-26 20:38:13 +08:00
toto6038
b9201d96b1
Merge branch 'master' into l10n-tw 2022-01-26 14:58:14 +08:00
Leron Gray
c87b1a0759 update docs for RichHandler suppress 2022-01-25 16:58:56 -08:00
Will McGugan
e5d2030f0b
Merge pull request #1869 from Textualize/expose-syntax-guess-lexer
Add `Syntax.guess_lexer`, add support for more lexers (e.g. Django templates etc.)
2022-01-25 15:53:15 +00:00
Darren Burns
781b41f4a7 Fix type checking 2022-01-25 13:07:49 +00:00
Darren Burns
c4df3a772e Add PR to CHANGELOG.md 2022-01-25 11:02:25 +00:00
Darren Burns
14190d0844 Merge branch 'master' of github.com:willmcgugan/rich into expose-syntax-guess-lexer 2022-01-25 10:58:26 +00:00
Darren Burns
49e9fe9bd2 Improving Syntax.guess_lexer test 2022-01-25 10:55:34 +00:00
Darren Burns
15e72ab433 Tidying up Syntax.guess_lexer, adding test 2022-01-25 10:54:49 +00:00
Darren Burns
4d526ec0ad Add Syntax.guess_lexer method 2022-01-25 10:13:43 +00:00
toto6038
de093e5552
Update link in README.md 2022-01-24 21:10:31 +08:00
toto6038
31bd59ec71
Update CHANGELOG 2022-01-24 00:07:34 +08:00
toto6038
61f1b56192
Merge branch 'l10n-tw' of github.com:l10n-tw/rich into l10n-tw 2022-01-23 23:56:14 +08:00
toto6038
14333a49da
Change wording and update README.zh-tw.md 2022-01-23 23:55:44 +08:00
toto6038
a7f01e786b
Merge branch 'Textualize:master' into l10n-tw 2022-01-23 15:53:31 +08:00
toto6038
7fe872bc9f
Update README.zh-tw.md 2022-01-23 03:48:32 +08:00
toto6038
ecb18d4c93
Translate Traditional Chinese readme 2022-01-23 03:28:48 +08:00
toto6038
317125a860
Add Traditional Chinese text 2022-01-23 03:27:34 +08:00
Will McGugan
f9d27fce1a
Merge pull request #1853 from Textualize/revert-1832-epsq-widths
Revert "Fix width measurement of 353 emoji"
2022-01-22 16:32:49 +00:00
Leron Gray
607f160e27 update CONTRIBUTORS.md 2022-01-21 14:38:48 -08:00
Leron Gray
8f6b52f2df add suppress to RichHandler 2022-01-21 14:25:49 -08:00
Will McGugan
f0a79b291d
Merge pull request #1857 from Textualize/dependabot/pip/ipython-7.16.3
Bump ipython from 7.16.2 to 7.16.3
2022-01-21 20:55:59 +00:00
dependabot[bot]
dbe30faa10
Bump ipython from 7.16.2 to 7.16.3
Bumps [ipython](https://github.com/ipython/ipython) from 7.16.2 to 7.16.3.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/7.16.2...7.16.3)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-21 20:45:31 +00:00
toto6038
38cc4ec13a
Merge branch 'Textualize:master' into l10n-tw 2022-01-21 15:38:31 +08:00
Vitor Barbosa
f9acb89a6d Fix link for 1.0.0 version 2022-01-20 10:20:33 -03:00
Will McGugan
c9a4fb9b2d
Merge pull request #1822 from Textualize/dependabot/pip/types-dataclasses-0.6.4
Bump types-dataclasses from 0.6.3 to 0.6.4
2022-01-20 11:58:15 +00:00
Darren Burns
1eb4f5db0d
Merge branch 'master' into revert-1832-epsq-widths 2022-01-20 09:49:59 +00:00
Vitor Barbosa
578f5ed849 Add link for unreleased section 2022-01-19 14:41:56 -03:00
Vitor Barbosa
9c0eab6a64 Fix version tags on the changelog 2022-01-19 14:38:37 -03:00
Darren Burns
a5c247eae0
Merge pull request #1842 from Textualize/swig-inspect-error
Define and use a safe `isinstance` which handles exceptions
2022-01-19 16:06:57 +00:00
Darren Burns
4d1a1a9419 Remove unused import 2022-01-19 15:42:35 +00:00
Will McGugan
991f13d247
Merge pull request #1849 from Textualize/revert-1834-dont-lru-cache-methods
Revert "Stop using functools.lru_cache decorator on instance methods"
2022-01-19 10:55:09 +00:00
Will McGugan
902f7085ed
Revert "Stop using functools.lru_cache decorator on instance methods" 2022-01-19 10:51:12 +00:00
Will McGugan
0b082380c5
Merge pull request #1834 from Textualize/dont-lru-cache-methods
Stop using functools.lru_cache decorator on instance methods
2022-01-19 10:26:02 +00:00
Darren Burns
8c3c2e712a Handle case of no attr object in output 2022-01-18 12:00:24 +00:00
Darren Burns
3944c46ee7 Add changelog 2022-01-18 11:47:33 +00:00
Darren Burns
7a2c37f077 Handle exceptions thrown from isinstance 2022-01-18 11:42:22 +00:00
Will McGugan
3734ff45d7
Merge pull request #1841 from Textualize/dependabot/pip/sphinx-4.4.0
Bump sphinx from 4.3.2 to 4.4.0
2022-01-18 09:31:50 +00:00
toto6038
506432672b
Add README.zh-tw.md 2022-01-18 03:58:06 +08:00
toto6038
92e1b7ac70
Rename README.cn.md, and apply link change 2022-01-18 03:57:27 +08:00
Will McGugan
c1ba52a374
Merge pull request #1839 from pbsds/patch-1
Collapse platform details in bug reports
2022-01-17 18:09:00 +00:00
Darren Burns
fde74c284a Delete a redundant test 2022-01-17 17:53:53 +00:00
Darren Burns
106225f22c Check for __class__ before calling isinstance 2022-01-17 15:40:13 +00:00
Darren Burns
009bf5e407
Revert "Fix width measurement of 353 emoji" 2022-01-17 15:02:04 +00:00
dependabot[bot]
12ecab7400
Bump sphinx from 4.3.2 to 4.4.0
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.2 to 4.4.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.3.2...v4.4.0)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-17 13:30:43 +00:00
Peder Bergebakken Sundt
5957b960b5
Collapse platform details in bug reports
To reduce noise.

Example: https://github.com/Textualize/rich/issues/1838
2022-01-16 15:04:30 +01:00