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
12d60560
Unverified
Kaydet (Commit)
12d60560
authored
7 years ago
tarafından
Berker Peksag
Kaydeden (comit)
GitHub
7 years ago
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add version{changed,added} markers and make minor style changes (GH-4273)
üst
d4d79bc1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
5 deletions
+11
-5
instrumentation.rst
Doc/howto/instrumentation.rst
+4
-0
pdb.rst
Doc/library/pdb.rst
+3
-3
zipapp.rst
Doc/library/zipapp.rst
+2
-0
3.7.rst
Doc/whatsnew/3.7.rst
+2
-2
No files found.
Doc/howto/instrumentation.rst
Dosyayı görüntüle @
12d60560
...
...
@@ -317,12 +317,16 @@ Available static markers
Fires before :mod:`importlib` attempts to find and load the module.
``arg0`` is the module name.
.. versionadded:: 3.7
.. c:function:: import__find__load__done(str modulename, int found)
Fires after :mod:`importlib`'s find_and_load function is called.
``arg0`` is the module name, ``arg1`` indicates if module was
successfully loaded.
.. versionadded:: 3.7
SystemTap Tapsets
-----------------
...
...
This diff is collapsed.
Click to expand it.
Doc/library/pdb.rst
Dosyayı görüntüle @
12d60560
...
...
@@ -123,10 +123,10 @@ slightly different way:
Enter the debugger at the calling stack frame. This is useful to hard-code
a breakpoint at a given point in a program, even if the code is not
otherwise being debugged (e.g. when an assertion fails). If given,
``header``
is printed to the console just before debugging begins.
*header*
is printed to the console just before debugging begins.
.. version
add
ed:: 3.7
The keyword-only argument
``header``
.
.. version
chang
ed:: 3.7
The keyword-only argument
*header*
.
.. function:: post_mortem(traceback=None)
...
...
This diff is collapsed.
Click to expand it.
Doc/library/zipapp.rst
Dosyayı görüntüle @
12d60560
...
...
@@ -86,6 +86,8 @@ The following options are understood:
:option:`--compress` has no effect when copying an archive.
.. versionadded:: 3.7
.. cmdoption:: --info
Display the interpreter embedded in the archive, for diagnostic purposes. In
...
...
This diff is collapsed.
Click to expand it.
Doc/whatsnew/3.7.rst
Dosyayı görüntüle @
12d60560
...
...
@@ -318,9 +318,9 @@ to be executed on a process fork. (Contributed by Antoine Pitrou in
pdb
---
:func:`~pdb.set_trace` now takes an optional
``header``
keyword-only
:func:`~pdb.set_trace` now takes an optional
*header*
keyword-only
argument. If given, this is printed to the console just before debugging
begins.
begins.
(Contributed by Barry Warsaw in :issue:`31389`.)
re
--
...
...
This diff is collapsed.
Click to expand it.
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