Commit graph

3376 commits

Author SHA1 Message Date
dependabot[bot]
b2748eb990
Bump sphinx from 3.4.3 to 3.5.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.3 to 3.5.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.3...v3.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 05:35:30 +00:00
Will McGugan
61f5a0ddae
Merge pull request #1020 from paw-lu/layout-docs-string
Add missing closing string quote to Layout example in doc
2021-02-16 19:46:48 +00:00
Paulo S. Costa
9b5ece5425 Add closing string quote to layout example 2021-02-16 11:37:23 -08:00
Will McGugan
5e353b1785 layout docs 2021-02-16 08:26:41 +00:00
Will McGugan
2bfd6152a8 downgrade sphinx 2021-02-15 21:23:59 +00:00
Will McGugan
c936e9ee24 changelog 2021-02-15 21:13:34 +00:00
Will McGugan
44f54dd8e8
Merge pull request #998 from finnhughes/timestamp_miliseconds
Allow timestamps to include milliseconds
2021-02-15 21:08:50 +00:00
Will McGugan
0f31a17c04
Merge branch 'master' into timestamp_miliseconds 2021-02-15 21:05:40 +00:00
Will McGugan
895d017d9b
Merge pull request #1008 from willmcgugan/alt-screen
Alt screen
2021-02-15 21:03:48 +00:00
Will McGugan
a7fa23dcb3 layout 2021-02-15 20:48:36 +00:00
Finn Hughes
d52c2a8fc7 Allow timestamps to include milliseconds
Allow log_time_format to be string or callable e.g:

def time_formatter(timestamp: datetime) -> str:
    milliseconds = int(timestamp.microsecond / 1000.0 + 0.5)
    return f'{timestamp.strftime("%H:%M:%S")}.{milliseconds:03}'
2021-02-15 15:47:27 +00:00
finnhughes
ed5834eb5c
Merge pull request #2 from willmcgugan/master
Pull in upstream
2021-02-15 15:17:53 +00:00
Will McGugan
9a29b36514 docs 2021-02-15 12:04:26 +00:00
Will McGugan
2c59d85417
Merge pull request #1012 from willmcgugan/dependabot/pip/sphinx-3.5.0
Bump sphinx from 3.4.3 to 3.5.0
2021-02-15 10:20:04 +00:00
Will McGugan
4161c56079
Merge pull request #1013 from willmcgugan/dependabot/pip/pygments-2.8.0
Bump pygments from 2.7.4 to 2.8.0
2021-02-15 10:19:45 +00:00
dependabot[bot]
6110f20e90
Bump pygments from 2.7.4 to 2.8.0
Bumps [pygments](https://github.com/pygments/pygments) from 2.7.4 to 2.8.0.
- [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.4...2.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-15 06:05:32 +00:00
dependabot[bot]
28ab304132
Bump sphinx from 3.4.3 to 3.5.0
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.3 to 3.5.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.3...v3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-15 06:04:13 +00:00
Will McGugan
0a5315a211
Update layout.rst
Words
2021-02-14 21:26:25 +00:00
Will McGugan
29a9e777aa docs 2021-02-14 21:02:45 +00:00
Will McGugan
3677311699 layout docstrings 2021-02-14 20:58:46 +00:00
Will McGugan
d1bf477be1 layout api and docs 2021-02-14 20:56:30 +00:00
Will McGugan
e97f77c71c docs 2021-02-14 20:38:08 +00:00
Will McGugan
b0c2008e1a black 2021-02-14 14:13:07 +00:00
Will McGugan
97f4ffd556 Docs 2021-02-14 14:08:05 +00:00
Will McGugan
a5dc32dcf2 formatting 2021-02-14 11:09:20 +00:00
Will McGugan
80e83169ea size in console options 2021-02-14 11:07:16 +00:00
Will McGugan
7edf183bed docs and tests 2021-02-14 09:48:34 +00:00
Will McGugan
d89c29200b skip tests on windows 2021-02-13 19:14:56 +00:00
Will McGugan
b44cf8fe07 Protocol for 3.6 2021-02-13 19:01:19 +00:00
Will McGugan
600aef3ac3 typing fixes 2021-02-13 18:58:41 +00:00
Will McGugan
06d99d75c2 Test fix 2021-02-13 18:45:40 +00:00
Will McGugan
f09eb9a9a2 Merge branch 'alt-screen' of github.com:willmcgugan/rich into alt-screen 2021-02-13 18:26:13 +00:00
Will McGugan
0c5809d038 formatting fixes 2021-02-13 18:25:47 +00:00
Will McGugan
4b2fa3c35b
Merge branch 'master' into alt-screen 2021-02-13 18:20:19 +00:00
Will McGugan
60f41610cd test fixes 2021-02-13 18:17:14 +00:00
Will McGugan
da69cff49f tests 2021-02-13 17:50:43 +00:00
Will McGugan
70a3cb2903 test layout 2021-02-13 17:50:34 +00:00
Will McGugan
1b1f2d0631 new layout class 2021-02-12 21:59:35 +00:00
finnhughes
2a5601214c
Merge pull request #1 from willmcgugan/master
Sync with upstream
2021-02-10 18:36:57 +00:00
Will McGugan
f81b92842a
Merge pull request #994 from nathanrpage97/feat/ipython-traceback
Add traceback feature for IPython
2021-02-10 10:29:19 +00:00
Nathan Page
e2f1584bc0 remove checking ipython traceback closure 2021-02-07 19:46:50 -08:00
Nathan Page
1d08a76c2e use tb_offset to correctly format stack trace 2021-02-07 19:40:27 -08:00
Nathan Page
22d55908d2 fix mypy typing extension for Literal 2021-02-07 13:53:25 -08:00
Nathan Page
0d731c5d5a format with black 2021-02-07 13:51:15 -08:00
Nathan Page
dec0c0b246 add the ability for traceback to install in ipython 2021-02-07 13:46:46 -08:00
Will McGugan
a16b4db879 blurb 2021-02-07 13:47:38 +00:00
Will McGugan
930dfbde28 alternate screen 2021-02-06 16:28:00 +00:00
Will McGugan
122b8131bb live refactor 2021-02-06 11:49:54 +00:00
Will McGugan
0a54346bda
Link to Swedish translation 2021-02-03 12:23:01 +00:00
Will McGugan
e06b8f51c1
Merge pull request #981 from Adilius/master
Added a swedish translation of the README
2021-02-03 12:20:14 +00:00