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
b0f96352
Kaydet (Commit)
b0f96352
authored
Mar 11, 2008
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Prepare for 2.3.7.
üst
06fa5323
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
6 deletions
+16
-6
patchlevel.h
Include/patchlevel.h
+3
-3
NEWS.txt
Lib/idlelib/NEWS.txt
+5
-0
idlever.py
Lib/idlelib/idlever.py
+1
-1
NEWS
Misc/NEWS
+5
-0
README
README
+2
-2
No files found.
Include/patchlevel.h
Dosyayı görüntüle @
b0f96352
...
@@ -22,11 +22,11 @@
...
@@ -22,11 +22,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 3
#define PY_MINOR_VERSION 3
#define PY_MICRO_VERSION 7
#define PY_MICRO_VERSION 7
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
GAMMA
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
FINAL
#define PY_RELEASE_SERIAL
1
#define PY_RELEASE_SERIAL
0
/* Version as a string */
/* Version as a string */
#define PY_VERSION "2.3.7
c1
"
#define PY_VERSION "2.3.7"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
...
...
Lib/idlelib/NEWS.txt
Dosyayı görüntüle @
b0f96352
What's New in IDLE 1.0.7?
=========================
*Release date: 11-Mar-2007*
What's New in IDLE 1.0.6?
What's New in IDLE 1.0.6?
=========================
=========================
...
...
Lib/idlelib/idlever.py
Dosyayı görüntüle @
b0f96352
IDLE_VERSION
=
"1.0.
6
"
IDLE_VERSION
=
"1.0.
7
"
Misc/NEWS
Dosyayı görüntüle @
b0f96352
...
@@ -4,6 +4,11 @@ Python News
...
@@ -4,6 +4,11 @@ Python News
(
editors
:
check
NEWS
.
help
for
information
about
editing
NEWS
using
ReST
.)
(
editors
:
check
NEWS
.
help
for
information
about
editing
NEWS
using
ReST
.)
What
's New in Python 2.3.7?
===========================
*Release date: 11-Mar-2008*
What'
s
New
in
Python
2.3.7
c1
?
What'
s
New
in
Python
2.3.7
c1
?
===========================
===========================
...
...
README
Dosyayı görüntüle @
b0f96352
This is Python version 2.3.7
c1
This is Python version 2.3.7
============================
==
============================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation.
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation.
All rights reserved.
All rights reserved.
...
...
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