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
c1e689ec
Kaydet (Commit)
c1e689ec
authored
Haz 19, 2008
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bump to 3.0b1
üst
ce943b6e
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
10 deletions
+16
-10
patchlevel.h
Include/patchlevel.h
+3
-3
__init__.py
Lib/distutils/__init__.py
+1
-1
idlever.py
Lib/idlelib/idlever.py
+1
-1
NEWS
Misc/NEWS
+1
-1
python-3.0.spec
Misc/RPM/python-3.0.spec
+1
-1
README
README
+3
-3
RELNOTES
RELNOTES
+6
-0
No files found.
Include/patchlevel.h
Dosyayı görüntüle @
c1e689ec
...
...
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 0
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
ALPH
A
#define PY_RELEASE_SERIAL
5
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
BET
A
#define PY_RELEASE_SERIAL
1
/* Version as a string */
#define PY_VERSION "3.0
a5+
"
#define PY_VERSION "3.0
b1
"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */
...
...
Lib/distutils/__init__.py
Dosyayı görüntüle @
c1e689ec
...
...
@@ -20,5 +20,5 @@ __revision__ = "$Id$"
#
#--start constants--
__version__
=
"3.0
a5
"
__version__
=
"3.0
b1
"
#--end constants--
Lib/idlelib/idlever.py
Dosyayı görüntüle @
c1e689ec
IDLE_VERSION
=
"3.0
a5
"
IDLE_VERSION
=
"3.0
b1
"
Misc/NEWS
Dosyayı görüntüle @
c1e689ec
...
...
@@ -7,7 +7,7 @@ Python News
What's new in Python 3.0b1?
===========================
*Release date:
XX-June
-2008*
*Release date:
18-Jun
-2008*
Core and Builtins
-----------------
...
...
Misc/RPM/python-3.0.spec
Dosyayı görüntüle @
c1e689ec
...
...
@@ -34,7 +34,7 @@
%define name python
#--start constants--
%define version 3.0
a5
%define version 3.0
b1
%define libver 3.0
#--end constants--
%define release 1pydotorg
...
...
README
Dosyayı görüntüle @
c1e689ec
This is Python version 3.0
alpha 5
=================================
=
This is Python version 3.0
beta 1
=================================
For notes specific to this release, see RELNOTES in this directory.
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
...
...
@@ -22,7 +22,7 @@ Release Schedule
----------------
The release plan is to have a series of alpha releases in 2007 and 2008,
beta releases in 2008, and a final release in
August
2008. The alpha
beta releases in 2008, and a final release in
September
2008. The alpha
releases are primarily aimed at developers who want a sneak peek at the
new langauge, especially those folks who plan to port their code to
Python 3000. The hope is that by the time of the final release, many
...
...
RELNOTES
Dosyayı görüntüle @
c1e689ec
...
...
@@ -6,6 +6,12 @@ Release notes describe unfinished work in particular releases.
Please report bugs to http://bugs.python.org/.
Version 3.0b1 - Release Date 18-Jun-2008
----------------------------------------
Please search the bug tracker for critical issues in Python 3.0.
Version 3.0a5 - Release Date 08-May-2008
----------------------------------------
...
...
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