Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29465720: Issue 4970 - Document the library API of python-abp (Closed)

Created:
June 14, 2017, 5:45 p.m. by Vasily Kuznetsov
Modified:
Oct. 24, 2017, 4:18 p.m.
Reviewers:
mathias
Visibility:
Public.

Description

Issue 4970 - Document the library API of python-abp repository: https://hg.adblockplus.org/python-abp based on this review: https://codereview.adblockplus.org/29465715/

Patch Set 1 #

Patch Set 2 : Update README to match the changes from https://codereview.adblockplus.org/29465715/ #

Total comments: 7

Patch Set 3 : Improve the docstrings and help() behavior, shorten the README, add Development documentation and a… #

Patch Set 4 : Rebase to match the new master and retouche the docstrings. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+354 lines, -78 lines) Patch
M README.md View 1 2 3 chunks +67 lines, -11 lines 0 comments Download
M abp/__init__.py View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M abp/filters/__init__.py View 1 2 1 chunk +113 lines, -4 lines 0 comments Download
M abp/filters/parser.py View 1 2 3 4 chunks +75 lines, -25 lines 2 comments Download
M abp/filters/render_script.py View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M abp/filters/renderer.py View 1 2 2 chunks +34 lines, -18 lines 0 comments Download
M abp/filters/sources.py View 1 2 1 chunk +50 lines, -11 lines 0 comments Download
M tests/test_fs_source.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/test_parser.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/test_render_script.py View 1 2 3 1 chunk +1 line, -1 line 1 comment Download
M tests/test_web_source.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tox.ini View 1 2 3 1 chunk +3 lines, -5 lines 0 comments Download

Messages

Total messages: 9
Vasily Kuznetsov
This is the documentation for the APIs added by 4969 and some of the existing ...
June 14, 2017, 5:47 p.m. (2017-06-14 17:47:05 UTC) #1
Vasily Kuznetsov
Hi Matze, This is the documentation for the #4969 changes. Thanks in advance for your ...
July 26, 2017, 2:53 p.m. (2017-07-26 14:53:51 UTC) #2
Vasily Kuznetsov
Hi Matze, I updated the README here to match the changes from the other review. ...
Aug. 7, 2017, 8:31 p.m. (2017-08-07 20:31:50 UTC) #3
mathias
Honestly I think this patch-set is way too large; I don't really see the point ...
Aug. 8, 2017, 12:24 p.m. (2017-08-08 12:24:35 UTC) #4
Vasily Kuznetsov
Hi Matze, In general I think you're right. This starts turing into something like an ...
Aug. 8, 2017, 2:31 p.m. (2017-08-08 14:31:12 UTC) #5
Vasily Kuznetsov
Hi Matze, At last I found some time to look at this review! I scaled ...
Oct. 10, 2017, 4:30 p.m. (2017-10-10 16:30:18 UTC) #6
mathias
LGTM.
Oct. 24, 2017, 3:24 p.m. (2017-10-24 15:24:36 UTC) #7
Vasily Kuznetsov
Rebased to current master and did a few cosmetic changes. https://codereview.adblockplus.org/29465720/diff/29587695/abp/filters/parser.py File abp/filters/parser.py (right): https://codereview.adblockplus.org/29465720/diff/29587695/abp/filters/parser.py#newcode42 ...
Oct. 24, 2017, 4:11 p.m. (2017-10-24 16:11:00 UTC) #8
mathias
Oct. 24, 2017, 4:15 p.m. (2017-10-24 16:15:16 UTC) #9
LGTM.

Powered by Google App Engine
This is Rietveld