- 07 Tem, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 18 Kas, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Mar, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Ock, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
should raise TypeError, not ValueError...
-
Guido van Rossum yazdı
dis() still disassembles the last frame of the lats stack trace. dis(x) disassembles x, which may be a code object, function, or method. disassemble(co, [lasti]) disassembles a code object; the lasti argument is now optional. disco(...) is an alias for disassemble(...), for backward compatibility.
-
- 16 Ock, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
- add opcodes BINARY_LSHIFT ... BINARY_OR - remove RESERVE_FAST - Skip M's suggestion for displaying which comparison operator is meant
-
- 12 Eyl, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Eyl, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Tem, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 21 Tem, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 01 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 Kas, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
negative start indices starting from the right. * ftplib.py: debug() -> set_debuglevel(); change demo to use __init__(). * os.py: added execl, execlp, and execvp. * lambda.py: removed (now that we have built-in map, reduce, bagof, lambda) * test_b{1,2}.py, testall.out: added tests for bagof, lambda, map, reduce * commands.py: use os, not posix * test_grammar.py: make it easy to disable non-portable int overflow tests * dis.py: don't abuse range()
-
- 30 Mar, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 01 Ock, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 16 Ara, 1991 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Ara, 1990 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-