Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
65e69b37
Kaydet (Commit)
65e69b37
authored
Mar 11, 2013
tarafından
Terry Jan Reedy
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
found by Serhiy Storchaka and Matthew Barnett
üst
af8838f4
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
intro.rst
Doc/c-api/intro.rst
+1
-1
long.rst
Doc/c-api/long.rst
+2
-2
xml.dom.rst
Doc/library/xml.dom.rst
+1
-1
README
Mac/README
+1
-1
msilib.py
Tools/msi/msilib.py
+1
-1
README
Tools/pybench/README
+1
-1
No files found.
Doc/c-api/intro.rst
Dosyayı görüntüle @
65e69b37
...
@@ -433,7 +433,7 @@ and lose important information about the exact cause of the error.
...
@@ -433,7 +433,7 @@ and lose important information about the exact cause of the error.
.. index:: single: sum_sequence()
.. index:: single: sum_sequence()
A simple example of detecting exceptions and passing them on is shown in the
A simple example of detecting exceptions and passing them on is shown in the
:c:func:`sum_sequence` example above. It so happens that th
at
example doesn't
:c:func:`sum_sequence` example above. It so happens that th
is
example doesn't
need to clean up any owned references when it detects an error. The following
need to clean up any owned references when it detects an error. The following
example function shows some error cleanup. First, to remind you why you like
example function shows some error cleanup. First, to remind you why you like
Python, we show the equivalent Python code::
Python, we show the equivalent Python code::
...
...
Doc/c-api/long.rst
Dosyayı görüntüle @
65e69b37
...
@@ -189,7 +189,7 @@ All integers are implemented as "long" integer objects of arbitrary size.
...
@@ -189,7 +189,7 @@ All integers are implemented as "long" integer objects of arbitrary size.
.. c:function:: size_t PyLong_AsSize_t(PyObject *pylong)
.. c:function:: size_t PyLong_AsSize_t(PyObject *pylong)
Return a C :c:type:`size_t` representation of
of
*pylong*. *pylong* must be
Return a C :c:type:`size_t` representation of *pylong*. *pylong* must be
an instance of :c:type:`PyLongObject`.
an instance of :c:type:`PyLongObject`.
Raise :exc:`OverflowError` if the value of *pylong* is out of range for a
Raise :exc:`OverflowError` if the value of *pylong* is out of range for a
...
@@ -201,7 +201,7 @@ All integers are implemented as "long" integer objects of arbitrary size.
...
@@ -201,7 +201,7 @@ All integers are implemented as "long" integer objects of arbitrary size.
.. index::
.. index::
single: OverflowError (built-in exception)
single: OverflowError (built-in exception)
Return a C :c:type:`unsigned PY_LONG_LONG` representation of
of
*pylong*.
Return a C :c:type:`unsigned PY_LONG_LONG` representation of *pylong*.
*pylong* must be an instance of :c:type:`PyLongObject`.
*pylong* must be an instance of :c:type:`PyLongObject`.
Raise :exc:`OverflowError` if the value of *pylong* is out of range for an
Raise :exc:`OverflowError` if the value of *pylong* is out of range for an
...
...
Doc/library/xml.dom.rst
Dosyayı görüntüle @
65e69b37
...
@@ -357,7 +357,7 @@ All of the components of an XML document are subclasses of :class:`Node`.
...
@@ -357,7 +357,7 @@ All of the components of an XML document are subclasses of :class:`Node`.
Add a new child node to this node at the end of the list of
Add a new child node to this node at the end of the list of
children, returning *newChild*. If the node was already in
children, returning *newChild*. If the node was already in
in
the tree, it is removed first.
the tree, it is removed first.
.. method:: Node.insertBefore(newChild, refChild)
.. method:: Node.insertBefore(newChild, refChild)
...
...
Mac/README
Dosyayı görüntüle @
65e69b37
...
@@ -30,7 +30,7 @@ the Python distribution.
...
@@ -30,7 +30,7 @@ the Python distribution.
* ``--enable-universalsdk[=PATH]``
* ``--enable-universalsdk[=PATH]``
Create a universal binary build of
of
Python. This can be used with both
Create a universal binary build of Python. This can be used with both
regular and framework builds.
regular and framework builds.
The optional argument specifies which OSX SDK should be used to perform the
The optional argument specifies which OSX SDK should be used to perform the
...
...
Tools/msi/msilib.py
Dosyayı görüntüle @
65e69b37
...
@@ -489,7 +489,7 @@ class Directory:
...
@@ -489,7 +489,7 @@ class Directory:
def
add_file
(
self
,
file
,
src
=
None
,
version
=
None
,
language
=
None
):
def
add_file
(
self
,
file
,
src
=
None
,
version
=
None
,
language
=
None
):
"""Add a file to the current component of the directory, starting a new one
"""Add a file to the current component of the directory, starting a new one
one
if there is no current component. By default, the file name in the source
if there is no current component. By default, the file name in the source
and the file table will be identical. If the src file is specified, it is
and the file table will be identical. If the src file is specified, it is
interpreted relative to the current directory. Optionally, a version and a
interpreted relative to the current directory. Optionally, a version and a
language can be specified for the entry in the File table."""
language can be specified for the entry in the File table."""
...
...
Tools/pybench/README
Dosyayı görüntüle @
65e69b37
...
@@ -3,7 +3,7 @@ ________________________________________________________________________
...
@@ -3,7 +3,7 @@ ________________________________________________________________________
PYBENCH - A Python Benchmark Suite
PYBENCH - A Python Benchmark Suite
________________________________________________________________________
________________________________________________________________________
Extendable suite of
of
low-level benchmarks for measuring
Extendable suite of low-level benchmarks for measuring
the performance of the Python implementation
the performance of the Python implementation
(interpreter, compiler or VM).
(interpreter, compiler or VM).
...
...
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