]> granicus.if.org Git - python/commit
Patches by Jens B. Jorgensen with small mods by me:
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 27 Dec 2001 23:35:43 +0000 (23:35 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 27 Dec 2001 23:35:43 +0000 (23:35 +0000)
commit9aaee933da8ce390c8c34fc227054b2651264368
tree6ae5e879867bf1977da12f9bf050366c2f5087ca
parentb9526515b7303e9d09a67f8438902ff01a55abc4
Patches by Jens B. Jorgensen with small mods by me:
- Converted the templates to use ANSI C prototypes (finally!)
- Use re in stead of deprecated regex
17 files changed:
Tools/modulator/Templates/module_method
Tools/modulator/Templates/object_method
Tools/modulator/Templates/object_structure
Tools/modulator/Templates/object_tp_as_mapping
Tools/modulator/Templates/object_tp_as_number
Tools/modulator/Templates/object_tp_as_sequence
Tools/modulator/Templates/object_tp_call
Tools/modulator/Templates/object_tp_compare
Tools/modulator/Templates/object_tp_dealloc
Tools/modulator/Templates/object_tp_getattr
Tools/modulator/Templates/object_tp_hash
Tools/modulator/Templates/object_tp_print
Tools/modulator/Templates/object_tp_repr
Tools/modulator/Templates/object_tp_setattr
Tools/modulator/Templates/object_tp_str
Tools/modulator/modulator.py
Tools/modulator/varsubst.py