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
277a1501
Kaydet (Commit)
277a1501
authored
Ock 04, 2009
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove 2.6 versionchanges, turn 2.7 ones into 3.1.
üst
ff96b2ae
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
3 additions
and
26 deletions
+3
-26
object.rst
Doc/c-api/object.rst
+0
-2
markup.rst
Doc/documenting/markup.rst
+1
-1
windows.rst
Doc/extending/windows.rst
+0
-4
http.cookies.rst
Doc/library/http.cookies.rst
+0
-3
sqlite3.rst
Doc/library/sqlite3.rst
+0
-5
stdtypes.rst
Doc/library/stdtypes.rst
+0
-2
test.rst
Doc/library/test.rst
+0
-2
warnings.rst
Doc/library/warnings.rst
+0
-5
zipfile.rst
Doc/library/zipfile.rst
+2
-2
No files found.
Doc/c-api/object.rst
Dosyayı görüntüle @
277a1501
...
...
@@ -262,8 +262,6 @@ is considered sufficient for this determination.
allowing a type to explicitly indicate to the interpreter that it is not
hashable.
.. versionadded:: 2.6
.. cfunction:: int PyObject_IsTrue(PyObject *o)
...
...
Doc/documenting/markup.rst
Dosyayı görüntüle @
277a1501
...
...
@@ -598,7 +598,7 @@ units as well as normal text:
Example::
.. versionadded::
2.5
.. versionadded::
3.1
The *spam* parameter.
Note that there must be no blank line between the directive head and the
...
...
Doc/extending/windows.rst
Dosyayı görüntüle @
277a1501
...
...
@@ -107,10 +107,6 @@ described here are distributed with the Python sources in the
to avoid confusion with a system library :file:`spam.dll` to which your module
could be a Python interface.
.. versionchanged:: 2.5
Previously, file names like :file:`spam.dll` (in release mode) or
:file:`spam_d.dll` (in debug mode) were also recognized.
Now your options are:
#. Copy :file:`example.sln` and :file:`example.vcproj`, rename them to
...
...
Doc/library/http.cookies.rst
Dosyayı görüntüle @
277a1501
...
...
@@ -131,9 +131,6 @@ Morsel Objects
The keys are case-insensitive.
.. versionadded:: 2.6
The :attr:`httponly` attribute was added.
.. attribute:: Morsel.value
...
...
Doc/library/sqlite3.rst
Dosyayı görüntüle @
277a1501
...
...
@@ -562,16 +562,11 @@ Row Objects
If two :class:`Row` objects have exactly the same columns and their
members are equal, they compare equal.
.. versionchanged:: 2.6
Added iteration and equality (hashability).
.. method:: keys
This method returns a tuple of column names. Immediately after a query,
it is the first member of each tuple in :attr:`Cursor.description`.
.. versionadded:: 2.6
Let's assume we initialize a table as in the example given above::
conn = sqlite3.connect(":memory:")
...
...
Doc/library/stdtypes.rst
Dosyayı görüntüle @
277a1501
...
...
@@ -461,8 +461,6 @@ The float type has some additional methods.
:exc:`OverflowError` on infinities and a :exc:`ValueError` on
NaNs.
.. versionadded:: 2.6
Two methods support conversion to
and from hexadecimal strings. Since Python's floats are stored
internally as binary numbers, converting a float to or from a
...
...
Doc/library/test.rst
Dosyayı görüntüle @
277a1501
...
...
@@ -353,5 +353,3 @@ The :mod:`test.support` module defines the following classes:
Class
used
to
record
warnings
for
unit
tests
.
See
documentation
of
:
func
:`
check_warnings
`
above
for
more
details
.
..
versionadded
::
2.6
Doc/library/warnings.rst
Dosyayı görüntüle @
277a1501
...
...
@@ -335,8 +335,3 @@ Available Context Managers
module returned when you import :mod:`warnings` whose filter will be
protected. This argument exists primarily for testing the :mod:`warnings`
module itself.
.. versionchanged:: 3.0
Constructor arguments turned into keyword-only arguments.
Doc/library/zipfile.rst
Dosyayı görüntüle @
277a1501
...
...
@@ -67,8 +67,8 @@ The module defines the following items:
otherwise returns ``False``. *filename* may be a file or file-like object too.
This module does not currently handle ZIP files which have appended comments.
.. versionchanged::
2.7
Support for file and file-like objects.
.. versionchanged::
3.1
Support for file and file-like objects.
.. data:: ZIP_STORED
...
...
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