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
3209410c
Kaydet (Commit)
3209410c
authored
Nis 24, 2003
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bump version number to 2.3b1.
üst
4e42b31d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
12 deletions
+14
-12
patchlevel.h
Include/patchlevel.h
+3
-3
python_nt.rc
PC/python_nt.rc
+5
-5
BUILDno.txt
PCbuild/BUILDno.txt
+2
-0
python20.wse
PCbuild/python20.wse
+4
-4
No files found.
Include/patchlevel.h
Dosyayı görüntüle @
3209410c
...
@@ -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 0
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
ALPH
A
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
BET
A
#define PY_RELEASE_SERIAL
2
#define PY_RELEASE_SERIAL
1
/* Version as a string */
/* Version as a string */
#define PY_VERSION "2.3
a2+
"
#define PY_VERSION "2.3
b1
"
/* 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 >= ... */
...
...
PC/python_nt.rc
Dosyayı görüntüle @
3209410c
...
@@ -33,14 +33,14 @@
...
@@ -33,14 +33,14 @@
* but that neither gives an error nor comes anywhere close to working. The
* but that neither gives an error nor comes anywhere close to working. The
* following comment and #define are output from PCbuild\field3.py:
* following comment and #define are output from PCbuild\field3.py:
*
*
* For 2.3
a2
,
* For 2.3
b1
,
* PY_MICRO_VERSION = 0
* PY_MICRO_VERSION = 0
* PY_RELEASE_LEVEL = '
alpha' = 0xa
* PY_RELEASE_LEVEL = '
beta' = 0xb
* PY_RELEASE_SERIAL =
2
* PY_RELEASE_SERIAL =
1
*
*
* and 0*1000 + 1
0*10 + 2 = 102
* and 0*1000 + 1
1*10 + 1 = 111
*/
*/
#define FIELD3 1
02
#define FIELD3 1
11
/* e.g., 2.1a2
/* e.g., 2.1a2
* PY_VERSION comes from patchevel.h
* PY_VERSION comes from patchevel.h
...
...
PCbuild/BUILDno.txt
Dosyayı görüntüle @
3209410c
...
@@ -33,6 +33,8 @@ How to change the Windows build number:
...
@@ -33,6 +33,8 @@ How to change the Windows build number:
Windows Python BUILD numbers
Windows Python BUILD numbers
----------------------------
----------------------------
40 2.3b1
25-Apr-2003
39 2.3a2
39 2.3a2
19-Feb-2003
19-Feb-2003
38 2.3a1
38 2.3a1
...
...
PCbuild/python20.wse
Dosyayı görüntüle @
3209410c
Document Type: WSE
Document Type: WSE
item: Global
item: Global
Version=8.14
Version=8.14
Title=Python 2.3
alpha 2
Title=Python 2.3
beta 1
Flags=00010100
Flags=00010100
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Japanese Font Name=MS Gothic
Japanese Font Name=MS Gothic
...
@@ -18,9 +18,9 @@ item: Global
...
@@ -18,9 +18,9 @@ item: Global
Patch Flags=0000000000001001
Patch Flags=0000000000001001
Patch Threshold=85
Patch Threshold=85
Patch Memory=4000
Patch Memory=4000
EXE Filename=Python-2.3
a2
.exe
EXE Filename=Python-2.3
b1
.exe
Dialogs Version=8
Dialogs Version=8
Version File=2.3
a2
Version File=2.3
b1
Version Description=Python Programming Language
Version Description=Python Programming Language
Version Copyright=2001-2003 Python Software Foundation
Version Copyright=2001-2003 Python Software Foundation
Version Company=PythonLabs at Zope Corporation
Version Company=PythonLabs at Zope Corporation
...
@@ -66,7 +66,7 @@ item: Global
...
@@ -66,7 +66,7 @@ item: Global
end
end
item: Set Variable
item: Set Variable
Variable=PYVER_STRING
Variable=PYVER_STRING
Value=2.3
a2
Value=2.3
b1
end
end
item: Remark
item: Remark
end
end
...
...
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