root/branches/mk/cheesecake


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @126 [126] 08/03/06 05:31:42 mk Disabled still unreliable static unit tests index.
(edit) @125 [125] 08/02/06 15:58:47 mk Changed version from 0.1 to 0.6.
(edit) @123 [123] 08/02/06 15:32:39 mk Added --version command line option.
(edit) @121 [121] 08/02/06 08:04:02 mk Updated docstrings and documentation for epydoc ver 3.
(edit) @119 [119] 08/02/06 05:12:54 mk Fixed a bug in distutils error handling code.
(edit) @115 [115] 07/26/06 17:25:35 mk Fixed code parsing bug in model:get_call_name.
(edit) @114 [114] 07/26/06 17:10:45 mk Added missing indices docstrings.
(edit) @111 [111] 07/25/06 14:33:42 mk Changed IndexRequiredFiles? and IndexFormattedDocstrings? scores a bit.
(edit) @110 [110] 07/24/06 15:33:25 mk Search for classes that inherit from unittest.TestCase? (closes ticket …
(edit) @109 [109] 07/24/06 14:12:35 mk Make pylint index work for long file lists.
(edit) @108 [108] 07/24/06 08:08:57 mk Added tests for pad_with_dots and pad_line functions.
(edit) @106 [106] 07/23/06 13:28:26 mk Print verbose information close to index score.
(edit) @105 [105] 07/23/06 13:19:21 mk Removed unused config module.
(edit) @104 [104] 07/23/06 13:02:39 mk Fix package installation bug.
(edit) @103 [103] 07/23/06 08:40:44 mk Omit computing of pylint index (instead of giving 0 score for it) if …
(edit) @102 [102] 07/23/06 08:28:34 mk Run pylint once (as opposed to running it separate on each file) gaining …
(edit) @101 [101] 07/22/06 11:49:34 mk Fixed a bug in IndexRequiredFiles? compute method (thanks to Will Guaraldi …
(edit) @100 [100] 07/21/06 17:30:39 mk Use verbose to display notes for package being scored (like which files it …
(edit) @99 [99] 07/21/06 11:57:12 mk Added automatic timing for indices computation methods.
(edit) @98 [98] 07/21/06 10:04:44 mk Added missing unit tests for command_successful, run_cmd and …
(edit) @97 [97] 07/20/06 13:19:07 mk Search for classes that define special methods (like setUp/tearDown) and …
(edit) @96 [96] 07/20/06 11:31:40 mk Added repr definition to metclass of Index, so indices listings look …
(edit) @95 [95] 07/20/06 11:13:54 mk Handle installation error messages properly.
(edit) @93 [93] 07/20/06 10:37:30 mk Use raw index class name as index name.
(edit) @92 [92] 07/19/06 14:02:31 mk Added missing unit tests for discover_file_type function and Index class.
(edit) @89 [89] 07/19/06 09:36:58 mk Search for doctests inside docstrings (closes ticket #45).
(edit) @87 [87] 07/11/06 16:02:40 grig Added back Will's changes. The only functional test that was failing was …
(edit) @85 [85] 07/11/06 14:08:45 grig Backed out Will's pylint-related changes from revision:84 -- because some …
(edit) @84 [84] 07/11/06 09:52:27 grig Applied pylint-related patch from Will Guaraldi (chdir to top of the …
(edit) @83 [83] 07/09/06 13:05:49 mk Imported newest version of model.py from pydoctor. Adapted UnitTests? index …
(edit) @82 [82] 07/07/06 16:11:05 mk Implemented --lite command line flag (closes ticket #38).
(edit) @81 [81] 07/06/06 18:29:26 mk Removed debugging message.
(edit) @80 [80] 07/06/06 18:15:29 mk Indices can now hold dependencies (via decide() interface). Certain steps …
(edit) @79 [79] 07/04/06 15:54:59 mk Implementation of --static command line option (closes ticket #36).
(edit) @78 [78] 06/25/06 06:18:53 mk Fixed installation index bugs.
(edit) @77 [77] 06/24/06 10:19:59 mk Added appropriate handling of one-file packages.
(edit) @75 [75] 06/24/06 09:40:42 mk Added support for eggs (closes ticket #34).
(edit) @74 [74] 06/23/06 10:36:26 mk Improved scores for documentation and installability indices. Fixed …
(edit) @73 [73] 06/23/06 09:05:48 mk PyPI index: Penalize for PyPI distance > 1.
(edit) @71 [71] 06/21/06 07:41:36 mk Disable two pylint import warnings.
(edit) @69 [69] 06/20/06 15:31:28 mk Better handling of setuptools errors.
(edit) @68 [68] 06/20/06 09:36:56 mk Accept both doc/docs and example/examples directories (suggested by Will …
(edit) @61 [61] 06/15/06 13:07:26 mk Check that Cheesecake is handling its command line options properly …
(edit) @60 [60] 06/15/06 09:37:50 mk Check that Cheesecake is properly cleaning up (closes ticket #28).
(edit) @59 [59] 06/15/06 07:49:01 mk Fixed util imports.
(edit) @58 [58] 06/15/06 07:44:17 mk Renamed _util to util, where nosetests can find it.
(edit) @57 [57] 06/15/06 07:39:37 mk Unified Cheesecake score formatting.
(edit) @44 [44] 06/08/06 12:54:49 mk Moved unzip_package and untar_package out of Cheesecake class to _util …
(edit) @43 [43] 06/08/06 07:21:17 mk Removed useless MegaIndex? class.
(edit) @42 [42] 06/07/06 18:03:15 mk Catch an exception when pylint is not found (patch contributed by Ben …
(edit) @41 [41] 06/07/06 17:48:46 mk Changed description of --path command line option (following Will Guaraldi …
(edit) @40 [40] 06/07/06 17:27:35 mk Refactored code for index computation (closes tickets #17 #18 #19 #20 #21
(edit) @39 [39] 06/03/06 15:05:29 mk Added more unit tests for docstring indexing code (closes ticket #13).
(edit) @38 [38] 06/03/06 13:11:55 mk Incorporate formatted docstrings count into documentation index.
(edit) @37 [37] 06/01/06 16:46:02 mk Check docstrings for use of javadoc (closes ticket #12).
(edit) @36 [36] 06/01/06 15:16:17 mk Check docstrings for use of epytext (closes ticket #10).
(edit) @35 [35] 06/01/06 11:09:04 mk More complete reST lists discovery.
(edit) @33 [33] 05/31/06 17:32:14 mk Check docstrings for use of reST (closes ticket #11).
(edit) @32 [32] 05/31/06 08:50:14 mk Don't count empty docstrings (closes ticket #9).
(edit) @31 [31] 05/30/06 15:45:10 mk Use the latest pydoctor (closes ticket #8).
(edit) @30 [30] 05/30/06 15:36:33 mk Instruct nose to use doctests.
(edit) @28 [28] 05/29/06 16:21:20 mk Add only non-empty files to Cheesecake index (closes ticket #6).
(edit) @26 [26] 05/29/06 14:50:51 mk Implements more strict filename checking (closes ticket #5).
(edit) @24 [24] 05/29/06 13:34:41 mk Decrease score for .pyo files (closes ticket #4).
(edit) @23 [23] 05/29/06 13:12:38 mk Fixed is_test_file() function.
(edit) @22 [22] 05/27/06 16:16:09 mk Use random temporary directory for sandbox by default.
(edit) @21 [21] 05/26/06 15:54:32 mk Use tempfile.gettempdir() instead of fixed /tmp/.
(edit) @18 [18] 05/18/06 15:46:14 mk Enhanced init/cleanup tests and written code for custom logging file …
(edit) @14 [14] 05/17/06 17:09:19 mk Allow user to specify configuration directory.
(edit) @13 [13] 05/17/06 14:53:47 mk Fixed handling of different package names in config module.
(copy) @12 [12] 05/15/06 15:51:50 mk Creating SoC unstable development branch.
copied from trunk/cheesecake:
(edit) @11 [11] 03/30/06 19:32:51 grig Added ez_setup.py so that users are forced to upgrade to new version of …
Note: See TracRevisionLog for help on using the revision log.