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
b198c42b
Kaydet (Commit)
b198c42b
authored
Haz 08, 2016
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix RST conflicts with Idle news entries
üst
7764f4d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
susp-ignored.csv
Doc/tools/susp-ignored.csv
+1
-0
NEWS
Misc/NEWS
+6
-6
No files found.
Doc/tools/susp-ignored.csv
Dosyayı görüntüle @
b198c42b
...
@@ -272,6 +272,7 @@ whatsnew/3.2,,:feed,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:
...
@@ -272,6 +272,7 @@ whatsnew/3.2,,:feed,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:
whatsnew/3.2,,:gz,">>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:"
whatsnew/3.2,,:gz,">>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:"
whatsnew/3.2,,:location,zope9-location = ${zope9:location}
whatsnew/3.2,,:location,zope9-location = ${zope9:location}
whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')]
whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't"
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"
whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"
library/tarfile,149,:xz,'x:xz'
library/tarfile,149,:xz,'x:xz'
...
...
Misc/NEWS
Dosyayı görüntüle @
b198c42b
...
@@ -113,22 +113,22 @@ IDLE
...
@@ -113,22 +113,22 @@ IDLE
- Issue #20567: Revise idle_test/README.txt with advice about avoiding
- Issue #20567: Revise idle_test/README.txt with advice about avoiding
tk warning messages from tests. Apply advice to several IDLE tests.
tk warning messages from tests. Apply advice to several IDLE tests.
-
Issue
#
24225
:
Update
idlelib
/
README
.
txt
with
new
file
names
- Issue #24225: Update idlelib/README.txt with new file names
and event handlers.
and event handlers.
- Issue #27156: Remove obsolete code not used by IDLE. Replacements:
- Issue #27156: Remove obsolete code not used by IDLE. Replacements:
1. help.txt, replaced by help.html, is out-of-date and should not be used.
1. help.txt, replaced by help.html, is out-of-date and should not be used.
Its dedicated viewer has be replaced by the html viewer in help.py.
Its dedicated viewer has be replaced by the html viewer in help.py.
2.
'import idlever; I = idlever.IDLE_VERSION'
is
the
same
as
2.
‘`import idlever; I = idlever.IDLE_VERSION`’
is the same as
'import sys; I = version[:version.index('
')]'
‘`import sys; I = version[:version.index(' ')]`’
3.
After
'ob = stackviewer.VariablesTreeItem(*args)'
,
3. After
‘`ob = stackviewer.VariablesTreeItem(*args)`’
,
'ob.keys()'
==
'list(ob.object.keys)
.
‘`ob.keys() == list(ob.object.keys)`’
.
4. In macosc, runningAsOSXAPP == isAquaTk; idCarbonAquaTk == isCarbonTk
4. In macosc, runningAsOSXAPP == isAquaTk; idCarbonAquaTk == isCarbonTk
- Issue #27117: Make colorizer htest and turtledemo work with dark themes.
- Issue #27117: Make colorizer htest and turtledemo work with dark themes.
Move code for configuring text widget colors to a new function.
Move code for configuring text widget colors to a new function.
- Issue #24225: Rename many
idlelib/*.py and idle_test/test_*.py
files.
- Issue #24225: Rename many
`idlelib/*.py` and `idle_test/test_*.py`
files.
Edit files to replace old names with new names when the old name
Edit files to replace old names with new names when the old name
referred to the module rather than the class it contained.
referred to the module rather than the class it contained.
See the issue and IDLE section in What's New in 3.6 for more.
See the issue and IDLE section in What's New in 3.6 for more.
...
...
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