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 36 million developers.
Sign up
Popular repositories
-
pysandbox
WARNING: pysandbox is BROKEN BY DESIGN, please move to a new sandboxing solution (run python in a sandbox, not the opposite!)
-
hachoir
Hachoir is a Python library to view and edit a binary stream field by field
-
trollius
Forked from python/asyncio
Port of the asyncio project to Python 2.7 - DEPRECATED: use asyncio on Python 3!
-
perf
Toolkit to run Python benchmarks
-
unicode_book
Programming with Unicode, book written by Victor Stinner
-
faulthandler
Fault handler for Python: display the Python backtrace on SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals
2,400 contributions in the last year
Contribution activity
May 2019
Created a pull request in python/peps that received 4 comments
PEP 587: Init API v2
Add "PyConfig with dynamic memory allocations" section Add functions: PyWideStringList_Append(list, item) PyConfig_SetString(config_str, str) P…
- bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN
- bpo-36763: Remove _PyCoreConfig._init_main
- bpo-36763: Add _PyCoreConfig._config_version
- bpo-36775: _PyCoreConfig only uses wchar_t*
- bpo-36775: Add _PyUnicode_InitEncodings()
- bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro
- bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public
- bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python
- bpo-36763: Add _PyCoreConfig_SetString()
- bpo-36763: Add _PyCoreConfig_SetArgv
- bpo-36763: Fix Py_SetStandardStreamEncoding()