1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 09, 2025 — Aug 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Updated to match version numbers planned for ETS 3.0.0b2 release.
Dave Peterson
as dpeterson
More... about 18 years ago
[CodeTools] These tests are causing trouble with coverage tests. I set the allowed_slowdown value very high, such that these tests are effectively skipped, and not causing tests to fail for the ETS 3.0 beta 2 release. More... about 18 years ago
Fix CodeTools setup.py to work around a setuptools bug which gets setup_data.py metadata from incorrect packages. More... about 18 years ago
Missed a docstring fix. More... about 18 years ago
Fixed reST errors in docstrings. More... about 18 years ago
* Minimal version bump after tagging the beta 1 release.
Dave Peterson
as dpeterson
More... about 18 years ago
Fix so that and, or, not produce properly parenthesised code after unparse. More... about 18 years ago
Adding a release alias to the CodeTools setup.cfg so that the option will be recognized by setuptools. More... about 18 years ago
* Restored the ets command's ability to discover this project's dependencies.
Dave Peterson
as dpeterson
More... about 18 years ago
Made filenames clearer and more all-encompassing. Added licensing info to the image-containing directory. More... about 18 years ago
Adding icon licenses. More... about 18 years ago
Replacing iconexperience icons with icons that have OSI-compliant licenses. More... about 18 years ago
Added long description in docstring for display on PyPi. More... about 18 years ago
* Fixing whitespace issue with classifier text. * Fixing issues with parsing file docstring for descriptions.
Dave Peterson
as dpeterson
More... about 18 years ago
* Added / edited project meta-data in preparation for push into PyPi.
Dave Peterson
as dpeterson
More... about 18 years ago
Changed chaco2 and enable2 imports to chaco and enable. More... about 18 years ago
fixed problem locking execution which was causing recursion errors
Bryce Hendrix
as bhendrix
More... about 18 years ago
Added necessary imports. More... about 18 years ago
Moving version checking to its own try/except block. Added check for incorrect version of sphinx install. More... about 18 years ago
updated to be backwards compatible with python 2.4
Bryce Hendrix
as bhendrix
More... about 18 years ago
changed MultiContext to not produce modified events from __setitem__ if the value hasn't changed
Bryce Hendrix
as bhendrix
More... about 18 years ago
set defer_events back to its old value after executing so callers can control whether events are deferred
Bryce Hendrix
as bhendrix
More... about 18 years ago
fixed to handle setting external_block via the constructor and disabled auto-firing of events while copying since the context should have everything in it already
Bryce Hendrix
as bhendrix
More... about 18 years ago
fixed 2 problems: 1. block being executed was not the restricted one, 2. events were not deferred, which caused excessive re-executions
Bryce Hendrix
as bhendrix
More... about 18 years ago
Added update_setup_cfg tool to this project, because the number of test directories is somewhat big. More... about 18 years ago
Changed set up so that version info is imported into make_docs directly instead of passed through setup.py More... about 18 years ago
Adding setup_data.py with name and version info. Adding lines using this file into setup.py. Now the version can be changed in setup_data.py and we don't have to worry about changing sphinx's conf.py file to update the documentation. More... about 18 years ago
Adding more generalized make_docs.py More... about 18 years ago
Adding empty docs folder with docs/source skeleton, empty html.zip, make_docs.py, and modified setup.py More... about 18 years ago
Switching back to the standard nose way of testing with the tests specified in setup.cfg More... about 18 years ago