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
770ce204
Kaydet (Commit)
770ce204
authored
Nis 19, 2015
tarafından
Larry Hastings
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.
üst
1a084a88
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
5 deletions
+5
-5
structures.rst
Doc/c-api/structures.rst
+1
-1
importlib.rst
Doc/library/importlib.rst
+1
-1
py_compile.rst
Doc/library/py_compile.rst
+1
-1
susp-ignored.csv
Doc/tools/susp-ignored.csv
+1
-1
cmdline.rst
Doc/using/cmdline.rst
+1
-1
topics.py
Lib/pydoc_data/topics.py
+0
-0
No files found.
Doc/c-api/structures.rst
Dosyayı görüntüle @
770ce204
...
...
@@ -44,7 +44,7 @@ the definition of all other Python objects.
PyObject ob_base;
See documentation of :c:type:
:
`PyObject` above.
See documentation of :c:type:`PyObject` above.
.. c:macro:: PyObject_VAR_HEAD
...
...
Doc/library/importlib.rst
Dosyayı görüntüle @
770ce204
...
...
@@ -1120,7 +1120,7 @@ an :term:`importer`.
file path. For example, if *path* is
``/foo/bar/__pycache__/baz.cpython-32.pyc`` the returned path would be
``/foo/bar/baz.py``. *path* need not exist, however if it does not conform
to :pep:`3147` or :pep`488` format, a ``ValueError`` is raised. If
to :pep:`3147` or :pep
:
`488` format, a ``ValueError`` is raised. If
:attr:`sys.implementation.cache_tag` is not defined,
:exc:`NotImplementedError` is raised.
...
...
Doc/library/py_compile.rst
Dosyayı görüntüle @
770ce204
...
...
@@ -30,7 +30,7 @@ byte-code cache files in the directory containing the source code.
Compile a source file to byte-code and write out the byte-code cache file.
The source code is loaded from the file name *file*. The byte-code is
written to *cfile*, which defaults to the :pep:`3147`/:pep`488` path, ending
written to *cfile*, which defaults to the :pep:`3147`/:pep
:
`488` path, ending
in ``.pyc``.
For example, if *file* is ``/foo/bar/baz.py`` *cfile* will default to
``/foo/bar/__pycache__/baz.cpython-32.pyc`` for Python 3.2. If *dfile* is
...
...
Doc/tools/susp-ignored.csv
Dosyayı görüntüle @
770ce204
...
...
@@ -275,7 +275,6 @@ whatsnew/3.2,,:location,zope9-location = ${zope9:location}
whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't"
whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"
library/stdtypes,3688,::,>>> m[::2].tolist()
library/tarfile,149,:xz,'x:xz'
library/xml.etree.elementtree,290,:sometag,prefix:sometag
library/xml.etree.elementtree,301,:fictional,"<actors xmlns:fictional=""http://characters.example.com"""
...
...
@@ -290,3 +289,4 @@ library/xml.etree.elementtree,332,:character,"for char in actor.findall('role:ch
library/zipapp,31,:main,"$ python -m zipapp myapp -m ""myapp:main"""
library/zipapp,82,:fn,"argument should have the form ""pkg.mod:fn"", where ""pkg.mod"" is a"
library/zipapp,155,:callable,"""pkg.module:callable"" and the archive will be run by importing"
library/stdtypes,3720,::,>>> m[::2].tolist()
Doc/using/cmdline.rst
Dosyayı görüntüle @
770ce204
...
...
@@ -199,7 +199,7 @@ Miscellaneous options
..
cmdoption
::
-
B
If
given
,
Python
won
't try to write ``.pyc``
`
files on the
If
given
,
Python
won
't try to write ``.pyc`` files on the
import of source modules. See also :envvar:`PYTHONDONTWRITEBYTECODE`.
...
...
Lib/pydoc_data/topics.py
Dosyayı görüntüle @
770ce204
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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