- 29 Sep, 1994 7 commits
-
-
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 5 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
to README.MPW.
-
Guido van Rossum authored
Audio_mac.py: Mac specific class for audiodev.py. aifc.py: open files for reading/writing in binary mode ('rb', 'wb').
-
Guido van Rossum authored
macosmodule.c: interface to random collection of Managers. macsetfiletype.c: set file type, for import.c.
-
- 15 Sep, 1994 1 commit
-
-
Sjoerd Mullender authored
-
- 14 Sep, 1994 6 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
time; default seed's arguments to (0,0,0)
-
Guido van Rossum authored
renaming hacks
-
Guido van Rossum authored
(to be used by functions that are called asynchronously, like UNIX signal handlers or Mac I/O completion routines)
-
Guido van Rossum authored
mac/macsetfiletype.c: changes by Jack to execute .pyc file passed as command line argument. On the Mac .pyc files are given a special type so they can be double-clicked
-
Guido van Rossum authored
ceval.h: added Py_AddPendingCall rest: modules using the new naming scheme must now include Python.h
-
- 12 Sep, 1994 9 commits
-
-
Guido van Rossum authored
extensions; add -lm to math module definition * Modules/Makefile.pre.in: remove *.so and so_locations on clobber
-
Sjoerd Mullender authored
but only if it does not end in a known suffix.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-