]> granicus.if.org Git - python/commit
Fix typos in comments, docs and test names (#15018)
authorMin ho Kim <minho42@gmail.com>
Tue, 30 Jul 2019 22:16:13 +0000 (08:16 +1000)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 30 Jul 2019 22:16:13 +0000 (18:16 -0400)
commitc4cacc8c5eab50db8da3140353596f38a01115ca
tree9198db7e2525d0f113823faee4b6d4ac7136a633
parent0acb646b8e405864224bfd6d7d5089980dea63ac
Fix typos in comments, docs and test names (#15018)

* Fix typos in comments, docs and test names

* Update test_pyparse.py

account for change in string length

* Apply suggestion: splitable -> splittable

Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu>
* Apply suggestion: splitable -> splittable

Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu>
* Apply suggestion: Dealloccte -> Deallocate

Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu>
* Update posixmodule checksum.

* Reverse idlelib changes.
63 files changed:
Doc/library/email.encoders.rst
Doc/library/statistics.rst
Include/abstract.h
Include/ast.h
Include/pymath.h
Lib/_pyio.py
Lib/asyncio/streams.py
Lib/asyncio/subprocess.py
Lib/imaplib.py
Lib/lib2to3/fixer_util.py
Lib/lib2to3/tests/test_parser.py
Lib/test/libregrtest/win_utils.py
Lib/test/test_ast.py
Lib/test/test_cmd_line_script.py
Lib/test/test_collections.py
Lib/test/test_compileall.py
Lib/test/test_doctest.py
Lib/test/test_email/test__header_value_parser.py
Lib/test/test_email/test_email.py
Lib/test/test_importlib/util.py
Lib/test/test_mailbox.py
Lib/test/test_pdb.py
Lib/test/test_pprint.py
Lib/test/test_subprocess.py
Lib/test/test_threading.py
Lib/test/test_trace.py
Lib/test/test_turtle.py
Lib/test/test_types.py
Lib/test/test_venv.py
Lib/unittest/result.py
Lib/unittest/test/testmock/testmock.py
Misc/HISTORY
Misc/NEWS.d/3.5.0a1.rst
Misc/NEWS.d/3.7.0a1.rst
Misc/NEWS.d/3.8.0a1.rst
Misc/NEWS.d/3.8.0a4.rst
Misc/NEWS.d/next/Core and Builtins/2019-06-10-23-18-31.bpo-37219.jPSufq.rst
Misc/NEWS.d/next/IDLE/2019-06-04-23-27-33.bpo-37039.FN_fBf.rst
Misc/NEWS.d/next/Security/2019-07-16-08-11-00.bpo-37461.1Ahz7O.rst
Misc/NEWS.d/next/Tests/2019-06-04-18-30-39.bpo-37153.711INB.rst
Modules/_ctypes/libffi_osx/x86/x86-ffi64.c
Modules/_struct.c
Modules/cjkcodecs/README
Modules/clinic/posixmodule.c.h
Modules/expat/expat.h
Modules/getpath.c
Modules/posixmodule.c
Objects/exceptions.c
Objects/object.c
Objects/stringlib/unicode_format.h
Objects/typeobject.c
PC/bdist_wininst/install.c
PCbuild/readme.txt
Python/ast.c
Python/bootstrap_hash.c
Python/compile.c
Python/getopt.c
Python/hamt.c
Python/import.c
Python/initconfig.c
Python/pystate.c
Python/sysmodule.c
Tools/ssl/make_ssl_data.py