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
4ab7786f
Kaydet (Commit)
4ab7786f
authored
Eyl 20, 2005
tarafından
Anthony Baxter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
pre-release machinations
üst
4fe43a80
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
14 deletions
+17
-14
patchlevel.h
Include/patchlevel.h
+4
-4
LICENSE
LICENSE
+1
-0
NEWS.txt
Lib/idlelib/NEWS.txt
+2
-2
idlever.py
Lib/idlelib/idlever.py
+1
-1
NEWS
Misc/NEWS
+3
-3
python-2.4.spec
Misc/RPM/python-2.4.spec
+1
-1
BUILDno.txt
PCbuild/BUILDno.txt
+2
-0
pythoncore.vcproj
PCbuild/pythoncore.vcproj
+3
-3
No files found.
Include/patchlevel.h
Dosyayı görüntüle @
4ab7786f
...
@@ -21,12 +21,12 @@
...
@@ -21,12 +21,12 @@
/* Version parsed out into numeric values */
/* Version parsed out into numeric values */
#define PY_MAJOR_VERSION 2
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 4
#define PY_MINOR_VERSION 4
#define PY_MICRO_VERSION
1
#define PY_MICRO_VERSION
2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
FINAL
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
GAMMA
#define PY_RELEASE_SERIAL
0
#define PY_RELEASE_SERIAL
1
/* Version as a string */
/* Version as a string */
#define PY_VERSION "2.4.
1+
"
#define PY_VERSION "2.4.
2c1
"
/* 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 >= ... */
...
...
LICENSE
Dosyayı görüntüle @
4ab7786f
...
@@ -50,6 +50,7 @@ the various releases.
...
@@ -50,6 +50,7 @@ the various releases.
2.3.5 2.3.4 2005 PSF yes
2.3.5 2.3.4 2005 PSF yes
2.4 2.3 2004 PSF yes
2.4 2.3 2004 PSF yes
2.4.1 2.4.1 2005 PSF yes
2.4.1 2.4.1 2005 PSF yes
2.4.2 2.4.1 2005 PSF yes
Footnotes:
Footnotes:
...
...
Lib/idlelib/NEWS.txt
Dosyayı görüntüle @
4ab7786f
What's New in IDLE 1.1.2c1?
What's New in IDLE 1.1.2c1?
=========================
=========================
==
*Release date:
XX
-SEP-2005*
*Release date:
21
-SEP-2005*
- Mac line endings were incorrect when pasting code from some browsers
- Mac line endings were incorrect when pasting code from some browsers
when using X11 and the Fink distribution. Python Bug 1263656.
when using X11 and the Fink distribution. Python Bug 1263656.
...
...
Lib/idlelib/idlever.py
Dosyayı görüntüle @
4ab7786f
IDLE_VERSION
=
"1.1.1"
IDLE_VERSION
=
"1.1.
2c
1"
Misc/NEWS
Dosyayı görüntüle @
4ab7786f
...
@@ -4,10 +4,10 @@ Python News
...
@@ -4,10 +4,10 @@ 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.4.2
a
What
's New in Python 2.4.2
c1
===========================
===========================
=
*Release date:
XX-XXX
-2005*
*Release date:
21-SEP
-2005*
Core and builtins
Core and builtins
-----------------
-----------------
...
...
Misc/RPM/python-2.4.spec
Dosyayı görüntüle @
4ab7786f
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
#################################
#################################
%define name python
%define name python
%define version 2.4.1
%define version 2.4.
2c
1
%define libvers 2.4
%define libvers 2.4
%define release 1pydotorg
%define release 1pydotorg
%define __prefix /usr
%define __prefix /usr
...
...
PCbuild/BUILDno.txt
Dosyayı görüntüle @
4ab7786f
...
@@ -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
----------------------------
----------------------------
66 2.4.2c1
21-Sep-2005
65 2.4.1
65 2.4.1
30-Mar-2005
30-Mar-2005
64 2.4.1c2
64 2.4.1c2
...
...
PCbuild/pythoncore.vcproj
Dosyayı görüntüle @
4ab7786f
...
@@ -1385,7 +1385,7 @@
...
@@ -1385,7 +1385,7 @@
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
Optimization=
"2"
Optimization=
"2"
AdditionalIncludeDirectories=
""
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
"BUILD=6
5
"
/>
PreprocessorDefinitions=
"BUILD=6
6
"
/>
</FileConfiguration>
</FileConfiguration>
<FileConfiguration
<FileConfiguration
Name=
"Debug|Win32"
>
Name=
"Debug|Win32"
>
...
@@ -1393,7 +1393,7 @@
...
@@ -1393,7 +1393,7 @@
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
Optimization=
"0"
Optimization=
"0"
AdditionalIncludeDirectories=
""
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
"BUILD=6
5
"
/>
PreprocessorDefinitions=
"BUILD=6
6
"
/>
</FileConfiguration>
</FileConfiguration>
<FileConfiguration
<FileConfiguration
Name=
"ReleaseItanium|Win32"
>
Name=
"ReleaseItanium|Win32"
>
...
@@ -1401,7 +1401,7 @@
...
@@ -1401,7 +1401,7 @@
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
Optimization=
"2"
Optimization=
"2"
AdditionalIncludeDirectories=
""
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
"BUILD=6
5
"
/>
PreprocessorDefinitions=
"BUILD=6
6
"
/>
</FileConfiguration>
</FileConfiguration>
</File>
</File>
<File
<File
...
...
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