Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Jarrod Millman
- Mon, 15 Aug 2022 13:55:46
Show More
.github/workflows/mypy.yml
0
+2
-2
@@
-2,9
+2,9
b' name: Run MyPy'
2
2
3
3
on :
4
4
push :
5
branches : [ master , 7.x ]
5
branches : [ main , 7.x ]
6
6
pull_request :
7
branches : [ master , 7.x ]
7
branches : [ main , 7.x ]
8
8
9
9
jobs :
10
10
build :
.github/workflows/python-package.yml
0
+2
-2
@@
-5,9
+5,9
b' name: Python package'
5
5
6
6
on :
7
7
push :
8
branches : [ master , 7.x ]
8
branches : [ main , 7.x ]
9
9
pull_request :
10
branches : [ master , 7.x ]
10
branches : [ main , 7.x ]
11
11
12
12
jobs :
13
13
formatting :
.github/workflows/test.yml
0
0
-1
@@
-4,7
+4,6
b' on:'
4
4
push :
5
5
branches :
6
6
- main
7
- master
8
7
- '*.x'
9
8
pull_request :
10
9
# Run weekly on Monday at 1:23 UTC
CONTRIBUTING.md
0
+2
-2
@@
-33,7
+33,7
b' When opening a new Issue, please take the following steps:'
33
33
34
34
1. Search GitHub and/or Google for your issue to avoid duplicate reports.
35
35
Keyword searches for your error messages are most helpful.
36
2. If possible, try updating to master and reproducing your issue,
36
2. If possible, try updating to main and reproducing your issue,
37
37
because we may have already fixed it.
38
38
3. Try to include a minimal reproducible test case.
39
39
4. Include relevant system information. Start with the output of:
@@
-53,7
+53,7
b' Some guidelines on contributing to IPython:'
53
53
Review and discussion can begin well before the work is complete,
54
54
and the more discussion the better.
55
55
The worst case is that the PR is closed.
56
* Pull Requests should generally be made against master
56
* Pull Requests should generally be made against main
57
57
* Pull Requests should be tested, if feasible:
58
58
- bugfixes should include regression tests.
59
59
- new behavior should at least get minimal exercise.
IPython/__init__.py
0
+1
-1
@@
-38,7
+38,7
b' Python 3.7 was still supported with the 7.x branch.'
38
38
39
39
See IPython `README.rst` file for more information:
40
40
41
https://github.com/ipython/ipython/blob/master/README.rst
41
https://github.com/ipython/ipython/blob/main /README.rst
42
42
43
43
"""
44
44
)
README.rst
0
+2
-2
@@
-1,5
+1,5
b''
1
.. image :: https://codecov.io/github/ipython/ipython/coverage.svg?branch=master
2
:target: https://codecov.io/github/ipython/ipython?branch=master
1
.. image :: https://codecov.io/github/ipython/ipython/coverage.svg?branch=main
2
:target: https://codecov.io/github/ipython/ipython?branch=main
3
3
4
4
.. image :: https://img.shields.io/pypi/v/IPython.svg
5
5
:target: https://pypi.python.org/pypi/ipython
docs/source/coredev/index.rst
0
+3
-3
@@
-14,12
+14,12
b' For instructions on how to make a developer install see :ref:`devinstall`.'
14
14
Backporting Pull requests
15
15
=========================
16
16
17
All pull requests should usually be made against ``master`` , if a Pull Request
17
All pull requests should usually be made against ``main `` , if a Pull Request
18
18
need to be backported to an earlier release; then it should be tagged with the
19
19
correct ``milestone`` .
20
20
21
21
If you tag a pull request with a milestone **before** merging the pull request,
22
and the base ref is ``master`` , then our backport bot should automatically create
22
and the base ref is ``main `` , then our backport bot should automatically create
23
23
a corresponding pull-request that backport on the correct branch.
24
24
25
25
If you have write access to the IPython repository you can also just mention the
@@
-78,7
+78,7
b' for the release you are actually making::'
78
78
PREV_RELEASE=4.2.1
79
79
MILESTONE=5.0
80
80
VERSION=5.0.0
81
BRANCH=master
81
BRANCH=main
82
82
83
83
For `reproducibility of builds <https://reproducible-builds.org/specs/source-date-epoch/> `_ ,
84
84
we recommend setting ``SOURCE_DATE_EPOCH`` prior to running the build; record the used value
examples/IPython Kernel/Terminal Usage.ipynb
0
+1
-1
@@
-196,7
+196,7
b''
196
196
"cell_type": "markdown",
197
197
"metadata": {},
198
198
"source": [
199
"The `%gui` magic can be similarly used to control Wx, Tk, glut and pyglet applications, [as can be seen in our examples](https://github.com/ipython/ipython/tree/master/examples/lib)."
199
"The `%gui` magic can be similarly used to control Wx, Tk, glut and pyglet applications, [as can be seen in our examples](https://github.com/ipython/ipython/tree/main /examples/lib)."
200
200
]
201
201
},
202
202
{
setup.py
0
+1
-1
@@
-48,7
+48,7
b' Python 3.7 was still supported with the 7.x branch.'
48
48
49
49
See IPython `README.rst` file for more information:
50
50
51
https://github.com/ipython/ipython/blob/master/README.rst
51
https://github.com/ipython/ipython/blob/main /README.rst
52
52
53
53
Python {py} detected.
54
54
{pip}
tools/github_stats.py
0
+2
-2
tools/release_helper.sh
0
+1
-1
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages