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
bc7ea587
Kaydet (Commit)
bc7ea587
authored
Kas 22, 2011
tarafından
Giampaolo Rodola'
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix wrong credit and issue id given in previous commit
üst
be55d99b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
3.3.rst
Doc/whatsnew/3.3.rst
+6
-6
ACKS
Misc/ACKS
+1
-1
NEWS
Misc/NEWS
+1
-1
No files found.
Doc/whatsnew/3.3.rst
Dosyayı görüntüle @
bc7ea587
...
@@ -577,16 +577,16 @@ sched
...
@@ -577,16 +577,16 @@ sched
* *timefunc* and *delayfunct* parameters of :class:`~sched.scheduler` class
* *timefunc* and *delayfunct* parameters of :class:`~sched.scheduler` class
constructor are now optional and defaults to :func:`time.time` and
constructor are now optional and defaults to :func:`time.time` and
:func:`time.sleep` respectively. (Contributed by
Matt Mulsow
in
:func:`time.sleep` respectively. (Contributed by
Chris Clark
in
:issue:`
8809
`)
:issue:`
13245
`)
* :meth:`~sched.scheduler.enter` and :meth:`~sched.scheduler.enterabs`
* :meth:`~sched.scheduler.enter` and :meth:`~sched.scheduler.enterabs`
*argument* parameter is now optional. (Contributed by
Matt Mulsow
in
*argument* parameter is now optional. (Contributed by
Chris Clark
in
:issue:`
8809
`)
:issue:`
13245
`)
* :meth:`~sched.scheduler.enter` and :meth:`~sched.scheduler.enterabs`
* :meth:`~sched.scheduler.enter` and :meth:`~sched.scheduler.enterabs`
now accept a *kwargs* parameter. (Contributed by
Matt Mulsow
in
now accept a *kwargs* parameter. (Contributed by
Chris Clark
in
:issue:`
8809
`)
:issue:`
13245
`)
Optimizations
Optimizations
=============
=============
...
...
Misc/ACKS
Dosyayı görüntüle @
bc7ea587
...
@@ -11,7 +11,7 @@ Without you, I would've stopped working on Python long ago!
...
@@ -11,7 +11,7 @@ Without you, I would've stopped working on Python long ago!
PS: In the standard Python distribution, this file is encoded in UTF-8
PS: In the standard Python distribution, this file is encoded in UTF-8
and the list is in rough alphabetical order by last names.
and the list is in rough alphabetical order by last names.
Matt Mulsow
Chris Clark
Rajiv Abraham
Rajiv Abraham
David Abrahams
David Abrahams
Ron Adam
Ron Adam
...
...
Misc/NEWS
Dosyayı görüntüle @
bc7ea587
...
@@ -390,7 +390,7 @@ Library
...
@@ -390,7 +390,7 @@ Library
-
Issue
#
13245
:
sched
.
scheduler
class
constructor
's timefunc and
-
Issue
#
13245
:
sched
.
scheduler
class
constructor
's timefunc and
delayfunct parameters are now optional.
delayfunct parameters are now optional.
scheduler.enter and scheduler.enterabs methods gained a new kwargs parameter.
scheduler.enter and scheduler.enterabs methods gained a new kwargs parameter.
Patch contributed by
Matt Mulsow
.
Patch contributed by
Chris Clark
.
- Issue #12328: Under Windows, refactor handling of Ctrl-C events and
- Issue #12328: Under Windows, refactor handling of Ctrl-C events and
make _multiprocessing.win32.WaitForMultipleObjects interruptible when
make _multiprocessing.win32.WaitForMultipleObjects interruptible when
...
...
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