Highlights
- Arctic Code Vault Contributor
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 50 million developers.
Sign up
Pinned
6,088 contributions in the last year
Contribution activity
August 2020
- cclauss/graalpython Python
- cclauss/warctools Python
- cclauss/surt Python
- cclauss/CDX-Writer Arc
- cclauss/s3_loader Python
- cclauss/draintasker Python
- cclauss/fabric-sdk-py Python
- cclauss/v2rayL Python
- cclauss/recommenders Python
- cclauss/TensorFlowTTS Python
- cclauss/tvnews Python
- cclauss/pymemcache Python
- cclauss/trough Python
- cclauss/libra Python
- cclauss/removestar Python
- cclauss/pycorrector Python
- cclauss/splinter Python
- cclauss/rb Python
- cclauss/malwoverview Python
- cclauss/node-bignum JavaScript
- cclauss/build-tools JavaScript
- cclauss/cryptofeed Python
- cclauss/warcprox Python
- cclauss/brozzler Python
- cclauss/ptvsd Python
4
repositories not shown
Created a pull request in TheAlgorithms/Python that received 6 comments
Travis CI: Start testing on Python 3.9 beta 5
Describe your change: Python 3.9 is now on its final beta and is scheduled to be released next month so let's start testing to see if we are compat…
+17
−6
•
6
comments
- Python 3 compatibility for four files in /scripts
- StringIO wants str, not bytes
- chmod +x docker/*.sh
- ol_infobase.py: decode bytes, not str
- Travis CI: Add Python doctests and Python 3.9 release candidate
- Add 16 pytests to `make test-py`
- If edition.publish_date is unknown then return -sys.maxsize
- Python3: Sort Publish date unknown
- pagecount is an int, not a float
- Python 3: Make document a cached_property
- Travis CI: Job “Python 3.8 on focal” is now mandatory
- WIP: Fix scripts/view_marc.py for Python 3
- test_py3.sh: Add flake8 search for wildcard imports
- Fix pytests for openlibrary/records again
- Fix pytests for openlibrary/records
- Add openlibrary/tests/core/test_lists_model.py
- new-solr-updater.py: Ensure that state_file is not None
- Re-enable doctests
- Re-enable the Integration Tests in xfail mode again
- Add Python version to Attact Debugger webpage again
- Add Python version to Attact Debugger webpage
- requirements_test.txt: Upgrade Pytest on Python 3 only
- Use list(dict) instead of dict.keys() again
- Force the evaluation of lazy objects on Python 3
- Docker: python3 -m pip install wheel
- Some pull requests not shown.
- Py3: Fix dictionary changed size during iteration again
- Cannot add a list to a range
- Travis CI: Job “Python 3.8 - Test OL on Infogami” is now mandatory
- Add scripts/run_doctests.sh
- bulkupload.py: Fix missing % in old %-formatting
- Fix Thing.setattr()
- Thing: old-style class -> new-style for Python 3
- Make repr(Thing) useful for debugging
- Py3: Fix dictionary changed size during iteration
- A fix for work.get_sorted_edition() on Python 3
- Eliminate bare exception in infogami/infobase/cache.py
19
repositories not shown
- Added type hints and doctest for maths/prime_check.
- Created ugly_numbers.py in Python/maths
- Create alternate_disjoint_set.py
- Update data_transformations.py
- Created triplet_sum in Python/other
- Update wiggle_sort.py
- Created problem_63 in project_euler
- Update merge_sort.py
- Added enigma machine emulator
- Added static type checking to Python/linear_algebra/src/power_iterati…
- Created problem_55 in project_euler
- Perfect square using binary search
- Created problem_45 in project_euler and Speed Boost for problem_34/sol1.py
- Created problem_44 in project_euler
- lazy_segment_tree.py-style-fixes
- Fix SettingWithCopy warning by pandas
- Insertion sort : type hint, docstring
- lazy_segment_tree.py-static-type-checking
- Update matrix_operation.py
- added type hints to strings/min_cost_string_conversion.py
- Created problem_46 in project_euler
- Added function for finding K-th smallest element in BST
- Optimization and fix bug
- Created problem_43 in project_euler
- Created Dijkstra's Two Stack Algorithm
- Some pull request reviews not shown.
- Add LCCN and LC classification on reimport from MARC
- Fix Python 3: Add Cover Image hangs
- MARC Binary is bytes type, clarify code and fix tests
- Update model.py
- Update stats.py
- Refactor .read() to use requests
- Requests refactor only query.py
- Lazy Loading Carousels
- Refactor to use requests json
- refactor update_work and test_update_work to use requests
- Create docker-compose for infogami local
- Switch to using dockerhub for olbase
- converted only simple GETs to requests
- Exporting User reading log
- Add /plugins/upstream/tests/test_models.py
- DockerHub fix #2
- Add 2016 LOC MARC dump description to sources
- Fixing Bugs Post Canonical Book Page Launch
Created an issue in internetarchive/openlibrary that received 5 comments
Simultaneous side-by-side testing of Python 2 and 3 on Docker
I am frustrated when I want to compare Python 2 to Python 3 because I need to use Docker Compose to shut down the system and then reboot with PYEN…
5
comments
- Node.js v12 --> v14
- Python 3: self.document = doc # AttributeError: can't set attribute
- Docker-compose.yml: conditionally mount a volume
- Python 3: Want to Read fails
- Python 3: Add Cover Image hangs
- Python 3: Create a new list hangs
- Python 3: New account registration has no reCAPTCHA
- Python 3: API call for a book is returning {}
- Python 3: pytest openlibrary/plugins/openlibrary/tests/test_home.py fails
- Migrate from ptvsd to debugpy
- Is openlibrary/catalog/amazon/crawl_top_books.py used?
- Python 3: get_sorted_editions() is not returning any editions