- Bellingham, WA
Popular repositories Loading
-
django-secure
django-secure Public archiveThis project was merged into Django 1.8, and is now unsupported and unmaintained as a third-party app.
-
django-form-utils
django-form-utils Public[UNMAINTAINED] Form enhancements for Django (fieldset and row-attrs support, and more)
-
django-transaction-hooks
django-transaction-hooks Public archiveDjango 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
synology-mediamon PublicAuto-indexing media files monitor for Synology DiskStation NAS
-
django-adminfiles
django-adminfiles Public[MIRROR] File uploader/manager/picker for Django admin; see demo screencast at http://vimeo.com/8940852
-
django-testing-slides
django-testing-slides PublicTalk given at PyCon 2012 on Django and testing.
1,309 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2025
Created 21 commits in 3 repositories
Created a pull request in astral-sh/ruff that received 5 comments
[red-knot] handle cycles in MRO/bases resolution
There can be semi-cyclic inheritance patterns (e.g. recursive generics) that are not technically inheritance cycles, but that can cause us to hit S…
Opened 5 other pull requests in 2 repositories
astral-sh/ruff
4
merged
-
[red-knot] LSP: only emit WARN logs from non-red-knot sources
This contribution was made on Mar 14
-
[red-knot] fix red-knot fuzzing
This contribution was made on Mar 12
-
[red-knot] remove redundant sentence in test
This contribution was made on Mar 12
-
[red-knot] support empty TypeInference with fallback type
This contribution was made on Mar 5
salsa-rs/salsa
1
merged
-
refactor: Option::replace instead of std::mem::replace
This contribution was made on Mar 5
Reviewed 76 pull requests in 4 repositories
astral-sh/ruff
25 pull requests
-
[red-knot] support narrowing on constants in matches
This contribution was made on Mar 28
-
[red-knot] Allow classes with __call__ method to be a subtype of Callable
This contribution was made on Mar 28
-
[red-knot] Reduce false positives on
super()
and enum-class attribute accessesThis contribution was made on Mar 27 -
[red-knot] A
FunctionType
can be a subtype ofCallable
(but never the other way around)This contribution was made on Mar 26 -
[red-knot] Fix panic on cyclic
*
importsThis contribution was made on Mar 24 -
[red-knot] simplify "removing" in UnionBuilder::add
This contribution was made on Mar 24
-
[red-knot] fix eager nested scopes handling
This contribution was made on Mar 24
-
[red-knot] Fix gradual equivalence for callable types
This contribution was made on Mar 24
-
[red-knot] Add more tests for
*
importsThis contribution was made on Mar 24 -
[red-knot] Add initial support for
*
importsThis contribution was made on Mar 24 -
[red-knot] Do not emit
invalid-return-type
for abstract functionsThis contribution was made on Mar 23 -
[red-knot] Disambiguate display for intersection types
This contribution was made on Mar 23
-
[red-knot] fix ordering of
ClassDef
semantic index buildingThis contribution was made on Mar 23 -
[red-knot] Check assignability for two callable types
This contribution was made on Mar 21
-
[red-knot] Introduce
TypeBound
for property testsThis contribution was made on Mar 21 -
[red-knot] Support calling a
typing.Callable
This contribution was made on Mar 21 -
[red-knot] Add failing tests for
*
importsThis contribution was made on Mar 21 -
[red-knot] detect unreachable attribute assignments
This contribution was made on Mar 21
-
[red-knot] Break up call binding into two phases
This contribution was made on Mar 21
-
[red-knot] Check whether two callable types are equivalent
This contribution was made on Mar 20
-
[red-knot] Check subtype relation between callable types
This contribution was made on Mar 20
-
[red-knot] detect non-deferred self-references in annotations
This contribution was made on Mar 20
-
Special-case value-expression inference of special form subscriptions
This contribution was made on Mar 20
-
[red-knot] add test cases result in false positive errors
This contribution was made on Mar 20
-
[red-knot] Ban most
Type::Instance
types in type expressionsThis contribution was made on Mar 20 - Some pull request reviews not shown.
salsa-rs/salsa
5 pull requests
-
refactor: Move
verified_final
fromMemo
intoQueryRevisions
This contribution was made on Mar 20 -
refactor: Remove some unnecessary panicking paths in cycle execution
This contribution was made on Mar 17
-
perf: Reduce unnecessary conditional work in
deep_verify_memo
This contribution was made on Mar 15 -
perf: Use a
Vec
forCycleHeads
This contribution was made on Mar 15 -
bug [salsa-macros]: Improve debug name of tracked methods
This contribution was made on Mar 13
python/typing
5 pull requests
-
Allow bare
typing.ClassVar
qualifiersThis contribution was made on Mar 17 -
Implemented conformance tests for imported Final variables
This contribution was made on Mar 11
-
Update to the Overloads chapter
This contribution was made on Mar 10
-
Update URLs to typing.python.org
This contribution was made on Mar 5
-
Added "Importing Final Variables" section
This contribution was made on Mar 2
python/cpython
1 pull request
-
[3.12] gh-130809: Fix
PyFrame_LocalsToFast
copying the wrong valueThis contribution was made on Mar 4
Created an issue in astral-sh/ruff that received 4 comments
[red-knot] enforce Liskov on subclasses
This means checking that subclass methods are subtypes of the superclass method they override, if any. Subclass property getters must return a subt…
Opened 28 other issues in 1 repository
astral-sh/ruff
26
open
2
closed
-
[red-knot] pass the typing conformance suite
This contribution was made on Mar 27
-
[red-knot] release pipeline
This contribution was made on Mar 26
-
[red-knot] support uv workspaces
This contribution was made on Mar 26
-
[red-knot] full documentation
This contribution was made on Mar 26
-
[red-knot] basic usage documentation
This contribution was made on Mar 26
-
[red-knot] support async/await and Awaitable
This contribution was made on Mar 26
-
[red-knot] context managers may silence exceptions
This contribution was made on Mar 26
-
[red-knot] supporting @typing.deprecated
This contribution was made on Mar 26
-
[red-knot] support named tuples and typing.NamedTuple
This contribution was made on Mar 26
-
[red-knot] support TypedDict (and Required, NotRequired, ReadOnly)
This contribution was made on Mar 26
-
[red-knot] support @typing.override
This contribution was made on Mar 26
-
[red-knot] support TypeVarTuple and Unpack
This contribution was made on Mar 26
-
[red-knot] support ParamSpec
This contribution was made on Mar 26
-
[red-knot] support typing.Final annotation
This contribution was made on Mar 26
-
[red-knot] support
typing.Self
, type ofself
, and type ofcls
on classmethodsThis contribution was made on Mar 26 -
[red-knot] support decorators
This contribution was made on Mar 26
-
[red-knot] support Protocols
This contribution was made on Mar 26
-
[red-knot] detect implicit instance attributes in a generic method
This contribution was made on Mar 23
-
[red-knot] type context (bidirectional checking)
This contribution was made on Mar 19
-
[red-knot] special-case returning NotImplemented
This contribution was made on Mar 12
-
[red-knot] handle types inheriting Any in assignability
This contribution was made on Mar 11
-
[red-knot] support dataclasses
This contribution was made on Mar 11
-
[red-knot] support enums
This contribution was made on Mar 11
-
[red-knot] support properties
This contribution was made on Mar 10
-
[red-knot] support
super
This contribution was made on Mar 10 - Some issues not shown.