]> granicus.if.org Git - python/commit
Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 22 Feb 2010 21:04:02 +0000 (21:04 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 22 Feb 2010 21:04:02 +0000 (21:04 +0000)
commitf2055ae43d25013d9e7b74c2cf23128b28229557
tree0860a5ec892332e62ecedff3d24153a3e7f7dae2
parent1ce6136018b6e1447368e1cc9ec3b70b0dd8729d
Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.
(I asked the BDFL first, and he approved removing it.  The last actual bugfix
to Tools/modulator was in 2001; since then all changes have been search-and-replace:
string methods, whitespace fixes, etc.)
32 files changed:
Doc/extending/extending.rst
Mac/Demo/html.icons/modulator.gif [deleted file]
Tools/README
Tools/modulator/EXAMPLE.py [deleted file]
Tools/modulator/README [deleted file]
Tools/modulator/ScrolledListbox.py [deleted file]
Tools/modulator/Templates/copyright [deleted file]
Tools/modulator/Templates/module_head [deleted file]
Tools/modulator/Templates/module_method [deleted file]
Tools/modulator/Templates/module_tail [deleted file]
Tools/modulator/Templates/object_head [deleted file]
Tools/modulator/Templates/object_method [deleted file]
Tools/modulator/Templates/object_mlist [deleted file]
Tools/modulator/Templates/object_new [deleted file]
Tools/modulator/Templates/object_structure [deleted file]
Tools/modulator/Templates/object_tail [deleted file]
Tools/modulator/Templates/object_tp_as_mapping [deleted file]
Tools/modulator/Templates/object_tp_as_number [deleted file]
Tools/modulator/Templates/object_tp_as_sequence [deleted file]
Tools/modulator/Templates/object_tp_call [deleted file]
Tools/modulator/Templates/object_tp_compare [deleted file]
Tools/modulator/Templates/object_tp_dealloc [deleted file]
Tools/modulator/Templates/object_tp_getattr [deleted file]
Tools/modulator/Templates/object_tp_hash [deleted file]
Tools/modulator/Templates/object_tp_print [deleted file]
Tools/modulator/Templates/object_tp_repr [deleted file]
Tools/modulator/Templates/object_tp_setattr [deleted file]
Tools/modulator/Templates/object_tp_str [deleted file]
Tools/modulator/Tkextra.py [deleted file]
Tools/modulator/genmodule.py [deleted file]
Tools/modulator/modulator.py [deleted file]
Tools/modulator/varsubst.py [deleted file]