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-
Visa Inc.
- Bangalore, India
- tirkarthi.github.io
Pinned
488 contributions in the last year
Contribution activity
January 2020
- tirkarthi/cython Python
- tirkarthi/nltk Python
- tirkarthi/bottle Python
- tirkarthi/xworkflows Python
- tirkarthi/redis-memory-analyzer Python
- tirkarthi/paste Python
- tirkarthi/celery Python
- tirkarthi/jupyter_console Python
Created a pull request in python/cpython that received 4 comments
bpo-39299: Add more tests for mimetypes and its cli.
Add test for case insensitive check of types and extensions.
Add test for data url with no comma.
Add test for read_mime_types.
Add tests for the …
+85
−5
•
4
comments
- [3.8] Fix host in address of socket.create_server example. (GH-17706)
- bpo-39199: Add descriptions of non-deprecated AST nodes to the AST module documentation
- Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8
- bpo-39191: Fix RuntimeWarning in asyncio test
- minor: fix typo in test doc, fix flake8 issues
- bpo-39142: Avoid converting namedtuple instances to ConvertingTuple.
Created an issue in cdent/paste that received 2 comments
base64.encodestring deprecation warning
base64.encodestring raises DeprecationWarning and has been deprecated since Python 3.1 . base64.encodebytes can be used to fix the warning.
past…
2
comments