Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change COMMENT to reflect Porters Handbook (sect 5.6) | mnag | 2005-10-10 | 1 | -1/+1 |
| | | | | | Notified by: hq Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) | ||||
* | Use %%PYTHON_SITELIBDIR%% | mnag | 2005-10-08 | 1 | -34/+34 |
| | |||||
* | EditObj can create and display a Tkinter dialog | mnag | 2005-10-08 | 4 | -0/+81 |
box for editing any Python object (similarly to what Java call a Bean editor, but for Python object). EditObj is a usefull tool for writing (text or non-text) editors of all kinds, including GUI editor, 3D editor,... It also includes a Python console (thanks to Ka-Ping Yee). PR: 86937 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> |