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-
Kakao
- South Korea
- Sign in to view email
- http://corona10.github.io/
Pinned
378 contributions in the last year
Activity overview
Contribution activity
January 2020
Created a pull request in python/cpython that received 9 comments
- bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0
- bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0
- bpo-39259: nntplib.NNTP/NNTP_SSL refactoring
- bpo-39259: nntplib.NNTP/NNTP_SSL now reject timeout = 0
- bpo-39259: poplib.POP3/POP3_SSL now reject timeout = 0
- bpo-39242: Updated the Gmane domain into news.gmane.io
- clinic: Fix clinic anti-pattern
- bpo-38871: Fix lib2to3 to be able to use in edge cases of filter
- bpo-39303: [WIP] Refactor cmd module
- bpo-39259: nntplib.NNTP/NNTP_SSL now reject timeout = 0
- bpo-39259: poplib.POP3/POP3_SSL now reject timeout = 0
- Doc: Change Python 2 status to EOL.
- bpo-39209: Manage correctly multi-line tokens in interactive mode
- bpo-39200: Correct the error message for range() empty constructor
- bpo-29778: Fix incorrect NULL check
- bpo-35561: Fix valgrind warnings in selectmodule.c
- bpo-39142: Avoid converting namedtuple instances to ConvertingTuple.