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
425aa2e1
Kaydet (Commit)
425aa2e1
authored
Nis 05, 2010
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix some broken URLs.
üst
891cd834
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
extending.rst
Doc/faq/extending.rst
+3
-3
functional.rst
Doc/howto/functional.rst
+1
-1
mac.rst
Doc/using/mac.rst
+1
-1
2.1.rst
Doc/whatsnew/2.1.rst
+1
-1
2.6.rst
Doc/whatsnew/2.6.rst
+1
-1
No files found.
Doc/faq/extending.rst
Dosyayı görüntüle @
425aa2e1
...
...
@@ -51,7 +51,7 @@ with a tool such as `SWIG <http://www.swig.org>`_. `SIP
<http://www.riverbankcomputing.co.uk/software/sip/>`__, `CXX
<http://cxx.sourceforge.net/>`_ `Boost
<http://www.boost.org/libs/python/doc/index.html>`_, or `Weave
<http://www.scipy.org/
site_content/w
eave>`_ are also alternatives for wrapping
<http://www.scipy.org/
W
eave>`_ are also alternatives for wrapping
C++ libraries.
...
...
@@ -198,10 +198,10 @@ whole lot of difference between C and C++ -- so the strategy of building a new
Python type around a C structure (pointer) type will also work for C++ objects.
For C++ libraries, you can look at `SIP
<http://www.riverbankcomputing.co.uk/sip/>`_, `CXX
<http://www.riverbankcomputing.co.uk/s
oftware/s
ip/>`_, `CXX
<http://cxx.sourceforge.net/>`_, `Boost
<http://www.boost.org/libs/python/doc/index.html>`_, `Weave
<http://www.scipy.org/
site_content/w
eave>`_ or `SWIG <http://www.swig.org>`_
<http://www.scipy.org/
W
eave>`_ or `SWIG <http://www.swig.org>`_
I added a module using the Setup file and the make fails; why?
...
...
Doc/howto/functional.rst
Dosyayı görüntüle @
425aa2e1
...
...
@@ -335,7 +335,7 @@ substring.
List comprehensions and generator expressions (short form: "listcomps" and
"genexps") are a concise notation for such operations, borrowed from the
functional programming language Haskell (http://www.haskell.org). You can strip
functional programming language Haskell (http://www.haskell.org
/
). You can strip
all the whitespace from a stream of strings with the following code::
line_list = [' line 1\n', 'line 2 \n', ...]
...
...
Doc/using/mac.rst
Dosyayı görüntüle @
425aa2e1
...
...
@@ -74,7 +74,7 @@ number of standard Unix command line editors, :program:`vim` and
http
://
www
.
barebones
.
com
/
products
/
bbedit
/
index
.
shtml
)
are
good
choices
,
as
is
:
program
:`
TextMate
`
(
see
http
://
macromates
.
com
/).
Other
editors
include
:
program
:`
Gvim
`
(
http
://
macvim
.
org
)
and
:
program
:`
Aquamacs
`
(
http
://
aquamacs
.
org
).
(
http
://
aquamacs
.
org
/
).
To
run
your
script
from
the
Terminal
window
you
must
make
sure
that
:
file
:`/
usr
/
local
/
bin
`
is
in
your
shell
search
path
.
...
...
Doc/whatsnew/2.1.rst
Dosyayı görüntüle @
425aa2e1
...
...
@@ -731,7 +731,7 @@ of the more notable changes are:
...
For
a
fuller
discussion
of
the
line
I
/
O
changes
,
see
the
python
-
dev
summary
for
January
1
-
15
,
2001
at
http
://
www
.
python
.
org
/
dev
/
summary
/
2001
-
01
-
1
.
html
.
January
1
-
15
,
2001
at
http
://
www
.
python
.
org
/
dev
/
summary
/
2001
-
01
-
1
/
.
*
A
new
method
,
:
meth
:`
popitem
`,
was
added
to
dictionaries
to
enable
destructively
iterating
through
the
contents
of
a
dictionary
;
this
can
be
faster
...
...
Doc/whatsnew/2.6.rst
Dosyayı görüntüle @
425aa2e1
...
...
@@ -2191,7 +2191,7 @@ changes, or look through the Subversion logs for all the details.
This
produces
better
results
when
operating
on
Unix
's dot-files.
For example, ``os.path.splitext('
.
ipython
')``
now returns ``('
.
ipython
', '')`` instead of ``('', '
.
ipython
')``.
(:issue:`115886`)
(:issue:`11
1
5886`)
A new function, ``os.path.relpath(path, start='
.
')``, returns a relative path
from the ``start`` path, if it'
s
supplied
,
or
from
the
current
...
...
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