2
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Jan 15, 2025 — Jan 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version to 5.4 More... about 15 years ago
Remove old import of visual.text More... about 15 years ago
Explain how to use vis module for clean import More... about 15 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... about 15 years ago
Includes Ned Deily's patches to ensure that on the Mac you're prompted to save unsaved code. More... about 15 years ago
Give detailed feedback when running autogen.sh More... about 15 years ago
Change site-packages to dist-packages More... about 15 years ago
Give detailed feedback on files not created properly More... about 15 years ago
Update to include vis folder More... about 15 years ago
Include the vis directory More... about 15 years ago
Readjust now that we see that in Python 3, Windows and Linux behave alike More... about 15 years ago
Remove .pyc files that had accidentally crept in More... about 15 years ago
Correct idlelib to vidle More... about 15 years ago
Delete from visual; now in vis More... about 15 years ago
New organization: visual is just for convenience (from visual import *) and backwards compatiblity More... about 15 years ago
Introduce vis, vidle3 More... about 15 years ago
Change name of vidle to vidle2 (for Python 2.x) More... about 15 years ago
Minor rearrangement. More... about 15 years ago
Add curve to label and helix as objects that cannot be picked. More... about 15 years ago
More details on creating the VIDLE launcher More... over 15 years ago
Change instructions for building the VIDLE launcher. More... over 15 years ago
Make it colorful More... over 15 years ago
Change crayola to color More... over 15 years ago
Only import what's necessary, if at all More... over 15 years ago
Document changes associated with Python 3 More... over 15 years ago
Change print to print() More... over 15 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... over 15 years ago
Add comment about atexit More... over 15 years ago
Add comment about namespace issues. More... over 15 years ago
Fix error in vector_array minus vector_array (+ => -) More... over 15 years ago