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
f0564164
Commit
f0564164
authored
May 08, 2016
by
Martin Panter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in comments, documentation and test method names
parent
129fe04d
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
12 additions
and
12 deletions
+12
-12
Doc/howto/logging-cookbook.rst
Doc/howto/logging-cookbook.rst
+1
-1
Doc/reference/simple_stmts.rst
Doc/reference/simple_stmts.rst
+1
-1
Lib/http/cookiejar.py
Lib/http/cookiejar.py
+1
-1
Lib/idlelib/ChangeLog
Lib/idlelib/ChangeLog
+1
-1
Lib/test/test_descr.py
Lib/test/test_descr.py
+1
-1
Lib/test/test_module.py
Lib/test/test_module.py
+1
-1
Lib/tkinter/__init__.py
Lib/tkinter/__init__.py
+2
-2
Lib/urllib/robotparser.py
Lib/urllib/robotparser.py
+1
-1
Mac/BuildScript/scripts/postflight.patch-profile
Mac/BuildScript/scripts/postflight.patch-profile
+2
-2
Misc/NEWS
Misc/NEWS
+1
-1
No files found.
Doc/howto/logging-cookbook.rst
View file @
f0564164
...
...
@@ -2231,7 +2231,7 @@ flushing behavior.
The example script has a simple function, ``foo``, which just cycles through
all the logging levels, writing to ``sys.stderr`` to say what level it's about
to log at, and then actually logging a message
th
at that level. You can pass a
to log at, and then actually logging a message at that level. You can pass a
parameter to ``foo`` which, if true, will log at ERROR and CRITICAL levels -
otherwise, it only logs at DEBUG, INFO and WARNING levels.
...
...
Doc/reference/simple_stmts.rst
View file @
f0564164
...
...
@@ -237,7 +237,7 @@ Assignment of an object to a single target is recursively defined as follows.
phase
,
causing
less
detailed
error
messages
.
Although
the
definition
of
assignment
implies
that
overlaps
between
the
left
-
hand
side
and
the
right
-
hand
side
are
'simultane
n
ous'
(
for
example
``
a
,
b
=
left
-
hand
side
and
the
right
-
hand
side
are
'simultaneous'
(
for
example
``
a
,
b
=
b
,
a
``
swaps
two
variables
),
overlaps
*
within
*
the
collection
of
assigned
-
to
variables
occur
left
-
to
-
right
,
sometimes
resulting
in
confusion
.
For
instance
,
the
following
program
prints
``[
0
,
2
]``::
...
...
Lib/http/cookiejar.py
View file @
f0564164
...
...
@@ -1841,7 +1841,7 @@ def lwp_cookie_str(cookie):
class LWPCookieJar(FileCookieJar):
"""
The
LWPCookieJar
saves
a
sequence
of
"Set-Cookie3"
lines
.
"Set-Cookie3"
is
the
format
used
by
the
libwww
-
perl
libary
,
not
known
"Set-Cookie3"
is
the
format
used
by
the
libwww
-
perl
lib
r
ary
,
not
known
to
be
compatible
with
any
browser
,
but
which
is
easy
to
read
and
doesn
't lose information about RFC 2965 cookies.
...
...
Lib/idlelib/ChangeLog
View file @
f0564164
...
...
@@ -1574,7 +1574,7 @@ Mon Oct 12 23:59:27 1998 Guido van Rossum <guido@cnri.reston.va.us>
* Attic/PopupMenu.py: Pass a root to the help window.
* SearchBinding.py:
Add parent argument to '
t
o to line number' dialog box.
Add parent argument to '
g
o to line number' dialog box.
Sat Oct 10 19:15:32 1998 Guido van Rossum <guido@cnri.reston.va.us>
...
...
Lib/test/test_descr.py
View file @
f0564164
...
...
@@ -3489,7 +3489,7 @@ order (MRO) for bases """
b
.
a
=
a
z
=
deepcopy
(
a
)
# This blew up before
def
test_unintialized_modules
(
self
):
def
test_unin
i
tialized_modules
(
self
):
# Testing uninitialized module objects...
from
types
import
ModuleType
as
M
m
=
M
.
__new__
(
M
)
...
...
Lib/test/test_module.py
View file @
f0564164
...
...
@@ -30,7 +30,7 @@ class ModuleTests(unittest.TestCase):
pass
self
.
assertEqual
(
foo
.
__doc__
,
ModuleType
.
__doc__
)
def
test_unintialized_missing_getattr
(
self
):
def
test_unin
i
tialized_missing_getattr
(
self
):
# Issue 8297
# test the text in the AttributeError of an uninitialized module
foo
=
ModuleType
.
__new__
(
ModuleType
)
...
...
Lib/tkinter/__init__.py
View file @
f0564164
...
...
@@ -1249,7 +1249,7 @@ class Misc:
nsign, b, f, h, k, s, t, w, x, y, A, E, K, N, W, T, X, Y, D = args
# Missing: (a, c, d, m, o, v, B, R)
e = Event()
# serial field: valid
v
or all events
# serial field: valid
f
or all events
# number of button: ButtonPress and ButtonRelease events only
# height field: Configure, ConfigureRequest, Create,
# ResizeRequest, and Expose events only
...
...
@@ -1261,7 +1261,7 @@ class Misc:
# y field: "
valid
for
events
that
contain
a
y
field
"
# keysym as decimal: KeyPress and KeyRelease events only
# x_root, y_root fields: ButtonPress, ButtonRelease, KeyPress,
# KeyRelease,and Motion events
# KeyRelease,
and Motion events
e.serial = getint(nsign)
e.num = getint_event(b)
try: e.focus = getboolean(f)
...
...
Lib/urllib/robotparser.py
View file @
f0564164
...
...
@@ -132,7 +132,7 @@ class RobotFileParser:
return
True
# Until the robots.txt file has been read or found not
# to exist, we must assume that no url is allowable.
# This prevents false positives when a user errone
n
ously
# This prevents false positives when a user erroneously
# calls can_fetch() before calling read().
if
not
self
.
last_checked
:
return
False
...
...
Mac/BuildScript/scripts/postflight.patch-profile
View file @
f0564164
...
...
@@ -58,7 +58,7 @@ case "${BSH}" in
fi
echo
""
>>
"
${
RC
}
"
echo
"# Setting PATH for Python
${
PYVER
}
"
>>
"
${
RC
}
"
echo
"# The orginal version is saved in .cshrc.pysave"
>>
"
${
RC
}
"
echo
"# The or
i
ginal version is saved in .cshrc.pysave"
>>
"
${
RC
}
"
echo
"set path=(
${
PYTHON_ROOT
}
/bin "
'$path'
")"
>>
"
${
RC
}
"
if
[
`
id
-ur
`
=
0
]
;
then
chown
"
${
USER
}
"
"
${
RC
}
"
...
...
@@ -90,7 +90,7 @@ if [ -f "${PR}" ]; then
fi
echo
""
>>
"
${
PR
}
"
echo
"# Setting PATH for Python
${
PYVER
}
"
>>
"
${
PR
}
"
echo
"# The orginal version is saved in
`
basename
${
PR
}
`
.pysave"
>>
"
${
PR
}
"
echo
"# The or
i
ginal version is saved in
`
basename
${
PR
}
`
.pysave"
>>
"
${
PR
}
"
echo
'PATH="'
"
${
PYTHON_ROOT
}
/bin"
':${PATH}"'
>>
"
${
PR
}
"
echo
'export PATH'
>>
"
${
PR
}
"
if
[
`
id
-ur
`
=
0
]
;
then
...
...
Misc/NEWS
View file @
f0564164
...
...
@@ -2674,7 +2674,7 @@ Library
is run with pythonw.exe.
- Issue #21775: shutil.copytree(): fix crash when copying to VFAT. An exception
handler assumed that
that
OSError objects always have a 'winerror' attribute.
handler assumed that OSError objects always have a 'winerror' attribute.
That is not the case, so the exception handler itself raised AttributeError
when run on Linux (and, presumably, any other non-Windows OS).
Patch by Greg Ward.
...
...
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