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
338bcbcc
Kaydet (Commit)
338bcbcc
authored
Nis 18, 2003
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Change email address.
üst
faf71ea5
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
liblocale.tex
Doc/lib/liblocale.tex
+2
-2
xmldom.tex
Doc/lib/xmldom.tex
+1
-1
xmldomminidom.tex
Doc/lib/xmldomminidom.tex
+1
-1
xmlsax.tex
Doc/lib/xmlsax.tex
+1
-1
xmlsaxhandler.tex
Doc/lib/xmlsaxhandler.tex
+1
-1
xmlsaxreader.tex
Doc/lib/xmlsaxreader.tex
+1
-1
xmlsaxutils.tex
Doc/lib/xmlsaxutils.tex
+1
-1
No files found.
Doc/lib/liblocale.tex
Dosyayı görüntüle @
338bcbcc
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
\declaremodule
{
standard
}{
locale
}
\declaremodule
{
standard
}{
locale
}
\modulesynopsis
{
Internationalization services.
}
\modulesynopsis
{
Internationalization services.
}
\moduleauthor
{
Martin von L
\"
owis
}{
loewis@informatik.hu-berlin
.de
}
\moduleauthor
{
Martin von L
\"
owis
}{
martin@v.loewis
.de
}
\sectionauthor
{
Martin von L
\"
owis
}{
loewis@informatik.hu-berlin
.de
}
\sectionauthor
{
Martin von L
\"
owis
}{
martin@v.loewis
.de
}
The
\module
{
locale
}
module opens access to the
\POSIX
{}
locale
The
\module
{
locale
}
module opens access to the
\POSIX
{}
locale
...
...
Doc/lib/xmldom.tex
Dosyayı görüntüle @
338bcbcc
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
\declaremodule
{
standard
}{
xml.dom
}
\declaremodule
{
standard
}{
xml.dom
}
\modulesynopsis
{
Document Object Model API for Python.
}
\modulesynopsis
{
Document Object Model API for Python.
}
\sectionauthor
{
Paul Prescod
}{
paul@prescod.net
}
\sectionauthor
{
Paul Prescod
}{
paul@prescod.net
}
\sectionauthor
{
Martin v. L
\"
owis
}{
loewis@informatik.hu-berlin
.de
}
\sectionauthor
{
Martin v. L
\"
owis
}{
martin@v.loewis
.de
}
\versionadded
{
2.0
}
\versionadded
{
2.0
}
...
...
Doc/lib/xmldomminidom.tex
Dosyayı görüntüle @
338bcbcc
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
\modulesynopsis
{
Lightweight Document Object Model (DOM) implementation.
}
\modulesynopsis
{
Lightweight Document Object Model (DOM) implementation.
}
\moduleauthor
{
Paul Prescod
}{
paul@prescod.net
}
\moduleauthor
{
Paul Prescod
}{
paul@prescod.net
}
\sectionauthor
{
Paul Prescod
}{
paul@prescod.net
}
\sectionauthor
{
Paul Prescod
}{
paul@prescod.net
}
\sectionauthor
{
Martin v. L
\"
owis
}{
loewis@informatik.hu-berlin
.de
}
\sectionauthor
{
Martin v. L
\"
owis
}{
martin@v.loewis
.de
}
\versionadded
{
2.0
}
\versionadded
{
2.0
}
...
...
Doc/lib/xmlsax.tex
Dosyayı görüntüle @
338bcbcc
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
functions.
}
functions.
}
\moduleauthor
{
Lars Marius Garshol
}{
larsga@garshol.priv.no
}
\moduleauthor
{
Lars Marius Garshol
}{
larsga@garshol.priv.no
}
\sectionauthor
{
Fred L. Drake, Jr.
}{
fdrake@acm.org
}
\sectionauthor
{
Fred L. Drake, Jr.
}{
fdrake@acm.org
}
\sectionauthor
{
Martin v. L
\"
owis
}{
loewis@informatik.hu-berlin
.de
}
\sectionauthor
{
Martin v. L
\"
owis
}{
martin@v.loewis
.de
}
\versionadded
{
2.0
}
\versionadded
{
2.0
}
...
...
Doc/lib/xmlsaxhandler.tex
Dosyayı görüntüle @
338bcbcc
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
\declaremodule
{
standard
}{
xml.sax.handler
}
\declaremodule
{
standard
}{
xml.sax.handler
}
\modulesynopsis
{
Base classes for SAX event handlers.
}
\modulesynopsis
{
Base classes for SAX event handlers.
}
\sectionauthor
{
Martin v. L
\"
owis
}{
loewis@informatik.hu-berlin
.de
}
\sectionauthor
{
Martin v. L
\"
owis
}{
martin@v.loewis
.de
}
\moduleauthor
{
Lars Marius Garshol
}{
larsga@garshol.priv.no
}
\moduleauthor
{
Lars Marius Garshol
}{
larsga@garshol.priv.no
}
\versionadded
{
2.0
}
\versionadded
{
2.0
}
...
...
Doc/lib/xmlsaxreader.tex
Dosyayı görüntüle @
338bcbcc
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
\declaremodule
{
standard
}{
xml.sax.xmlreader
}
\declaremodule
{
standard
}{
xml.sax.xmlreader
}
\modulesynopsis
{
Interface which SAX-compliant XML parsers must implement.
}
\modulesynopsis
{
Interface which SAX-compliant XML parsers must implement.
}
\sectionauthor
{
Martin v. L
\"
owis
}{
loewis@informatik.hu-berlin
.de
}
\sectionauthor
{
Martin v. L
\"
owis
}{
martin@v.loewis
.de
}
\moduleauthor
{
Lars Marius Garshol
}{
larsga@garshol.priv.no
}
\moduleauthor
{
Lars Marius Garshol
}{
larsga@garshol.priv.no
}
\versionadded
{
2.0
}
\versionadded
{
2.0
}
...
...
Doc/lib/xmlsaxutils.tex
Dosyayı görüntüle @
338bcbcc
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
\declaremodule
{
standard
}{
xml.sax.saxutils
}
\declaremodule
{
standard
}{
xml.sax.saxutils
}
\modulesynopsis
{
Convenience functions and classes for use with SAX.
}
\modulesynopsis
{
Convenience functions and classes for use with SAX.
}
\sectionauthor
{
Martin v. L
\"
owis
}{
loewis@informatik.hu-berlin
.de
}
\sectionauthor
{
Martin v. L
\"
owis
}{
martin@v.loewis
.de
}
\moduleauthor
{
Lars Marius Garshol
}{
larsga@garshol.priv.no
}
\moduleauthor
{
Lars Marius Garshol
}{
larsga@garshol.priv.no
}
\versionadded
{
2.0
}
\versionadded
{
2.0
}
...
...
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