oefe
b51a3033f7
Add link to PR
2022-08-27 17:31:17 +02:00
oefe
f8b536ca06
Fix missing mode
property on file wrapper
...
Without this property, uploads using `requests` fails to set the
Content-Length header, and falls back to chunked encoding,
which many hosts (e.g. S3) don't support.
2022-08-27 17:08:29 +02:00
Will McGugan
e2716d3cd0
Merge pull request #2491 from multimeric/max-depth-install
...
Add max_depth arg to install()
2022-08-26 11:31:00 +01:00
Will McGugan
16bba26ea0
Merge pull request #2489 from multimeric/ellipsis-brackets
...
Add delimiters to elided pretty prints
2022-08-26 11:30:21 +01:00
Michael Milton
13506c2367
Add max_depth arg to install()
2022-08-26 01:53:54 +10:00
Michael Milton
fc13d7c19e
Add delimiters to elided pretty prints
2022-08-25 15:36:16 +10:00
Will McGugan
0f693f5c3d
Merge pull request #2450 from rodrigogiraoserrao/patch-1
...
Fix CHANGELOG.md
2022-08-17 21:59:01 +01:00
darrenburns
0425c792c1
Parse escape codes in Pretty
repr ( #2470 )
...
* Parse ANSI escape codes in pretty reprs
* Fix mypy issue
* Test parse escape codes in Pretty repr
* Add CHANGELOG entry for parsing escape codes in Pretty reprs
Co-authored-by: Will McGugan <willmcgugan@gmail.com>
2022-08-17 15:32:56 +01:00
Will McGugan
828db35a68
Merge pull request #2427 from guedesfelipe/master
...
💡 Update bar.done to bar.finished docstring
2022-08-17 14:53:33 +01:00
Will McGugan
b8a2cf06e3
Merge pull request #2449 from Textualize/force-color
...
Force color
2022-08-17 14:52:38 +01:00
darrenburns
193266c1b7
Merge branch 'master' into force-color
2022-08-16 10:29:02 +01:00
Will McGugan
5d3f600f43
Merge pull request #2458 from Textualize/no-color-legacy-windows-fix
...
Handle 'no_color' Console on legacy Windows platforms
2022-08-09 14:11:48 +01:00
Darren Burns
42afd3aedf
Remove Python3.11 beta 5 from CI
2022-08-09 13:47:26 +01:00
Darren Burns
0162d17c0e
Remove 3.11b5 from CI
2022-08-09 13:46:34 +01:00
Darren Burns
c218be2a4d
Use Python3.11 beta 5 in CI instead of beta 4
2022-08-09 13:33:13 +01:00
Darren Burns
a51bca4bf2
Fix broken conditional in pythonpackage.yml GitHub Action
2022-08-09 13:22:51 +01:00
Darren Burns
ae4eacf32d
Upgrade Python3.11 from beta4 to beta5
2022-08-09 13:13:21 +01:00
Darren Burns
981ffa4633
Update changelog
2022-08-09 13:00:58 +01:00
Darren Burns
32196384d0
Fix mypy typing issue
2022-08-09 12:54:51 +01:00
Darren Burns
5246a29347
Handle no_color Console on legacy Windows platforms
2022-08-09 12:41:09 +01:00
Darren Burns
4adfe2f16c
Update CHANGELOG.md
2022-08-09 11:56:59 +01:00
Rodrigo Girão Serrão
0aa85606ad
Update CHANGELOG.md
2022-08-06 09:17:42 +01:00
Darren Burns
f417474dc1
Add test for force color
2022-08-05 15:37:25 +01:00
Darren Burns
264da3c3db
Add support for FORCE_COLOR environment variable
2022-08-05 15:33:40 +01:00
Darren Burns
0c594e43d0
Merge branch 'master' of github.com:Textualize/rich
2022-08-05 14:32:52 +01:00
Will McGugan
3304073197
words
2022-08-04 13:48:22 +01:00
Will McGugan
7ae7a37b18
Merge pull request #2393 from Textualize/contributing-improvements
...
Additions to CONTRIBUTING.md
2022-08-03 15:07:59 +01:00
Will McGugan
1b1ac5fc81
box svg
2022-08-02 16:35:57 +01:00
Will McGugan
3fbf53acf0
box docs
2022-08-02 16:33:14 +01:00
Felipe Guedes
3b7728b75d
📝 Add CONTRIBUTORS
2022-07-28 21:30:21 -03:00
Felipe Guedes
51acb0a507
💡 Update ProgressBar docstring
...
Update bar.done to bar.finished
2022-07-28 21:17:58 -03:00
Darren Burns
8ee28a87ec
Merge branch 'master' of github.com:Textualize/rich
2022-07-27 11:36:35 +01:00
Will McGugan
2ee992b17e
Merge pull request #2417 from Textualize/dependabot/pip/sphinx-5.1.0
...
Bump sphinx from 5.0.2 to 5.1.0
2022-07-26 15:27:49 +01:00
Will McGugan
fc586b9695
Merge pull request #2394 from Textualize/python3.11b
...
Add Python 3.11.0-beta4 to CI
2022-07-26 15:27:19 +01:00
Will McGugan
dbd7135d55
Merge pull request #2401 from uysalserkan/master
...
Add Turkish Language
2022-07-26 15:26:11 +01:00
Will McGugan
06802b2ad4
Merge pull request #2409 from Textualize/dependabot/pip/mypy-0.971
...
Bump mypy from 0.961 to 0.971
2022-07-26 15:25:41 +01:00
Will McGugan
7bf79866aa
Merge pull request #2420 from cmarqu/patch-1
...
Add missing `Args:` to docstring
2022-07-26 15:25:12 +01:00
Colin Marquardt
69dda701ae
Add missing Args:
to docstring
2022-07-26 14:00:25 +02:00
dependabot[bot]
77c296c97d
Bump sphinx from 5.0.2 to 5.1.0
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 5.0.2 to 5.1.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.0.2...v5.1.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-07-25 13:29:43 +00:00
Will McGugan
2e8b217fda
Merge pull request #2407 from sans404-dev/master
...
RU spelling errors
2022-07-22 16:38:50 +01:00
dependabot[bot]
984e6674e0
Bump mypy from 0.961 to 0.971
...
Bumps [mypy](https://github.com/python/mypy ) from 0.961 to 0.971.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.961...v0.971 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 13:39:30 +00:00
Sans404
c633f19222
RU spelling errors
2022-07-19 16:19:40 +03:00
Serkan UYSAL
188b2efebb
Update CHANGELOG.md
2022-07-18 10:29:09 +03:00
Serkan UYSAL
ad8b150746
Update CONTRIBUTORS.md
2022-07-18 10:26:14 +03:00
Serkan UYSAL
df6402092e
Add Turkish Language.
2022-07-18 10:24:25 +03:00
Darren Burns
a44aa44738
Add __str__ to ColorSystem so that Python 3.11 renders the same thing in a test
2022-07-15 11:33:23 +01:00
Darren Burns
562fab87e9
Try different syntax
2022-07-15 11:16:13 +01:00
Darren Burns
5223dd1aaa
Fix typo in GitHub Actions
2022-07-15 11:10:49 +01:00
Darren Burns
ab0b833638
Configure GitHub Actions from 3.11
2022-07-15 11:07:41 +01:00
Darren Burns
628bddcf76
Add Programming Language :: Python :: 3.11 specifier in pyproject.toml
2022-07-14 16:55:34 +01:00