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
99496760
Commit
99496760
authored
Aug 20, 2016
by
Martin Panter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some spelling errors
parent
3911d833
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
Doc/whatsnew/2.7.rst
Doc/whatsnew/2.7.rst
+1
-1
Include/pymacconfig.h
Include/pymacconfig.h
+2
-2
Misc/developers.txt
Misc/developers.txt
+1
-1
setup.py
setup.py
+1
-1
No files found.
Doc/whatsnew/2.7.rst
View file @
99496760
...
...
@@ -532,7 +532,7 @@ implemented by Vinay Sajip, are:
calling ``log.getChild('network.listen')`` is equivalent to
``getLogger('app.network.listen')``.
* The :class:`~logging.LoggerAdapter` class gained a
* The :class:`~logging.LoggerAdapter` class gained a
n
:meth:`~logging.LoggerAdapter.isEnabledFor` method that takes a
*level* and returns whether the underlying logger would
process a message of that level of importance.
...
...
Include/pymacconfig.h
View file @
99496760
...
...
@@ -63,7 +63,7 @@
# if defined(__LP64__)
/* MacOSX 10.4 (the first release to support 64-bit code
* at all) only supports 64-bit in the UNIX layer.
* Therefore su
r
press the toolbox-glue in 64-bit mode.
* Therefore su
p
press the toolbox-glue in 64-bit mode.
*/
/* In 64-bit mode setpgrp always has no arguments, in 32-bit
...
...
@@ -91,7 +91,7 @@
*
* Specifically: OSX 10.4 has limited supported for '%zd', while
* 10.5 has full support for '%zd'. A binary built on 10.5 won't
* work properly on 10.4 unless we su
r
press the definition
* work properly on 10.4 unless we su
p
press the definition
* of PY_FORMAT_SIZE_T
*/
#undef PY_FORMAT_SIZE_T
...
...
Misc/developers.txt
View file @
99496760
...
...
@@ -159,7 +159,7 @@ Permissions History
for general contributions to Python.
- Mark Dickinson was given SVN access on 6 January 2008 by Facundo
Batista for his work on mathemat
h
ics and number related issues.
Batista for his work on mathematics and number related issues.
- Amaury Forgeot d'Arc was given SVN access on 9 November 2007 by MvL,
for general contributions to Python.
...
...
setup.py
View file @
99496760
...
...
@@ -1652,7 +1652,7 @@ class PyBuildExt(build_ext):
if
int
(
os
.
uname
()[
2
].
split
(
'.'
)[
0
])
>=
8
:
# We're on Mac OS X 10.4 or later, the compiler should
# support '-Wno-deprecated-declarations'. This will
# su
r
press deprecation warnings for the Carbon extensions,
# su
p
press deprecation warnings for the Carbon extensions,
# these extensions wrap the Carbon APIs and even those
# parts that are deprecated.
carbon_extra_compile_args
=
[
'-Wno-deprecated-declarations'
]
...
...
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