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
8cee0cc3
Kaydet (Commit)
8cee0cc3
authored
Eyl 06, 2017
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bump to 3.3.7rc1
üst
a7ff833f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
15 deletions
+16
-15
version_switch.js
Doc/tools/sphinxext/static/version_switch.js
+4
-4
patchlevel.h
Include/patchlevel.h
+4
-4
README
README
+8
-7
No files found.
Doc/tools/sphinxext/static/version_switch.js
Dosyayı görüntüle @
8cee0cc3
...
...
@@ -2,12 +2,12 @@
'use strict'
;
var
all_versions
=
{
'3.5'
:
'dev (3.5)'
,
'3.7'
:
'dev (3.7)'
,
'3.6'
:
'3.6'
,
'3.5'
:
'3.5'
,
'3.4'
:
'3.4'
,
'3.3'
:
'3.3'
,
'3.2'
:
'3.2'
,
'2.7'
:
'2.7'
,
'2.6'
:
'2.6'
'2.7'
:
'2.7'
};
function
build_select
(
current_version
,
current_release
)
{
...
...
Include/patchlevel.h
Dosyayı görüntüle @
8cee0cc3
...
...
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 3
#define PY_MICRO_VERSION
6
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
FINAL
#define PY_RELEASE_SERIAL
0
#define PY_MICRO_VERSION
7
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
GAMMA
#define PY_RELEASE_SERIAL
1
/* Version as a string */
#define PY_VERSION "3.3.
6+
"
#define PY_VERSION "3.3.
7rc1
"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
...
...
README
Dosyayı görüntüle @
8cee0cc3
This is Python version 3.3.
6
============================
This is Python version 3.3.
7rc1
============================
===
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights
...
...
@@ -68,9 +68,9 @@ entitled "Installing multiple versions".
Documentation
-------------
Documentation for Python 3.3 is online
, updated daily
:
Documentation for Python 3.3 is online:
http://docs.python.org/3.3/
http
s
://docs.python.org/3.3/
It can also be downloaded in many formats for faster access. The documentation
is downloadable in HTML, PDF, and reStructuredText formats; the latter version
...
...
@@ -80,7 +80,7 @@ formatting requirements.
If you would like to contribute to the development of Python, relevant
documentation is available at:
http
://docs.python.org/devguide
/
http
s://devguide.python.org
/
For information about building Python's documentation, refer to Doc/README.txt.
...
...
@@ -160,7 +160,7 @@ Proposals for enhancement
-------------------------
If you have a proposal to change Python, you may want to send an email to the
comp.lang.python or python-ideas mailing lists for inital feedback. A Python
comp.lang.python or python-ideas mailing lists for init
i
al feedback. A Python
Enhancement Proposal (PEP) may be submitted if your idea gains ground. All
current PEPs, as well as guidelines for submitting a new PEP, are listed at
http://www.python.org/dev/peps/.
...
...
@@ -176,7 +176,8 @@ Copyright and License Information
---------------------------------
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
2012, 2013, 2014, 2015, 2016 Python Software Foundation. All rights reserved.
2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation.
All rights reserved.
Copyright (c) 2000 BeOpen.com. 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