Highlights
- 1 discussion answered
Popular repositories
1,639 contributions in the last year
Less
More
Contribution activity
July 2021
Created 49 commits in 13 repositories
Created 2 repositories
- isidentical/webdav4 Python
- isidentical/ossfs Python
Created a pull request in python/cpython that received 57 comments
bpo-43950: Specialize tracebacks for subscripts/binary ops
Examples;
$ ./python t.py
Traceback (most recent call last): File "/home/isidentical/cpython/cpython/t.py", line 10, in <module> add_values(1, 2, …
+366
−46
•
57
comments
Opened 25 other pull requests in 8 repositories
iterative/dvc
8
merged
2
open
- setup: bump ossfs==2021.7.5
- azure: move to default fsspec loop
- fsspec: implement callback mixins
- setup: upgrade fsspec/s3fs/gcsfs to 2021.7.0
- fsspec: create directories on upload/upload_fobj
- import-url: use the same chunk size for istextblock() calls
- [WIP] ssh: migrate to sshfs
- objects: hash_file: retrieve size from hash_info
- staging: optimize the number of info() calls
- doctor: show versions for fs requirements
python/cpython
2
open
6
merged
- bpo-43950: distinguish errors happening on character offset decoding
- bpo-43950: make BinOp specializations more reliable
- bpo-43950: implement on-the-fly source tracking for interactive mode
- [3.10] bpo-43897: ast validation for pattern matching nodes
- bpo-43950: include position in dis.Instruction
- bpo-43950: use 0-indexed column offsets for bytecode positions
- bpo-43950: optimize column table assembling with pre-sizing the column table
- bpo-44313: bump up the magic number after compiler changes
python/peps
2
merged
skshetry/webdav4
1
merged
iterative/ossfs
1
merged
dask/s3fs
1
merged
iterative/dvc-bench
1
merged
intake/filesystem_spec
1
merged
Reviewed 21 pull requests in 5 repositories
python/cpython 9 pull requests
- bpo-20291: Fix MSVC warnings in getargs.c
- bpo-44569: Decouple frame formatting in traceback.py
- bpo-43950: Specialize tracebacks for subscripts/binary ops
- bpo-43950: Add documentation for PEP-657
- bpo-43950: Add option to opt-out of PEP-657
- bpo-43950: Print columns in tracebacks (PEP 657)
- bpo-43950: include position in dis.Instruction
- bpo-44501: pack call arguments on the compiler
- bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects
iterative/dvc 7 pull requests
python/peps 3 pull requests
dask/s3fs 1 pull request
intake/filesystem_spec 1 pull request
Created an issue in iterative/dvc that received 2 comments
oss: get endpoint url from the environment if it is possible
dvc/dvc/fs/oss.py Line 34 in 6275f5d
Would probably require something like os.getenv("OSS_ENDPOINT")
Also ossfs should not fail if it c…
2
comments