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
26da2840
Kaydet (Commit)
26da2840
authored
25 years ago
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add/remove entries due to additional sections from Moshe.
üst
64bc94e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
19 deletions
+6
-19
lib.tex
Doc/lib/lib.tex
+6
-0
libundoc.tex
Doc/lib/libundoc.tex
+0
-19
No files found.
Doc/lib/lib.tex
Dosyayı görüntüle @
26da2840
...
...
@@ -95,6 +95,7 @@ add new extensions to Python and how to embed it in other applications.
\input
{
libpycompile
}
% really py_compile
\input
{
libcompileall
}
\input
{
libdis
}
\input
{
libnew
}
\input
{
libsite
}
\input
{
libuser
}
\input
{
libbltin
}
% really __builtin__
...
...
@@ -127,7 +128,11 @@ add new extensions to Python and how to embed it in other applications.
\input
{
liballos
}
% Generic Operating System Services
\input
{
libos
}
\input
{
libposixpath
}
% os.path
\input
{
libdircache
}
\input
{
libstat
}
\input
{
libstatcache
}
\input
{
libcmp
}
\input
{
libcmpcache
}
\input
{
libtime
}
\input
{
libgetpass
}
\input
{
libgetopt
}
...
...
@@ -218,6 +223,7 @@ add new extensions to Python and how to embed it in other applications.
\input
{
libaudioop
}
\input
{
libimageop
}
\input
{
libaifc
}
\input
{
libwave
}
\input
{
libcolorsys
}
\input
{
librgbimg
}
\input
{
libimghdr
}
...
...
This diff is collapsed.
Click to expand it.
Doc/lib/libundoc.tex
Dosyayı görüntüle @
26da2840
...
...
@@ -35,24 +35,12 @@ This is a package rather than a module.
Some of these are very old and/or not very robust; marked with ``hmm''.
\begin{description}
\item
[cmp.py]
--- Efficiently compare files
\item
[cmpcache.py]
--- Efficiently compare files (uses statcache)
\item
[dircache.py]
--- like os.listdir, but caches results
\item
[dircmp.py]
--- class to build directory diff tools on
\item
[pipes.py]
--- Conversion pipeline templates (hmm)
\item
[statcache.py]
--- Maintain a cache of file stats
\item
[pty.py]
--- Pseudo terminal utilities
...
...
@@ -102,9 +90,6 @@ are not documented beyond this mention.
\item
[toaiff.py]
--- Convert "arbitrary" sound files to AIFF files
\item
[wave.py]
--- parse WAVE files
\end{description}
...
...
@@ -220,10 +205,6 @@ key. (This is an extension module.)
--- A highly experimental and dangerous device for calling
arbitrary
\C
{}
functions in arbitrary shared libraries.
\item
[newmodule.c]
--- Tommy Burnette's
\module
{
new
}
module (creates new empty objects of
certain kinds) --- dangerous.
\item
[nismodule.c]
--- NIS (a.k.a. Sun's Yellow Pages) interface.
...
...
This diff is collapsed.
Click to expand it.
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