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
9515c96c
Kaydet (Commit)
9515c96c
authored
Nis 05, 2007
tarafından
Anthony Baxter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
preparing for 2.5.1c1
üst
b2064d72
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
17 additions
and
10 deletions
+17
-10
boilerplate.tex
Doc/commontex/boilerplate.tex
+1
-1
license.tex
Doc/commontex/license.tex
+1
-0
patchlevel.h
Include/patchlevel.h
+4
-4
LICENSE
LICENSE
+1
-0
NEWS.txt
Lib/idlelib/NEWS.txt
+5
-0
idlever.py
Lib/idlelib/idlever.py
+1
-1
NEWS
Misc/NEWS
+1
-1
python-2.5.spec
Misc/RPM/python-2.5.spec
+1
-1
README
README
+2
-2
No files found.
Doc/commontex/boilerplate.tex
Dosyayı görüntüle @
9515c96c
...
@@ -5,5 +5,5 @@
...
@@ -5,5 +5,5 @@
Email:
\email
{
docs@python.org
}
Email:
\email
{
docs@python.org
}
}
}
\date
{
19th September, 2006
}
% XXX update before final release!
\date
{
5th April, 2007
}
% XXX update before final release!
\input
{
patchlevel
}
% include Python version information
\input
{
patchlevel
}
% include Python version information
Doc/commontex/license.tex
Dosyayı görüntüle @
9515c96c
...
@@ -51,6 +51,7 @@ GPL-compatible; the table below summarizes the various releases.
...
@@ -51,6 +51,7 @@ GPL-compatible; the table below summarizes the various releases.
\linev
{
2.4.2
}{
2.4.1
}{
2005
}{
PSF
}{
yes
}
\linev
{
2.4.2
}{
2.4.1
}{
2005
}{
PSF
}{
yes
}
\linev
{
2.4.3
}{
2.4.2
}{
2006
}{
PSF
}{
yes
}
\linev
{
2.4.3
}{
2.4.2
}{
2006
}{
PSF
}{
yes
}
\linev
{
2.5
}{
2.4
}{
2006
}{
PSF
}{
yes
}
\linev
{
2.5
}{
2.4
}{
2006
}{
PSF
}{
yes
}
\linev
{
2.5.1
}{
2.5
}{
2007
}{
PSF
}{
yes
}
\end{tablev}
\end{tablev}
\note
{
GPL-compatible doesn't mean that we're distributing
\note
{
GPL-compatible doesn't mean that we're distributing
...
...
Include/patchlevel.h
Dosyayı görüntüle @
9515c96c
...
@@ -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 5
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION
0
#define PY_MICRO_VERSION
1
#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.5"
#define PY_VERSION "2.5
.1c1
"
/* Subversion Revision number of this file (not of the repository) */
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"
#define PY_PATCHLEVEL_REVISION "$Revision$"
...
...
LICENSE
Dosyayı görüntüle @
9515c96c
...
@@ -53,6 +53,7 @@ the various releases.
...
@@ -53,6 +53,7 @@ the various releases.
2.4.2 2.4.1 2005 PSF yes
2.4.2 2.4.1 2005 PSF yes
2.4.3 2.4.2 2006 PSF yes
2.4.3 2.4.2 2006 PSF yes
2.5 2.4 2006 PSF yes
2.5 2.4 2006 PSF yes
2.5.1 2.5 2007 PSF yes
Footnotes:
Footnotes:
...
...
Lib/idlelib/NEWS.txt
Dosyayı görüntüle @
9515c96c
What's New in IDLE 1.2.1c1?
===========================
*Release date: 05-APR-2007*
What's New in IDLE 1.2?
What's New in IDLE 1.2?
=======================
=======================
...
...
Lib/idlelib/idlever.py
Dosyayı görüntüle @
9515c96c
IDLE_VERSION
=
"1.2"
IDLE_VERSION
=
"1.2
.1c1
"
Misc/NEWS
Dosyayı görüntüle @
9515c96c
...
@@ -7,7 +7,7 @@ Python News
...
@@ -7,7 +7,7 @@ Python News
What
's New in Python 2.5.1c1?
What
's New in Python 2.5.1c1?
=============================
=============================
*Release date:
XX-XXX-XXXX
*
*Release date:
05-APR-2007
*
Core and builtins
Core and builtins
-----------------
-----------------
...
...
Misc/RPM/python-2.5.spec
Dosyayı görüntüle @
9515c96c
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
#################################
#################################
%define name python
%define name python
%define version 2.5
%define version 2.5
.1
%define libvers 2.5
%define libvers 2.5
%define release 1pydotorg
%define release 1pydotorg
%define __prefix /usr
%define __prefix /usr
...
...
README
Dosyayı görüntüle @
9515c96c
This is Python version 2.5
This is Python version 2.5
.1
==========================
==========================
==
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software
Foundation.
Foundation.
...
...
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