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
1134d232
Commit
1134d232
authored
Aug 17, 2013
by
Ezio Melotti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#18705: fix a number of typos. Patch by Févry Thibault.
parent
dd1cb2e1
Changes
25
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
44 additions
and
44 deletions
+44
-44
Lib/_osx_support.py
Lib/_osx_support.py
+5
-5
Lib/_strptime.py
Lib/_strptime.py
+1
-1
Lib/aifc.py
Lib/aifc.py
+1
-1
Lib/calendar.py
Lib/calendar.py
+1
-1
Lib/datetime.py
Lib/datetime.py
+1
-1
Lib/difflib.py
Lib/difflib.py
+3
-3
Lib/doctest.py
Lib/doctest.py
+2
-2
Lib/genericpath.py
Lib/genericpath.py
+1
-1
Lib/inspect.py
Lib/inspect.py
+2
-2
Lib/ipaddress.py
Lib/ipaddress.py
+2
-2
Lib/modulefinder.py
Lib/modulefinder.py
+1
-1
Lib/multiprocessing/forking.py
Lib/multiprocessing/forking.py
+1
-1
Lib/optparse.py
Lib/optparse.py
+1
-1
Lib/pdb.py
Lib/pdb.py
+2
-2
Lib/pickletools.py
Lib/pickletools.py
+3
-3
Lib/platform.py
Lib/platform.py
+3
-3
Lib/poplib.py
Lib/poplib.py
+1
-1
Lib/rlcompleter.py
Lib/rlcompleter.py
+1
-1
Lib/shutil.py
Lib/shutil.py
+3
-3
Lib/ssl.py
Lib/ssl.py
+1
-1
Lib/subprocess.py
Lib/subprocess.py
+1
-1
Lib/tarfile.py
Lib/tarfile.py
+1
-1
Lib/tempfile.py
Lib/tempfile.py
+1
-1
Lib/threading.py
Lib/threading.py
+1
-1
Lib/turtle.py
Lib/turtle.py
+4
-4
No files found.
Lib/_osx_support.py
View file @
1134d232
...
...
@@ -53,7 +53,7 @@ def _find_executable(executable, path=None):
def
_read_output
(
commandstring
):
"""Output from succesful command execution or None"""
"""Output from succes
s
ful command execution or None"""
# Similar to os.popen(commandstring, "r").read(),
# but without actually using os.popen because that
# function is not usable during python bootstrap.
...
...
@@ -152,7 +152,7 @@ def _find_appropriate_compiler(_config_vars):
# are not installed.
#
# Futhermore, the compiler that can be used varies between
# Xcode releases. Upto Xcode 4 it was possible to use '
gcc
-
4.2
'
# Xcode releases. Up
to Xcode 4 it was possible to use '
gcc
-
4.2
'
# as the compiler, after that '
clang
' should be used because
# gcc-4.2 is either not present, or a copy of '
llvm
-
gcc
' that
# miscompiles Python.
...
...
@@ -192,7 +192,7 @@ def _find_appropriate_compiler(_config_vars):
if
cc
!=
oldcc
:
# Found a replacement compiler.
# Modify config vars using new compiler, if not already explictly
# Modify config vars using new compiler, if not already explic
i
tly
# overriden by an env variable, preserving additional arguments.
for
cv
in
_COMPILER_CONFIG_VARS
:
if
cv
in
_config_vars
and
cv
not
in
os
.
environ
:
...
...
@@ -274,7 +274,7 @@ def _check_for_unavailable_sdk(_config_vars):
# compile an extension using an SDK that is not present
# on the current machine it is better to not use an SDK
# than to fail. This is particularly important with
# the standalon
g
Command Line Tools alternative to a
# the standalon
e
Command Line Tools alternative to a
# full-blown Xcode install since the CLT packages do not
# provide SDKs. If the SDK is not present, it is assumed
# that the header files and dev libs have been installed
...
...
@@ -378,7 +378,7 @@ def customize_config_vars(_config_vars):
compilers are present, i.e. when installing pure
Python dists. Customization of compiler paths
and detection of unavailable archs is deferred
until the first exten
t
ion module build is
until the first exten
s
ion module build is
requested (in distutils.sysconfig.customize_compiler).
Currently called from distutils.sysconfig
...
...
Lib/_strptime.py
View file @
1134d232
...
...
@@ -225,7 +225,7 @@ class TimeRE(dict):
"""Convert a list to a regex string for matching a directive.
Want possible matching values to be from longest to shortest. This
prevents the possibility of a match occuring for a value that also
prevents the possibility of a match occur
r
ing for a value that also
a substring of a larger value that should have matched (e.g., 'abc'
matching when 'abcdef' should have been the match).
...
...
Lib/aifc.py
View file @
1134d232
...
...
@@ -123,7 +123,7 @@ It is best to first set all parameters, perhaps possibly the
compression type, and then write audio frames using writeframesraw.
When all frames have been written, either call writeframes('') or
close() to patch up the sizes in the header.
Marks can be added anytime. If there are any marks, y
p
u must call
Marks can be added anytime. If there are any marks, y
o
u must call
close() after all frames have been written.
The close() method is called automatically when the class instance
is destroyed.
...
...
Lib/calendar.py
View file @
1134d232
...
...
@@ -220,7 +220,7 @@ class Calendar(object):
def
yeardatescalendar
(
self
,
year
,
width
=
3
):
"""
Return the data for the specified year ready for formatting. The return
value is a list of month rows. Each month row contains upto width months.
value is a list of month rows. Each month row contains up
to width months.
Each month contains between 4 and 6 weeks and each week contains 1-7
days. Days are datetime.date objects.
"""
...
...
Lib/datetime.py
View file @
1134d232
...
...
@@ -49,7 +49,7 @@ def _days_in_month(year, month):
return
_DAYS_IN_MONTH
[
month
]
def
_days_before_month
(
year
,
month
):
"year, month -> number of days in year prece
e
ding first day of month."
"year, month -> number of days in year preceding first day of month."
assert
1
<=
month
<=
12
,
'month must be in 1..12'
return
_DAYS_BEFORE_MONTH
[
month
]
+
(
month
>
2
and
_is_leap
(
year
))
...
...
Lib/difflib.py
View file @
1134d232
...
...
@@ -589,7 +589,7 @@ class SequenceMatcher:
def
get_grouped_opcodes
(
self
,
n
=
3
):
""" Isolate change clusters by eliminating ranges with no changes.
Return a generator of groups with upto n lines of context.
Return a generator of groups with up
to n lines of context.
Each group is in the same format as returned by get_opcodes().
>>> from pprint import pprint
...
...
@@ -1365,7 +1365,7 @@ def _mdiff(fromlines, tolines, context=None, linejunk=None,
linejunk -- passed on to ndiff (see ndiff documentation)
charjunk -- passed on to ndiff (see ndiff documentation)
This function returns an i
n
terator which returns a tuple:
This function returns an iterator which returns a tuple:
(from line tuple, to line tuple, boolean flag)
from/to line tuple -- (line num, line text)
...
...
@@ -1967,7 +1967,7 @@ class HtmlDiff(object):
self
.
_make_prefix
()
# change tabs to spaces before it gets more difficult after we insert
# mark
k
up
# markup
fromlines
,
tolines
=
self
.
_tab_newline_replace
(
fromlines
,
tolines
)
# create diffs iterator which generates side by side from/to data
...
...
Lib/doctest.py
View file @
1134d232
...
...
@@ -413,7 +413,7 @@ class Example:
zero-based, with respect to the beginning of the DocTest.
- indent: The example's indentation in the DocTest string.
I.e., the number of space characters that prece
ed
the
I.e., the number of space characters that prece
de
the
example's first prompt.
- options: A dictionary mapping from option flags to True or
...
...
@@ -893,7 +893,7 @@ class DocTestFinder:
if '__name__' not in globs:
globs['__name__'] = '__main__' # provide a default module name
# Recursively expore `obj`, extracting DocTests.
# Recursively exp
l
ore `obj`, extracting DocTests.
tests = []
self._find(tests, obj, name, module, source_lines, globs, {})
# Sort the tests by alpha order of names, for consistency in
...
...
Lib/genericpath.py
View file @
1134d232
...
...
@@ -22,7 +22,7 @@ def exists(path):
# This follows symbolic links, so both islink() and isdir() can be true
# for the same path on
o
systems that support symlinks
# for the same path on systems that support symlinks
def
isfile
(
path
):
"""Test whether a path is a regular file"""
try
:
...
...
Lib/inspect.py
View file @
1134d232
...
...
@@ -48,7 +48,7 @@ from collections import namedtuple, OrderedDict
# Create constants for the compiler flags in Include/code.h
# We try to get them from dis to avoid duplication, but fall
# back to hardco
r
ding so the dependency is optional
# back to hardcoding so the dependency is optional
try
:
from
dis
import
COMPILER_FLAG_NAMES
as
_flag_names
except
ImportError
:
...
...
@@ -185,7 +185,7 @@ def isgenerator(object):
"""Return true if the object is a generator.
Generator objects provide these attributes:
__iter__ defined to support i
n
teration over container
__iter__ defined to support iteration over container
close raises a new GeneratorExit exception inside the
generator to terminate the iteration
gi_code code object
...
...
Lib/ipaddress.py
View file @
1134d232
...
...
@@ -727,7 +727,7 @@ class _BaseNetwork(_IPAddressBase):
minus other.
Raises:
TypeError: If self and other are of diff
f
ering address
TypeError: If self and other are of differing address
versions, or if other is not a network object.
ValueError: If other is not completely contained by self.
...
...
@@ -1378,7 +1378,7 @@ class IPv4Network(_BaseV4, _BaseNetwork):
'192.0.2.1'
'192.0.2.1/255.255.255.255'
'192.0.2.1/32'
are also functionaly equivalent. That is to say, failing to
are also functional
l
y equivalent. That is to say, failing to
provide a subnetmask will create an object with a mask of /32.
If the mask (portion after the / in the argument) is given in
...
...
Lib/modulefinder.py
View file @
1134d232
...
...
@@ -509,7 +509,7 @@ class ModuleFinder:
# Print modules that may be missing, but then again, maybe not...
if
maybe
:
print
()
print
(
"Submodules tha
y
appear to be missing, but could also be"
,
end
=
' '
)
print
(
"Submodules tha
t
appear to be missing, but could also be"
,
end
=
' '
)
print
(
"global names in the parent package:"
)
for
name
in
maybe
:
mods
=
sorted
(
self
.
badmodules
[
name
].
keys
())
...
...
Lib/multiprocessing/forking.py
View file @
1134d232
...
...
@@ -337,7 +337,7 @@ else:
def
main
():
'''
Run code specifed by data received over pipe
Run code specif
i
ed by data received over pipe
'''
assert
is_forking
(
sys
.
argv
)
...
...
Lib/optparse.py
View file @
1134d232
...
...
@@ -1463,7 +1463,7 @@ class OptionParser (OptionContainer):
"""_match_long_opt(opt : string) -> string
Determine which long option string 'opt' matches, ie. which one
it is an unambiguous abbrevation for. Raises BadOptionError if
it is an unambiguous abbrev
i
ation for. Raises BadOptionError if
'opt' doesn't unambiguously match any long option string.
"""
return
_match_abbrev
(
opt
,
self
.
_long_opt
)
...
...
Lib/pdb.py
View file @
1134d232
...
...
@@ -1004,7 +1004,7 @@ class Pdb(bdb.Bdb, cmd.Cmd):
def
do_run
(
self
,
arg
):
"""run [args...]
Restart the debugged python program. If a string is supplied
it is split
ted
with "shlex", and the result is used as the new
it is split with "shlex", and the result is used as the new
sys.argv. History, breakpoints, actions and debugger options
are preserved. "restart" is an alias for "run".
"""
...
...
@@ -1361,7 +1361,7 @@ class Pdb(bdb.Bdb, cmd.Cmd):
def
do_interact
(
self
,
arg
):
"""interact
Start an interative interpreter whose global namespace
Start an intera
c
tive interpreter whose global namespace
contains all the (global and local) names found in the current scope.
"""
ns
=
self
.
curframe
.
f_globals
.
copy
()
...
...
Lib/pickletools.py
View file @
1134d232
...
...
@@ -888,7 +888,7 @@ stackslice = StackObject(
obtype
=
StackObject
,
doc
=
"""An object representing a contiguous slice of the stack.
This is used in conjuction with markobject, to represent all
This is used in conju
n
ction with markobject, to represent all
of the stack following the topmost markobject. For example,
the POP_MARK opcode changes the stack from
...
...
@@ -2038,12 +2038,12 @@ def dis(pickle, out=None, memo=None, indentlevel=4, annotate=0):
stack
=
[]
# crude emulation of unpickler stack
if
memo
is
None
:
memo
=
{}
# crude emulation of unpicker memo
memo
=
{}
# crude emulation of unpick
l
er memo
maxproto
=
-
1
# max protocol number seen
markstack
=
[]
# bytecode positions of MARK opcodes
indentchunk
=
' '
*
indentlevel
errormsg
=
None
annocol
=
annotate
# column
t
hint for annotations
annocol
=
annotate
# column hint for annotations
for
opcode
,
arg
,
pos
in
genops
(
pickle
):
if
pos
is
not
None
:
print
(
"%5d:"
%
pos
,
end
=
' '
,
file
=
out
)
...
...
Lib/platform.py
View file @
1134d232
...
...
@@ -230,7 +230,7 @@ def _dist_try_harder(distname,version,id):
return
'OpenLinux'
,
pkg
[
1
],
id
if
os
.
path
.
isdir
(
'/usr/lib/setup'
):
# Check for slackware verson tag file (thanks to Greg Andruk)
# Check for slackware vers
i
on tag file (thanks to Greg Andruk)
verfiles
=
os
.
listdir
(
'/usr/lib/setup'
)
for
n
in
range
(
len
(
verfiles
)
-
1
,
-
1
,
-
1
):
if
verfiles
[
n
][:
14
]
!=
'slack-version-'
:
...
...
@@ -282,7 +282,7 @@ def _parse_release_file(firstline):
if m is not None:
return tuple(m.groups())
# Unkown format... take the first two words
# Unk
n
own format... take the first two words
l = firstline.strip().split()
if l:
version = l[0]
...
...
@@ -720,7 +720,7 @@ def mac_ver(release='',versioninfo=('','',''),machine=''):
versioninfo
,
machine
)
with
versioninfo
being
a
tuple
(
version
,
dev_stage
,
non_release_version
).
Entries
which
cannot
be
determined
are
set
to
the
paramter
values
Entries
which
cannot
be
determined
are
set
to
the
param
e
ter
values
which
default
to
''
.
All
tuple
entries
are
strings
.
"""
...
...
Lib/poplib.py
View file @
1134d232
...
...
@@ -328,7 +328,7 @@ else:
hostname - the hostname of the pop3 over ssl server
port - port number
keyfile - PEM formatted file that co
u
ntains your private key
keyfile - PEM formatted file that contains your private key
certfile - PEM formatted certificate chain file
See the methods of the parent class POP3 for more documentation.
...
...
Lib/rlcompleter.py
View file @
1134d232
...
...
@@ -110,7 +110,7 @@ class Completer:
"""Compute matches when text contains a dot.
Assuming the text is of the form NAME.NAME....[NAME], and is
evalua
ta
ble in self.namespace, it will be evaluated and its attributes
evaluable in self.namespace, it will be evaluated and its attributes
(as revealed by dir()) are used as possible completions. (For class
instances, class members are also considered.)
...
...
Lib/shutil.py
View file @
1134d232
...
...
@@ -53,7 +53,7 @@ class ReadError(EnvironmentError):
"""Raised when an archive cannot be read"""
class
RegistryError
(
Exception
):
"""Raised when a regist
e
ry operation with the archiving
"""Raised when a registry operation with the archiving
and unpacking registeries fails"""
...
...
@@ -195,7 +195,7 @@ def copystat(src, dst, *, follow_symlinks=True):
# * follow_symlinks=False,
# * lchown() is unavailable, and
# * either
# * fchownat() is unvailable or
# * fchownat() is un
a
vailable or
# * fchownat() doesn't implement AT_SYMLINK_NOFOLLOW.
# (it returned ENOSUP.)
# therefore we're out of options--we simply cannot chown the
...
...
@@ -984,7 +984,7 @@ elif os.name == 'nt':
def
disk_usage
(
path
):
"""Return disk usage statistics about the given path.
Returned valus is a named tuple with attributes 'total', 'used' and
Returned valu
e
s is a named tuple with attributes 'total', 'used' and
'free', which are the amount of total, used and free space, in bytes.
"""
total
,
free
=
nt
.
_getdiskusage
(
path
)
...
...
Lib/ssl.py
View file @
1134d232
...
...
@@ -134,7 +134,7 @@ def _dnsname_to_pat(dn, max_wildcards=1):
for
frag
in
dn
.
split
(
r'.'
):
if
frag
.
count
(
'*'
)
>
max_wildcards
:
# Issue #17980: avoid denials of service by refusing more
# than one wildcard per fragment. A surve
r
y of established
# than one wildcard per fragment. A survey of established
# policy among SSL implementations showed it to be a
# reasonable choice.
raise
CertificateError
(
...
...
Lib/subprocess.py
View file @
1134d232
...
...
@@ -185,7 +185,7 @@ Exceptions raised in the child process, before the new program has
started to execute, will be re-raised in the parent. Additionally,
the exception object will have one extra attribute called
'child_traceback', which is a string containing traceback information
from the childs point of view.
from the child
'
s point of view.
The most common exception raised is OSError. This occurs, for
example, when trying to execute a non-existent file. Applications
...
...
Lib/tarfile.py
View file @
1134d232
...
...
@@ -289,7 +289,7 @@ class ExtractError(TarError):
"""General exception for extract errors."""
pass
class
ReadError
(
TarError
):
"""Exception for unreadble tar archives."""
"""Exception for unread
a
ble tar archives."""
pass
class
CompressionError
(
TarError
):
"""Exception for unavailable compression methods."""
...
...
Lib/tempfile.py
View file @
1134d232
...
...
@@ -634,7 +634,7 @@ class TemporaryDirectory(object):
with TemporaryDirectory() as tmpdir:
...
Upon exiting the context, the directory and everthing contained
Upon exiting the context, the directory and ever
y
thing contained
in it are removed.
"""
...
...
Lib/threading.py
View file @
1134d232
...
...
@@ -14,7 +14,7 @@ from _weakrefset import WeakSet
# Note regarding PEP 8 compliant names
# This threading model was originally inspired by Java, and inherited
# the convention of camelCase function and method names from that
# language. Those original
y
names are not in any imminent danger of
# language. Those original names are not in any imminent danger of
# being deprecated (even for Py3k),so this module provides them as an
# alias for the PEP 8 compliant names
# Note that using the new PEP 8 compliant names facilitates substitution
...
...
Lib/turtle.py
View file @
1134d232
...
...
@@ -1278,7 +1278,7 @@ class TurtleScreen(TurtleScreenBase):
self
.
_delayvalue
=
int
(
delay
)
def
_incrementudc
(
self
):
"""Increment up
a
date counter."""
"""Increment update counter."""
if
not
TurtleScreen
.
_RUNNING
:
TurtleScreen
.
_RUNNNING
=
True
raise
Terminator
...
...
@@ -2527,7 +2527,7 @@ class RawTurtle(TPen, TNavigator):
self
.
screen
=
TurtleScreen
(
canvas
)
RawTurtle
.
screens
.
append
(
self
.
screen
)
else
:
raise
TurtleGraphicsError
(
"bad cavas argument %s"
%
canvas
)
raise
TurtleGraphicsError
(
"bad ca
n
vas argument %s"
%
canvas
)
screen
=
self
.
screen
TNavigator
.
__init__
(
self
,
screen
.
mode
())
...
...
@@ -2772,7 +2772,7 @@ class RawTurtle(TPen, TNavigator):
def
shapesize
(
self
,
stretch_wid
=
None
,
stretch_len
=
None
,
outline
=
None
):
"""Set/return turtle's stretchfactors/outline. Set resizemode to "user".
Opti
n
onal arguments:
Optional arguments:
stretch_wid : positive number
stretch_len : positive number
outline : positive number
...
...
@@ -3135,7 +3135,7 @@ class RawTurtle(TPen, TNavigator):
def
_goto
(
self
,
end
):
"""Move the pen to the point end, thereby drawing a line
if pen is down. All other method
e
s for turtle movement depend
if pen is down. All other methods for turtle movement depend
on this one.
"""
## Version with undo-stuff
...
...
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