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
260a7887
Kaydet (Commit)
260a7887
authored
Şub 20, 2011
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Version bump to 3.2 final.
üst
14927d09
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
35 additions
and
44 deletions
+35
-44
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
+14
-17
python-3.2.spec
Misc/RPM/python-3.2.spec
+1
-1
README
README
+15
-21
No files found.
Include/patchlevel.h
Dosyayı görüntüle @
260a7887
...
@@ -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 0
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
GAMMA
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
FINAL
#define PY_RELEASE_SERIAL
3
#define PY_RELEASE_SERIAL
0
/* Version as a string */
/* Version as a string */
#define PY_VERSION "3.2
rc3+
"
#define PY_VERSION "3.2"
/*--end constants--*/
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */
/* Subversion Revision number of this file (not of the repository) */
...
...
Lib/distutils/__init__.py
Dosyayı görüntüle @
260a7887
...
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
...
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
# Updated automatically by the Python release process.
# Updated automatically by the Python release process.
#
#
#--start constants--
#--start constants--
__version__
=
"3.2
rc3
"
__version__
=
"3.2"
#--end constants--
#--end constants--
Lib/idlelib/idlever.py
Dosyayı görüntüle @
260a7887
IDLE_VERSION
=
"3.2
rc3
"
IDLE_VERSION
=
"3.2"
Misc/NEWS
Dosyayı görüntüle @
260a7887
...
@@ -12,9 +12,6 @@ Core and Builtins
...
@@ -12,9 +12,6 @@ Core and Builtins
- Issue #11249: Fix potential crashes when using the limited API.
- Issue #11249: Fix potential crashes when using the limited API.
Library
-------
Build
Build
-----
-----
...
@@ -42,40 +39,40 @@ Core and Builtins
...
@@ -42,40 +39,40 @@ Core and Builtins
- Issue #11135: Remove redundant doc field from PyType_Spec.
- Issue #11135: Remove redundant doc field from PyType_Spec.
- Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
- Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
in the limited
in the limited
ABI.
ABI.
- Issue #11118: Fix bogus export of None in python3.dll.
- Issue #11118: Fix bogus export of None in python3.dll.
Library
Library
-------
-------
- Issue #11116: any error during addition of a message to a mailbox now causes
- Issue #11116: any error during addition of a message to a mailbox now causes
a
a
rollback, instead of leaving the mailbox partially modified.
rollback, instead of leaving the mailbox partially modified.
- Issue #11132: Fix passing of "optimize" parameter when recursing
- Issue #11132: Fix passing of "optimize" parameter when recursing
in
in
compileall.compile_dir().
compileall.compile_dir().
- Issue #11110: Fix a potential decref of a NULL in sqlite3.
- Issue #11110: Fix a potential decref of a NULL in sqlite3.
- Issue #8275: Fix passing of callback arguments with ctypes under Win64.
- Issue #8275: Fix passing of callback arguments with ctypes under Win64.
Patch
Patch
by Stan Mihai.
by Stan Mihai.
Build
Build
-----
-----
- Issue #11079: The /Applications/Python x.x folder created by the Mac
- Issue #11079: The /Applications/Python x.x folder created by the Mac
OS X
OS X installers now includes a link to the installed documentation
installers now includes a link to the installed documentation and no longer
and no longer includes an Extras directory. The Tools directory is
includes an Extras directory. The Tools directory is now installed in the
now installed in the
framework under share/doc.
framework under share/doc.
- Issue #11121: Fix building with --enable-shared.
- Issue #11121: Fix building with --enable-shared.
Tests
Tests
-----
-----
- Issue #10971: test_zipimport_support is once again compatible with the
- Issue #10971: test_zipimport_support is once again compatible with the
refleak
refleak
hunter feature of test.regrtest.
hunter feature of test.regrtest.
What's New in Python 3.2 Release Candidate 2?
What's New in Python 3.2 Release Candidate 2?
...
...
Misc/RPM/python-3.2.spec
Dosyayı görüntüle @
260a7887
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
%define name python
%define name python
#--start constants--
#--start constants--
%define version 3.2
rc3
%define version 3.2
%define libvers 3.2
%define libvers 3.2
#--end constants--
#--end constants--
%define release 1pydotorg
%define release 1pydotorg
...
...
README
Dosyayı görüntüle @
260a7887
This is Python version 3.2
, release candidate 3
This is Python version 3.2
==========================
=====================
==========================
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
Python Software Foundation.
Python Software Foundation. All rights reserved.
All rights reserved.
Python 3.x is a new version of the language, which is incompatible with the 2.x
Python 3.x is a new version of the language, which is incompatible with the 2.x
line of releases. The language is mostly the same, but many details, especially
line of releases. The language is mostly the same, but many details, especially
...
@@ -168,26 +167,21 @@ See PEP 392 for release details: http://www.python.org/dev/peps/pep-0392/
...
@@ -168,26 +167,21 @@ See PEP 392 for release details: http://www.python.org/dev/peps/pep-0392/
Copyright and License Information
Copyright and License Information
---------------------------------
---------------------------------
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
Python Software Foundation.
Python Software Foundation. All rights reserved.
All rights reserved.
Copyright (c) 2000 BeOpen.com.
Copyright (c) 2000 BeOpen.com. All rights reserved.
All rights reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All
All
rights reserved.
rights reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
All rights reserved.
See the file "LICENSE" for information on the history of this
See the file "LICENSE" for information on the history of this software, terms &
software, terms & conditions for usage, and a DISCLAIMER OF ALL
conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.
WARRANTIES.
This Python distribution contains *no* GNU General Public License
This Python distribution contains *no* GNU General Public License
(GPL) code, so
(GPL) code, so it may be used in proprietary projects. There ar
e
it may be used in proprietary projects. There are interfaces to some GNU cod
e
interfaces to some GNU code
but these are entirely optional.
but these are entirely optional.
All trademarks referenced herein are property of their respective
All trademarks referenced herein are property of their respective holders.
holders.
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