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
04427a07
Kaydet (Commit)
04427a07
authored
Agu 25, 2012
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge in changes from 3.3.0 release clone.
üst
3b5b8432
3694401a
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
23 additions
and
9 deletions
+23
-9
.hgtags
.hgtags
+1
-0
susp-ignored.csv
Doc/tools/sphinxext/susp-ignored.csv
+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
topics.py
Lib/pydoc_data/topics.py
+0
-0
NEWS
Misc/NEWS
+13
-1
python-3.3.spec
Misc/RPM/python-3.3.spec
+1
-1
README
README
+2
-2
No files found.
.hgtags
Dosyayı görüntüle @
04427a07
...
...
@@ -105,3 +105,4 @@ f1a9a6505731714f0e157453ff850e3b71615c45 v3.3.0a1
7c51388a3aa7ce76a8541bbbdfc05d2d259a162c v3.3.0a4
e15c554cd43eb23bc0a528a4e8741da9bbec9607 v3.3.0b1
4972a8f1b2aa3d7cdd64dc96aa7fa112fe1ea343 v3.3.0b2
8bb5c7bc46ba43804480f3e328e1fa956672c885 v3.3.0rc1
Doc/tools/sphinxext/susp-ignored.csv
Dosyayı görüntüle @
04427a07
...
...
@@ -262,6 +262,7 @@ library/stdtypes,,:end,s[start:end]
library/stdtypes,,::,>>> hash(v[::-2]) == hash(b'abcefg'[::-2])
library/stdtypes,,:len,s[len(s):len(s)]
library/stdtypes,,::,>>> y = m[::2]
library/stdtypes,,::,>>> z = y[::-2]
library/string,,:end,s[start:end]
library/subprocess,,`,"output=`dmesg | grep hda`"
library/subprocess,,`,"output=`mycmd myarg`"
...
...
Include/patchlevel.h
Dosyayı görüntüle @
04427a07
...
...
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 3
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
BET
A
#define PY_RELEASE_SERIAL
2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
GAMM
A
#define PY_RELEASE_SERIAL
1
/* Version as a string */
#define PY_VERSION "3.3.0
b2
+"
#define PY_VERSION "3.3.0
rc1
+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
...
...
Lib/distutils/__init__.py
Dosyayı görüntüle @
04427a07
...
...
@@ -13,5 +13,5 @@ used from a setup script as
# Updated automatically by the Python release process.
#
#--start constants--
__version__
=
"3.3.0
b2
"
__version__
=
"3.3.0
rc1
"
#--end constants--
Lib/idlelib/idlever.py
Dosyayı görüntüle @
04427a07
IDLE_VERSION
=
"3.3.0
b2
"
IDLE_VERSION
=
"3.3.0
rc1
"
Lib/pydoc_data/topics.py
Dosyayı görüntüle @
04427a07
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 @
04427a07
...
...
@@ -2,10 +2,22 @@
Python
News
+++++++++++
What
's New in Python 3.3.0 Release Candidate 2?
===============================================
*Release date: XX-Sep-2012*
Core and Builtins
-----------------
Library
-------
What'
s
New
in
Python
3.3.0
Release
Candidate
1
?
===============================================
*Release date:
XX
-Aug-2012*
*
Release
date
:
25
-
Aug
-
2012
*
Core
and
Builtins
-----------------
...
...
Misc/RPM/python-3.3.spec
Dosyayı görüntüle @
04427a07
...
...
@@ -39,7 +39,7 @@
%define name python
#--start constants--
%define version 3.3.0
b2
%define version 3.3.0
rc1
%define libvers 3.3
#--end constants--
%define release 1pydotorg
...
...
README
Dosyayı görüntüle @
04427a07
This is Python version 3.3.0
beta 2
===================================
This is Python version 3.3.0
release candidate 1
===================================
=============
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
2012 Python Software Foundation. All rights reserved.
...
...
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