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
2f4e7648
Kaydet (Commit)
2f4e7648
authored
Eki 18, 2013
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove redundant empty lines.
üst
de2f8fad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
NEWS
Misc/NEWS
+0
-13
No files found.
Misc/NEWS
Dosyayı görüntüle @
2f4e7648
...
@@ -230,7 +230,6 @@ Library
...
@@ -230,7 +230,6 @@ Library
existing
directory
caused
mkstemp
and
related
APIs
to
fail
instead
of
existing
directory
caused
mkstemp
and
related
APIs
to
fail
instead
of
retrying
.
Report
and
fix
by
Vlad
Shcherbina
.
retrying
.
Report
and
fix
by
Vlad
Shcherbina
.
Tools
/
Demos
Tools
/
Demos
-----------
-----------
...
@@ -3301,7 +3300,6 @@ Extension Modules
...
@@ -3301,7 +3300,6 @@ Extension Modules
- Issue #7567: Don'
t
call
`
setupterm
' twice.
- Issue #7567: Don'
t
call
`
setupterm
' twice.
Tools/Demos
Tools/Demos
-----------
-----------
...
@@ -4539,7 +4537,6 @@ Core and Builtins
...
@@ -4539,7 +4537,6 @@ Core and Builtins
-
Issue
#
7466
:
Segmentation
fault
when
the
garbage
collector
is
called
in
the
-
Issue
#
7466
:
Segmentation
fault
when
the
garbage
collector
is
called
in
the
middle
of
populating
a
tuple
.
Patch
by
Florent
Xicluna
.
middle
of
populating
a
tuple
.
Patch
by
Florent
Xicluna
.
Library
Library
-------
-------
...
@@ -7013,7 +7010,6 @@ Build
...
@@ -7013,7 +7010,6 @@ Build
- Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd.
- Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd.
Documentation
Documentation
-------------
-------------
...
@@ -7079,7 +7075,6 @@ Core and Builtins
...
@@ -7079,7 +7075,6 @@ Core and Builtins
only
available
if
asserts
are
left
in
the
code
,
in
cases
where
they
only
available
if
asserts
are
left
in
the
code
,
in
cases
where
they
can
't be triggered from Python code.
can
't be triggered from Python code.
Extension Modules
Extension Modules
-----------------
-----------------
- Issue #1179: [CVE-2007-4965] Integer overflow in imageop module.
- Issue #1179: [CVE-2007-4965] Integer overflow in imageop module.
...
@@ -7387,7 +7382,6 @@ Build
...
@@ -7387,7 +7382,6 @@ Build
NOTE
:
64
-
bit
and
4
-
way
builds
are
only
suppported
on
Mac
OS
X
10.5
(
or
later
).
NOTE
:
64
-
bit
and
4
-
way
builds
are
only
suppported
on
Mac
OS
X
10.5
(
or
later
).
C
API
C
API
-----
-----
...
@@ -8263,7 +8257,6 @@ Core and builtins
...
@@ -8263,7 +8257,6 @@ Core and builtins
threading.enumerate() list after the join() for a brief period until
threading.enumerate() list after the join() for a brief period until
it actually exited.
it actually exited.
Library
Library
-------
-------
...
@@ -9356,7 +9349,6 @@ Tools
...
@@ -9356,7 +9349,6 @@ Tools
platform.python_implementation(); this will now be saved in the
platform.python_implementation(); this will now be saved in the
benchmark pickle.
benchmark pickle.
Documentation
Documentation
-------------
-------------
...
@@ -9407,7 +9399,6 @@ Documentation
...
@@ -9407,7 +9399,6 @@ Documentation
applied to a newly created list object and add notes that this isn't
applied to a newly created list object and add notes that this isn't
a good idea.
a good idea.
Tools/Demos
Tools/Demos
-----------
-----------
...
@@ -9420,7 +9411,6 @@ Tools/Demos
...
@@ -9420,7 +9411,6 @@ Tools/Demos
- Bug #1546372: Fixed small bugglet in pybench that caused a missing
- Bug #1546372: Fixed small bugglet in pybench that caused a missing
file not to get reported properly.
file not to get reported properly.
Build
Build
-----
-----
...
@@ -9503,7 +9493,6 @@ Build
...
@@ -9503,7 +9493,6 @@ Build
pybuildbot.identify to include some information about the build
pybuildbot.identify to include some information about the build
environment.
environment.
C API
C API
-----
-----
...
@@ -9566,7 +9555,6 @@ C API
...
@@ -9566,7 +9555,6 @@ C API
- Bug #1542693: remove semi-colon at end of PyImport_ImportModuleEx
- Bug #1542693: remove semi-colon at end of PyImport_ImportModuleEx
macro so it can be used as an expression.
macro so it can be used as an expression.
Windows
Windows
-------
-------
...
@@ -9580,7 +9568,6 @@ Windows
...
@@ -9580,7 +9568,6 @@ Windows
- Bug #1216: Restore support for Visual Studio 2002.
- Bug #1216: Restore support for Visual Studio 2002.
Mac
Mac
---
---
...
...
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