Show More
@@ -39,7 +39,7 b' jobs:' | |||
|
39 | 39 | - name: Install and update Python dependencies |
|
40 | 40 | run: | |
|
41 | 41 | python -m pip install --upgrade -e file://$PWD#egg=ipython[test] |
|
42 | # we must instal IPython after ipykernel to get the right versions. | |
|
42 | # we must install IPython after ipykernel to get the right versions. | |
|
43 | 43 | python -m pip install --upgrade --upgrade-strategy eager flaky ipyparallel |
|
44 | 44 | python -m pip install --upgrade 'pytest<7' |
|
45 | 45 | - name: pytest |
@@ -1182,7 +1182,7 b' class IPCompleter(Completer):' | |||
|
1182 | 1182 | |
|
1183 | 1183 | # This is a list of names of unicode characters that can be completed |
|
1184 | 1184 | # into their corresponding unicode value. The list is large, so we |
|
1185 |
# lazil |
|
|
1185 | # lazily initialize it on first use. Consuming code should access this | |
|
1186 | 1186 | # attribute through the `@unicode_names` property. |
|
1187 | 1187 | self._unicode_names = None |
|
1188 | 1188 | |
@@ -2070,7 +2070,7 b' class IPCompleter(Completer):' | |||
|
2070 | 2070 | indexed. |
|
2071 | 2071 | line_buffer : optional, str |
|
2072 | 2072 | The current line the cursor is in, this is mostly due to legacy |
|
2073 |
reason that readline cou |
|
|
2073 | reason that readline could only give a us the single current line. | |
|
2074 | 2074 | Prefer `full_text`. |
|
2075 | 2075 | text : str |
|
2076 | 2076 | The current "token" the cursor is in, mostly also for historical |
@@ -33,7 +33,7 b' from IPython.testing.decorators import skipif_not_numpy' | |||
|
33 | 33 | |
|
34 | 34 | if platform.python_implementation() == "PyPy": |
|
35 | 35 | pytest.skip( |
|
36 | "Current autoreload implementation is extremly slow on PyPy", | |
|
36 | "Current autoreload implementation is extremely slow on PyPy", | |
|
37 | 37 | allow_module_level=True, |
|
38 | 38 | ) |
|
39 | 39 |
@@ -3,4 +3,4 b'' | |||
|
3 | 3 | ## Reporting a Vulnerability |
|
4 | 4 | |
|
5 | 5 | All IPython and Jupyter security are handled via security@ipython.org. |
|
6 |
You can find more information |
|
|
6 | You can find more information on the Jupyter website. https://jupyter.org/security |
@@ -5,7 +5,7 b' matrix:' | |||
|
5 | 5 | environment: |
|
6 | 6 | global: |
|
7 | 7 | APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022' |
|
8 | COLUMNS: 120 # Appveyor web viwer window width is 130 chars | |
|
8 | COLUMNS: 120 # Appveyor web viewer window width is 130 chars | |
|
9 | 9 | |
|
10 | 10 | matrix: |
|
11 | 11 | - PYTHON: "C:\\Python38" |
@@ -204,7 +204,7 b" suppress the seed line so it doesn't show up in the rendered output" | |||
|
204 | 204 | [0.22591016, 0.77731835], |
|
205 | 205 | [0.0072729 , 0.34273127]]) |
|
206 | 206 | |
|
207 | For more information on @supress and @doctest decorators, please refer to the end of this file in | |
|
207 | For more information on @suppress and @doctest decorators, please refer to the end of this file in | |
|
208 | 208 | Pseudo-Decorators section. |
|
209 | 209 | |
|
210 | 210 | Another demonstration of multi-line input and output |
@@ -111,7 +111,7 b' then' | |||
|
111 | 111 | sleep 1 |
|
112 | 112 | echo $BLUE"Saving API to file $PREV_RELEASE"$NOR |
|
113 | 113 | frappuccino IPython IPython.kernel IPython.lib IPython.qt IPython.lib.kernel IPython.html IPython.frontend IPython.external --save IPython-$PREV_RELEASE.json |
|
114 |
echo $BLUE"com |
|
|
114 | echo $BLUE"coming back to $BRANCH"$NOR | |
|
115 | 115 | git checkout $BRANCH |
|
116 | 116 | sleep 1 |
|
117 | 117 | echo $BLUE"comparing ..."$NOR |
General Comments 0
You need to be logged in to leave comments.
Login now