]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* posixmodule.c: added set{uid,gid}.
authorGuido van Rossum <guido@python.org>
Wed, 10 Nov 1993 09:23:53 +0000 (09:23 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 10 Nov 1993 09:23:53 +0000 (09:23 +0000)
commita3d78fb268da5cf7cd4d990cf118bfc01650a8d9
tree8b72efe5cef9a755ab55dd919f7e0591235b0345
parentb2e358d433e0ddbfc870d1a6ce12e7917388c2fe
* posixmodule.c: added set{uid,gid}.
* {tuple,list,mapping,array}object.c: call printobject with 0 for flags
* compile.c (parsestr): use quote instead of '\'' at one crucial point
* arraymodule.c (array_getattr): Added __members__ attribute
Modules/arraymodule.c
Modules/posixmodule.c
Objects/dictobject.c
Objects/listobject.c
Objects/mappingobject.c
Objects/tupleobject.c
Python/compile.c