-
Instagram
- Rapid City, SD
Block or Report
Block or report carljm
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
django-secure Public archive
This project was merged into Django 1.8, and is now unsupported and unmaintained as a third-party app.
-
django-form-utils Public
[UNMAINTAINED] Form enhancements for Django (fieldset and row-attrs support, and more)
-
django-transaction-hooks Public archive
Django database backends with post-transaction-commit hooks. Merged into Django 1.9; please report bugs or make feature requests in core Django, not here.
-
synology-mediamon Public
Auto-indexing media files monitor for Synology DiskStation NAS
-
django-adminfiles Public
[MIRROR] File uploader/manager/picker for Django admin; see demo screencast at http://vimeo.com/8940852
-
404 contributions in the last year
Contribution activity
March 2023
Created 11 commits in 5 repositories
Created 1 repository
- carljm/devguide Python
Created a pull request in python/cpython that received 54 comments
gh-102381: don't call watcher callback with dead object
Fixes #102381, #102351 and #102385.
Ensure that func_dealloc, code_dealloc, and dict_dealloc temporarily incref the function/code object/dict befor…
Opened 4 other pull requests in 3 repositories
python/peps
2
merged
python/cpython
1
merged
python/devguide
1
merged
Reviewed 22 pull requests in 2 repositories
python/cpython
21 pull requests
- gh-103059: Clarify gc.freeze documentation
-
gh-99184: Bypass instance attribute access in
reprofweakref.ref - gh-103000: Optimise dataclasses asdict/astuple for common types
-
gh-102433: Use
inspect.getattr_staticintyping._ProtocolMeta.__instancecheck__ -
gh-102699: Add
dataclasses.DataclassLike - gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP
- gh-102860: improve performance of compiler's instr_sequence_to_cfg
- gh-97696: asyncio eager tasks factory
- gh-102799: remove unnecessary calls to sys.exc_info() in tests
- gh-101578: mention in what's new in 3.12 that exceptions are now normalized before stored
- gh-102354: change python3 to python in docs examples
- gh-99944: remove hardcoded check that op is LOAD_CONST
-
gh-102069: Fix
__weakref__descriptor generation for custom dataclasses - gh-98169 dataclasses.astuple support DefaultDict
-
gh-102433: Add tests for how classes with properties interact with
isinstance()checks ontyping.runtime_checkableprotocols - gh-102578: Optimise setting and deleting mutable attributes on non-dataclass subclasses of frozen dataclasses
- gh-98886: Fix issues with dataclass fields with special underscore names
- gh-88071: Update docstrings of dataclass' astuple and asdict
-
gh-102103: add
moduleargument todataclasses.make_dataclass - gh-102381: don't call watcher callback with dead object
- gh-97696: DRAFT asyncio eager tasks factory prototype
oddbird/oddleventy
1 pull request
Created an issue in python/cpython that received 4 comments
make install should symlink bin/python to bin/python3
Feature or enhancement
When you build and make install CPython from source, currently the installed bin/ directory contains python3 (symlinked to p…





