# # ChangeLog for /trunk # # Generated by Trac 0.10b1 # 05/25/13 00:02:17 # 10/03/06 17:00:53 grig [152] * trunk/cheesecake/cheesecake_index.py (modified) Modified IndexPyLint so that it checks for PYLINT env. variable (for pybot mainly, where pylint is installed somewhere under /tmp). 10/03/06 09:35:18 grig [151] * trunk/cheesecake/ast_pp.py (modified) Replaced occurences of variables named 'as' with 'as_word', so that it works with Python 2.6. Discovered this issue by running the unit tests in a pybot. 08/25/06 15:30:34 mk [150] * trunk/AUTHORS (copied) * trunk/CHANGES (copied) * trunk/INSTALL (copied) * trunk/README (modified) * trunk/README.html (deleted) * trunk/THANKS (copied) * trunk/__init__.py (deleted) * trunk/cheesecake/__init__.py (modified) * trunk/cheesecake/_util.py (deleted) * trunk/cheesecake/ast_pp.py (copied) * trunk/cheesecake/cheesecake_index.py (modified) * trunk/cheesecake/codeparser.py (modified) * trunk/cheesecake/config.py (deleted) * trunk/cheesecake/model.py (modified) * trunk/cheesecake/subprocess.py (modified) * trunk/cheesecake/util.py (copied) * trunk/docs (deleted) * trunk/setup.py (modified) * trunk/support (copied) * trunk/tests/_path_cheesecake.py (deleted) * trunk/tests/data/import_self.py (copied) * trunk/tests/data/module1.py (modified) * trunk/tests/data/module1.tar.gz (copied) * trunk/tests/data/package2.tar.gz (copied) * trunk/tests/data/required.tar.gz (copied) * trunk/tests/data/static.tar.gz (copied) * trunk/tests/functional (copied) * trunk/tests/test_code_parser.py (deleted) * trunk/tests/test_config.py (deleted) * trunk/tests/test_index_docstrings.py (deleted) * trunk/tests/test_index_install.py (deleted) * trunk/tests/test_index_installability.py (deleted) * trunk/tests/test_index_unpack.py (deleted) * trunk/tests/test_index_unpack_dir.py (deleted) * trunk/tests/test_index_url_download.py (deleted) * trunk/tests/test_init_cleanup.py (deleted) * trunk/tests/unit (copied) Merging mk branch into the trunk. 03/30/06 19:32:51 grig [11] * trunk/cheesecake/_util.py (modified) * trunk/cheesecake/cheesecake_index.py (modified) * trunk/cheesecake/codeparser.py (modified) * trunk/cheesecake/config.py (modified) * trunk/cheesecake/model.py (modified) * trunk/ez_setup.py (added) * trunk/tests/test_code_parser.py (modified) * trunk/tests/test_config.py (modified) Added ez_setup.py so that users are forced to upgrade to new version of setuptools. Changed installation to alternate directory to use --root instead of --home. 03/28/06 07:25:11 grig [10] * trunk/cheesecake/subprocess.py (added) Swiped subprocess from Python 2.4 distro. Now cheesecake should work with Python 2.3 too. 02/10/06 12:45:29 grig [9] * trunk/cheesecake/config.py (added) Forgot to svn add config.py. 02/10/06 12:44:08 grig [8] * trunk/cheesecake/_util.py (added) * trunk/cheesecake/cheesecake_index.py (modified) * trunk/cheesecake/codeparser.py (added) * trunk/cheesecake/model.py (added) * trunk/tests/data/module1.py (modified) * trunk/tests/test_code_parser.py (modified) * trunk/tests/test_config.py (added) * trunk/tests/test_index_install.py (modified) * trunk/tests/test_index_installability.py (modified) * trunk/tests/test_index_unpack.py (modified) * trunk/tests/test_index_unpack_dir.py (modified) * trunk/tests/test_index_url_download.py (modified) Refactored CodeParser functionality. Use model.py from Michael Hudson's docextractor package. Added configuration file. The first time cheesecake_index is run, it will create a directory called ~/.cheesecake and a file called ~/.cheesecake/my_config.py containing default values for various variables used throughout the index computation. Added more unit tests. 12/26/05 09:55:55 grig [7] * trunk/cheesecake/cheesecake_index.py (modified) Check for pylint --version to see if pylint is correctly installed. 12/23/05 18:46:09 grig [6] * trunk/cheesecake/cheesecake_index.py (modified) Verify that pylint script can actually be executed properly. 12/23/05 18:30:49 grig [5] * trunk/LICENSE (moved) * trunk/README (moved) * trunk/README.html (moved) * trunk/__init__.py (moved) * trunk/cheesecake (moved) * trunk/cheesecake_index (moved) * trunk/docs (moved) * trunk/setup.py (moved) * trunk/tests (moved) Project layout reorg: moved all top-level files and dirs to trunk. 12/23/05 18:28:30 grig [4] * branches (added) * tags (added) * trunk (added) Project layout reorg: created trunk, branches and tags subdirs.