- Make use of python locally installed tools in a virtual environment.
- Update settings for travis and circle.
- Prepare to raise version constraint of dbwebb-cli.
- Add config dir .dbwebb.
- Removed the folder literature and moved an overview of it to the file README.md.
- Enable versioning of labs.
- Moved revision history to its own file.
- Preparing a larger workthrough of the course and its course material.
- Adding
example/cmd/dice
to show module cmd together with classes.
- Updating example
example/scrape
to without specifying parser. - Updating example
example/scrape
to<table>
.
- Updating example
example/scrape
to work with new website.
- Adding
example/image
with example creating ascii image. - Executing file with UTF-8 coding, fix #20.
- Corrected validation errors displayed on travis.
- Updated url in example/ping to match https instead of http.
- Added files for local dev environment.
- Added example program for try catch
example/try-catch
.
- Disable pylint for superfluous-parens,locally-disabled,locally-enabled
- Adding to Travis.
- Adding example
cli/print-opt-arg.py
. - Adding example program for
encoding/test_input.py
.
- pylintrc disable no-self-use.
- Changed structure of repo to match dbwebb-cli version 2.
- Moving me/default to .default.
- Removing dbwebb-cli version 1 (everything) from bin/.
- Last version supporting dbwebb-cli version 1.
- pylintrc disable no-self-use
- Added example on cmd in
example/cmd
. - Updated inspect phase.
- To allow spaces in username for sshkeys.
- To allow space in file and directory names in bin/dbwebb.
- Fixed error in inspect where program wasnt executed correctly.
- Fix error message from bin/dbwebb when not using default path to dbwebb-kurser.
- Fixing validation errors.
- Disabling too-many-instance-attributes in pylint.
- Adding support for kmom10 in
bin/dbwebb
. - Adding support for kmom06 in
bin/dbwebb
. - Added config file for html-minifier.
- Added and verified example programs to kmom06.
- Updated
bin/dbwebb
to version v1.0.14. - Updated examples in
example/curses
when releasing kmom05. .pylintrc
to ignore broad-except.- Inspect javascript1 kmom01 - 04 added.
- Inspect
plane.py
failed when windows style line endings. - Updated
bin/dbwebb
to version v1.0.12 with first version of dbwebb-inspect. - Updated example
example/ping
. - Updated example files in
example/json
, changed loads to load and dumps to dump and creates new file. - Exercise games2 ready and
example/curses/bouncing-ball.py
updated as example program. - Updated
bin/dbwebb
to version v1.0.11. - Updating
.pylintrc
with new version of pylint. - Corrected pylint errors in
example
andme/default
due to new version of pylint. - Updated
bin/dbwebb
to version v1.0.10. v1.0.9 introduced a new error, fixed. - Updated
bin/dbwebb
to version v1.0.9. Cygwin fix for readable files and directories. - Updated
bin/dbwebb
to version v1.0.8.
- Updated readme-files in the tutorial map.
- Corrected all cgi-scripts to proper output using utf-8 as encoding and writing bytes to sys.stdout.
- First official release, used in a University course at BTH, Sweden.
- Started work in april 2014, planned release end of august 2014.