Releases: ethanchewy/PythonBuddy
Releases · ethanchewy/PythonBuddy
Update Python 3 Packages for Windows and Linux Compatability
In this release, we updated the packages that Python Buddy relies on. Before, there were bugs with those packages but they have now been fixed so these changes will now fix all Windows compatibility issues and update us to Python 3.7+.
Fix Error Messages Not Disappearing
In this version, the code is cleaned up and error messages disappear as intended.
Fix AJAX Calls
2.0.1 Fix run AJAX call to POST correctly
Refactors to Python 3, Improves Efficiency, and Redesigns Code
The following release implements the following:
- multiprocessing to handle multiple errors
- verbose null checks
- fix various bugs in cm-validator.js and javascript.js that prevented some errors and warnings from being presented
- leverage sessions to handle multiple users at scale
- redesign code to make more readable/cleaner
- Update pylint and error messages related to pylint for more info (from
pylint --list-msgs
) - Process pylint messages on server side now.
Original Implementation using Python 2
v1.0 fix javascript