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
b2ee40ed
Kaydet (Commit)
b2ee40ed
authored
Şub 16, 2017
tarafından
Senthil Kumaran
Kaydeden (comit)
GitHub
Şub 16, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Change some mercurial/ hg.python.org references. (#8)
üst
9764c151
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
general.rst
Doc/faq/general.rst
+3
-3
help.html
Lib/idlelib/help.html
+1
-1
README
Tools/README
+1
-1
README
Tools/importbench/README
+1
-1
No files found.
Doc/faq/general.rst
Dosyayı görüntüle @
b2ee40ed
...
...
@@ -159,7 +159,7 @@ How do I obtain a copy of the Python source?
The latest Python source distribution is always available from python.org, at
https://www.python.org/downloads/. The latest development sources can be obtained
via anonymous Mercurial access at https://hg.python.org/cpython
.
at https://github.com/python/cpython/
.
The source distribution is a gzipped tar file containing the complete C source,
Sphinx-formatted documentation, Python library modules, example programs, and
...
...
@@ -222,8 +222,8 @@ releases are announced on the comp.lang.python and comp.lang.python.announce
newsgroups and on the Python home page at https://www.python.org/; an RSS feed of
news is available.
You can also access the development version of Python through
Mercurial
. See
https://docs.python.org/devguide/faq.html
for details.
You can also access the development version of Python through
Git
. See
`The Python Developer's Guide <https://docs.python.org/devguide/>`_
for details.
How do I submit bug reports and patches for Python?
...
...
Lib/idlelib/help.html
Dosyayı görüntüle @
b2ee40ed
...
...
@@ -90,7 +90,7 @@
<div
class=
"section"
id=
"idle"
>
<span
id=
"id1"
></span><h1>
25.5. IDLE
<a
class=
"headerlink"
href=
"#idle"
title=
"Permalink to this headline"
>
¶
</a></h1>
<p><strong>
Source code:
</strong>
<a
class=
"reference external"
href=
"https://
hg.python.org/cpython/file/3.5/Lib/idlelib/
"
>
Lib/idlelib/
</a></p>
<p><strong>
Source code:
</strong>
<a
class=
"reference external"
href=
"https://
github.com/python/cpython/tree/3.5/Lib/idlelib
"
>
Lib/idlelib/
</a></p>
<hr
class=
"docutils"
id=
"index-0"
/>
<p>
IDLE is Python
’
s Integrated Development and Learning Environment.
</p>
<p>
IDLE has the following features:
</p>
...
...
Tools/README
Dosyayı görüntüle @
b2ee40ed
...
...
@@ -43,4 +43,4 @@ unittestgui A Tkinter based GUI test runner for unittest, with test
discovery.
(*) A generic benchmark suite is maintained separately at http
://hg.python.org/benchmarks/
(*) A generic benchmark suite is maintained separately at http
s://github.com/python/performance
Tools/importbench/README
Dosyayı görüntüle @
b2ee40ed
...
...
@@ -3,4 +3,4 @@ Importbench is a set of micro-benchmarks for various import scenarios.
It should not be used as an overall benchmark of import performance, but rather
an easy way to measure impact of possible code changes. For a real-world
benchmark of import, use the normal_startup benchmark from
h
g.python.org/benchmarks.
h
ttps://github.com/python/performance
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