Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Christian Clauss
- Switzerland
- Sign in to view email
- https://www.patreon.com/cclauss
Pinned
7,820 contributions in the last year
Contribution activity
September 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 25 repositories not shown
- cclauss/webpy-examples
- cclauss/saxo Python
- cclauss/node-pre-gyp JavaScript
- cclauss/audfprint Python
- cclauss/libcxx C++
- cclauss/sitl_gazebo C++
- cclauss/deep_learning_and_the_game_of_go Python
- cclauss/sapog C
- cclauss/fontParts Python
- cclauss/NuttX C
- cclauss/HIL Python
- cclauss/curio Python
- cclauss/hypothesis-auto Python
- cclauss/ctf-wiki HTML
- cclauss/Firmware C++
- cclauss/wps-remote Python
- cclauss/micropython-lib Python
- cclauss/micropython C
- cclauss/sceneKit-wrapper-for-Pythonista Python
- cclauss/mavlink-router C++
- cclauss/Flow C
- cclauss/flight_review Python
- cclauss/eigen C++
- cclauss/pyulgresample Python
- cclauss/alexa-prize-topical-chat-dataset Python
22
repositories not shown
Created a pull request in nodejs/node that received 44 comments
build: test Python 3.7 on Travis CI
EDIT: This PR is a work in progress integration branch that combines changes from #25878, #29340, #29346, and #29473. There isn't a commit in in th…
+274
−182
•
44
comments
- Should we add The web.py Philosophy to README.md?
- Render README.md into our PyPI page
- Remove the experimental directory
- Travis CI: Run doctests only on legacy Python
- Remove simplejson in favor of json
- pip install markdown for Python 3
- pytest --doctest-modules .
- WIP: Reformat the code using psf/black
- Define unicode() in Python 3
- README.md: Add URL to release history
- Update README.md
- Travis CI: Try script: pytest
- Make relative imports changes for Python 3
- Travis CI: Use addons.apt.packages
- tests/main.sh: exit with non-zero if any command fails
- Define unicode in Python 3
- Conditionally install MySQL-python or mysql-connector-python
- Modernize Python 2 code to prepare for Python 3
- Add automated testing on Travis CI
- build: does Travis (tail) wag Jenkins (dog)? (WIP)
- tools: cleanup getnodeversion.py for readability
- deps: V8: cherry-pick 35c6d4d
- build: test Python 3 using GitHub Actions-based CI
- build: add comment to .travis.yml on how to test Py3
- gyp: make StringIO work in ninja.py
- build: remove experimental Python 3 tests
46
repositories not shown
- DBSCAN algorithm
- Adding stooge sort
- Min head with decrease key functionality
- Added Matrix Exponentiation
- Create Linear_Time_Sort.py
- Create stooge_sort
- Add disjoint set
- Rename sorted_vector_machines.py to support_vector_machines.py
- Fix lgtm error display #1024
- Fix Fisher-Yates shuffle
- Create beaufort-cipher.py
- Removed break in bubble_sort.py
- Rewrite Linked_List classes, add unittests
- Added sequential minimum optimization algorithm for SVM
- Add Flake8 F4 Tests to .travis.yml
- Add delete to trie.py + tests
- Add Kth lexicographic permutation
- Digital Image Processing Tests
- Add problem 67 solution
- Add problem-18 of project-euler
- Added OOP approach to matrices
- Update DIRECTORY
- Fully refactored the rod cutting module.
- Add Binomial Heap
- Changed the typo in the runtime of the divide and conquer method
- Some pull request reviews not shown.
- Don't rely on 'markdown' module.
- Fixed the issue with debugerror.
- Bump version number: 0.40.
- Remove `web/webopenid.py`
- Ensure app module is picked up by Reloader.
- Feature route decorator
- Fix DiskStore concurrency issue.
- Remove legacy code and improve cookie support
- Add comment line to bypass Black format if URLs contain multiple patterns.
- Implemented fix for issue 461 unicode in request url
Created an issue in webpy/webpy that received 34 comments
When should we make the next release to PyPI?
https://pypi.org/project/web.py#history The last production release to PyPI was made in February 2018 and it does not fully support Python 3. Given…
34
comments