##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
r26965:74c6e322
Disable codecov for current patch It is too sensitive and fails when the number of lines in a file decreases.
Matthias Bussonnier
0
r26964:4e0a708c
Merge pull request #13228 from erihe251/patch-1 Import `reload` from `importlib` instead of deprecated `imp`
Matthias Bussonnier
merge
0
r26962:3206fcd4
Import `reload` from `importlib` instead of `imp` The `imp` module was deprecated in Python 3.4 in favor of `importlib`, and the function `imp.reload` is now just a wrapper for `importlib.reload`.
Erik
0
r26960:d077cd11
Merge pull request #13225 from adamchainz/quickref_exec Fix quick reference documentation for 'exec'
Matthias Bussonnier
merge
0
r26959:2387d343
Merge pull request #13226 from Kojoley/ci-collect-coverage-gha-pytest CI: Collect coverage from GHA Pytest run
Matthias Bussonnier
merge
0
r26958:2358ac79
CI: Collect coverage from GHA Pytest run
Nikita Kniazev
0
r26957:51d01f74
TST: Restore original trace function
Nikita Kniazev
0
r26955:09e2f50d
Fix quick reference documentation for 'exec' `exec` was a statement in Python 2.7, but it's a function in Python 3+. Following the old quickref line triggers a `SyntaxError` on Python 3: ``` In [2]: exec _i1 File "<ipython-input-12-f8fcb58cbaa6>", line 1 exec _i1 ^ SyntaxError: Missing parentheses in call to 'exec' ``` But it is fixed with the parentheses: ``` In [3]: exec(_i1) ```
Adam Johnson
0
r26951:1eeb3a47
Merge pull request #13218 from Carreau/int-pdb-default Set InterruptiblePdb as the default debugger.
Matthias Bussonnier
merge
0
r26949:24290cb1
Merge pull request #13206 from sgaist/nose_cleanup_first_step Nose cleanup first step
Matthias Bussonnier
merge
0
r26948:cbf83d65
Merge pull request #13216 from Kojoley/ci-upload-coverage-from-appveyor CI: Upload coverage from Appveyor
Matthias Bussonnier
merge
0
r26947:e92f7049
Set InterruptiblePdb as the default debugger. This make sure that user can stop pdb with SigInt, for example if you refresh your notebook while being in a debug session.
Matthias Bussonnier
0
r26946:4ea65147
CI: Upload coverage from Appveyor
Nikita Kniazev
0
r26945:2620482a
Merge pull request #13211 from paw-lu/save-docstring Adhere to usage style when documenting save args
Matthias Bussonnier
merge
0
r26944:ce18cc44
Merge pull request #13215 from Carreau/reformat-x reformat previous commit
Matthias Bussonnier
merge
0
r26943:69dbfc1c
reformat previous commit
Matthias Bussonnier
0
r26942:65b80ee4
Merge pull request #13212 from python-pitfalls/master removed a name shadowing pitfall
Matthias Bussonnier
merge
0
r26941:32ffaeff
Merge pull request #13214 from Kojoley/ipexec-pycharm-qol-fix ipexec: prevent output coloring under PyCharm
Matthias Bussonnier
merge
0
r26940:32497c8d
Merge pull request #13213 from Kojoley/fix-bunch-of-doctests Fix bunch of doctests
Matthias Bussonnier
merge
0
r26939:b5dc5d7c
ipexec: prevent output coloring under PyCharm QOL thing that fixes test suite fails under PyCharm
Nikita Kniazev
0
load next
< 1 2 3 4 5 6 7 .. 1268 >
showing 20 out of 25358 commits