- 10 Nis, 1998 19 kayıt (commit)
-
-
Guido van Rossum yazdı
The sections are now in a more useful order: the most recent changes are listed first.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
beta -- if there are bugs, I'll post a patch page and release 1.5.2 sooner.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
-
Fred Drake yazdı
-
- 09 Nis, 1998 21 kayıt (commit)
-
-
Barry Warsaw yazdı
JPython interpreters. This implementation may suck. (py-jpython-command, py-jpython-command-args): New variables. (py-mode-map): py-toggle-shells bound to C-c C-t (py-toggle-shells): Command to toggle between using CPython (the default) and JPython. This is buffer local, and notice the mode-name change. (py-shell): Use either CPython or JPython. Note that py-execute-* still needs to be modified.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Also contains getuser(), which returns the username (not prompting though). These work on Unix and Windows!
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Consistently use ' instead of ": this conforms to my unofficial stance that constants should be presented using the repr() whenever it makes sense. This isn't because I think repr() is the greatest thing since spam, just that it's an easy to adopt consistency standard. (It also holds no new surprises!)
-
Fred Drake yazdı
do_cmd_lineiii(): Fix markup style conversion to HTML tags for first column. (The endtag wasn't formed properly.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
\seemodule. This is far easier than figuring out the real problem, but it works.
-
Fred Drake yazdı
library have no relationship with GNU software other than implementing some of the same algorithms and file format. (The zlib module is more general.)
-
Fred Drake yazdı
-
Andrew M. Kuchling yazdı
Clarified text on 8-bit cleanness, complemented sets like [^5], and {m,n} qualifier.
-