Feanil Patel
|
9cf2f9f298
|
Run 2to3 -f future . -w
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
|
2019-12-30 10:35:30 -05:00 |
|
David Ormsbee
|
9a1385585f
|
Convert response bytes to str before JSON parsing. (#21375)
Convert response bytes to str before JSON parsing.
|
2019-08-19 11:01:55 -04:00 |
|
aarif
|
61800c619f
|
replaced StringIO imports with import from six
replaced cStringIO and StringIO imports with import from six
fixed StringIO imports
fixed StringIO imports
fixed XSS python-wrap warning
|
2019-08-08 00:09:16 +05:00 |
|
Jeremy Bowman
|
ff7292538e
|
More pylint fixes (#20692)
|
2019-05-28 09:19:31 -04:00 |
|
aliciaerwin
|
ddeb7c4204
|
INCR-237 Run python modernize on openedx/tests (#20494)
|
2019-05-24 15:46:18 -04:00 |
|
cclauss
|
8fca11b85c
|
Use print() function in both Python 2 and Python 3
|
2019-01-13 17:16:37 +01:00 |
|
Eric Fischer
|
247bb50ed2
|
s/django.core.urlresolvers/django.urls/g
Django 1.10 deprecation fix for Hackathon XIX
Addresses PLAT-1397
|
2018-06-05 13:59:09 -04:00 |
|
Andy Armstrong
|
93235d118d
|
Reorder imports using isort (except lms and cms)
|
2017-05-30 16:04:54 -04:00 |
|
Ned Batchelder
|
4a568476fd
|
Remove a number of unneeded super()-delegation methods
|
2017-04-27 14:12:56 -04:00 |
|
Eric Fischer
|
5a98a90eba
|
Use timestamps in _has_database_updated_with_new_score check
Also fixes issue where ORA grades were never updated, by including
them in this check.
TNL-5994
TNL-5995
|
2016-12-09 13:46:34 -05:00 |
|
Nimisha Asthagiri
|
aa000c1a3d
|
Support for rescoring a problem only if the new score is higher
TNL-5046
|
2016-10-20 15:08:54 -04:00 |
|
Piotr Mitros
|
b480645654
|
Updating test case code to handle feedback XBlock
|
2016-01-20 14:24:06 -05:00 |
|
Piotr Mitros
|
ff7fdb807e
|
First pass at an API for XBlock testing.
|
2015-12-18 11:07:39 -05:00 |
|