Popular repositories Loading
-
biopython
biopython PublicForked from biopython/biopython
Official git repository for Biopython (originally converted from CVS)
Python
-
-
typeshed
typeshed PublicForked from python/typeshed
Collection of library stubs for Python, with static types
Python
-
cattrs
cattrs PublicForked from python-attrs/cattrs
Composable custom class converters for attrs, dataclasses and friends.
Python
-
-
watchpoints
watchpoints PublicForked from gaogaotiantian/watchpoints
watchpoints is an easy-to-use, intuitive variable/object monitor tool for python that behaves similar to watchpoints in gdb.
Python
237 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 | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
February 2025
Created a pull request in python/mypy that received 1 comment
Restrict type of AssignmentExpr.target
to NameExpr
Assignment expression targets can only be identifiers. From the grammar:
assignment_expression: | NAME ':=' ~ expression
This corresponds to the s…
Created an issue in python/cpython that received 11 comments
typing.TypeVar
doesn't distinguish between (bound=None)
and not providing a bound
argument
Bug report
Bug description:
I was trying to reconstruct typing interfaces in a .pyi
stub file by using runtime symbols. When trying to extract the …
Opened 1 other issue in 1 repository
python/mypy
1
open
-
SymbolTableNode.kind
is incorrect forfrom <module> import <name>
imports in a function bodyThis contribution was made on Feb 6
Started 1 discussion in 1 repository
astral-sh/ruff
-
How do I get a class-body-defined-decorator to trigger `lint.pydocstyle.ignore-decorators`?
This contribution was made on Feb 1