2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 24, 2025 — Aug 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version to 5.4 More... almost 16 years ago
Remove old import of visual.text More... almost 16 years ago
Explain how to use vis module for clean import More... almost 16 years ago
Remove mention of Boost files here. It turned out not to be useful to try to keep them up to date in CVS. More... almost 16 years ago
Includes Ned Deily's patches to ensure that on the Mac you're prompted to save unsaved code. More... almost 16 years ago
Give detailed feedback when running autogen.sh More... almost 16 years ago
Change site-packages to dist-packages More... almost 16 years ago
Give detailed feedback on files not created properly More... almost 16 years ago
Update to include vis folder More... almost 16 years ago
Include the vis directory More... almost 16 years ago
Readjust now that we see that in Python 3, Windows and Linux behave alike More... almost 16 years ago
Remove .pyc files that had accidentally crept in More... almost 16 years ago
Correct idlelib to vidle More... almost 16 years ago
Delete from visual; now in vis More... almost 16 years ago
New organization: visual is just for convenience (from visual import *) and backwards compatiblity More... almost 16 years ago
Introduce vis, vidle3 More... almost 16 years ago
Change name of vidle to vidle2 (for Python 2.x) More... almost 16 years ago
Minor rearrangement. More... almost 16 years ago
Add curve to label and helix as objects that cannot be picked. More... almost 16 years ago
More details on creating the VIDLE launcher More... almost 16 years ago
Change instructions for building the VIDLE launcher. More... almost 16 years ago
Make it colorful More... almost 16 years ago
Change crayola to color More... almost 16 years ago
Only import what's necessary, if at all More... almost 16 years ago
Document changes associated with Python 3 More... almost 16 years ago
Change print to print() More... almost 16 years ago
Change os.path.walk to os.walk. os.path.walk was deprecated some versions ago, and has been removed from Python 3. The newer os.path works in Python 2.6 and maybe earlier versions. More... almost 16 years ago
Add comment about atexit More... almost 16 years ago
Add comment about namespace issues. More... almost 16 years ago
Fix error in vector_array minus vector_array (+ => -) More... almost 16 years ago