- Sep 19, 2019
-
-
Ned Batchelder authored
-
Jeremy Bowman authored
-
Jeremy Bowman authored
-
Ned Batchelder authored
-
Feanil Patel authored
-
Feanil Patel authored
Python3 swarm
-
Feanil Patel authored
Python Requirements Update
-
Michael Terry authored
Add Studio note about mktg site delay
-
Ayub authored
BOM-630
-
Ayub khan authored
python3 compatibility
-
edX requirements bot authored
-
Aarif authored
BOM-484
-
Ayub authored
BOM-432
-
- Sep 18, 2019
-
-
Feanil Patel authored
-
Jeremy Bowman authored
-
Jeremy Bowman authored
-
Ned Batchelder authored
REST API docs
-
Jeremy Bowman authored
-
Michael Terry authored
Add a note when marketing site is enabled that there is a delay from changes in Studio appearing on the marketing site. DISCO-1356
-
Feanil Patel authored
We updated the underlying methods to always be passing unicode strings aronud and only encode them to bytes when we need to hash them.
-
Feanil Patel authored
-
Ned Batchelder authored
Python 3 changed how rounding is performed. In Python 2, .625 rounded to .63 (as our grading code rounds it, so the test passed). In Python 3, .625 rounds to .62. This fixes the test by avoiding round() to calculate the expected value, and instead simply using the value we expect.
-
Feanil Patel authored
-
Feanil Patel authored
The django test client returns bytes, and many of our tests start using it like a string. This was fine in python 2 but not in python3.
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Jeremy Bowman authored
-
Alex Dusenbery authored
-
Ned Batchelder authored
-
Feanil Patel authored
-
Jeremy Bowman authored
-
Jeremy Bowman authored
-
Jeremy Bowman authored
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Jeremy Bowman authored
-
Jeremy Bowman authored
-
Jeremy Bowman authored
-
Feanil Patel authored
-
Feanil Patel authored
Update the tests around static_file code to use byte streams instead of string streams for generating static content. This is a fix to get these tests passing on python 3.
-