1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ENH: Capture any errors in setupdocs and fail gracefully during the build. More... about 17 years ago
excluded a doctest from being run by nose, see comments More... about 17 years ago
Add list comprehensions and generator expressions to compiler_unparse.py. Didn't try to special-case things like f(x for x in iter), so it will unparse to f((x for x in iter)). More... about 17 years ago
Do some re-factoring of the func2str decorator to improve corner cases. Needs more testing. More... about 17 years ago
minor refactor, changed _code attribute to use cached_property decorator instead of doing it manually. This permits lazy initialization of the _code attribute, which speeds up loading of persisted blocks by 33-50%.
Bryce Hendrix
as bhendrix
More... over 17 years ago
* Added the 'nonets' extra to this project.
Dave Peterson
as dpeterson
More... over 17 years ago
* Smallest possible version number bump after making a release. * Updated dependency versions to match what is currently (or will soon be, after I finish checking everything in) in the trunk of other projects.
Dave Peterson
as dpeterson
More... over 17 years ago
* Updated dependency versions to match current trunk versions (some checkins may not have been made yet for other projects though. Just give me a second.)
Dave Peterson
as dpeterson
More... over 17 years ago
* Setup svn:ignore properties such that 'svn st' doesn't report files generated by doing a "setup.py develop".
Dave Peterson
as dpeterson
More... over 17 years ago
* Misc code cleanup.
Dave Peterson
as dpeterson
More... over 17 years ago
* Removing dependency_links as we now publish releases to PyPi. * Code cleanup including update of copyright to include 2009.
Dave Peterson
as dpeterson
More... over 17 years ago
Docstring fixes to satisfy endo/docutils. More... over 17 years ago
* Adding non-ets extra that is REQUIRED in all ETS projects.
Dave Peterson
as dpeterson
More... over 17 years ago
* Minimum version bumps after ETS 3.1.0 release.
Dave Peterson
as dpeterson
More... over 17 years ago
Checking in zipped docs before next release. More... over 17 years ago
moved declaration of pickle version to later in __getstate__
Bryce Hendrix
as bhendrix
More... almost 18 years ago
added versioning to __setstate__ and __getstate__ to support API changes
Bryce Hendrix
as bhendrix
More... almost 18 years ago
Added version information to setup_requires so that it can be updated when there is a bug fix of the package depended upon, which in turn should automatically update. More... almost 18 years ago
SETUP: Removed unused imports and unused code. Added code to make use of new setupdocs package. Removed unused file. Added bdist_egg alias so docs will always get built when bdist_egg is called. More... almost 18 years ago
Updating html docs zip file. More... almost 18 years ago
* Updated to depend on the trunk version of Traits.
Dave Peterson
as dpeterson
More... almost 18 years ago
Applied Enthought styles. More... almost 18 years ago
Copy editing and formatting on CodeTools docs. More... almost 18 years ago
Split the CodeTools tutorial into chunks. More... almost 18 years ago
More updates to CodeTools tutorial. More... almost 18 years ago
CodeTools: Moved performance tests into a new test file in integrationtests. This was necessary, because whe running the automated tests, the performance tests giving trouble, and I had having to increase the allowed slowdown. -- discussed with Dave Kammeyer and Robert Kern More... almost 18 years ago
DOC: Updated zip file for CodeTools html docs. More... almost 18 years ago
Updates to CodeTools docs. Added proposed roadmap notes. More... almost 18 years ago
[CodeTools] Test was failing once again at a slowdown 2.70, so I increased the allowed slowdown to 3.0. More... almost 18 years ago
More updates to CodeTools tutorial More... almost 18 years ago