|
|
|
@122
|
[122]
|
08/02/06 09:10:30 |
mk |
Replaced 'scripts' setuptools directive with 'entry_points'. |
|
|
|
@121
|
[121]
|
08/02/06 08:04:02 |
mk |
Updated docstrings and documentation for epydoc ver 3. |
|
|
|
@120
|
[120]
|
08/02/06 05:45:24 |
mk |
Added footnotes describing docstring indices in detail. |
|
|
|
@119
|
[119]
|
08/02/06 05:12:54 |
mk |
Fixed a bug in distutils error handling code. |
|
|
|
@118
|
[118]
|
07/29/06 18:22:03 |
mk |
Added installation requirements to INSTALL. |
|
|
|
@117
|
[117]
|
07/29/06 18:21:36 |
mk |
More README updates. |
|
|
|
@116
|
[116]
|
07/29/06 17:43:03 |
mk |
Updated README. |
|
|
|
@115
|
[115]
|
07/26/06 17:25:35 |
mk |
Fixed code parsing bug in model:get_call_name. |
|
|
|
@114
|
[114]
|
07/26/06 17:10:45 |
mk |
Added missing indices docstrings. |
|
|
|
@113
|
[113]
|
07/26/06 15:57:11 |
mk |
Added INSTALL file. |
|
|
|
@112
|
[112]
|
07/25/06 14:58:17 |
mk |
Added AUTHORS and THANKS files. |
|
|
|
@111
|
[111]
|
07/25/06 14:33:42 |
mk |
Changed IndexRequiredFiles? and IndexFormattedDocstrings? scores a bit. |
|
|
|
@110
|
[110]
|
07/24/06 15:33:25 |
mk |
Search for classes that inherit from unittest.TestCase? (closes ticket … |
|
|
|
@109
|
[109]
|
07/24/06 14:12:35 |
mk |
Make pylint index work for long file lists. |
|
|
|
@108
|
[108]
|
07/24/06 08:08:57 |
mk |
Added tests for pad_with_dots and pad_line functions. |
|
|
|
@107
|
[107]
|
07/23/06 15:10:38 |
mk |
Don't generate coverage for config module (as it doesn't exist anymore). |
|
|
|
@106
|
[106]
|
07/23/06 13:28:26 |
mk |
Print verbose information close to index score. |
|
|
|
@105
|
[105]
|
07/23/06 13:19:21 |
mk |
Removed unused config module. |
|
|
|
@104
|
[104]
|
07/23/06 13:02:39 |
mk |
Fix package installation bug. |
|
|
|
@103
|
[103]
|
07/23/06 08:40:44 |
mk |
Omit computing of pylint index (instead of giving 0 score for it) if … |
|
|
|
@102
|
[102]
|
07/23/06 08:28:34 |
mk |
Run pylint once (as opposed to running it separate on each file) gaining … |
|
|
|
@101
|
[101]
|
07/22/06 11:49:34 |
mk |
Fixed a bug in IndexRequiredFiles? compute method (thanks to Will Guaraldi … |
|
|
|
@100
|
[100]
|
07/21/06 17:30:39 |
mk |
Use verbose to display notes for package being scored (like which files it … |
|
|
|
@99
|
[99]
|
07/21/06 11:57:12 |
mk |
Added automatic timing for indices computation methods. |
|
|
|
@98
|
[98]
|
07/21/06 10:04:44 |
mk |
Added missing unit tests for command_successful, run_cmd and … |
|
|
|
@97
|
[97]
|
07/20/06 13:19:07 |
mk |
Search for classes that define special methods (like setUp/tearDown) and … |
|
|
|
@96
|
[96]
|
07/20/06 11:31:40 |
mk |
Added repr definition to metclass of Index, so indices listings look … |
|
|
|
@95
|
[95]
|
07/20/06 11:13:54 |
mk |
Handle installation error messages properly. |
|
|
|
@94
|
[94]
|
07/20/06 10:44:14 |
mk |
Don't include unpack_dir index when checking eggs. |
|
|
|
@93
|
[93]
|
07/20/06 10:37:30 |
mk |
Use raw index class name as index name. |
|
|
|
@92
|
[92]
|
07/19/06 14:02:31 |
mk |
Added missing unit tests for discover_file_type function and Index class. |
|
|
|
@91
|
[91]
|
07/19/06 13:19:32 |
mk |
Updated unit test command to walk around nose 0.9.0 behaviour changes. |
|
|
|
@90
|
[90]
|
07/19/06 10:12:20 |
mk |
Don't keep logfiles when running tests (supplement for changeset [86]). |
|
|
|
@89
|
[89]
|
07/19/06 09:36:58 |
mk |
Search for doctests inside docstrings (closes ticket #45). |
|
|
|
@88
|
[88]
|
07/12/06 11:07:14 |
grig |
Spelling corrections. |
|
|
|
@87
|
[87]
|
07/11/06 16:02:40 |
grig |
Added back Will's changes. The only functional test that was failing was … |
|
|
|
@86
|
[86]
|
07/11/06 15:38:07 |
grig |
Cleanup temp files, otherwise they keep accumulating in /tmp. |
|
|
|
@85
|
[85]
|
07/11/06 14:08:45 |
grig |
Backed out Will's pylint-related changes from revision:84 -- because some … |
|
|
|
@84
|
[84]
|
07/11/06 09:52:27 |
grig |
Applied pylint-related patch from Will Guaraldi (chdir to top of the … |
|
|
|
@83
|
[83]
|
07/09/06 13:05:49 |
mk |
Imported newest version of model.py from pydoctor.
Adapted UnitTests? index … |
|
|
|
@82
|
[82]
|
07/07/06 16:11:05 |
mk |
Implemented --lite command line flag (closes ticket #38). |
|
|
|
@81
|
[81]
|
07/06/06 18:29:26 |
mk |
Removed debugging message. |
|
|
|
@80
|
[80]
|
07/06/06 18:15:29 |
mk |
Indices can now hold dependencies (via decide() interface).
Certain steps … |
|
|
|
@79
|
[79]
|
07/04/06 15:54:59 |
mk |
Implementation of --static command line option (closes ticket #36). |
|
|
|
@78
|
[78]
|
06/25/06 06:18:53 |
mk |
Fixed installation index bugs. |
|
|
|
@77
|
[77]
|
06/24/06 10:19:59 |
mk |
Added appropriate handling of one-file packages. |
|
|
|
@76
|
[76]
|
06/24/06 09:44:50 |
mk |
Fixed installability test (broken in changeset [74]). |
|
|
|
@75
|
[75]
|
06/24/06 09:40:42 |
mk |
Added support for eggs (closes ticket #34). |
|
|
|
@74
|
[74]
|
06/23/06 10:36:26 |
mk |
Improved scores for documentation and installability indices.
Fixed … |
|
|
|
@73
|
[73]
|
06/23/06 09:05:48 |
mk |
PyPI index: Penalize for PyPI distance > 1. |
|
|
|
@72
|
[72]
|
06/23/06 08:27:57 |
mk |
Added script for computing scores of all PyPI packages (closes ticket … |
|
|
|
@71
|
[71]
|
06/21/06 07:41:36 |
mk |
Disable two pylint import warnings. |
|
|
|
@70
|
[70]
|
06/20/06 16:45:33 |
mk |
Fixed URL download test. |
|
|
|
@69
|
[69]
|
06/20/06 15:31:28 |
mk |
Better handling of setuptools errors. |
|
|
|
@68
|
[68]
|
06/20/06 09:36:56 |
mk |
Accept both doc/docs and example/examples directories (suggested by Will … |
|
|
|
@67
|
[67]
|
06/20/06 09:26:00 |
mk |
Check that Cheesecake is computing score properly (closes ticket #30). |
|
|
|
@66
|
[66]
|
06/20/06 08:13:35 |
mk |
Moved tests data directory. |
|
|
|
@65
|
[65]
|
06/15/06 15:27:49 |
mk |
Removed init.py from the Cheesecake main directory. |
|
|
|
@64
|
[64]
|
06/15/06 15:19:21 |
mk |
Check that Cheesecake is leaving log file when package is broken and is … |
|
|
|
@63
|
[63]
|
06/15/06 13:33:56 |
mk |
Better checking for files in /tmp. |
|
|
|
@62
|
[62]
|
06/15/06 13:32:35 |
mk |
Enable functional testing in buildbot. |
|
|
|
@61
|
[61]
|
06/15/06 13:07:26 |
mk |
Check that Cheesecake is handling its command line options properly … |
|
|
|
@60
|
[60]
|
06/15/06 09:37:50 |
mk |
Check that Cheesecake is properly cleaning up (closes ticket #28). |
|
|
|
@59
|
[59]
|
06/15/06 07:49:01 |
mk |
Fixed util imports. |
|
|
|
@58
|
[58]
|
06/15/06 07:44:17 |
mk |
Renamed _util to util, where nosetests can find it. |
|
|
|
@57
|
[57]
|
06/15/06 07:39:37 |
mk |
Unified Cheesecake score formatting. |
|
|
|
@56
|
[56]
|
06/13/06 14:57:26 |
mk |
Include unit tests in buildbot testing step. |
|
|
|
@55
|
[55]
|
06/13/06 14:48:48 |
mk |
Created functional tests directory and moved all existing unit tests to … |
|
|
|
@54
|
[54]
|
06/12/06 16:25:42 |
mk |
Removed generated files from repository. |
|
|
|
@53
|
[53]
|
06/10/06 15:39:36 |
mk |
Show coverage statistics on standard output. |
|
|
|
@52
|
[52]
|
06/10/06 14:54:04 |
mk |
README update. |
|
|
|
@51
|
[51]
|
06/08/06 17:57:01 |
mk |
Run nosetests with --verbose option. |
|
|
|
@50
|
[50]
|
06/08/06 17:19:41 |
mk |
Call both unittest and doctest from nose. |
|
|
|
@49
|
[49]
|
06/08/06 17:13:29 |
mk |
Coverage buildbot setup fixes. |
|
|
|
@48
|
[48]
|
06/08/06 16:59:39 |
mk |
Set appropriate permissions for coverage statistics file. |
|
|
|
@47
|
[47]
|
06/08/06 16:57:19 |
mk |
Automatic generation of coverage statistics in buildbot. |
|
|
|
@46
|
[46]
|
06/08/06 16:35:18 |
mk |
Generate documentation via buildbot. |
|
|
|
@45
|
[45]
|
06/08/06 15:46:57 |
mk |
Added buildbot configuration. |
|
|
|
@44
|
[44]
|
06/08/06 12:54:49 |
mk |
Moved unzip_package and untar_package out of Cheesecake class to _util … |
|
|
|
@43
|
[43]
|
06/08/06 07:21:17 |
mk |
Removed useless MegaIndex? class. |
|
|
|
@42
|
[42]
|
06/07/06 18:03:15 |
mk |
Catch an exception when pylint is not found (patch contributed by Ben … |
|
|
|
@41
|
[41]
|
06/07/06 17:48:46 |
mk |
Changed description of --path command line option (following Will Guaraldi … |
|
|
|
@40
|
[40]
|
06/07/06 17:27:35 |
mk |
Refactored code for index computation (closes tickets #17 #18 #19 #20 #21 … |
|
|
|
@39
|
[39]
|
06/03/06 15:05:29 |
mk |
Added more unit tests for docstring indexing code (closes ticket #13). |
|
|
|
@38
|
[38]
|
06/03/06 13:11:55 |
mk |
Incorporate formatted docstrings count into documentation index. |
|
|
|
@37
|
[37]
|
06/01/06 16:46:02 |
mk |
Check docstrings for use of javadoc (closes ticket #12). |
|
|
|
@36
|
[36]
|
06/01/06 15:16:17 |
mk |
Check docstrings for use of epytext (closes ticket #10). |
|
|
|
@35
|
[35]
|
06/01/06 11:09:04 |
mk |
More complete reST lists discovery. |
|
|
|
@34
|
[34]
|
06/01/06 09:52:00 |
mk |
Added mk name to the authors list. |
|
|
|
@33
|
[33]
|
05/31/06 17:32:14 |
mk |
Check docstrings for use of reST (closes ticket #11). |
|
|
|
@32
|
[32]
|
05/31/06 08:50:14 |
mk |
Don't count empty docstrings (closes ticket #9). |
|
|
|
@31
|
[31]
|
05/30/06 15:45:10 |
mk |
Use the latest pydoctor (closes ticket #8). |
|
|
|
@30
|
[30]
|
05/30/06 15:36:33 |
mk |
Instruct nose to use doctests. |
|
|
|
@29
|
[29]
|
05/29/06 16:40:54 |
mk |
Style fix: renamed MockupCheesecake? to MockupCheesecakeTest?. |
|
|
|
@28
|
[28]
|
05/29/06 16:21:20 |
mk |
Add only non-empty files to Cheesecake index (closes ticket #6). |
|
|
|
@27
|
[27]
|
05/29/06 14:52:58 |
mk |
Added missing files. |
|
|
|
@26
|
[26]
|
05/29/06 14:50:51 |
mk |
Implements more strict filename checking (closes ticket #5). |
|
|
|
@25
|
[25]
|
05/29/06 13:38:33 |
mk |
Fixed test_count_files cleanup code. |
|
|
|
@24
|
[24]
|
05/29/06 13:34:41 |
mk |
Decrease score for .pyo files (closes ticket #4). |
|
|
|
@23
|
[23]
|
05/29/06 13:12:38 |
mk |
Fixed is_test_file() function. |