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
86cb0928
Kaydet (Commit)
86cb0928
authored
Mar 20, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
added nodename macro calls for new very long section names
üst
e56db434
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
28 additions
and
4 deletions
+28
-4
libcgi.tex
Doc/lib/libcgi.tex
+1
-0
libfl.tex
Doc/lib/libfl.tex
+1
-0
libgl.tex
Doc/lib/libgl.tex
+1
-0
libhttplib.tex
Doc/lib/libhttplib.tex
+1
-0
libprofile.tex
Doc/lib/libprofile.tex
+5
-1
libstdwin.tex
Doc/lib/libstdwin.tex
+2
-1
libtypes.tex
Doc/lib/libtypes.tex
+2
-0
libwww.tex
Doc/lib/libwww.tex
+1
-0
libcgi.tex
Doc/libcgi.tex
+1
-0
libfl.tex
Doc/libfl.tex
+1
-0
libgl.tex
Doc/libgl.tex
+1
-0
libhttplib.tex
Doc/libhttplib.tex
+1
-0
libprofile.tex
Doc/libprofile.tex
+5
-1
libstdwin.tex
Doc/libstdwin.tex
+2
-1
libtypes.tex
Doc/libtypes.tex
+2
-0
libwww.tex
Doc/libwww.tex
+1
-0
No files found.
Doc/lib/libcgi.tex
Dosyayı görüntüle @
86cb0928
...
@@ -136,6 +136,7 @@ the CGI documentation for a description of the various fields.
...
@@ -136,6 +136,7 @@ the CGI documentation for a description of the various fields.
\end{datadesc}
\end{datadesc}
\subsection
{
Example
}
\subsection
{
Example
}
\nodename
{
CGI Example
}
This example assumes that you have a WWW server up and running,
This example assumes that you have a WWW server up and running,
e.g.
\
NCSA's
\code
{
httpd
}
.
e.g.
\
NCSA's
\code
{
httpd
}
.
...
...
Doc/lib/libfl.tex
Dosyayı görüntüle @
86cb0928
...
@@ -34,6 +34,7 @@ FORMS with pure GL windows.
...
@@ -34,6 +34,7 @@ FORMS with pure GL windows.
\code
{
foreground()
}
and to the FORMS routine
\code
{
fl
_
init()
}
.
\code
{
foreground()
}
and to the FORMS routine
\code
{
fl
_
init()
}
.
\subsection
{
Functions Defined in Module
\sectcode
{
fl
}}
\subsection
{
Functions Defined in Module
\sectcode
{
fl
}}
\nodename
{
FL Functions
}
Module
\code
{
fl
}
defines the following functions. For more information
Module
\code
{
fl
}
defines the following functions. For more information
about what they do, see the description of the equivalent C function
about what they do, see the description of the equivalent C function
...
...
Doc/lib/libgl.tex
Dosyayı görüntüle @
86cb0928
...
@@ -185,6 +185,7 @@ main()
...
@@ -185,6 +185,7 @@ main()
\end{verbatim}
\ecode
\end{verbatim}
\ecode
\section
{
Standard Modules
\sectcode
{
GL
}
and
\sectcode
{
DEVICE
}}
\section
{
Standard Modules
\sectcode
{
GL
}
and
\sectcode
{
DEVICE
}}
\nodename
{
GL and DEVICE
}
\stmodindex
{
GL
}
\stmodindex
{
GL
}
\stmodindex
{
DEVICE
}
\stmodindex
{
DEVICE
}
...
...
Doc/lib/libhttplib.tex
Dosyayı görüntüle @
86cb0928
...
@@ -103,6 +103,7 @@ methods.
...
@@ -103,6 +103,7 @@ methods.
\end{funcdesc}
\end{funcdesc}
\subsection
{
Example
}
\subsection
{
Example
}
\nodename
{
HTTP Example
}
Here is an example session:
Here is an example session:
...
...
Doc/lib/libprofile.tex
Dosyayı görüntüle @
86cb0928
...
@@ -43,6 +43,7 @@ I'd appreciate the feedback.
...
@@ -43,6 +43,7 @@ I'd appreciate the feedback.
\section
{
Introduction to the profiler
}
\section
{
Introduction to the profiler
}
\nodename
{
Profiler Introduction
}
A
\dfn
{
profiler
}
is a program that describes the run time performance
A
\dfn
{
profiler
}
is a program that describes the run time performance
of a program, providing a variety of statistics. This documentation
of a program, providing a variety of statistics. This documentation
...
@@ -54,6 +55,7 @@ examine the results of a profile operation.
...
@@ -54,6 +55,7 @@ examine the results of a profile operation.
\section
{
How Is This Profiler Different From The Old Profiler?
}
\section
{
How Is This Profiler Different From The Old Profiler?
}
\nodename
{
Profiler Changes
}
The big changes from old profiling module are that you get more
The big changes from old profiling module are that you get more
information, and you pay less CPU time. It's not a trade-off, it's a
information, and you pay less CPU time. It's not a trade-off, it's a
...
@@ -209,6 +211,7 @@ manual, or guess what the following functions do:
...
@@ -209,6 +211,7 @@ manual, or guess what the following functions do:
\section
{
What Is Deterministic Profiling?
}
\section
{
What Is Deterministic Profiling?
}
\nodename
{
Deterministic Profiling
}
\dfn
{
Deterministic profiling
}
is meant to reflect the fact that all
\dfn
{
Deterministic profiling
}
is meant to reflect the fact that all
\dfn
{
function call
}
,
\dfn
{
function return
}
, and
\dfn
{
exception
}
events
\dfn
{
function call
}
,
\dfn
{
function return
}
, and
\dfn
{
exception
}
events
...
@@ -604,7 +607,8 @@ performance section, and there is no reason to use a variable lookup
...
@@ -604,7 +607,8 @@ performance section, and there is no reason to use a variable lookup
at this point, when a constant can be used.
at this point, when a constant can be used.
\section
{
Extensions - Deriving Better Profilers
}
\section
{
Extensions --- Deriving Better Profilers
}
\nodename
{
Profiler Extensions
}
The
\code
{
Profile
}
class of module
\code
{
profile
}
was written so that
The
\code
{
Profile
}
class of module
\code
{
profile
}
was written so that
derived classes could be developed to extend the profiler. Rather
derived classes could be developed to extend the profiler. Rather
...
...
Doc/lib/libstdwin.tex
Dosyayı görüntüle @
86cb0928
...
@@ -21,6 +21,7 @@ For a complete description of STDWIN please refer to the documentation
...
@@ -21,6 +21,7 @@ For a complete description of STDWIN please refer to the documentation
of STDWIN for C programmers (aforementioned CWI report).
of STDWIN for C programmers (aforementioned CWI report).
\subsection
{
Functions Defined in Module
\sectcode
{
stdwin
}}
\subsection
{
Functions Defined in Module
\sectcode
{
stdwin
}}
\nodename
{
STDWIN Functions
}
The following functions are defined in the
\code
{
stdwin
}
module:
The following functions are defined in the
\code
{
stdwin
}
module:
...
@@ -735,7 +736,7 @@ Discard the text-edit object. It should not be used again.
...
@@ -735,7 +736,7 @@ Discard the text-edit object. It should not be used again.
\end{funcdesc}
\end{funcdesc}
\subsection
{
Example
}
\subsection
{
Example
}
\nodename
{
S
tdwin
Example
}
\nodename
{
S
TDWIN
Example
}
Here is a minimal example of using STDWIN in Python.
Here is a minimal example of using STDWIN in Python.
It creates a window and draws the string ``Hello world'' in the top
It creates a window and draws the string ``Hello world'' in the top
...
...
Doc/lib/libtypes.tex
Dosyayı görüntüle @
86cb0928
...
@@ -206,6 +206,7 @@ See the section on built-in functions for an exact definition.
...
@@ -206,6 +206,7 @@ See the section on built-in functions for an exact definition.
% XXXJH exceptions: overflow (when? what operations?) zerodivision
% XXXJH exceptions: overflow (when? what operations?) zerodivision
\subsubsection
{
Bit-string Operations on Integer Types
}
\subsubsection
{
Bit-string Operations on Integer Types
}
\nodename
{
Bit-string Operations
}
Plain and long integer types support additional operations that make
Plain and long integer types support additional operations that make
sense only for bit-strings. Negative numbers are treated as their 2's
sense only for bit-strings. Negative numbers are treated as their 2's
...
@@ -483,6 +484,7 @@ defines \code{\var{m}.a} to be \code{1}, but you can't write \code{\var{m}.__dic
...
@@ -483,6 +484,7 @@ defines \code{\var{m}.a} to be \code{1}, but you can't write \code{\var{m}.__dic
Modules are written like this:
\code
{
<module 'sys'>
}
.
Modules are written like this:
\code
{
<module 'sys'>
}
.
\subsubsection
{
Classes and Class Instances
}
\subsubsection
{
Classes and Class Instances
}
\nodename
{
Classes and Instances
}
% XXXJH cross ref here
% XXXJH cross ref here
(See the Python Reference Manual for these.)
(See the Python Reference Manual for these.)
...
...
Doc/lib/libwww.tex
Dosyayı görüntüle @
86cb0928
\chapter
{
THE INTERNET AND THE WORLD-WIDE WEB
}
\chapter
{
THE INTERNET AND THE WORLD-WIDE WEB
}
\nodename
{
Internet and WWW
}
\index
{
WWW
}
\index
{
WWW
}
\index
{
Internet
}
\index
{
Internet
}
\index
{
World-Wide Web
}
\index
{
World-Wide Web
}
...
...
Doc/libcgi.tex
Dosyayı görüntüle @
86cb0928
...
@@ -136,6 +136,7 @@ the CGI documentation for a description of the various fields.
...
@@ -136,6 +136,7 @@ the CGI documentation for a description of the various fields.
\end{datadesc}
\end{datadesc}
\subsection
{
Example
}
\subsection
{
Example
}
\nodename
{
CGI Example
}
This example assumes that you have a WWW server up and running,
This example assumes that you have a WWW server up and running,
e.g.
\
NCSA's
\code
{
httpd
}
.
e.g.
\
NCSA's
\code
{
httpd
}
.
...
...
Doc/libfl.tex
Dosyayı görüntüle @
86cb0928
...
@@ -34,6 +34,7 @@ FORMS with pure GL windows.
...
@@ -34,6 +34,7 @@ FORMS with pure GL windows.
\code
{
foreground()
}
and to the FORMS routine
\code
{
fl
_
init()
}
.
\code
{
foreground()
}
and to the FORMS routine
\code
{
fl
_
init()
}
.
\subsection
{
Functions Defined in Module
\sectcode
{
fl
}}
\subsection
{
Functions Defined in Module
\sectcode
{
fl
}}
\nodename
{
FL Functions
}
Module
\code
{
fl
}
defines the following functions. For more information
Module
\code
{
fl
}
defines the following functions. For more information
about what they do, see the description of the equivalent C function
about what they do, see the description of the equivalent C function
...
...
Doc/libgl.tex
Dosyayı görüntüle @
86cb0928
...
@@ -185,6 +185,7 @@ main()
...
@@ -185,6 +185,7 @@ main()
\end{verbatim}
\ecode
\end{verbatim}
\ecode
\section
{
Standard Modules
\sectcode
{
GL
}
and
\sectcode
{
DEVICE
}}
\section
{
Standard Modules
\sectcode
{
GL
}
and
\sectcode
{
DEVICE
}}
\nodename
{
GL and DEVICE
}
\stmodindex
{
GL
}
\stmodindex
{
GL
}
\stmodindex
{
DEVICE
}
\stmodindex
{
DEVICE
}
...
...
Doc/libhttplib.tex
Dosyayı görüntüle @
86cb0928
...
@@ -103,6 +103,7 @@ methods.
...
@@ -103,6 +103,7 @@ methods.
\end{funcdesc}
\end{funcdesc}
\subsection
{
Example
}
\subsection
{
Example
}
\nodename
{
HTTP Example
}
Here is an example session:
Here is an example session:
...
...
Doc/libprofile.tex
Dosyayı görüntüle @
86cb0928
...
@@ -43,6 +43,7 @@ I'd appreciate the feedback.
...
@@ -43,6 +43,7 @@ I'd appreciate the feedback.
\section
{
Introduction to the profiler
}
\section
{
Introduction to the profiler
}
\nodename
{
Profiler Introduction
}
A
\dfn
{
profiler
}
is a program that describes the run time performance
A
\dfn
{
profiler
}
is a program that describes the run time performance
of a program, providing a variety of statistics. This documentation
of a program, providing a variety of statistics. This documentation
...
@@ -54,6 +55,7 @@ examine the results of a profile operation.
...
@@ -54,6 +55,7 @@ examine the results of a profile operation.
\section
{
How Is This Profiler Different From The Old Profiler?
}
\section
{
How Is This Profiler Different From The Old Profiler?
}
\nodename
{
Profiler Changes
}
The big changes from old profiling module are that you get more
The big changes from old profiling module are that you get more
information, and you pay less CPU time. It's not a trade-off, it's a
information, and you pay less CPU time. It's not a trade-off, it's a
...
@@ -209,6 +211,7 @@ manual, or guess what the following functions do:
...
@@ -209,6 +211,7 @@ manual, or guess what the following functions do:
\section
{
What Is Deterministic Profiling?
}
\section
{
What Is Deterministic Profiling?
}
\nodename
{
Deterministic Profiling
}
\dfn
{
Deterministic profiling
}
is meant to reflect the fact that all
\dfn
{
Deterministic profiling
}
is meant to reflect the fact that all
\dfn
{
function call
}
,
\dfn
{
function return
}
, and
\dfn
{
exception
}
events
\dfn
{
function call
}
,
\dfn
{
function return
}
, and
\dfn
{
exception
}
events
...
@@ -604,7 +607,8 @@ performance section, and there is no reason to use a variable lookup
...
@@ -604,7 +607,8 @@ performance section, and there is no reason to use a variable lookup
at this point, when a constant can be used.
at this point, when a constant can be used.
\section
{
Extensions - Deriving Better Profilers
}
\section
{
Extensions --- Deriving Better Profilers
}
\nodename
{
Profiler Extensions
}
The
\code
{
Profile
}
class of module
\code
{
profile
}
was written so that
The
\code
{
Profile
}
class of module
\code
{
profile
}
was written so that
derived classes could be developed to extend the profiler. Rather
derived classes could be developed to extend the profiler. Rather
...
...
Doc/libstdwin.tex
Dosyayı görüntüle @
86cb0928
...
@@ -21,6 +21,7 @@ For a complete description of STDWIN please refer to the documentation
...
@@ -21,6 +21,7 @@ For a complete description of STDWIN please refer to the documentation
of STDWIN for C programmers (aforementioned CWI report).
of STDWIN for C programmers (aforementioned CWI report).
\subsection
{
Functions Defined in Module
\sectcode
{
stdwin
}}
\subsection
{
Functions Defined in Module
\sectcode
{
stdwin
}}
\nodename
{
STDWIN Functions
}
The following functions are defined in the
\code
{
stdwin
}
module:
The following functions are defined in the
\code
{
stdwin
}
module:
...
@@ -735,7 +736,7 @@ Discard the text-edit object. It should not be used again.
...
@@ -735,7 +736,7 @@ Discard the text-edit object. It should not be used again.
\end{funcdesc}
\end{funcdesc}
\subsection
{
Example
}
\subsection
{
Example
}
\nodename
{
S
tdwin
Example
}
\nodename
{
S
TDWIN
Example
}
Here is a minimal example of using STDWIN in Python.
Here is a minimal example of using STDWIN in Python.
It creates a window and draws the string ``Hello world'' in the top
It creates a window and draws the string ``Hello world'' in the top
...
...
Doc/libtypes.tex
Dosyayı görüntüle @
86cb0928
...
@@ -206,6 +206,7 @@ See the section on built-in functions for an exact definition.
...
@@ -206,6 +206,7 @@ See the section on built-in functions for an exact definition.
% XXXJH exceptions: overflow (when? what operations?) zerodivision
% XXXJH exceptions: overflow (when? what operations?) zerodivision
\subsubsection
{
Bit-string Operations on Integer Types
}
\subsubsection
{
Bit-string Operations on Integer Types
}
\nodename
{
Bit-string Operations
}
Plain and long integer types support additional operations that make
Plain and long integer types support additional operations that make
sense only for bit-strings. Negative numbers are treated as their 2's
sense only for bit-strings. Negative numbers are treated as their 2's
...
@@ -483,6 +484,7 @@ defines \code{\var{m}.a} to be \code{1}, but you can't write \code{\var{m}.__dic
...
@@ -483,6 +484,7 @@ defines \code{\var{m}.a} to be \code{1}, but you can't write \code{\var{m}.__dic
Modules are written like this:
\code
{
<module 'sys'>
}
.
Modules are written like this:
\code
{
<module 'sys'>
}
.
\subsubsection
{
Classes and Class Instances
}
\subsubsection
{
Classes and Class Instances
}
\nodename
{
Classes and Instances
}
% XXXJH cross ref here
% XXXJH cross ref here
(See the Python Reference Manual for these.)
(See the Python Reference Manual for these.)
...
...
Doc/libwww.tex
Dosyayı görüntüle @
86cb0928
\chapter
{
THE INTERNET AND THE WORLD-WIDE WEB
}
\chapter
{
THE INTERNET AND THE WORLD-WIDE WEB
}
\nodename
{
Internet and WWW
}
\index
{
WWW
}
\index
{
WWW
}
\index
{
Internet
}
\index
{
Internet
}
\index
{
World-Wide Web
}
\index
{
World-Wide Web
}
...
...
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