##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r25441:7d815833
Exclude .git-blame-ignore-revs to fix CI .git-blame-ignore-revs is added so that we can ignore revisions in .git-blame, mostly code reformatting; but CI check that all files are explicitly included (or excluded) from manifest; so we need to list this one explicitly for travis to succeed.
Matthias Bussonnier
0
r25440:cddef04a
Update IPython/lib/pretty.py
Eric Wieser
0
r25439:53490e42
Merge pull request #12093 from yangyangxcf/catch_memory_error catch `MemoryError` raised by `compile`
Matthias Bussonnier
merge
0
r25438:dd15a1b4
Merge pull request #12106 from ras44/patch-1 Escape character now displays on readthedocs
Matthias Bussonnier
merge
0
r25437:42b7b7c2
Escape character now displays on readthedocs
ras44
0
r25436:deb53640
The fix_error_editor hook was deprecated in version 7.0, and no complaints have been raised as of today: https://github.com/ipython/ipython/issues/9649
Augusto
0
r25435:5741513a
Try and use groups instead
Eric Wieser
0
r25434:16865e0f
Simplify and extend the test for multiline repr `BreakingReprParent` is not really necessary here, testing using lists is easier to understand, and lets us test multiple lengths of list.
Eric Wieser
0
r25433:a4e12b3d
Start multi-line __repr__s on their own line Fixes gh-12098
Eric Wieser
0
r25432:47d58f42
More work on Trio background loop Revert changes to _async_helpers.py. Add a new _trio_runner property to the `InteractiveShell` class for use with a PR on the `ipykernel` repo that populates this property. Co-authored-by: Brian Mackintosh <bcmackintosh@gmail.com>
Mark E. Haase
0
r25430:4527b9ca
add test
yangyang
0
r25429:24cb49b3
catch `MemoryError` in compiling
yangyang
0
r25428:2cfa2568
Add section to README about enabling blame ignore revs.
Terry Davis
0
r25427:0d29159e
Adds support for blame ignore. Windows and non-Windows scripts are provided for initial setup. Commit hashes to ignore are entered in the file .git-blame-ignore-revs
Terry Davis
0
r25426:018538a0
More work on long-lived Trio loop -Better handling for race condition on loop startup -Better handling of errors for tasks in the global nursery: it doesn't crash the global nursery, it just logs the exception -And some other code cleanup Co-authored-by: Brian Mackintosh <bcmackintosh@gmail.com>
Mark E. Haase
0
r25425:f724bc82
Experimental patch to keep Trio event loop alive between cells Run Trio in a background thread and use trio.from_thread.run() to schedule cells in that thread. This exports a nursery object named GLOBAL_NURSERY that client code can use to start background tasks without blocking the completion of the current cell. Co-authored-by: Brian Mackintosh <bcmackintosh@gmail.com>
Mark E. Haase
0
r25424:a6082c6f
Merge pull request #12086 from tacaswell/mnt_pytest MNT: update pytest.ini to work with pytest > 3
Matthias Bussonnier
merge
0
r25423:4d15a7de
Merge pull request #12085 from tacaswell/fix_pickle_inline MNT: ensure we can show un-pickled figures
Matthias Bussonnier
merge
0
r25422:67c52adc
Merge pull request #12087 from Carreau/disable-arm Remove some failing ARM 64, and add an environment variable
Matthias Bussonnier
merge
0
r25421:9ef08404
Remove some failing ARM 64, and add an environment variable Env variable for better report of travis failure in the UI or the builds are otherwise impossible to distinguish.
Matthias Bussonnier
0
load next
< 1 .. 6 7 8 9 10 .. 1218 >
showing 20 out of 24359 commits