Update a bunch of newer code to be compatible with Python 3.
Review Request #5306 — Created Jan. 23, 2014 and submitted — Latest diff uploaded
Update a bunch of newer code to be compatible with Python 3.
Since I initially went through and ported our code to Python 3, we've written a
bunch of new stuff. A lot of this stuff, especially the stuff that was done
initially on the release-1.7.x branch, didn't use the newer conventions for 2/3
compatibility. There were also a few lingering things that I hadn't ported yet
(like theexecfile()
call in rb-site).
Ran unit tests.
Diff Revision 1 (Latest)
reviewboard/admin/security_checks.py |
---|
reviewboard/cmdline/rbsite.py |
---|
reviewboard/diffviewer/diffutils.py |
---|
reviewboard/hostingsvcs/gitlab.py |
---|
reviewboard/hostingsvcs/tests.py |
---|
reviewboard/hostingsvcs/unfuddle.py |
---|
reviewboard/reviews/datagrids.py |
---|
reviewboard/reviews/fields.py |
---|
reviewboard/reviews/models/review_request.py |
---|
reviewboard/scmtools/forms.py |
---|
reviewboard/scmtools/models.py |
---|
reviewboard/site/context_processors.py |
---|
reviewboard/webapi/resources/repository.py |
---|