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
9c1928f0
Kaydet (Commit)
9c1928f0
authored
May 21, 2011
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge release branch after 3.2.1rc1.
üst
619323c6
41972316
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
31 additions
and
19 deletions
+31
-19
.hgtags
.hgtags
+1
-0
veryhigh.rst
Doc/c-api/veryhigh.rst
+9
-11
susp-ignored.csv
Doc/tools/sphinxext/susp-ignored.csv
+11
-0
patchlevel.h
Include/patchlevel.h
+2
-2
__init__.py
Lib/distutils/__init__.py
+1
-1
idlever.py
Lib/idlelib/idlever.py
+1
-1
topics.py
Lib/pydoc_data/topics.py
+0
-0
NEWS
Misc/NEWS
+1
-1
python-3.2.spec
Misc/RPM/python-3.2.spec
+1
-1
README
README
+2
-2
uuids.py
Tools/msi/uuids.py
+2
-0
No files found.
.hgtags
Dosyayı görüntüle @
9c1928f0
...
@@ -86,3 +86,4 @@ acf3e24dd0d0dfd1e20c907d696d3da965a8f56f v3.2rc2
...
@@ -86,3 +86,4 @@ acf3e24dd0d0dfd1e20c907d696d3da965a8f56f v3.2rc2
18c1f52896501c7ee13b038454a39acb45a87979 v3.2rc3
18c1f52896501c7ee13b038454a39acb45a87979 v3.2rc3
a222a015e28d8ae9af3899258dc6c15c3d40add0 v3.2
a222a015e28d8ae9af3899258dc6c15c3d40add0 v3.2
8ffac2337a3323323d02153ac919fd1483176652 v3.2.1b1
8ffac2337a3323323d02153ac919fd1483176652 v3.2.1b1
cfa9364997c7f2e67b9cbb45c3a5fa3bba4e4999 v3.2.1rc1
Doc/c-api/veryhigh.rst
Dosyayı görüntüle @
9c1928f0
...
@@ -27,17 +27,15 @@ the same library that the Python runtime is using.
...
@@ -27,17 +27,15 @@ the same library that the Python runtime is using.
.. c:function:: int Py_Main(int argc, wchar_t **argv)
.. c:function:: int Py_Main(int argc, wchar_t **argv)
The main program for the standard interpreter. This is made
The main program for the standard interpreter. This is made available for
available for programs which embed Python. The *argc* and *argv*
programs which embed Python. The *argc* and *argv* parameters should be
parameters should be prepared exactly as those which are passed to
prepared exactly as those which are passed to a C program's :c:func:`main`
a C program's :c:func:`main` function (converted to wchar_t
function (converted to wchar_t according to the user's locale). It is
according to the user's locale). It is important to note that the
important to note that the argument list may be modified (but the contents of
argument list may be modified (but the contents of the strings
the strings pointed to by the argument list are not). The return value will
pointed to by the argument list are not). The return value will be
be ``0`` if the interpreter exits normally (i.e., without an exception),
```0``` if the interpreter exits normally (ie, without an
``1`` if the interpreter exits due to an exception, or ``2`` if the parameter
exception), ``1`` if the interpreter exits due to an exception, or
list does not represent a valid Python command line.
``2`` if the parameter list does not represent a valid Python
command line.
Note that if an otherwise unhandled :exc:`SystemExit` is raised, this
Note that if an otherwise unhandled :exc:`SystemExit` is raised, this
function will not return ``1``, but exit the process, as long as
function will not return ``1``, but exit the process, as long as
...
...
Doc/tools/sphinxext/susp-ignored.csv
Dosyayı görüntüle @
9c1928f0
...
@@ -391,3 +391,14 @@ documenting/markup,864,`,": [""else"" "":"" `suite`]"
...
@@ -391,3 +391,14 @@ documenting/markup,864,`,": [""else"" "":"" `suite`]"
documenting/markup,864,`,": [""finally"" "":"" `suite`]"
documenting/markup,864,`,": [""finally"" "":"" `suite`]"
documenting/markup,864,`,"try2_stmt: ""try"" "":"" `suite`"
documenting/markup,864,`,"try2_stmt: ""try"" "":"" `suite`"
documenting/markup,864,`,": ""finally"" "":"" `suite`"
documenting/markup,864,`,": ""finally"" "":"" `suite`"
library/pprint,209,::,"'classifiers': ['Development Status :: 4 - Beta',"
library/pprint,209,::,"'Intended Audience :: Developers',"
library/pprint,209,::,"'License :: OSI Approved :: MIT License',"
library/pprint,209,::,"'Natural Language :: English',"
library/pprint,209,::,"'Operating System :: OS Independent',"
library/pprint,209,::,"'Programming Language :: Python',"
library/pprint,209,::,"'Programming Language :: Python :: 2',"
library/pprint,209,::,"'Programming Language :: Python :: 2.6',"
library/pprint,209,::,"'Programming Language :: Python :: 2.7',"
library/pprint,209,::,"'Topic :: Software Development :: Libraries',"
library/pprint,209,::,"'Topic :: Software Development :: Libraries :: Python Modules'],"
Include/patchlevel.h
Dosyayı görüntüle @
9c1928f0
...
@@ -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 1
#define PY_MICRO_VERSION 1
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
BET
A
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
GAMM
A
#define PY_RELEASE_SERIAL 1
#define PY_RELEASE_SERIAL 1
/* Version as a string */
/* Version as a string */
#define PY_VERSION "3.2.1
b
1"
#define PY_VERSION "3.2.1
rc
1"
/*--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 @
9c1928f0
...
@@ -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.1
b
1"
__version__
=
"3.2.1
rc
1"
#--end constants--
#--end constants--
Lib/idlelib/idlever.py
Dosyayı görüntüle @
9c1928f0
IDLE_VERSION
=
"3.2.1
b
1"
IDLE_VERSION
=
"3.2.1
rc
1"
Lib/pydoc_data/topics.py
Dosyayı görüntüle @
9c1928f0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Misc/NEWS
Dosyayı görüntüle @
9c1928f0
...
@@ -24,7 +24,7 @@ Library
...
@@ -24,7 +24,7 @@ Library
What's New in Python 3.2.1 release candidate 1?
What's New in Python 3.2.1 release candidate 1?
===============================================
===============================================
*Release date:
XX-XXX
-2011*
*Release date:
15-May
-2011*
Core and Builtins
Core and Builtins
-----------------
-----------------
...
...
Misc/RPM/python-3.2.spec
Dosyayı görüntüle @
9c1928f0
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
%define name python
%define name python
#--start constants--
#--start constants--
%define version 3.2.1
b
1
%define version 3.2.1
rc
1
%define libvers 3.2
%define libvers 3.2
#--end constants--
#--end constants--
%define release 1pydotorg
%define release 1pydotorg
...
...
README
Dosyayı görüntüle @
9c1928f0
This is Python version 3.2.1
beta
1
This is Python version 3.2.1
release candidate
1
===================================
===================================
=============
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. All rights reserved.
Python Software Foundation. All rights reserved.
...
...
Tools/msi/uuids.py
Dosyayı görüntüle @
9c1928f0
...
@@ -87,4 +87,6 @@ product_codes = {
...
@@ -87,4 +87,6 @@ product_codes = {
'3.2.122'
:
'{4f3edfa6-cf70-469a-825f-e1206aa7f412}'
,
# 3.2rc2
'3.2.122'
:
'{4f3edfa6-cf70-469a-825f-e1206aa7f412}'
,
# 3.2rc2
'3.2.123'
:
'{90c673d7-8cfd-4969-9816-f7d70bad87f3}'
,
# 3.2rc3
'3.2.123'
:
'{90c673d7-8cfd-4969-9816-f7d70bad87f3}'
,
# 3.2rc3
'3.2.150'
:
'{b2042d5e-986d-44ec-aee3-afe4108ccc93}'
,
# 3.2.0
'3.2.150'
:
'{b2042d5e-986d-44ec-aee3-afe4108ccc93}'
,
# 3.2.0
'3.2.1121'
:
'{4f90de4a-83dd-4443-b625-ca130ff361dd}'
,
# 3.2.1rc1
'3.2.1150'
:
'{34b2530c-6349-4292-9dc3-60bda4aed93c}'
,
# 3.2.1
}
}
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