# # ChangeLog for /trunk # # Generated by Trac 0.10b1 # 05/24/13 19:45:03 # 01/31/07 07:14:04 mk [161] * trunk/README (modified) Mentioned PEP8 in README. 12/22/06 23:06:43 grig [160] * trunk/tests/functional/test_score.py (modified) Modified regular expression for CODE KWALITEE INDEX (RELATIVE) to account for negative scores. 12/22/06 22:42:05 grig [159] * trunk/cheesecake/cheesecake_index.py (modified) * trunk/cheesecake/pep8.py (added) * trunk/tests/unit/test_index_class.py (modified) Added pep8.py from Johann Rocholl and corresponding IndexPEP8 as part of the code kwalitee index. Corrected minor misspellings. 12/01/06 18:14:35 mk [158] * trunk/INSTALL (modified) * trunk/README (modified) Sync'ed README and INSTALL with Trac wiki. 12/01/06 18:01:40 mk [157] * trunk/tests/unit/_helper_cheesecake.py (modified) * trunk/tests/unit/test_index_installability.py (modified) * trunk/tests/unit/test_index_url_download.py (modified) Mock urllib.urlretrieve() for test_index_url_download. 12/01/06 17:59:55 mk [156] * trunk/cheesecake/cheesecake_index.py (modified) Check if log file exist before trying to remove. 12/01/06 17:15:45 mk [155] * trunk/tests/unit/_helper_cheesecake.py (modified) * trunk/tests/unit/test_index_installability.py (modified) * trunk/tests/unit/test_index_unittests.py (modified) Mock urllib.urlretrieve() in test_index_installability, so it works without Internet access. 12/01/06 17:13:33 mk [154] * trunk/tests/unit/mock.py (added) Added Dave Kirby's python-mock library. 10/09/06 17:17:05 mk [153] * trunk/cheesecake/cheesecake_index.py (modified) Fixed a corner case of py_pi_download index getting >100%. 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.