Usama Sadiq
|
64752ed66c
|
refactor: pyupgrade second iteration (#27459)
|
2021-05-10 13:56:40 +05:00 |
|
Usama Sadiq
|
068ac5290f
|
refactor: Ran pyupgrade on openedx/core
Ran pyupgrade on openedx/core/{lib, tests}
|
2021-04-08 18:34:38 +05:00 |
|
Jawayria
|
9909b933a7
|
Applied pylint-amnesty to openedx/core/{djangolib, lib, tests, *.py
|
2021-02-02 21:13:24 +05:00 |
|
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 |
|
Andrés González
|
26b3a40133
|
INCR-108 (#20058)
* INCR-108: Run python-modernize on openedx/core/lib
* Fixed urlencode import
* Fixed diff quality warnings and six.string_types error
* Fixed pickle import
* Fixed iteritems import
* Fixed ungrouped imports
* Fixed six.moves import issues
|
2019-04-02 10:26:00 -04:00 |
|
J. Cliff Dyer
|
257dcc54f2
|
Accept raw image data as Content-type: image/*
MA-1416
Created a TypedFileUploadParser that validates the mimetype and then
takes the content and puts it on request.FILES['file']. Subclasses the
existing FileUploadParser.
Use namedtuple in IMAGE_TYPES as per style guide:
https://github.com/edx/edx-platform/wiki/Python-Guidelines#classes-vs-dictionaries
|
2015-10-20 13:23:28 -04:00 |
|
Matt Drayer
|
1eab25f292
|
mattdrayer/increment-edx-lint: Bump to v0.2.9 and address pylint/pep8 violations
* Fix paver violations to stablize edx-lint update
* Parens, Line2Long
* Fix missing docstrings
* Fix PEP8 issues
* Address PR feedback (thanks @nedbat!)
|
2015-10-19 10:11:59 -04:00 |
|
cahrens
|
450c0e34f5
|
Enforce content_type of 'application/merge-patch+json' for merge patch.
|
2015-02-24 11:32:28 -05:00 |
|