]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Makefile: added IMGFILE; moved some stuff around.
authorGuido van Rossum <guido@python.org>
Thu, 17 Sep 1992 17:54:56 +0000 (17:54 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 Sep 1992 17:54:56 +0000 (17:54 +0000)
commit7066dd75c5ee8385135541d03fb8edd8939ad740
treee118a32af87a83e295de0985b67da90524203c6a
parentc2670a000bd69fb689a7b05436ff0091052f4f3c
* Makefile: added IMGFILE; moved some stuff around.
* flmodule.c: added some missing functions; changed readonly flags of
  some data members based upon FORMS documentation.
* listobject.c: fixed int/long arg lint bug (bites PC compilers).
* several: removed redundant print methods (repr is good enough).
* posixmodule.c: added (still experimental) process group functions.
Modules/flmodule.c
Modules/posixmodule.c
Modules/stdwinmodule.c
Objects/classobject.c
Objects/fileobject.c
Objects/listobject.c
Objects/longobject.c
Objects/methodobject.c
Objects/moduleobject.c
Objects/object.c
Objects/typeobject.c