- 19 Agu, 1996 9 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
- new SpinCursor (replacing Jack's almost-identical one) - use GetEventQueue in stead of GetEvQHdr
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
USE_MAC_DYNAMIC_LOADING are no longer needed. Also, WASTE and IMG removed in some places.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 17 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 16 Agu, 1996 4 kayıt (commit)
-
-
Guido van Rossum yazdı
floatobject.c.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Expanded powi() in-line.
-
Guido van Rossum yazdı
-
- 13 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
- Use ckalloc(), ckfree() everywhere. - Default FREECAST to (char *). - Added comment with Tcl/Tk version info.
-
- 12 Agu, 1996 5 kayıt (commit)
-
-
Guido van Rossum yazdı
Also added print_list() and format_list() which format the output from an extract_*() routine.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
already outdent for those statements.
-
- 09 Agu, 1996 19 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
More rational destination for texi2html.py.
-
Guido van Rossum yazdı
to split. Document new conventions for split(fields) and join(fields), where the *fields variant is identical to the other.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Give capwords a default pattern argument which will recognize words as sequeces of [a-zA-Z0-9_].
-
Guido van Rossum yazdı
unpicklable.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
- define tp_getattro, tp_setattro - use precreated string objects for most common exceptions and method names
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(especially IndexError which is caught by 'for')
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 08 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Don't use assignments into inst.__dict__ to restore instance variables; use setattr() instead.
-