Will McGugan
|
3db6396a0c
|
Merge pull request #1729 from willmcgugan/v10.15.1
revert thread safety issue
|
2021-11-29 17:56:55 +00:00 |
|
Will McGugan
|
03f40a93d6
|
rever thread safety issue
|
2021-11-29 17:40:28 +00:00 |
|
dependabot[bot]
|
0f07f0a615
|
Bump sphinx from 4.3.0 to 4.3.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.0 to 4.3.1.
- [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.0...v4.3.1)
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-11-29 13:02:51 +00:00 |
|
Elan Ruusamäe
|
fe96c32a84
|
Generate rest of the reflog
|
2021-11-29 14:45:48 +02:00 |
|
Elan Ruusamäe
|
0ff0a384da
|
Fix missing reflinks from changelog
|
2021-11-29 14:45:48 +02:00 |
|
Will McGugan
|
ad6e3dea2d
|
Merge pull request #1723 from willmcgugan/v10.15.0
10.15.0
|
2021-11-28 16:35:33 +00:00 |
|
Will McGugan
|
32eb5465ea
|
from_ansi method
|
2021-11-28 16:22:51 +00:00 |
|
Will McGugan
|
f0d0da81c0
|
Merge branch 'master' into v10.15.0
|
2021-11-28 16:08:17 +00:00 |
|
Will McGugan
|
a6d1d78487
|
Merge pull request #1706 from 0xDEC0DE/issue/1670
Add a Text.from_ansi helper method
|
2021-11-28 16:04:03 +00:00 |
|
Will McGugan
|
d6e6a7627e
|
Merge pull request #1698 from johnthagen/patch-1
Improve formatting of live command
|
2021-11-28 16:02:41 +00:00 |
|
Will McGugan
|
48da279103
|
Merge pull request #1707 from willmcgugan/dependabot/pip/black-21.11b1
Bump black from 21.10b0 to 21.11b1
|
2021-11-28 16:00:55 +00:00 |
|
Will McGugan
|
99831099bd
|
Merge pull request #1708 from Kludex/patch-1
Fix small typo on the Portuguese README
|
2021-11-28 16:00:35 +00:00 |
|
Will McGugan
|
86032f6354
|
exclude 36
|
2021-11-28 16:00:04 +00:00 |
|
Will McGugan
|
aeac63da7a
|
conditional test
|
2021-11-28 13:09:08 +00:00 |
|
Will McGugan
|
1799d3ba0d
|
conditional test
|
2021-11-28 13:05:03 +00:00 |
|
Will McGugan
|
5eafdbcee2
|
version bump
|
2021-11-28 12:44:58 +00:00 |
|
Will McGugan
|
26509386bc
|
changelog
|
2021-11-27 19:52:39 +00:00 |
|
Will McGugan
|
07d51ffc1a
|
race condition and tests
|
2021-11-27 19:41:29 +00:00 |
|
Will McGugan
|
53d9eeafe0
|
Merge pull request #1722 from sanders41/codespell
Fix failing codespell test
|
2021-11-27 17:11:36 +00:00 |
|
Paul Sanders
|
85771e2b0b
|
Fix failing codespell test
|
2021-11-27 08:33:06 -05:00 |
|
Will McGugan
|
55e11902ab
|
optimizations
|
2021-11-25 20:47:09 +00:00 |
|
Will McGugan
|
ba5d0c2cfc
|
changelog tweak
|
2021-11-20 10:53:06 +00:00 |
|
Will McGugan
|
666d0cf2b2
|
Merge pull request #1504 from boegel/dynamic_progress_example
add example with dynamic group of progress bars
|
2021-11-20 10:51:53 +00:00 |
|
Marcelo Trylesinski
|
65f1b7ffc6
|
Update README.pt-br.md
😗
|
2021-11-18 17:25:57 +01:00 |
|
Will McGugan
|
8b47f338e2
|
Merge pull request #1680 from The-Compiler/patch-2
Proofread Swiss German readme
|
2021-11-18 13:16:28 +00:00 |
|
Florian Bruhin
|
471d593039
|
Merge branch 'master' into patch-2
|
2021-11-18 14:14:53 +01:00 |
|
Florian Bruhin
|
20b0195b7c
|
Apply suggestions from code review
Co-authored-by: Kim Thoenen <kim@smuzey.ch>
Co-authored-by: Raphael Das Gupta <github.com@raphael.dasgupta.ch>
|
2021-11-18 14:13:36 +01:00 |
|
dependabot[bot]
|
52d91f764e
|
Bump black from 21.10b0 to 21.11b1
Bumps [black](https://github.com/psf/black) from 21.10b0 to 21.11b1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-11-18 13:03:54 +00:00 |
|
Nicolas Simonds
|
62ead7eded
|
Add a Text.from_ansi helper method
Add a simple little helper to run `AnsiDecoder.decode_line` over
"pre-cooked" inputs.
Fixes issue: #1670
|
2021-11-17 13:25:39 -08:00 |
|
johnthagen
|
caf52348c7
|
Improve formatting of live command
|
2021-11-16 11:09:47 -05:00 |
|
Will McGugan
|
008854c407
|
version bump
|
2021-11-16 15:11:29 +00:00 |
|
Will McGugan
|
5990463c14
|
Merge pull request #1679 from willmcgugan/dependabot/pip/sphinx-4.3.0
Bump sphinx from 4.2.0 to 4.3.0
|
2021-11-16 15:04:25 +00:00 |
|
Will McGugan
|
eff828cb23
|
Merge pull request #1697 from willmcgugan/text-in-print
special case for Text
|
2021-11-16 14:46:15 +00:00 |
|
Will McGugan
|
3c811afa91
|
special case for Text
|
2021-11-16 14:41:30 +00:00 |
|
Will McGugan
|
a6a54d0bd2
|
Merge pull request #1696 from willmcgugan/rich-cast-protocol
Rich cast protocol
|
2021-11-16 14:28:01 +00:00 |
|
Will McGugan
|
0349c2c581
|
formatting
|
2021-11-16 13:19:16 +00:00 |
|
Will McGugan
|
d22a78fdb6
|
update typing extensions
|
2021-11-16 13:11:23 +00:00 |
|
Will McGugan
|
20b27d53e4
|
added rich cast to protocol
|
2021-11-16 12:58:41 +00:00 |
|
Will McGugan
|
189731826b
|
Merge pull request #1685 from das-g/capitalize-PyPI-correctly
Capitalize "PyPI" correctly
|
2021-11-15 15:47:21 +00:00 |
|
Will McGugan
|
4abb30e68e
|
Merge pull request #1677 from 0xDEC0DE/issue/1676
Fix the text.Span.__repr__ method
|
2021-11-15 15:46:41 +00:00 |
|
dependabot[bot]
|
428613cd38
|
Bump sphinx from 4.2.0 to 4.3.0
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.2.0 to 4.3.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.2.0...v4.3.0)
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-11-15 15:45:22 +00:00 |
|
Will McGugan
|
3da380fde4
|
Merge pull request #1669 from willmcgugan/fix-win-width
Fix win width
|
2021-11-15 15:32:33 +00:00 |
|
Will McGugan
|
278402f25a
|
handle error
|
2021-11-15 15:24:09 +00:00 |
|
Will McGugan
|
4036874aeb
|
merge
|
2021-11-15 15:19:17 +00:00 |
|
Will McGugan
|
23502b44ff
|
change to env var
|
2021-11-15 15:13:59 +00:00 |
|
Will McGugan
|
ad83d0d64c
|
Merge pull request #1687 from paw-lu/pager-reference
Fix broken pager reference
|
2021-11-14 10:00:45 +00:00 |
|
Paulo S. Costa
|
b54b1da3e4
|
Fix broken pager reference
|
2021-11-13 15:41:27 -08:00 |
|
Raphael Borun Das Gupta
|
e1c4628ffe
|
capizalize "PyPI" correctly
|
2021-11-13 12:19:11 +01:00 |
|
Raphael Borun Das Gupta
|
200cca8d73
|
add LF at EOF
|
2021-11-13 12:18:02 +01:00 |
|
Will McGugan
|
337debce63
|
merge
|
2021-11-13 09:14:06 +00:00 |
|