-
Google
- Menlo Park, CA
- @gpshead
Block or Report
Block or report gpshead
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
epaper-circuitpython Public
An ePaper display driver for use on CircuitPython running on microcontrollers with a demo that draws a fractal.
-
-
life_circle Public
Code for a both a WiPy and ATtiny85 to animate Conway's Game Of Life on a circular LED disc.
Python
-
Adafruit_IS31FL3731 Public
Forked from adafruit/Adafruit_IS31FL3731
Arduino Library for IS31FL3731 LED charlieplex driver
C++
-
RFM69 Public
Forked from LowPowerLab/RFM69
RFM69 library for RFM69W, RFM69HW, RFM69CW, RFM69HCW (semtech SX1231, SX1231H)
C++
355 contributions in the last year
Contribution activity
May 2022
Created 8 commits in 3 repositories
Created 2 repositories
- gpshead/steering-council Makefile
- gpshead/python-devguide Python
Created a pull request in python/cpython that received 14 comments
gh-89336: Remove configparser APIs that were deprecated for 3.12
The configparser module APIs deprecated to be removed in 3.12 have been
removed: The SafeConfigParser class alias, the ParsingError.filename
proper…
Opened 7 other pull requests in 3 repositories
python/cpython
1
closed
4
merged
- [3.11] gh-84131: Note the link_to deprecation in release branches.
- gh-88750: Remove the PYTHONTHREADDEBUG env var support.
- gh-84131: Remove the deprecated pathlib.Path.link_to method.
- [3.10] gh-90622: Do not spawn ProcessPool workers on demand via the "fork" spawn method (GH-91598)
- gh-85465: minor hashlib doc example cleanup.
google/styleguide
1
merged
python/devguide
1
merged
Reviewed 23 pull requests in 2 repositories
python/cpython
22 pull requests
- gh-82616: Add Py_IS_TYPE_SIGNED() macro
- bpo-28053: Allow custom reducer when using multiprocessing
- gh-90473: Fail subprocess early on Emscripten/WASI (GH-92802)
- Revert "bpo-45162: Revert "Remove many old deprecated unittest features""
- gh-68966: Make mailcap refuse to match unsafe filenames/types/params
- gh-84131: Remove the deprecated pathlib.Path.link_to method.
- gh-88750: On Windows, PyThread_acquire_lock() no longer check for NULL
- gh-88750: Remove the PYTHONTHREADDEBUG env var support.
- gh-89336: Remove configparser APIs that were deprecated for 3.12
- [3.9] [3.10] gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (GH-92497)
- [3.11] gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598)
- [3.8] bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241)
- gh-90622: Do not spawn ProcessPool workers on demand via fork method.
- gh-90622: Prevent max_tasks_per_child use with a fork mp_context.
- gh-82616: Add process_group support to subprocess.Popen
- gh-92301: subprocess: Prefer close_range() to procfs-based fd closing
- gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var
- bpo-41818: Add os.login_tty() for *nix.
- bpo-47222: Allow pass-thru with stdout/stderr capture (GH-91378)
- gh-78214: marshal: Stabilize FLAG_REF usage
- gh-91954: Emit EncodingWarning from locale and subprocess
-
[3.10] gh-91401: Conservative backport of
subprocess._USE_VFORK
