Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pro
Popular repositories
-
-
-
-
Forked from PyCQA/astroid
A common base representation of python source code for pylint and other projects
Python
-
-
1,217 contributions in the last year
Activity overview
Contributed to
python/cpython,
neuromation/platform-client-python,
aio-libs/aiohttp
and 5 other
repositories
Contribution activity
January 2020
Created a pull request in python/cpython that received 4 comments
bpo-39235: Check end_lineno and end_col_offset of AST nodes.
+104
−102
•
4
comments
- bpo-39372: Clean header files of declared interfaces with no implementations
- bpo-39357: Remove buffering parameter of bz2.BZ2File
- bpo-39351: Remove base64.encodestring()
- bpo-39350: Remove deprecated fractions.gcd()
- bpo-37751: Document the change in What's New in Python 3.9
- bpo-39310: Add math.ulp(x)
- bpo-39235: Fix end location for genexp in call args
- bpo-39271: Remove dead assignment from pattern_subx
- [3.8] bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)
- [3.7] bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)
- [3.8] bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618)
- [3.7] bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618)
- [3.8] bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH-17616)
- [3.7] bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH-17616)
- bpo-38971: open file in codecs.open() closes if exception raised
- bpo-39200: Correct the error message for range() empty constructor
- bpo-39152: add missing ttk.Scale.configure return value
Created an issue in neuromation/platform-client-python that received 3 comments
Always use UTF-8 encoding for text files
Currently text files (configuration, etc) are opened with the default encoding. On Windows it is the ANSI encoding, which depends on the localizati…
3
comments
15
contributions
in private repositories
Jan 2 – Jan 17