Highlights
Popular repositories Loading
-
-
python-clamd
python-clamd PublicClamd is a python interface to Clamd (Clamav daemon). By using Clamd, you can add virus detection capabilities to your python software in an efficient and easy way.
-
-
django-static-libs
django-static-libs PublicA set of static libraries packaged in handy django apps to speed up new applications and reduce duplicaiton.
-
780 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 |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
March 2025
Created 11 commits in 5 repositories
Created 2 repositories
-
graingert/outcome
Python
This contribution was made on Mar 22
-
graingert/zmq-anyio
Python
This contribution was made on Mar 13
Created a pull request in python/cpython that received 47 comments
gh-131492: gh-131461: handle exceptions in GzipFile constructor while owning resources
+68
−52
lines changed
•
47
comments
Opened 13 other pull requests in 7 repositories
agronholm/anyio
2
open
2
merged
1
closed
-
fix refs to val and exc in to_thread.run_sync
This contribution was made on Mar 20
-
remove win32 ResourceWarning ignores on 3.10+
This contribution was made on Mar 20
-
remove check_asyncio_bug it's allegedly fixed
This contribution was made on Mar 20
-
add notify_closing
This contribution was made on Mar 17
-
cheaper no_other_refs
This contribution was made on Mar 12
QuantStack/zmq-anyio
1
open
2
merged
-
simplify wait_readable loop + notify_closing
This contribution was made on Mar 18
-
add the default Python gitignore
This contribution was made on Mar 18
-
make sure that self._start and self.stop calls are contained within TaskGroup acmgr
This contribution was made on Mar 13
python-trio/outcome
1
open
-
remove reference to value/error when unwrapping outcome
This contribution was made on Mar 22
python-trio/trio
1
open
-
avoid holding a reference to exception and value in to_thread_run_sync
This contribution was made on Mar 21
python/typeshed
1
closed
-
fix TaskFactory and loop.create_task
This contribution was made on Mar 20
python/mypy
1
closed
-
fix taskfactory/loop.create_task api
This contribution was made on Mar 20
MagicStack/uvloop
1
open
-
return the registration status from remove_reader/remove_writer
This contribution was made on Mar 17
Reviewed 19 pull requests in 6 repositories
agronholm/anyio
9 pull requests
-
Added an optional thread
name
parameter tostart_blocking_portal()
This contribution was made on Mar 20 -
Feature/wrap socket
This contribution was made on Mar 20
-
remove win32 ResourceWarning ignores on 3.10+
This contribution was made on Mar 20
-
add notify_closing
This contribution was made on Mar 18
-
Fix(asyncio): to_thread.async_run holding ref of Context
This contribution was made on Mar 16
-
Raise EndOfStream from None in MemoryObjectReceiveStream.receive()
This contribution was made on Mar 16
-
avoid refcycles in tracebacks from happy eyeballs exceptions
This contribution was made on Mar 12
-
Detect blocking calls in coroutines using BlockBuster
This contribution was made on Mar 12
-
Added fixtures for generating bindable TCP/UDP ports
This contribution was made on Mar 12
python-trio/outcome
3 pull requests
-
remove reference to value/error when unwrapping outcome
This contribution was made on Mar 22
-
Update README badges
This contribution was made on Mar 22
-
Run CI on Python 3.13
This contribution was made on Mar 22
python/cpython
3 pull requests
-
gh-131492: gh-131461: handle exceptions in GzipFile constructor while owning resources
This contribution was made on Mar 20
-
gh-130080: fix warnings in tests
This contribution was made on Mar 19
-
gh-128770: raise warnings as errors in test suite - except for test_socket which still logs warnings, and internal test warnings that are now logged
This contribution was made on Mar 19
python-trio/trio
2 pull requests
-
avoid holding a reference to exception and value in to_thread_run_sync
This contribution was made on Mar 22
-
Improve REPL KI
This contribution was made on Mar 22
python/typeshed
1 pull request
-
fix TaskFactory and loop.create_task
This contribution was made on Mar 20
QuantStack/zmq-anyio
1 pull request
-
make sure that self._start and self.stop calls are contained within TaskGroup acmgr
This contribution was made on Mar 13
Created an issue in python/cpython that received 8 comments
ResourceWarning in GzipFile (write mode) if constructor raises (3.14 only)
Bug report Bug description: import io import gzip class BadFile(io.BytesIO): first = False def write(self, data): if self.first: self.first = False r…
8
comments
Opened 1 other issue in 1 repository
python/cpython
1
closed
-
GzipFile leaves GzipFile.myfileobject open in constructor if exception is raised
This contribution was made on Mar 20