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
e903aab8
Kaydet (Commit)
e903aab8
authored
Ara 18, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Replace unprotected tilders by \~ -- an unprotected tilde is a
non-breaking space!
üst
b2c6ef83
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
libcrypto.tex
Doc/lib/libcrypto.tex
+1
-1
libdis.tex
Doc/lib/libdis.tex
+1
-1
libtermios.tex
Doc/lib/libtermios.tex
+1
-1
libtypes.tex
Doc/lib/libtypes.tex
+1
-1
libcrypto.tex
Doc/libcrypto.tex
+1
-1
libdis.tex
Doc/libdis.tex
+1
-1
libtermios.tex
Doc/libtermios.tex
+1
-1
libtypes.tex
Doc/libtypes.tex
+1
-1
No files found.
Doc/lib/libcrypto.tex
Dosyayı görüntüle @
e903aab8
...
@@ -23,7 +23,7 @@ written by Andrew Kuchling of further interest; the package adds
...
@@ -23,7 +23,7 @@ written by Andrew Kuchling of further interest; the package adds
built-in modules for DES and IDEA encryption, provides a Python module
built-in modules for DES and IDEA encryption, provides a Python module
for reading and decrypting PGP files, and then some. These modules
for reading and decrypting PGP files, and then some. These modules
are not distributed with Python but available separately. See the URL
are not distributed with Python but available separately. See the URL
\file
{
http://www.magnet.com/~amk/python/pct.html
}
or send email to
\file
{
http://www.magnet.com/
\
~
amk/python/pct.html
}
or send email to
\file
{
amk@magnet.com
}
for more information.
\file
{
amk@magnet.com
}
for more information.
\index
{
PGP
}
\index
{
PGP
}
\indexii
{
DES
}{
cipher
}
\indexii
{
DES
}{
cipher
}
...
...
Doc/lib/libdis.tex
Dosyayı görüntüle @
e903aab8
...
@@ -150,7 +150,7 @@ Implements \code{TOS = `TOS`}.
...
@@ -150,7 +150,7 @@ Implements \code{TOS = `TOS`}.
\end{opcodedesc}
\end{opcodedesc}
\begin{opcodedesc}
{
UNARY
_
INVERT
}{}
\begin{opcodedesc}
{
UNARY
_
INVERT
}{}
Implements
\code
{
TOS = ~TOS
}
.
Implements
\code
{
TOS =
\
~
TOS
}
.
\end{opcodedesc}
\end{opcodedesc}
Binary operations remove the top of the stack (TOS) and the second top-most
Binary operations remove the top of the stack (TOS) and the second top-most
...
...
Doc/lib/libtermios.tex
Dosyayı görüntüle @
e903aab8
...
@@ -83,7 +83,7 @@ def getpass(prompt = "Password: "):
...
@@ -83,7 +83,7 @@ def getpass(prompt = "Password: "):
fd = sys.stdin.fileno()
fd = sys.stdin.fileno()
old = termios.tcgetattr(fd)
old = termios.tcgetattr(fd)
new = termios.tcgetattr(fd)
new = termios.tcgetattr(fd)
new[3] = new[3]
&
~TERMIOS.ECHO # lflags
new[3] = new[3]
&
\
~
TERMIOS.ECHO # lflags
try:
try:
termios.tcsetattr(fd, TERMIOS.TCSADRAIN, new)
termios.tcsetattr(fd, TERMIOS.TCSADRAIN, new)
passwd = raw
_
input(prompt)
passwd = raw
_
input(prompt)
...
...
Doc/lib/libtypes.tex
Dosyayı görüntüle @
e903aab8
...
@@ -260,7 +260,7 @@ number of bits that no overflow occurs during the operation).
...
@@ -260,7 +260,7 @@ number of bits that no overflow occurs during the operation).
The priorities of the binary bit-wise operations are all lower than
The priorities of the binary bit-wise operations are all lower than
the numeric operations and higher than the comparisons; the unary
the numeric operations and higher than the comparisons; the unary
operation
\samp
{
~
}
has the same priority as the other unary numeric
operation
\samp
{
\
~
}
has the same priority as the other unary numeric
operations (
\samp
{
+
}
and
\samp
{
-
}
).
operations (
\samp
{
+
}
and
\samp
{
-
}
).
This table lists the bit-string operations sorted in ascending
This table lists the bit-string operations sorted in ascending
...
...
Doc/libcrypto.tex
Dosyayı görüntüle @
e903aab8
...
@@ -23,7 +23,7 @@ written by Andrew Kuchling of further interest; the package adds
...
@@ -23,7 +23,7 @@ written by Andrew Kuchling of further interest; the package adds
built-in modules for DES and IDEA encryption, provides a Python module
built-in modules for DES and IDEA encryption, provides a Python module
for reading and decrypting PGP files, and then some. These modules
for reading and decrypting PGP files, and then some. These modules
are not distributed with Python but available separately. See the URL
are not distributed with Python but available separately. See the URL
\file
{
http://www.magnet.com/~amk/python/pct.html
}
or send email to
\file
{
http://www.magnet.com/
\
~
amk/python/pct.html
}
or send email to
\file
{
amk@magnet.com
}
for more information.
\file
{
amk@magnet.com
}
for more information.
\index
{
PGP
}
\index
{
PGP
}
\indexii
{
DES
}{
cipher
}
\indexii
{
DES
}{
cipher
}
...
...
Doc/libdis.tex
Dosyayı görüntüle @
e903aab8
...
@@ -150,7 +150,7 @@ Implements \code{TOS = `TOS`}.
...
@@ -150,7 +150,7 @@ Implements \code{TOS = `TOS`}.
\end{opcodedesc}
\end{opcodedesc}
\begin{opcodedesc}
{
UNARY
_
INVERT
}{}
\begin{opcodedesc}
{
UNARY
_
INVERT
}{}
Implements
\code
{
TOS = ~TOS
}
.
Implements
\code
{
TOS =
\
~
TOS
}
.
\end{opcodedesc}
\end{opcodedesc}
Binary operations remove the top of the stack (TOS) and the second top-most
Binary operations remove the top of the stack (TOS) and the second top-most
...
...
Doc/libtermios.tex
Dosyayı görüntüle @
e903aab8
...
@@ -83,7 +83,7 @@ def getpass(prompt = "Password: "):
...
@@ -83,7 +83,7 @@ def getpass(prompt = "Password: "):
fd = sys.stdin.fileno()
fd = sys.stdin.fileno()
old = termios.tcgetattr(fd)
old = termios.tcgetattr(fd)
new = termios.tcgetattr(fd)
new = termios.tcgetattr(fd)
new[3] = new[3]
&
~TERMIOS.ECHO # lflags
new[3] = new[3]
&
\
~
TERMIOS.ECHO # lflags
try:
try:
termios.tcsetattr(fd, TERMIOS.TCSADRAIN, new)
termios.tcsetattr(fd, TERMIOS.TCSADRAIN, new)
passwd = raw
_
input(prompt)
passwd = raw
_
input(prompt)
...
...
Doc/libtypes.tex
Dosyayı görüntüle @
e903aab8
...
@@ -260,7 +260,7 @@ number of bits that no overflow occurs during the operation).
...
@@ -260,7 +260,7 @@ number of bits that no overflow occurs during the operation).
The priorities of the binary bit-wise operations are all lower than
The priorities of the binary bit-wise operations are all lower than
the numeric operations and higher than the comparisons; the unary
the numeric operations and higher than the comparisons; the unary
operation
\samp
{
~
}
has the same priority as the other unary numeric
operation
\samp
{
\
~
}
has the same priority as the other unary numeric
operations (
\samp
{
+
}
and
\samp
{
-
}
).
operations (
\samp
{
+
}
and
\samp
{
-
}
).
This table lists the bit-string operations sorted in ascending
This table lists the bit-string operations sorted in ascending
...
...
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