##// END OF EJS Templates
Commit Message Age Author Refs
r28694:43f9010d
Disable scheduled CI runs on forks (#14366) The three scheduled CI runs are running on forks of the main repo, e.g. https://github.com/ianthomas23/ipython/actions. They can be disabled by each fork owner, but this PR disables them for all forks.
M Bussonnier
merge main
0
r28693:402cb44a
Disable scheduled CI runs on forks
Ian Thomas
0
r28692:83ff718a
Fix small typo: imput -> input (#14363)
M Bussonnier
merge main
0
r28691:4f6eb6f2
Add a matplotlib optional target dependency (#14362) Would help with https://github.com/ipython/matplotlib-inline/issues/4
M Bussonnier
merge main
0
r28690:2628f2ff
Fix small typo: imput -> input
haochengxia
0
r28689:dbe7add8
Add a matpltolib optional target dependency Would help with https://github.com/ipython/matplotlib-inline/issues/4
Matthias Bussonnier
0
r28688:55800a96
back to dev
Matthias Bussonnier
0
r28687:d1804576
release 8.22.2
Matthias Bussonnier
0
r28686:d3a9eeb0
Backport PR #14360 on branch 8.22.x (Whats new 8.22.1, 8.22.2) (#14361) Backport PR #14360: Whats new 8.22.1, 8.22.2
M Bussonnier
merge
0
r28685:3e51a996
Backport PR #14360: Whats new 8.22.1, 8.22.2
M Bussonnier
0
r28684:31bf1b4c
Whats new 8.22.1, 8.22.2 (#14360)
M Bussonnier
merge
0
r28683:5b445096
Whats new 8.22.1, 8.22.2
Matthias Bussonnier
0
r28682:7c22387c
Improve inference from return type annotations in completer (#14357) Addresses the issue of non-jedi completer not picking type annotations for `__init__()` brought up in https://github.com/ipython/ipython/issues/14336 ![completion_works](https://github.com/ipython/ipython/assets/5832902/73d44e26-123e-4691-87a6-e4d92c6f5061) Follow-up to https://github.com/ipython/ipython/pull/14185 Supports: - [x] `Annotated` - [x] `AnyStr` - [x] `Literal` - [x] `LiteralString` - [x] `NewType` - [x] `Optional` - [x] `Protocol` - [x] `Self` - [x] `TypeAliasType` (`type` keyword in Python 3.12+) - [x] `TypedDict` - [x] `TypeGuard` - [x] `Union` Limitations: - no type narrowing: ambiguous return types from `Union`, and `Optional` will always return all possible values - generics (`TypeVar` and `Generic`) are not support (except for `AnyStr`) - old style `TypeAlias` (deprecated in Python 3.12) is not supported
M Bussonnier
merge
0
r28681:10da2ebf
Reexport arg_split on emscripten. (#14356) Closes jupyterlite/demo#139
M Bussonnier
merge
0
r28680:55e79ef4
Implement remaining special `typing` wrappers
krassowski
0
r28679:6de76434
Add version guards
krassowski
0
r28678:adeb769d
Support for `Self`, custom types, type aliases and single literals; clean up no longer needed `Protocol` fallback
krassowski
0
r28677:1238d86b
Reexport arg_split on emscripten. Closes jupyterlite/demo#139
Matthias Bussonnier
0
r28676:51647c4f
Support stringized return type annotations
krassowski
0
r28675:82a25e85
Infer type for `__init__` calls (including `__new__` mods)
krassowski
0
load next
< 1 2 3 4 5 6 7 .. 1435 >
showing 20 out of 28695 commits