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
a51497ab
Kaydet (Commit)
a51497ab
authored
Nis 11, 2012
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge 3.2.3 release clone.
üst
b96a3545
507776e7
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
13 deletions
+15
-13
.hgtags
.hgtags
+1
-0
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
+5
-5
python-3.2.spec
Misc/RPM/python-3.2.spec
+1
-1
README
README
+2
-2
uuids.py
Tools/msi/uuids.py
+1
-0
No files found.
.hgtags
Dosyayı görüntüle @
a51497ab
...
@@ -98,3 +98,4 @@ c860feaa348d663e598986894ee4680480577e15 v3.2.2rc1
...
@@ -98,3 +98,4 @@ c860feaa348d663e598986894ee4680480577e15 v3.2.2rc1
137e45f15c0bd262c9ad4c032d97425bc0589456 v3.2.2
137e45f15c0bd262c9ad4c032d97425bc0589456 v3.2.2
7085403daf439adb3f9e70ef13f6bedb1c447376 v3.2.3rc1
7085403daf439adb3f9e70ef13f6bedb1c447376 v3.2.3rc1
428f05cb7277e1d42bb9dd8d1af6b6270ebc6112 v3.2.3rc2
428f05cb7277e1d42bb9dd8d1af6b6270ebc6112 v3.2.3rc2
3d0686d90f55a78f96d9403da2c52dc2411419d0 v3.2.3
Include/patchlevel.h
Dosyayı görüntüle @
a51497ab
...
@@ -19,11 +19,11 @@
...
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 2
#define PY_MINOR_VERSION 2
#define PY_MICRO_VERSION 3
#define PY_MICRO_VERSION 3
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
GAMMA
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
FINAL
#define PY_RELEASE_SERIAL
2
#define PY_RELEASE_SERIAL
0
/* Version as a string */
/* Version as a string */
#define PY_VERSION "3.2.3
rc2
+"
#define PY_VERSION "3.2.3+"
/*--end constants--*/
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository). Empty
/* Subversion Revision number of this file (not of the repository). Empty
...
...
Lib/distutils/__init__.py
Dosyayı görüntüle @
a51497ab
...
@@ -13,5 +13,5 @@ used from a setup script as
...
@@ -13,5 +13,5 @@ used from a setup script as
# Updated automatically by the Python release process.
# Updated automatically by the Python release process.
#
#
#--start constants--
#--start constants--
__version__
=
"3.2.3
rc2
"
__version__
=
"3.2.3"
#--end constants--
#--end constants--
Lib/idlelib/idlever.py
Dosyayı görüntüle @
a51497ab
IDLE_VERSION
=
"3.2.3
rc2
"
IDLE_VERSION
=
"3.2.3"
Misc/NEWS
Dosyayı görüntüle @
a51497ab
...
@@ -167,13 +167,13 @@ Extension Modules
...
@@ -167,13 +167,13 @@ Extension Modules
What's New in Python 3.2.3?
What's New in Python 3.2.3?
===========================
===========================
*Release date:
XX-Ma
r-2012*
*Release date:
10-Ap
r-2012*
Core and Builtins
Build
-----
------------
-----
Library
- Issue #14387: Work around a problem building extension modules under Windows
-------
by undefining ``small`` before use in the Python headers.
What's New in Python 3.2.3 release candidate 2?
What's New in Python 3.2.3 release candidate 2?
...
...
Misc/RPM/python-3.2.spec
Dosyayı görüntüle @
a51497ab
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
%define name python
%define name python
#--start constants--
#--start constants--
%define version 3.2.3
rc2
%define version 3.2.3
%define libvers 3.2
%define libvers 3.2
#--end constants--
#--end constants--
%define release 1pydotorg
%define release 1pydotorg
...
...
README
Dosyayı görüntüle @
a51497ab
This is Python version 3.2.3
rc2
This is Python version 3.2.3
============================
====
============================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
2012 Python Software Foundation. All rights reserved.
2012 Python Software Foundation. All rights reserved.
...
...
Tools/msi/uuids.py
Dosyayı görüntüle @
a51497ab
...
@@ -93,6 +93,7 @@ product_codes = {
...
@@ -93,6 +93,7 @@ product_codes = {
'3.2.2121'
:
'{DFB29A53-ACC4-44e6-85A6-D0DA26FE8E4E}'
,
# 3.2.2rc1
'3.2.2121'
:
'{DFB29A53-ACC4-44e6-85A6-D0DA26FE8E4E}'
,
# 3.2.2rc1
'3.2.2150'
:
'{4CDE3168-D060-4b7c-BC74-4D8F9BB01AFD}'
,
# 3.2.2
'3.2.2150'
:
'{4CDE3168-D060-4b7c-BC74-4D8F9BB01AFD}'
,
# 3.2.2
'3.2.3121'
:
'{B8E8CFF7-E4C6-4a7c-9F06-BB3A8B75DDA8}'
,
# 3.2.3rc1
'3.2.3121'
:
'{B8E8CFF7-E4C6-4a7c-9F06-BB3A8B75DDA8}'
,
# 3.2.3rc1
'3.2.3122'
:
'{E8DCD3E0-12B6-4fb7-9DB5-543C2E67372E}'
,
# 3.2.3rc2
'3.2.3150'
:
'{789C9644-9F82-44d3-B4CA-AC31F46F5882}'
,
# 3.2.3
'3.2.3150'
:
'{789C9644-9F82-44d3-B4CA-AC31F46F5882}'
,
# 3.2.3
}
}
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