Commit message Age Author Refs
r28768:940136c3
Support pytest 8.1+ changes in pytest plugin (#14441) Pytest 8.1 has also changed the plugin API, as well as required new keyword arguments. I've shifted the pytest version calculation to the module level so we can use it everywhere, and continue supporting all versions of pytest that we can. Fixes #14390
M Bussonnier
0
r28767:1956f635
DOC: Copy-edit intro to config (#14437) Grammar Move example configs into same order
M Bussonnier
0
r28766:fd05a9a7
Fix for embedded shell venv check index error (#14440) Fixes the issue from #14126 where we get an index out of range error when VIRTUAL_ENV is set to a 1 or 2 part path (eg ".venv").
M Bussonnier
0
r28765:7df70a3c
Support pytest 8.1+ changes in pytest plugin Pytest 8.1 has also changed the plugin API, as well as required new keyword arguments. I've shifted the pytest version calculation to the module level so we can use it everywhere, and continue supporting all versions of pytest that we can. Fixes #14390
Steve Kowalik
0
r28764:269297b6
Fix for embedded shell venv check index error fixes #14126
Ben Jamin
0
r28763:43781b39
Fix crash on completion for optional six modules (#14436) closes #14434
M Bussonnier
0
r28762:7bdc7df3
Fix crash on completion for optional six modules
M Bussonnier
0
r28761:a4880464
Copy-edit intro to config Grammar Move example configs into same order
William Andrea
0
r28760:1066e43a
Fix many py2-style prints in docs and commented code. (#14432) The main interest was to transform py2-style print statements that still appeared in some docstrings (e.g. for %history) and would thus show up when looking at the docs either interactively or in the rendered website. I also fixed a number of commented-out print statements at the same time, mostly because it was easier for me to just regexp-change all of them so that I could focus on the others.
M Bussonnier
0
r28759:7a8349b0
Apply suggestions from code review
M Bussonnier
0
< 1 2 3 4 5 6 7 .. 2879 >