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
d210a70d
Kaydet (Commit)
d210a70d
authored
Agu 20, 2016
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Minor spelling fixes
üst
f43bc98c
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
asyncio-protocol.rst
Doc/library/asyncio-protocol.rst
+1
-1
email.contentmanager.rst
Doc/library/email.contentmanager.rst
+1
-1
xml.dom.pulldom.rst
Doc/library/xml.dom.pulldom.rst
+1
-1
2.7.rst
Doc/whatsnew/2.7.rst
+1
-1
pymacconfig.h
Include/pymacconfig.h
+2
-2
NEWS
Misc/NEWS
+1
-1
No files found.
Doc/library/asyncio-protocol.rst
Dosyayı görüntüle @
d210a70d
...
@@ -11,7 +11,7 @@ Transports
...
@@ -11,7 +11,7 @@ Transports
Transports are classes provided by :mod:`asyncio` in order to abstract
Transports are classes provided by :mod:`asyncio` in order to abstract
various kinds of communication channels. You generally won't instantiate
various kinds of communication channels. You generally won't instantiate
a transport yourself; instead, you will call a :class:`AbstractEventLoop` method
a transport yourself; instead, you will call a
n
:class:`AbstractEventLoop` method
which will create the transport and try to initiate the underlying
which will create the transport and try to initiate the underlying
communication channel, calling you back when it succeeds.
communication channel, calling you back when it succeeds.
...
...
Doc/library/email.contentmanager.rst
Dosyayı görüntüle @
d210a70d
...
@@ -347,7 +347,7 @@ Currently the email package provides only one concrete content manager,
...
@@ -347,7 +347,7 @@ Currently the email package provides only one concrete content manager,
.. method:: get_content(msg, errors='replace')
.. method:: get_content(msg, errors='replace')
Return the payload of the part as either a string (for ``text`` parts), a
Return the payload of the part as either a string (for ``text`` parts), a
n
:class:`~email.message.EmailMessage` object (for ``message/rfc822``
:class:`~email.message.EmailMessage` object (for ``message/rfc822``
parts), or a ``bytes`` object (for all other non-multipart types). Raise
parts), or a ``bytes`` object (for all other non-multipart types). Raise
a :exc:`KeyError` if called on a ``multipart``. If the part is a
a :exc:`KeyError` if called on a ``multipart``. If the part is a
...
...
Doc/library/xml.dom.pulldom.rst
Dosyayı görüntüle @
d210a70d
...
@@ -74,7 +74,7 @@ and switch to DOM-related processing.
...
@@ -74,7 +74,7 @@ and switch to DOM-related processing.
.. function:: parse(stream_or_string, parser=None, bufsize=None)
.. function:: parse(stream_or_string, parser=None, bufsize=None)
Return a :class:`DOMEventStream` from the given input. *stream_or_string* may be
Return a :class:`DOMEventStream` from the given input. *stream_or_string* may be
either a file name, or a file-like object. *parser*, if given, must be a
either a file name, or a file-like object. *parser*, if given, must be a
n
:class:`~xml.sax.xmlreader.XMLReader` object. This function will change the
:class:`~xml.sax.xmlreader.XMLReader` object. This function will change the
document handler of the
document handler of the
parser and activate namespace support; other parser configuration (like
parser and activate namespace support; other parser configuration (like
...
...
Doc/whatsnew/2.7.rst
Dosyayı görüntüle @
d210a70d
...
@@ -532,7 +532,7 @@ implemented by Vinay Sajip, are:
...
@@ -532,7 +532,7 @@ implemented by Vinay Sajip, are:
calling ``log.getChild('network.listen')`` is equivalent to
calling ``log.getChild('network.listen')`` is equivalent to
``getLogger('app.network.listen')``.
``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
:meth:`~logging.LoggerAdapter.isEnabledFor` method that takes a
*level* and returns whether the underlying logger would
*level* and returns whether the underlying logger would
process a message of that level of importance.
process a message of that level of importance.
...
...
Include/pymacconfig.h
Dosyayı görüntüle @
d210a70d
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
# if defined(__LP64__)
# if defined(__LP64__)
/* MacOSX 10.4 (the first release to support 64-bit code
/* MacOSX 10.4 (the first release to support 64-bit code
* at all) only supports 64-bit in the UNIX layer.
* 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
/* In 64-bit mode setpgrp always has no arguments, in 32-bit
...
@@ -91,7 +91,7 @@
...
@@ -91,7 +91,7 @@
*
*
* Specifically: OSX 10.4 has limited supported for '%zd', while
* 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
* 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
* of PY_FORMAT_SIZE_T
*/
*/
#undef PY_FORMAT_SIZE_T
#undef PY_FORMAT_SIZE_T
...
...
Misc/NEWS
Dosyayı görüntüle @
d210a70d
...
@@ -180,7 +180,7 @@ Windows
...
@@ -180,7 +180,7 @@ Windows
Build
Build
-----
-----
- Issue #27713: Su
r
press spurious build warnings when updating importlib'
s
- Issue #27713: Su
p
press spurious build warnings when updating importlib'
s
bootstrap
files
.
Patch
by
Xiang
Zhang
bootstrap
files
.
Patch
by
Xiang
Zhang
-
Issue
#
25825
:
Correct
the
references
to
Modules
/
python
.
exp
,
which
is
-
Issue
#
25825
:
Correct
the
references
to
Modules
/
python
.
exp
,
which
is
...
...
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