- 05 Oct, 1994 5 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 03 Oct, 1994 6 commits
-
-
Guido van Rossum authored
Added some new demos. Fixed a few others.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Sjoerd Mullender authored
-
- 02 Oct, 1994 1 commit
-
-
Guido van Rossum authored
-
- 01 Oct, 1994 1 commit
-
-
Guido van Rossum authored
-
- 29 Sep, 1994 12 commits
-
-
Sjoerd Mullender authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Removed a few diagram breaks since Kees' program is now cleverer
-
Guido van Rossum authored
-
Guido van Rossum authored
macosmodule.c: lots of updates (though playing sound can still hang :-( )
-
Guido van Rossum authored
* Modules/(posix,socket}module.c: more NT changes
-
Guido van Rossum authored
global: Py_MakePendingCalls. Also guard against recursive calls * Include/classobject.h, Objects/classobject.c, Python/{ceval.c,bltinmodule.c}: entirely redone operator overloading. The rules for class instances are now much more relaxed than for other built-in types (whose coerce must still return two objects of the same type)
-
Guido van Rossum authored
Include/modsupport.h: moved getargs() to its own file and re-implemented it entirely to support optional arguments, multiple arguments without surrounding parentheses (when called as newgetargs()), and better error messages
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
string
-
Guido van Rossum authored
before concatenating sys.path item and module name
-
- 28 Sep, 1994 3 commits
-
-
Guido van Rossum authored
entirely redone operator overloading. The rules for class instances are now much more relaxed than for other built-in types (whose coerce must still return two objects of the same type) * Objects/floatobject.c: add overflow check when converting float to int and implement truncation towards zero using ceil/float * Objects/longobject.c: change ValueError to OverflowError when converting to int * Objects/rangeobject.c: modernized * Objects/stringobject.c: use HAVE_LIMITS instead of __STDC__ * Objects/xxobject.c: changed to use new style (not finished?)
-
Guido van Rossum authored
whom...)
-
Guido van Rossum authored
classobject.h: added instancebinop() modsupport.h: added newgetargs() rename1.h: removed Py_FPROTO
-
- 26 Sep, 1994 1 commit
-
-
Guido van Rossum authored
-
- 23 Sep, 1994 3 commits
-
-
Barry Warsaw authored
-
Guido van Rossum authored
Lots of new questions about everything.
-
Guido van Rossum authored
-
- 21 Sep, 1994 3 commits
-
-
Guido van Rossum authored
-
Sjoerd Mullender authored
-
Guido van Rossum authored
-
- 19 Sep, 1994 2 commits
-
-
Guido van Rossum authored
multi-line source line
-
Guido van Rossum authored
strings
-
- 16 Sep, 1994 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
to README.MPW.
-