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
e8fb2039
Kaydet (Commit)
e8fb2039
authored
Haz 27, 2009
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
version to 3.1.1a0
üst
09be4159
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
6 deletions
+18
-6
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
+12
-0
python-3.1.spec
Misc/RPM/python-3.1.spec
+1
-1
No files found.
Include/patchlevel.h
Dosyayı görüntüle @
e8fb2039
...
...
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 1
#define PY_MICRO_VERSION
0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
FINAL
#define PY_MICRO_VERSION
1
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
ALPHA
#define PY_RELEASE_SERIAL 0
/* Version as a string */
#define PY_VERSION "3.1"
#define PY_VERSION "3.1
.1a0
"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */
...
...
Lib/distutils/__init__.py
Dosyayı görüntüle @
e8fb2039
...
...
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
# Updated automatically by the Python release process.
#
#--start constants--
__version__
=
"3.1"
__version__
=
"3.1
.1a0
"
#--end constants--
Lib/idlelib/idlever.py
Dosyayı görüntüle @
e8fb2039
IDLE_VERSION
=
"3.1"
IDLE_VERSION
=
"3.1
.1a0
"
Misc/NEWS
Dosyayı görüntüle @
e8fb2039
...
...
@@ -4,6 +4,18 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
What's New in Python 3.1.1?
===========================
*Release date: XX-XX-XXXX"
Core and Builtins
-----------------
Library
-------
What's New in Python 3.1?
=========================
...
...
Misc/RPM/python-3.1.spec
Dosyayı görüntüle @
e8fb2039
...
...
@@ -34,7 +34,7 @@
%define name python
#--start constants--
%define version 3.1
%define version 3.1
.1a0
%define libver 3.1
#--end constants--
%define release 1pydotorg
...
...
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