Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1f1177d6
Commit
1f1177d6
authored
Oct 31, 2015
by
Martin Panter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some spelling errors in documentation and code comments
parent
3e8a7ad7
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
Doc/library/ssl.rst
Doc/library/ssl.rst
+1
-1
Doc/library/tracemalloc.rst
Doc/library/tracemalloc.rst
+1
-1
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.4.rst
+1
-1
Lib/html/entities.py
Lib/html/entities.py
+1
-1
Misc/HISTORY
Misc/HISTORY
+1
-1
Misc/NEWS
Misc/NEWS
+1
-1
No files found.
Doc/library/ssl.rst
View file @
1f1177d6
...
...
@@ -827,7 +827,7 @@ SSL sockets also have the following additional methods and attributes:
The :meth:`~SSLSocket.read` and :meth:`~SSLSocket.write` methods are the
low-level methods that read and write unencrypted, application-level data
and
and
decrypt/encrypt it to encrypted, wire-level data. These methods
and decrypt/encrypt it to encrypted, wire-level data. These methods
require an active SSL connection, i.e. the handshake was completed and
:meth:`SSLSocket.unwrap` was not called.
...
...
Doc/library/tracemalloc.rst
View file @
1f1177d6
...
...
@@ -460,7 +460,7 @@ Snapshot
All inclusive filters are applied at once, a trace is ignored if no
inclusive filters match it. A trace is ignored if at least one exclusive
filter matchs it.
filter match
e
s it.
.. classmethod:: load(filename)
...
...
Doc/whatsnew/3.4.rst
View file @
1f1177d6
...
...
@@ -2076,7 +2076,7 @@ using ``-Wd``).
Deprecations in the Python API
------------------------------
* As mentioned in :ref:`whatsnew-pep-451`, a number of :mod:`import
il
b`
* As mentioned in :ref:`whatsnew-pep-451`, a number of :mod:`import
li
b`
methods and functions are deprecated: :meth:`importlib.find_loader` is
replaced by :func:`importlib.util.find_spec`;
:meth:`importlib.machinery.PathFinder.find_module` is replaced by
...
...
Lib/html/entities.py
View file @
1f1177d6
...
...
@@ -221,7 +221,7 @@ name2codepoint = {
'spades'
:
0x2660
,
# black spade suit, U+2660 ISOpub
'sub'
:
0x2282
,
# subset of, U+2282 ISOtech
'sube'
:
0x2286
,
# subset of or equal to, U+2286 ISOtech
'sum'
:
0x2211
,
# n-ary sumation, U+2211 ISOamsb
'sum'
:
0x2211
,
# n-ary sum
m
ation, U+2211 ISOamsb
'sup'
:
0x2283
,
# superset of, U+2283 ISOtech
'sup1'
:
0x00b9
,
# superscript one = superscript digit one, U+00B9 ISOnum
'sup2'
:
0x00b2
,
# superscript two = superscript digit two = squared, U+00B2 ISOnum
...
...
Misc/HISTORY
View file @
1f1177d6
...
...
@@ -1966,7 +1966,7 @@ Core and Builtins
change also applies to bytes.splitlines and bytearray.splitlines.
- Issue #7732: Don't open a directory as a file anymore while importing a
module. Ignore the direc
otry if its name match
s the module name (e.g.
module. Ignore the direc
tory if its name matche
s the module name (e.g.
"__init__.py") and raise a ImportError instead.
- Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
Misc/NEWS
View file @
1f1177d6
...
...
@@ -1403,7 +1403,7 @@ Library
- Issue #21402: tkinter.ttk now works when default root window is not set.
- Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr
- Issue #10203: sqlite3.Row now truly supports sequence protocol. In particul
a
r
it supports reverse() and negative indices. Original patch by Claudiu Popa.
- Issue #18807: If copying (no symlinks) specified for a venv, then the python
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment