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
4ed35fc4
Kaydet (Commit)
4ed35fc4
authored
Eki 10, 2015
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
üst
dab305ef
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
24 additions
and
23 deletions
+24
-23
code.rst
Doc/c-api/code.rst
+1
-1
gen.rst
Doc/c-api/gen.rst
+1
-1
veryhigh.rst
Doc/c-api/veryhigh.rst
+1
-1
apiref.rst
Doc/distutils/apiref.rst
+1
-1
2to3.rst
Doc/library/2to3.rst
+1
-1
argparse.rst
Doc/library/argparse.rst
+1
-1
bdb.rst
Doc/library/bdb.rst
+1
-1
cookie.rst
Doc/library/cookie.rst
+1
-1
cookielib.rst
Doc/library/cookielib.rst
+1
-1
decimal.rst
Doc/library/decimal.rst
+1
-1
exceptions.rst
Doc/library/exceptions.rst
+1
-1
fractions.rst
Doc/library/fractions.rst
+1
-1
json.rst
Doc/library/json.rst
+1
-1
locale.rst
Doc/library/locale.rst
+1
-1
modulefinder.rst
Doc/library/modulefinder.rst
+1
-1
msvcrt.rst
Doc/library/msvcrt.rst
+1
-1
multiprocessing.rst
Doc/library/multiprocessing.rst
+1
-1
platform.rst
Doc/library/platform.rst
+1
-1
shutil.rst
Doc/library/shutil.rst
+1
-1
wsgiref.rst
Doc/library/wsgiref.rst
+1
-1
xml.dom.minidom.rst
Doc/library/xml.dom.minidom.rst
+1
-1
xml.dom.rst
Doc/library/xml.dom.rst
+1
-1
xml.etree.elementtree.rst
Doc/library/xml.etree.elementtree.rst
+1
-1
ACKS
Misc/ACKS
+1
-0
No files found.
Doc/c-api/code.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -29,7 +29,7 @@ bound into a function.
.. c:function:: int PyCode_Check(PyObject *co)
Return true if *co* is a :class:`code` object
Return true if *co* is a :class:`code` object
.
.. c:function:: int PyCode_GetNumFree(PyObject *co)
...
...
Doc/c-api/gen.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -17,7 +17,7 @@ than explicitly calling :c:func:`PyGen_New`.
.. c:var:: PyTypeObject PyGen_Type
The type object corresponding to generator objects
The type object corresponding to generator objects
.
.. c:function:: int PyGen_Check(ob)
...
...
Doc/c-api/veryhigh.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -168,7 +168,7 @@ the same library that the Python runtime is using.
.. c:function:: struct _node* PyParser_SimpleParseFile(FILE *fp, const char *filename, int start)
This is a simplified interface to :c:func:`PyParser_SimpleParseFileFlags` below,
leaving *flags* set to ``0``
leaving *flags* set to ``0``
.
.. c:function:: struct _node* PyParser_SimpleParseFileFlags(FILE *fp, const char *filename, int start, int flags)
...
...
Doc/distutils/apiref.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -926,7 +926,7 @@ timestamp dependency analysis.
Walk two filename lists in parallel, testing if each source is newer than its
corresponding target. Return a pair of lists (*sources*, *targets*) where
source is newer than target, according to the semantics of :func:`newer`
source is newer than target, according to the semantics of :func:`newer`
.
.. % % equivalent to a listcomp...
...
...
Doc/library/2to3.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -271,7 +271,7 @@ and off individually. They are described here in more detail.
.. 2to3fixer:: input
Converts ``input(prompt)`` to ``eval(input(prompt))``
Converts ``input(prompt)`` to ``eval(input(prompt))``
.
.. 2to3fixer:: intern
...
...
Doc/library/argparse.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -1948,4 +1948,4 @@ A partial upgrade path from :mod:`optparse` to :mod:`argparse`:
``%(default)s`` and ``%(prog)s``.
* Replace the OptionParser constructor ``version`` argument with a call to
``parser.add_argument('--version', action='version', version='<the version>')``
``parser.add_argument('--version', action='version', version='<the version>')``
.
Doc/library/bdb.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -223,7 +223,7 @@ The :mod:`bdb` module also defines two classes:
.. method:: set_until(frame)
Stop when the line with the line no greater than the current one is
reached or when returning from current frame
reached or when returning from current frame
.
.. method:: set_trace([frame])
...
...
Doc/library/cookie.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -116,7 +116,7 @@ Cookie Objects
Return an encoded value. *val* can be any type, but return value must be a
string. This method does nothing in :class:`BaseCookie` --- it exists so it can
be overridden
be overridden
.
In general, it should be the case that :meth:`value_encode` and
:meth:`value_decode` are inverses on the range of *value_decode*.
...
...
Doc/library/cookielib.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -546,7 +546,7 @@ Netscape protocol strictness switches:
.. attribute:: DefaultCookiePolicy.strict_ns_unverifiable
apply RFC 2965 rules on unverifiable transactions even to Netscape cookies
Apply RFC 2965 rules on unverifiable transactions even to Netscape cookies.
.. attribute:: DefaultCookiePolicy.strict_ns_domain
...
...
Doc/library/decimal.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -890,7 +890,7 @@ Decimal objects
Engineering notation has an exponent which is a multiple of 3, so there
are up to 3 digits left of the decimal place. For example, converts
``Decimal('123E+1')`` to ``Decimal('1.23E+3')``
``Decimal('123E+1')`` to ``Decimal('1.23E+3')``
.
.. method:: to_integral([rounding[, context]])
...
...
Doc/library/exceptions.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -496,7 +496,7 @@ module for more information.
.. exception:: SyntaxWarning
Base class for warnings about dubious syntax
Base class for warnings about dubious syntax
.
.. exception:: RuntimeWarning
...
...
Doc/library/fractions.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -89,7 +89,7 @@ another rational number, or from a string.
This class method constructs a :class:`Fraction` representing the exact
value of *flt*, which must be a :class:`float`. Beware that
``Fraction.from_float(0.3)`` is not the same value as ``Fraction(3, 10)``
``Fraction.from_float(0.3)`` is not the same value as ``Fraction(3, 10)``
.
.. note:: From Python 2.7 onwards, you can also construct a
:class:`Fraction` instance directly from a :class:`float`.
...
...
Doc/library/json.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -356,7 +356,7 @@ Encoders and Decoders
.. method:: decode(s)
Return the Python representation of *s* (a :class:`str` or
:class:`unicode` instance containing a JSON document)
:class:`unicode` instance containing a JSON document)
.
.. method:: raw_decode(s)
...
...
Doc/library/locale.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -208,7 +208,7 @@ The :mod:`locale` module defines the following exception and functions:
.. data:: RADIXCHAR
Get the radix character (decimal dot, decimal comma, etc.)
Get the radix character (decimal dot, decimal comma, etc.)
.
.. data:: THOUSEP
...
...
Doc/library/modulefinder.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -55,7 +55,7 @@ report of the imported modules will be printed.
.. attribute:: modules
A dictionary mapping module names to modules. See
:ref:`modulefinder-example`
:ref:`modulefinder-example`
.
.. _modulefinder-example:
...
...
Doc/library/msvcrt.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -19,7 +19,7 @@ documentation.
The module implements both the normal and wide char variants of the console I/O
api. The normal API deals only with ASCII characters and is of limited use
for internationalized applications. The wide char API should be used where
ever possible
ever possible
.
.. _msvcrt-files:
...
...
Doc/library/multiprocessing.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -1705,7 +1705,7 @@ itself. This means, for example, that one shared object can contain a second:
raised by :meth:`_callmethod`.
Note in particular that an exception will be raised if *methodname* has
not been *exposed*
not been *exposed*
.
An example of the usage of :meth:`_callmethod`:
...
...
Doc/library/platform.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -126,7 +126,7 @@ Cross Platform
.. function:: python_version()
Returns the Python version as string ``'major.minor.patchlevel'``
Returns the Python version as string ``'major.minor.patchlevel'``
.
Note that unlike the Python ``sys.version``, the returned value will always
include the patchlevel (it defaults to 0).
...
...
Doc/library/shutil.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -291,7 +291,7 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
.. function:: get_archive_formats()
Return a list of supported formats for archiving.
Each element of the returned sequence is a tuple ``(name, description)``
Each element of the returned sequence is a tuple ``(name, description)``
.
By default :mod:`shutil` provides these formats:
...
...
Doc/library/wsgiref.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -479,7 +479,7 @@ input, output, and error streams.
Similar to :class:`BaseCGIHandler`, but designed for use with HTTP origin
servers. If you are writing an HTTP server implementation, you will probably
want to subclass this instead of :class:`BaseCGIHandler`
want to subclass this instead of :class:`BaseCGIHandler`
.
This class is a subclass of :class:`BaseHandler`. It overrides the
:meth:`__init__`, :meth:`get_stdin`, :meth:`get_stderr`, :meth:`add_cgi_vars`,
...
...
Doc/library/xml.dom.minidom.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -18,7 +18,7 @@
Model
interface
,
with
an
API
similar
to
that
in
other
languages
.
It
is
intended
to
be
simpler
than
the
full
DOM
and
also
significantly
smaller
.
Users
who
are
not
already
proficient
with
the
DOM
should
consider
using
the
:
mod
:`
xml
.
etree
.
ElementTree
`
module
for
their
XML
processing
instead
:
mod
:`
xml
.
etree
.
ElementTree
`
module
for
their
XML
processing
instead
.
..
warning
::
...
...
Doc/library/xml.dom.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -321,7 +321,7 @@ All of the components of an XML document are subclasses of :class:`Node`.
..
attribute
::
Node
.
prefix
The
part
of
the
:
attr
:`
tagName
`
preceding
the
colon
if
there
is
one
,
else
the
empty
string
.
The
value
is
a
string
,
or
``
None
``
empty
string
.
The
value
is
a
string
,
or
``
None
``
.
..
attribute
::
Node
.
namespaceURI
...
...
Doc/library/xml.etree.elementtree.rst
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -829,7 +829,7 @@ ElementTree Objects
Creates and returns a tree iterator for the root element. The iterator
loops over all elements in this tree, in section order. *tag* is the tag
to look for (default is to return all elements)
to look for (default is to return all elements)
.
.. method:: iterfind(match)
...
...
Misc/ACKS
Dosyayı görüntüle @
4ed35fc4
...
...
@@ -1341,6 +1341,7 @@ John Szakmeister
Amir Szekely
Arfrever Frehtes Taifersar Arahesis
Hideaki Takahashi
Takase Arihiro
Indra Talip
Neil Tallim
Geoff Talvola
...
...
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