Will McGugan
0035fb09ac
remove timer
2021-01-23 14:37:26 +00:00
Will McGugan
165d9f2b39
remove comments
2021-01-23 14:33:40 +00:00
Will McGugan
449c1fbb29
optimizations for traceback
2021-01-23 14:30:54 +00:00
Will McGugan
3a8ab02d78
Merge pull request #951 from willmcgugan/dependabot/pip/pytest-cov-2.11.1
...
Bump pytest-cov from 2.11.0 to 2.11.1
2021-01-21 17:09:54 +00:00
dependabot[bot]
8d786715eb
Bump pytest-cov from 2.11.0 to 2.11.1
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases )
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.11.0...v2.11.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-01-21 05:18:47 +00:00
Will McGugan
4007bc5e61
Merge pull request #949 from willmcgugan/windows-color
...
windows colors
2021-01-20 17:55:28 +00:00
Will McGugan
a13b2a9d75
windows tests
2021-01-20 17:48:41 +00:00
Will McGugan
9b666838c9
typing fix
2021-01-20 17:41:23 +00:00
Will McGugan
b9d0711d01
windows colors
2021-01-20 17:36:20 +00:00
Will McGugan
547b609c8d
Merge pull request #940 from willmcgugan/dependabot/pip/pytest-cov-2.11.0
...
Bump pytest-cov from 2.10.1 to 2.11.0
2021-01-19 10:36:12 +00:00
dependabot[bot]
7542410f3a
Bump pytest-cov from 2.10.1 to 2.11.0
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases )
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.1...v2.11.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-01-19 05:49:32 +00:00
Will McGugan
647525bbf0
Merge pull request #933 from realnitinworks/doc-fixes
...
Correct typo in Styles section of docs
2021-01-16 18:27:08 +00:00
Will McGugan
6b68a19cf5
Merge branch 'master' of github.com:willmcgugan/rich
2021-01-16 17:59:17 +00:00
Will McGugan
9b4b714c20
docstring
2021-01-16 17:57:09 +00:00
Nitin George Cherian
a385b594e5
Correct typo in Styles section of docs
2021-01-16 11:07:52 +05:30
Will McGugan
0e8f4747ca
Merge pull request #923 from realnitinworks/doc-fixes
...
Correct 'Console API' documentation errors
2021-01-15 13:10:25 +00:00
Will McGugan
88b07b3ebc
Merge pull request #930 from willmcgugan/live-deadlock
...
fix deadlock
2021-01-15 10:06:47 +00:00
Will McGugan
95618a00c4
edge case
2021-01-15 10:00:46 +00:00
Will McGugan
db25e8cda6
join outside of lock
2021-01-15 09:54:15 +00:00
Will McGugan
7efe9b44b1
fix deadlock
2021-01-15 09:32:02 +00:00
Nitin George Cherian
f9d69d6279
Correct 'Console API' documentation errors
2021-01-14 14:03:38 +05:30
Will McGugan
aca0b60b22
changelog
2021-01-13 17:01:18 +00:00
Will McGugan
170e8ffec7
Merge pull request #919 from willmcgugan/fix-inspect
...
fix TypeError in inspect
2021-01-13 16:59:13 +00:00
Will McGugan
a09e0890cc
Merge pull request #914 from willmcgugan/dependabot/pip/pygments-2.7.4
...
Bump pygments from 2.7.3 to 2.7.4
2021-01-13 16:52:02 +00:00
Will McGugan
f7c078313d
fix TypeError in inspect
2021-01-13 16:51:38 +00:00
Will McGugan
03616429c7
Merge pull request #911 from jack1142/patch-1
...
Use `>` as line pointer when `legacy_windows` option is enabled
2021-01-13 16:51:23 +00:00
Will McGugan
f84c84f262
Merge pull request #912 from jack1142/fix_mypy_issue
...
Stop `rich.live` from importing same module under a different name
2021-01-13 16:50:55 +00:00
Will McGugan
ba7f3d3f89
Merge pull request #915 from realnitinworks/doc-fixes
...
fix grammatical mistake in docs
2021-01-13 16:50:15 +00:00
Nitin George Cherian
13e848644c
Correct a missing word in docs
2021-01-13 13:21:34 +05:30
Nitin George Cherian
e600d70053
fix grammatical mistake in docs
2021-01-13 12:59:24 +05:30
dependabot[bot]
8576d245fd
Bump pygments from 2.7.3 to 2.7.4
...
Bumps [pygments](https://github.com/pygments/pygments ) from 2.7.3 to 2.7.4.
- [Release notes](https://github.com/pygments/pygments/releases )
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES )
- [Commits](https://github.com/pygments/pygments/compare/2.7.3...2.7.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-01-13 05:53:20 +00:00
jack1142
9e881e5510
Fix mypy's issue with having same file under 2 module names
2021-01-13 04:52:41 +01:00
jack1142
6820c1a916
Use `>` as line pointer when `legacy_windows` option is enabled
2021-01-12 14:58:01 +01:00
Will McGugan
a1e9cc7cc6
Merge pull request #909 from realnitinworks/doc-fixes
...
fix text indentation in docstring
2021-01-12 11:02:20 +00:00
Nitin George Cherian
d4d087c14f
fix text indentation in docstring
2021-01-12 12:10:32 +05:30
Will McGugan
2d3ec69f68
Merge pull request #908 from willmcgugan/bump9.8.0
...
bump version
2021-01-11 21:41:07 +00:00
Will McGugan
aaa99b7c2c
magick mock
2021-01-11 21:37:04 +00:00
Will McGugan
cfcd74dc00
fixes mock_calls printing
2021-01-11 21:36:15 +00:00
Will McGugan
a6b2ce2689
bump version
2021-01-11 21:28:19 +00:00
Will McGugan
2237359311
Merge pull request #907 from willmcgugan/tree-measure
...
no color progress fixes
2021-01-11 21:16:00 +00:00
Will McGugan
9ebb0ca407
Merge branch 'master' into tree-measure
2021-01-11 21:15:39 +00:00
Will McGugan
7b7a89c9e7
no color progress fixes
2021-01-11 21:14:14 +00:00
Will McGugan
21e9596e07
Merge pull request #904 from willmcgugan/tree-measure
...
Add rich_measure to tree and VerticalCenter
2021-01-11 21:12:43 +00:00
Will McGugan
d54ed23eea
Merge branch 'master' into tree-measure
2021-01-11 21:12:12 +00:00
Will McGugan
0c3db4e641
Merge pull request #902 from amancevice/markdown-stdin
...
allow stdin on rich.markdown / rich.syntax
2021-01-11 21:11:35 +00:00
Alexander Mancevice
1364a0628f
allow stdin on rich.syntax.__main__
...
If user provides no PATH or uses "-" as PATH, text is read from sys.stdin.
If no PATH is provided the default lexer is used, unless the user passes the lexer via CLI args.
Example:
python -m rich.syntax -L Python < index.py
cat index.py | python -m rich.syntax -L Python
2021-01-11 12:55:14 -05:00
Will McGugan
03ce6468d8
Merge pull request #905 from realnitinworks/doc-fixes
...
fix spelling in docstring
2021-01-11 17:23:51 +00:00
Will McGugan
83af486136
Merge pull request #906 from jack1142/patch-1
...
Use `cls` instead of class name in `Traceback.from_exception()`
2021-01-11 13:50:09 +00:00
jack1142
e6490b5dbd
Use `cls` instead of class name in `Traceback.from_exception()`
2021-01-11 13:59:16 +01:00
Nitin George Cherian
645e851aad
fix spelling in docstring
2021-01-11 15:53:06 +05:30