Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2022-05-19
| ||
12:45 | Update www/download.wiki documentation on what to do when 'python tests.py' generates output. Leaf check-in: 1e37b65322 user: mrh tags: trunk | |
2022-05-18
| ||
22:31 | Remove install_pylint.py script now that the pylint package is part of the Anaconda Distribution. check-in: 98d1001e6f user: mrh tags: trunk | |
20:39 | Correct documentation typo. check-in: 7287c52dae user: mrh tags: trunk | |
20:33 | Update documentation regarding Anaconda Python version. check-in: cb1a669f74 user: mrh tags: trunk | |
20:09 | Cosmetic code changes to avoid pylint 2.9 warnings; check that 'python tests.py' command works as expected when running under Python 3.9.11 version. check-in: 52cd998d87 user: mrh tags: trunk | |
19:46 | Update www/download.wiki documentation. check-in: 5a0077058c user: mrh tags: trunk | |
2019-08-16
| ||
15:03 | Final editorial changes to the home page wiki documentation. check-in: 4fe78ef100 user: mrh tags: trunk | |
14:58 | Yet more edits of the home page wiki. check-in: 86fe1957a0 user: mrh tags: trunk | |
14:30 | Additional wording changes to the home page wiki. check-in: b84ff2bfe8 user: mrh tags: trunk | |
14:24 | Update wording and links on the home page wiki. check-in: 71c0f473cf user: mrh tags: trunk | |
2017-02-28
| ||
14:34 | Update GitHub links to OSPC Tax-Calculator and Benefit projects. check-in: 24e4f7783e user: mrh tags: trunk | |
2016-12-02
| ||
23:00 | Correct typo in comment. check-in: cf7c406365 user: mrh tags: trunk | |
2016-12-01
| ||
20:55 | Fix calculation of contribution_amount when magi is zero. check-in: 646bccbf0b user: mrh tags: trunk | |
2015-06-18
| ||
00:04 | Update Python 2.7 version after doing "conda update conda" and "conda update anaconda" commands. check-in: 2d58483503 user: mrh tags: trunk | |
2015-06-15
| ||
21:53 | Complete initial draft of www/cloningrepo.wiki file. check-in: 846c6a7d5d user: mrh tags: trunk | |
21:53 | Edit www/download.wiki to recommend download expand in home directory and to add instructions on creating empty ~/.pylintrc file. check-in: 42f017f7fe user: mrh tags: trunk | |
19:40 | Edit several www/*.wiki files to include directory location and operating-system command prompt character and to make several other minor changes. check-in: af15659622 user: mrh tags: trunk | |
18:28 | Add www/license.wiki that contains MIT license and add link to that page in the www/contents.wiki file. check-in: b6debef099 user: mrh tags: trunk | |
18:27 | Change "Open-Source Policy Center" to "Open Source Policy Center" to be consistent with the OSPC GitHub website. check-in: c262fb4e8c user: mrh tags: trunk | |
2015-06-02
| ||
15:21 | Revise nested functions in utilities.py module file_diff() function to handle line pairs with unequal number of tokens. check-in: a58cf2a418 user: mrh tags: trunk | |
04:27 | Revise write_significant_line_diff() function nested in file_diff() function in the utilities.py import module so that it writes a line pair with difference(s) only once. check-in: 671a71a887 user: mrh tags: trunk | |
2015-05-21
| ||
11:28 | Revise two www/*.wiki documents to reflect change in cap_frac from a decimal to percentage fraction. check-in: 2a00dfc659 user: mrh tags: trunk | |
11:18 | Revise PTC_OUTPUT_FORMAT in ptc_io.py to mention that 9.9e+99 is the output written for unlimited cap_frac and cont_amt values. check-in: c4c10e62b5 user: mrh tags: trunk | |
11:16 | Standardize treatment of all output statistics in ptc_out_diff.py script now that cap_frac is expressed as a percentage (rather than a decimal) fraction. check-in: e96f1e046d user: mrh tags: trunk | |
2015-05-20
| ||
23:54 | Ensure integer division in all Python versions. check-in: 5bccb99b46 user: mrh tags: trunk | |
23:44 | Convert cap_fraction from decimal to percentage fraction in all test/*output file as described in ticket [d7804c068e]. check-in: d4b6caf8ea user: mrh tags: trunk | |
23:23 | Revise kaiser_ptc.py script to write cap_frac output as a percentage fraction rather than as a decimal fraction. check-in: 09b7b92fe5 user: mrh tags: trunk | |
23:22 | Simplify ostr format in ptc_out_diff.py script now that cap_frac output is expressed as a percentage instead of a decimal fraction. check-in: 85ee7ad5b0 user: mrh tags: trunk | |
23:19 | Remove unnecessary rounding of percentage cap_frac in ptc.py script. check-in: 290be52e28 user: mrh tags: trunk | |
20:20 | Change PTC_OUTPUT_FORMAT and associated logic so that cap_frac is expressed as a percent rather than as a decimal fraction. check-in: d485eda632 user: mrh tags: trunk | |
20:12 | Revise file_diff function to handle situations where multiple contiguous lines contain differences. check-in: 936debcc68 user: mrh tags: trunk | |
17:30 | Revise tests.py script to write out only output differences that are larger in absolute value than 0.01 (which for dollar amounts is one cent). check-in: 8d14e190b3 user: mrh tags: trunk | |
17:28 | Revise file_diff function to write out only significant numerical differences in the content of two files. check-in: c04cba3fa5 user: mrh tags: trunk | |
14:13 | Make sure subprocess.Popen() returns text output in os_exec utility function. check-in: b18f8e9e4a user: mrh tags: trunk | |
13:34 | Revise download.wiki documentation to include use of install_pylint.py script. check-in: 4808e56cb4 user: mrh tags: trunk | |
13:33 | Add initial version of install_pylint.py script. check-in: 8ccafbd2c5 user: mrh tags: trunk | |
00:23 | Replace file datetimes with COMPUTED/EXPECTED description in file_diff() function in utilities.py import module. check-in: 0623371872 user: mrh tags: trunk | |
00:01 | Set verbose=True when calling selenium_chromedriver_installed function in kaiser_silvprem.py and kaiser_ptc.py scripts. check-in: ee9f9635b0 user: mrh tags: trunk | |
2015-05-19
| ||
23:29 | Minor edit of www/download.wiki documentation. check-in: 0df11b8859 user: mrh tags: trunk | |
23:08 | Add removal of .pyc files generated by Python version 3.4 to tests.py script. check-in: 99fdfabdc6 user: mrh tags: trunk | |
23:03 | Add verbose parameter with a default value of False to the selenium_chromedriver_installed function in the utilities.py import module. check-in: aebabafe63 user: mrh tags: trunk | |
22:53 | In tests.py script, skip running of pylint on modules that use selenium if selenium is not installed. check-in: 832ac1488f user: mrh tags: trunk | |
22:32 | Fix typo in www/policy.wiki documentation. check-in: 07330b55e6 user: mrh tags: trunk | |
2015-05-18
| ||
23:04 | Another change in name of a Developer Documents file. check-in: 8e6adcd540 user: mrh tags: trunk | |
22:58 | Add partial initial version of cloningrepo.wiki text. check-in: b9d8f0b1a3 user: mrh tags: trunk | |
21:54 | Reorganize Developer Documents. check-in: 74d554b6f2 user: mrh tags: trunk | |
19:57 | Add discussion of structural reforms to the policy.wiki documentation. check-in: abef10c929 user: mrh tags: trunk | |
17:37 | Add initial version of validation.wiki text. check-in: f9729180ab user: mrh tags: trunk | |
13:31 | Minor edit of download.wiki documentation. check-in: 8f05d21ae0 user: mrh tags: trunk | |
13:24 | Minor edits of text in three www/*.wiki documentation files. check-in: 19b6883f52 user: mrh tags: trunk | |