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
724 contributions in the last year
Activity overview
Contribution activity
March 2019
- methane/sandbox Python
Created a pull request in python/cpython that received 4 comments
[3.7] bpo-36307: Travis: upgrade to Xenial environment (GH-12356)
(cherry picked from commit 74ae50e) Co-authored-by: CAM Gerlach CAM.Gerlach@Gerlach.CAM https://bugs.python.org/issue36307
+4
−2
•
4
comments
- bpo-36381: warn when no PY_SSIZE_T_CLEAN
- bpo-8677: use PY_DWORD_MAX instead of INT_MAX
- bpo-8677: use PY_SSIZE_T_CLEAN in socketmodule.c
- bpo-8677: use PY_SSIZE_T_CLEAN in PC/winreg.c
- bpo-8677: use PY_SSIZE_T_CLEAN in Modules/_gdbmodule.c
- bpo-8677: use PY_SSIZE_T_CLEAN in sqlite
- [2.7] bpo-36307: Travis: upgrade to Xenial environment (GH-12356)
- bpo-36297: remove "unicode_internal" codec
- ctypes: remove use of legacy unicode API
- bpo-30040: update news entry
- bpo-30040: remove shared empty key
- bpo-30040: optimize inserting into empty dict
- canonicalize "Inada Naoki" in Misc/ACKS and 3.8 news.
- add missing break statement
- bpo-36103: change default buffer size of shutil.copyfileobj()
- bpo-36374: Fix a possible null pointer dereference
- [3.7] fixed duplicated method name of test_getuserbase() (GH-12140)
- Duplicate test function in test_site
- bpo-33944: Add site.py debugging via PYTHONSITEDEBUG
- bpo-33944: Add site.py site-packages tracing in verbose mode
- Remove some code which has been dead since 1994