Skip to content

Commit 8197442

Browse files
committed
Merge branch 'master' into github
2 parents 086abf7 + 7152e8e commit 8197442

File tree

9 files changed

+13
-75
lines changed

9 files changed

+13
-75
lines changed

buildbots.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ the ``Tools/buildbot/test.bat`` script.
218218

219219
It is also possible to run a build on all of the custom builders at the same
220220
time. Navigate to the bottom of the
221-
`builders page <http://buildbot.python.org/all/builders>`_, then find[#]_
221+
`builders page <http://buildbot.python.org/all/builders>`_, then find [#]_
222222
and fill out the set of fields that includes a *Repo path:* field. Click the
223223
associated *Force Build* button to start the build on all available custom
224224
builders.

experts.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,15 +305,14 @@ JVM/Java frank.wierzbicki
305305

306306
Miscellaneous
307307
-------------
308-
================== ===========
308+
================== ==========================================================
309309
Interest Area Maintainers
310-
================== ===========
310+
================== ==========================================================
311311
algorithms
312312
argument clinic larry
313313
ast/compiler ncoghlan, benjamin.peterson, brett.cannon, georg.brandl, yselivanov
314314
autoconf/makefiles twouters*
315315
bsd
316-
benchmarks brett.cannon
317316
bug tracker ezio.melotti
318317
buildbots zach.ware
319318
bytecode benjamin.peterson, georg.brandl, yselivanov
@@ -334,6 +333,7 @@ memory management tim.peters, lemburg, twouters
334333
networking giampaolo.rodola,
335334
object model benjamin.peterson, twouters
336335
packaging tarek, lemburg, alexis, eric.araujo, dstufft, paul.moore
336+
performance brett.cannon, haypo, serhiy.storchaka, yselivanov
337337
pip ncoghlan, dstufft, paul.moore, Marcus.Smith
338338
py3 transition benjamin.peterson
339339
release management tarek, lemburg, benjamin.peterson, barry, loewis,
@@ -346,4 +346,4 @@ threads
346346
time and dates lemburg, belopolsky
347347
unicode lemburg, ezio.melotti, haypo, benjamin.peterson,
348348
version control eric.araujo, georg.brandl, ezio.melotti
349-
================== ===========
349+
================== ==========================================================

gitdevs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Bookmarks are local
182182

183183
Mercurial bookmarks are intended for local
184184
development and can be deleted with ease, whereas branches cannot.
185-
Note that deleting a bookmark does not mean that the releated changesets
185+
Note that deleting a bookmark does not mean that the related changesets
186186
are also deleted. You must use the `strip extension`_ to do that. Bookmarks can
187187
be published to a remote repo to be shared, but must explicitly be pushed (see
188188
https://www.mercurial-scm.org/wiki/Bookmarks#Working_with_remote_repositories

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Status:
117117
Dates in *italic* are scheduled and can be adjusted.
118118

119119
By default, the end-of-life is scheduled 5 years after the first release. It
120-
can be adjusted by the release manager of each branch. Versions older than 2.6
120+
can be adjusted by the release manager of each branch. Versions older than 2.7
121121
have reached end-of-life.
122122

123123
See also :ref:`Security branches <secbranch>`.

motivations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ participating in the CPython core development process:
141141
available, working on the infrastructure that supports CPython development,
142142
specifically the Roundup-based bug tracker and the buildbot system.
143143

144-
David currently does both proprietary and open source developement work,
144+
David currently does both proprietary and open source development work,
145145
primarily in Python, through the company in which he is a partner, `Murray &
146146
Walker, Inc <http://www.murrayandwalker.com>`_. He has done contract work
147147
focused specifically on CPython development both through the PSF (the
148148
kickstart of the email unicode API development) and directly funded by
149-
interested corporations (additional development work on email fundeded by
149+
interested corporations (additional development work on email funded by
150150
QNX, and work on CPython ICC support funded by Intel). He would like to
151151
spend more of his (and his company's) time on open source work, and so is
152152
actively seeking additional such contract opportunities.

tools/pydoctheme/static/pydoctheme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ div.related a {
2020
}
2121

2222
div.related a:hover {
23-
color: #0095C4;
23+
color: #eee;
2424
}
2525

2626
div.related:first-child {

tools/static/copybutton.js

Lines changed: 0 additions & 62 deletions
This file was deleted.

tools/static/py.png

-695 Bytes
Binary file not shown.

tools/templates/layout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "!layout.html" %}
22
{% block rootrellink %}
3-
<li><img src="{{ pathto('_static/py.png', 1) }}" alt=""
3+
<li><img src="{{ pathto('https://docs.python.org/3/_static/py.png', 1) }}" alt=""
44
style="vertical-align: middle; margin-top: -1px"/></li>
55
<li><a href="https://www.python.org/">Python</a>{{ reldelim1 }}</li>
66
<li>
@@ -30,8 +30,8 @@
3030
{%- endif %}
3131
{% endblock %}
3232
{% block extrahead %}
33-
<link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
34-
{% if not embedded %}<script type="text/javascript" src="{{ pathto('_static/copybutton.js', 1) }}"></script>{% endif %}
33+
<link rel="shortcut icon" type="image/png" href="{{ pathto('https://docs.python.org/3/_static/py.png', 1) }}" />
34+
{% if not embedded %}<script type="text/javascript" src="{{ pathto('https://docs.python.org/3/_static/copybutton.js', 1) }}"></script>{% endif %}
3535

3636
{{ super() }}
3737
{% endblock %}

0 commit comments

Comments
 (0)