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 36 million developers.
Sign up
Popular repositories
-
python-htmlgen
Python HTML 5 Generator
-
python-asserts
Stand-alone Assertions for Python
Python 5
-
xmltestrunner
XML Unit Test Runner for Python
-
type-stub-pep
Forked from python/peps
Python Enhancement Proposals
Python 3
-
FakeSMTPd
SMTP server for testing mail functionality
Python 2
-
rouver
Python 3 microframework
Python 1
3,307 contributions in the last year
Activity overview
Contribution activity
April 2019
- Add initializer for http.cookiejar.Cookie
- socket: add .set_inheritable()
- Make shlex.shlex convertable to a list in Python 2.
- Fix quit's argument and return types to match those of exit.
- Fix TextTestResult and TextTestRunner in unittest
- Replace all comment type hints with variable annotations
- threading.Lock issue when using it with ExitStack
- Add type hints for the turtle module
- Fix some issues with __round__
- Complete the stub for _thread.pyi.
- KeysView and ItemsView should accecpt Iterable argument in set operation
- flask.Flask.run: port can be str
- Add six.moves types for email_mime sources.
- Update pytype_test to remove now-unnecessary parse-only functionality.
- Accept bytes as 1st argument of `simplejson.loads`
Created an issue in python/typeshed that received 6 comments
`Literal` support for typeshed
This has come up a few times now. When/how do we want to support literals? To make an informed decision, we should know which of our important user…