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
ed80db57
Kaydet (Commit)
ed80db57
authored
Haz 14, 2016
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge 3.6.0a2 releasing branch into default
üst
1db314bd
8a43f727
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
6 deletions
+7
-6
.hgtags
.hgtags
+1
-0
patchlevel.h
Include/patchlevel.h
+2
-2
topics.py
Lib/pydoc_data/topics.py
+0
-0
NEWS
Misc/NEWS
+3
-3
README
README
+1
-1
No files found.
.hgtags
Dosyayı görüntüle @
ed80db57
...
...
@@ -164,3 +164,4 @@ cc15d736d860303b9da90d43cd32db39bab048df v3.5.0rc2
37a07cee5969e6d3672583187a73cf636ff28e1b v3.5.1
68feec6488b26327a85a634605dd28eca4daa5f1 v3.5.2rc1
5896da372fb044e38595fb74495de1e1e7c8fb3c v3.6.0a1
37889342355223e2fc1438de3dc7ffcd625c60f7 v3.6.0a2
Include/patchlevel.h
Dosyayı görüntüle @
ed80db57
...
...
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
#define PY_RELEASE_SERIAL
1
#define PY_RELEASE_SERIAL
2
/* Version as a string */
#define PY_VERSION "3.6.0a
1
+"
#define PY_VERSION "3.6.0a
2
+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
...
...
Lib/pydoc_data/topics.py
Dosyayı görüntüle @
ed80db57
This diff is collapsed.
Click to expand it.
Misc/NEWS
Dosyayı görüntüle @
ed80db57
...
...
@@ -8,7 +8,7 @@ What's New in Python 3.6.0 alpha 3
*Release date: XXXX-XX-XX*
Library
+++++++
-------
- Issue #22636: Avoid shell injection problems with
ctypes.util.find_library().
...
...
@@ -18,7 +18,7 @@ Library
indexes.
IDLE
++++
----
- Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import.
...
...
@@ -26,7 +26,7 @@ IDLE
What's New in Python 3.6.0 alpha 2
==================================
*
Release
date
:
XXXX
-
XX
-
XX
*
*Release date:
2016-06-13
*
Core and Builtins
-----------------
...
...
README
Dosyayı görüntüle @
ed80db57
This is Python version 3.6.0 alpha
1
This is Python version 3.6.0 alpha
2
====================================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
...
...
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