]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
checkin of Jack's original version
authorGuido van Rossum <guido@python.org>
Thu, 2 Mar 1995 14:05:29 +0000 (14:05 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 2 Mar 1995 14:05:29 +0000 (14:05 +0000)
commitd211220cd2ea4e51f58cd30fb8fa22a1a62b3b2d
tree64cc091fbaf5531ea833bdc2cad32f4731617a7e
parentdf804f8591bcb38ffd4a915c76bd6277ce766a5e
checkin of Jack's original version
27 files changed:
Tools/modulator/EXAMPLE.py [new file with mode: 0644]
Tools/modulator/README [new file with mode: 0644]
Tools/modulator/ScrolledListbox.py [new file with mode: 0644]
Tools/modulator/Templates/copyright [new file with mode: 0644]
Tools/modulator/Templates/module_head [new file with mode: 0644]
Tools/modulator/Templates/module_method [new file with mode: 0644]
Tools/modulator/Templates/module_tail [new file with mode: 0644]
Tools/modulator/Templates/object_head [new file with mode: 0644]
Tools/modulator/Templates/object_method [new file with mode: 0644]
Tools/modulator/Templates/object_mlist [new file with mode: 0644]
Tools/modulator/Templates/object_new [new file with mode: 0644]
Tools/modulator/Templates/object_structure [new file with mode: 0644]
Tools/modulator/Templates/object_tail [new file with mode: 0644]
Tools/modulator/Templates/object_tp_as_mapping [new file with mode: 0644]
Tools/modulator/Templates/object_tp_as_number [new file with mode: 0644]
Tools/modulator/Templates/object_tp_as_sequence [new file with mode: 0644]
Tools/modulator/Templates/object_tp_compare [new file with mode: 0644]
Tools/modulator/Templates/object_tp_dealloc [new file with mode: 0644]
Tools/modulator/Templates/object_tp_getattr [new file with mode: 0644]
Tools/modulator/Templates/object_tp_hash [new file with mode: 0644]
Tools/modulator/Templates/object_tp_print [new file with mode: 0644]
Tools/modulator/Templates/object_tp_repr [new file with mode: 0644]
Tools/modulator/Templates/object_tp_setattr [new file with mode: 0644]
Tools/modulator/Tkextra.py [new file with mode: 0755]
Tools/modulator/genmodule.py [new file with mode: 0755]
Tools/modulator/modulator.py [new file with mode: 0755]
Tools/modulator/varsubst.py [new file with mode: 0644]