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 31 million developers.
Sign up
Pinned
5,602 contributions in the last year
Contribution activity
March 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 2 repositories not shown
- cclauss/LARK-1 Python
- cclauss/devguide Python
- cclauss/TinCanPython Python
- cclauss/crowdsourcehinter-1 Python
- cclauss/indico Python
- cclauss/rubicon-objc Python
- cclauss/csgo-menu-maker Python
- cclauss/advent-of-code Python
- cclauss/Mask_RCNN Python
- cclauss/autoxuexi Python
- cclauss/celeb-detection-oss Python
- cclauss/unifiedparsing Python
- cclauss/awesome-python-login-model Python
-
cclauss/Pyto-module-versions
Python
•
Built by
- cclauss/sentry-python Python
- cclauss/USTC-Course Python
- cclauss/SirepRAT Python
- cclauss/neural-mmo Python
- cclauss/Humpback-Whale-Identification-1st- Python
- cclauss/pysheeet Python
- cclauss/lazynlp Python
- cclauss/lingvo Python
Created a pull request in Tribler/tribler that received 10 comments
str are already Unicode utf-8 by default in Python 3
ERROR: test_get_index
----------------------------------------------------------------------
Traceback (most recent call last): File "/home/jenkins…
+5
−5
•
10
comments
- block_type must be bytes
- Bytes in Community/Market/test_message.py
- Bytes in Community/Market
- Fix escape_as_utf8() for Python 3 str
- Try converting agent.request(req_type) to bytes
- Binary on verbs: agent.request(b'GET', uri, headers, None)
- uri = uri.encode('utf-8') # Try converting uri to bytes
- Refactor pathlist2filename()
- Py3: Make a list of the keys
- hexlify() takes bytes, not str
- Deal gracefully with failure to import meliae
- Py3: Make a list of the keys
- Py3: Avoid KeyError: 'name' by also looking at b'name'
- TraderId() takes bytes, not str
- READY: Pass a str, not bytes into TraderId()
- Fix next() in database.py
- Only bytes has .decode() in Python 3
- write bytes in test_default_download_startup_config_load()
- 'Tribler/' + version_id + '/' + str(hexlify(mid))
- dict.has_key() was removed in Python 3
- hexlify()/unhexlify in Libtorrent
- hexlify()/unhexlify in misc files
- open(self.exitnode_cache, 'w' --> 'wb') for Python 3
- sys.maxint removed Py3 because int are of infinite precision
- hexlify()/unhexlify in Core/Modules
- Some pull requests not shown.
16
repositories not shown
Created an issue in ColdGrub1384/Pyto that received 5 comments
Now that we have lxml, please consider adding beautifulsoup4
The widely used web scraping tool https://pypi.org/project/beautifulsoup4/ which uses lxml.
5
comments