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
40cfc1e3
Kaydet (Commit)
40cfc1e3
authored
Haz 04, 2016
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
merge heads
üst
3da82067
3ee62702
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
asyncio-sync.rst
Doc/library/asyncio-sync.rst
+1
-1
marshal.rst
Doc/library/marshal.rst
+1
-1
urllib.request.rst
Doc/library/urllib.request.rst
+1
-1
locks.py
Lib/asyncio/locks.py
+1
-1
NEWS
Misc/NEWS
+1
-1
symtable.c
Python/symtable.c
+1
-1
No files found.
Doc/library/asyncio-sync.rst
Dosyayı görüntüle @
40cfc1e3
...
...
@@ -52,7 +52,7 @@ Lock
:meth:`acquire` is a coroutine and should be called with ``yield from``.
Locks also support the context management protocol. ``(yield from lock)``
should be used as context manager expression.
should be used as
the
context manager expression.
This class is :ref:`not thread safe <asyncio-multithreading>`.
...
...
Doc/library/marshal.rst
Dosyayı görüntüle @
40cfc1e3
...
...
@@ -40,7 +40,7 @@ this module. The following types are supported: booleans, integers, floating
point numbers, complex numbers, strings, bytes, bytearrays, tuples, lists, sets,
frozensets, dictionaries, and code objects, where it should be understood that
tuples, lists, sets, frozensets and dictionaries are only supported as long as
the values contained therein are themselves supported.
the values contained therein are themselves supported.
The
singletons :const:`None`, :const:`Ellipsis` and :exc:`StopIteration` can also be
marshalled and unmarshalled.
For format *version* lower than 3, recursive lists, sets and dictionaries cannot
...
...
Doc/library/urllib.request.rst
Dosyayı görüntüle @
40cfc1e3
...
...
@@ -59,7 +59,7 @@ The :mod:`urllib.request` module defines the following functions:
The *cadefault* parameter is ignored.
This function always returns an object which can work as
This function always returns an object which can work as
a
:term:`context manager` and has methods such as
* :meth:`~urllib.response.addinfourl.geturl` --- return the URL of the resource retrieved,
...
...
Lib/asyncio/locks.py
Dosyayı görüntüle @
40cfc1e3
...
...
@@ -111,7 +111,7 @@ class Lock(_ContextManagerMixin):
acquire() is a coroutine and should be called with 'yield from'.
Locks also support the context management protocol. '(yield from lock)'
should be used as context manager expression.
should be used as
the
context manager expression.
Usage:
...
...
Misc/NEWS
Dosyayı görüntüle @
40cfc1e3
...
...
@@ -7778,7 +7778,7 @@ Library
-
Issue
#
16176
:
Properly
identify
Windows
8
via
platform
.
platform
()
-
Issue
#
16088
:
BaseHTTPRequestHandler
's send_error method includes a
Content-Length header in it
'
s
response
now
.
Patch
by
Antoine
Pitrou
.
Content-Length header in its response now. Patch by Antoine Pitrou.
- Issue #16114: The subprocess module no longer provides a misleading error
message stating that args[0] did not exist when either the cwd or executable
...
...
Python/symtable.c
Dosyayı görüntüle @
40cfc1e3
...
...
@@ -854,7 +854,7 @@ analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free,
/* Copy the bound and global dictionaries.
These dictionar
y
are used by all blocks enclosed by the
These dictionar
ies
are used by all blocks enclosed by the
current block. The analyze_block() call modifies these
dictionaries.
...
...
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