- Huntsville, AL, United States
- https://www.hamma.dev
- @StarFleetTours
Highlights
- Pro
Block or Report
Block or report CAM-Gerlach
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
spyder-ide/spyder Public
Official repository for Spyder - The Scientific Python Development Environment
-
project-mjolnir/brokkr Public
A scientific IoT sensor client for data logging, uplink and control.
-
project-mjolnir/sindri Public
Sever-side code for the Mjolnir system to store, serve/display, and monitor data from remote sensors.
-
spyder-ide/spyder-docs Public
Documentation for Spyder, the Scientific Python Development Environment
-
-
r-spacex/submanager Public
A bot framework for Reddit to manage threads, wiki pages, widgets, menus and more.
1,466 contributions in the last year
Activity overview
Contribution activity
October 2022
Created a pull request in python/cpython that received 12 comments
gh-95913: Copyedit, xref and organize enum section
Part of #95913 . Also intends to solve #98250 (which I hadn't seen when I first created this). Initially, this started out as a PR adding the missi…
Opened 29 other pull requests in 5 repositories
python/cpython
4
open
17
merged
- gh-95913: Edit, expand & format Bytecode sect in 3.11 WhatsNew
- gh-95913: Edit Faster CPython section in 3.11 WhatsNew
- gh-95913: Edit & expand Optimizations in 3.11 WhatsNew
- gh-95914: Add links to 3.11 WhatsNew Summary items
- [3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998)
- [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998)
- gh-95913: Move subinterpreter exper removal to 3.11 WhatsNew
- gh-95913: Forward-port int/str security change to 3.11 What's New in main
- gh-95913: Prepare remaining Whatsnew sections for editing
- gh-95913: Add WhatsNew section for new logging APIs
- gh-95914: Add What's New item describing PEP 670 changes
- gh-95913: Edit zipfile Whatsnew section & add new APIs
- gh-95913: Add io support for SpooledTemporaryFile in Whatsnew
- gh-95913 Add string section to Whatsnew with new Template methods
- gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section
- gh-97740: Fix bang in Sphinx C domain ref target syntax
- gh-95913: Fix PEP number in PEP 678 What's New ref label
- gh-95913: Copyedit/improve New Modules What's New section
- gh-95913: Copyedit/improve Implementation Changes What's New section
- gh-95913: Copyedit/improve Other Language Changes What's New section
- gh-95913: Move py.exe to appropriate What's New section & refine text
python/peps
3
merged
1
open
spyder-ide/spyder-docs
2
open
spyder-ide/website-spyder
1
open
spyder-ide/qtpy
1
open
Reviewed 55 pull requests in 12 repositories
python/cpython
24 pull requests
- gh-95913: Edit, expand & format Bytecode sect in 3.11 WhatsNew
- Change links to label refs
- bpo-40358: add strict argument to pathlib.PurePath.relative_to
- gh-95913: Edit & expand Optimizations in 3.11 WhatsNew
- gh-98298: [Enum] document ReprEnum, global_enum, and show_flag_values
- [doc] Refresh the venv introduction documentation, and correct the statement about VIRTUAL_ENV (GH-98350)
- gh-95913: Edit Faster CPython section in 3.11 WhatsNew
- Doc: Remove title text from internal links
- gh-95914: Add What's New item describing PEP 670 changes
- gh-95913: Copyedit, xref and organize enum section
- gh-95913: Add io support for SpooledTemporaryFile in Whatsnew
- gh-96265: Formatting changes for faq/programming
- gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-98319)
- gh-85299: Add note warning about entry point guard for asyncio example
- DOC: Improvements in library/stdtypes
- gh-96265: Formatting changes for faq/general
- gh-93851: Fix all broken links in Doc/
- GH-88968: Add notes about socket ownership transfers
- gh-97661: Improve accuracy of sqlite3.Cursor.fetchone docs
- gh-95913: Copyedit/improve Implementation Changes What's New section
- gh-95913: Copyedit/improve Other Language Changes What's New section
- gh-95913: Move py.exe to appropriate What's New section & refine text
- GH-95913: Update what's new in 3.11 for asyncio
- gh-97781: Apply changes from importlib_metadata 5.
python/peps
14 pull requests
- PEP 700: Additional Fields for the Simple API for Package Indexes
- Infra: Declare Makefile targets as phony
- Infra: Add tooltips to type/status in PEP 0
- Infra: Only emit a category table when it has entries
- Lint: Upgrade linters, enable backtick check & fix new errors
- PEP 698: Add Discussions-To and Post-History
- PEP 697: Add Post-History & Discussions-To
- Topic pages: remove authors table
- Add Topic for release schedule PEPs
- Add Typing Topic
- Be more tolerant of PEP 523 plugins.
- PEP 554: Simplify!
- Many PEPs: 'Author' must be list of 'Name <email@example.com>, ...'
- PEP 699: Remove private dict version field added in PEP 509
spyder-ide/spyder-docs
5 pull requests
python/devguide
4 pull requests
spyder-ide/website-spyder
1 pull request
spyder-ide/spyder-kernels
1 pull request
python/docs-community
1 pull request
spyder-ide/spyder
1 pull request
spyder-ide/qtpy
1 pull request
conda-forge/staged-recipes
1 pull request
spyder-ide/governance-and-guidelines
1 pull request
python/importlib_metadata
1 pull request
Created an issue in python/cpython that received 4 comments
Document new 3.11 enum APIs (ReprEnum, global_* and/or show_flag_values)
As discovered in #98295 , there are several undocumented new APIs in the enum module:
ReprEnum and is documented in What's New (and exported in __…




