# # ChangeLog for /branches # # Generated by Trac 0.10b1 # 05/18/13 06:11:10 # 06/12/06 16:25:42 mk [54] * branches/mk/README.html (deleted) * branches/mk/docs (deleted) Removed generated files from repository. 06/10/06 15:39:36 mk [53] * branches/mk/support/generate_coverage.sh (modified) Show coverage statistics on standard output. 06/10/06 14:54:04 mk [52] * branches/mk/README (modified) README update. 06/08/06 17:57:01 mk [51] * branches/mk/support/master.cfg (modified) Run nosetests with --verbose option. 06/08/06 17:19:41 mk [50] * branches/mk/support/master.cfg (modified) Call both unittest and doctest from nose. 06/08/06 17:13:29 mk [49] * branches/mk/setup.py (modified) * branches/mk/support/master.cfg (modified) Coverage buildbot setup fixes. 06/08/06 16:59:39 mk [48] * branches/mk/support/generate_coverage.sh (modified) Set appropriate permissions for coverage statistics file. 06/08/06 16:57:19 mk [47] * branches/mk/setup.py (modified) * branches/mk/support/cover2html.py (added) * branches/mk/support/generate_coverage.sh (added) * branches/mk/support/master.cfg (modified) Automatic generation of coverage statistics in buildbot. 06/08/06 16:35:18 mk [46] * branches/mk/support/generate_docs.sh (added) * branches/mk/support/master.cfg (modified) Generate documentation via buildbot. 06/08/06 15:46:57 mk [45] * branches/mk/support (added) * branches/mk/support/master.cfg (added) Added buildbot configuration. 06/08/06 12:54:49 mk [44] * branches/mk/cheesecake/_util.py (modified) * branches/mk/cheesecake/cheesecake_index.py (modified) * branches/mk/cheesecake/codeparser.py (modified) * branches/mk/tests/test_index_install.py (modified) * branches/mk/tests/test_index_installability.py (modified) * branches/mk/tests/test_index_unpack.py (modified) * branches/mk/tests/test_index_unpack_dir.py (modified) * branches/mk/tests/test_index_url_download.py (modified) * branches/mk/tests/test_init_cleanup.py (modified) Moved unzip_package and untar_package out of Cheesecake class to _util module. Logfile is only left if package scoring failed. Added doctest for isiterable(). Fixed download_pkg() check for HTTP 404 error. 06/08/06 07:21:17 mk [43] * branches/mk/cheesecake/cheesecake_index.py (modified) Removed useless MegaIndex class. 06/07/06 18:03:15 mk [42] * branches/mk/cheesecake/_util.py (modified) * branches/mk/cheesecake/subprocess.py (modified) Catch an exception when pylint is not found (patch contributed by Ben Leslie). 06/07/06 17:48:46 mk [41] * branches/mk/cheesecake/cheesecake_index.py (modified) Changed description of --path command line option (following Will Guaraldi suggestion). 06/07/06 17:27:35 mk [40] * branches/mk/cheesecake/_util.py (modified) * branches/mk/cheesecake/cheesecake_index.py (modified) * branches/mk/cheesecake/model.py (modified) * branches/mk/tests/_mockup_cheesecake.py (modified) * branches/mk/tests/test_cheese_files.py (modified) * branches/mk/tests/test_count_files.py (modified) * branches/mk/tests/test_index_class.py (added) * branches/mk/tests/test_index_docstrings.py (modified) * branches/mk/tests/test_index_install.py (modified) * branches/mk/tests/test_index_installability.py (modified) * branches/mk/tests/test_index_unpack.py (modified) * branches/mk/tests/test_index_unpack_dir.py (modified) * branches/mk/tests/test_index_url_download.py (modified) * branches/mk/tests/test_init_cleanup.py (modified) Refactored code for index computation (closes tickets #17 #18 #19 #20 #21 #22). 06/03/06 15:05:29 mk [39] * branches/mk/cheesecake/codeparser.py (modified) * branches/mk/tests/data/module1.py (modified) * branches/mk/tests/data/package2.tar.gz (added) * branches/mk/tests/test_code_parser.py (modified) * branches/mk/tests/test_index_docstrings.py (modified) Added more unit tests for docstring indexing code (closes ticket #13). 06/03/06 13:11:55 mk [38] * branches/mk/cheesecake/cheesecake_index.py (modified) * branches/mk/cheesecake/codeparser.py (modified) Incorporate formatted docstrings count into documentation index. 06/01/06 16:46:02 mk [37] * branches/mk/cheesecake/codeparser.py (modified) * branches/mk/tests/data/module1.py (modified) * branches/mk/tests/test_code_parser.py (modified) Check docstrings for use of javadoc (closes ticket #12). 06/01/06 15:16:17 mk [36] * branches/mk/cheesecake/codeparser.py (modified) * branches/mk/tests/data/module1.py (modified) * branches/mk/tests/test_code_parser.py (modified) Check docstrings for use of epytext (closes ticket #10). 06/01/06 11:09:04 mk [35] * branches/mk/cheesecake/codeparser.py (modified) More complete reST lists discovery. 06/01/06 09:52:00 mk [34] * branches/mk/README (modified) * branches/mk/README.html (modified) * branches/mk/setup.py (modified) Added mk name to the authors list. 05/31/06 17:32:14 mk [33] * branches/mk/cheesecake/codeparser.py (modified) * branches/mk/tests/_helper_cheesecake.py (added) * branches/mk/tests/data/module1.py (modified) * branches/mk/tests/test_code_parser.py (modified) * branches/mk/tests/test_count_files.py (modified) * branches/mk/tests/test_index_docstrings.py (modified) Check docstrings for use of reST (closes ticket #11). 05/31/06 08:50:14 mk [32] * branches/mk/cheesecake/codeparser.py (modified) * branches/mk/tests/data/module1.py (modified) * branches/mk/tests/test_code_parser.py (modified) Don't count empty docstrings (closes ticket #9). 05/30/06 15:45:10 mk [31] * branches/mk/cheesecake/ast_pp.py (added) * branches/mk/cheesecake/model.py (modified) Use the latest pydoctor (closes ticket #8). 05/30/06 15:36:33 mk [30] * branches/mk/cheesecake/cheesecake_index.py (modified) * branches/mk/setup.py (modified) Instruct nose to use doctests. 05/29/06 16:40:54 mk [29] * branches/mk/tests/_mockup_cheesecake.py (modified) * branches/mk/tests/test_cheese_files.py (modified) * branches/mk/tests/test_count_files.py (modified) Style fix: renamed MockupCheesecake to MockupCheesecakeTest. 05/29/06 16:21:20 mk [28] * branches/mk/cheesecake/cheesecake_index.py (modified) * branches/mk/tests/_mockup_cheesecake.py (modified) * branches/mk/tests/test_cheese_files.py (modified) Add only non-empty files to Cheesecake index (closes ticket #6). 05/29/06 14:52:58 mk [27] * branches/mk/tests/_mockup_cheesecake.py (added) * branches/mk/tests/test_cheese_files.py (added) Added missing files. 05/29/06 14:50:51 mk [26] * branches/mk/cheesecake/cheesecake_index.py (modified) * branches/mk/tests/test_count_files.py (modified) Implements more strict filename checking (closes ticket #5). 05/29/06 13:38:33 mk [25] * branches/mk/tests/test_count_files.py (modified) Fixed test_count_files cleanup code. 05/29/06 13:34:41 mk [24] * branches/mk/cheesecake/cheesecake_index.py (modified) * branches/mk/tests/test_count_files.py (modified) Decrease score for .pyo files (closes ticket #4). 05/29/06 13:12:38 mk [23] * branches/mk/cheesecake/cheesecake_index.py (modified) * branches/mk/tests/test_count_files.py (added) Fixed is_test_file() function. 05/27/06 16:16:09 mk [22] * branches/mk/cheesecake/cheesecake_index.py (modified) * branches/mk/tests/test_index_unpack.py (modified) * branches/mk/tests/test_index_url_download.py (modified) Use random temporary directory for sandbox by default. 05/26/06 15:54:32 mk [21] * branches/mk/cheesecake/cheesecake_index.py (modified) * branches/mk/tests/test_index_unpack.py (modified) * branches/mk/tests/test_index_url_download.py (modified) Use tempfile.gettempdir() instead of fixed /tmp/. 05/26/06 15:37:10 mk [20] * branches/mk/tests/test_index_url_download.py (modified) Test fix for nose. 05/24/06 17:34:57 mk [19] * branches/mk/README (modified) * branches/mk/README.html (modified) * branches/mk/setup.py (modified) Updated homepage link and rebuilded README.html. 05/18/06 15:46:14 mk [18] * branches/mk/cheesecake/cheesecake_index.py (modified) * branches/mk/tests/test_init_cleanup.py (modified) Enhanced init/cleanup tests and written code for custom logging file option. 05/18/06 15:44:24 mk [17] * branches/mk/tests/test_config.py (modified) Removed comment placed only for testing purposes. 05/18/06 12:12:32 mk [16] * branches/mk/tests/test_index_url_download.py (modified) Improved URL download test. 05/18/06 10:51:41 mk [15] * branches/mk/tests/data/module1.py (modified) * branches/mk/tests/test_index_url_download.py (modified) Fixed URL download test and one typo. 05/17/06 17:09:19 mk [14] * branches/mk/cheesecake/cheesecake_index.py (modified) * branches/mk/cheesecake/config.py (modified) * branches/mk/tests/test_config.py (modified) Allow user to specify configuration directory. 05/17/06 14:53:47 mk [13] * branches/mk/cheesecake/config.py (modified) Fixed handling of different package names in config module. 05/15/06 15:51:50 mk [12] * branches/mk (copied) Creating SoC unstable development branch. 12/23/05 18:28:30 grig [4] * branches (added) * tags (added) * trunk (added) Project layout reorg: created trunk, branches and tags subdirs.