Staging
v0.5.0
https://github.com/python/cpython
Revision 91185fe0284a04162e0b3425b53be49bdbfad67d authored by Guido van Rossum on 08 June 2016, 18:19:11 UTC, committed by Guido van Rossum on 08 June 2016, 18:19:11 UTC
(Upstream is https://github.com/python/typing)

- Add TYPE_CHECKING (false at runtime, true in type checkers) (upstream #230).
- Avoid error on Union[xml.etree.cElementTree.Element, str] (upstream #229).
- Repr of Tuple[()] should be 'Tuple[()]' (upstream #231).
- Add NewType() (upstream #189).
1 parent 07a9fcd
History
Tip revision: 91185fe0284a04162e0b3425b53be49bdbfad67d authored by Guido van Rossum on 08 June 2016, 18:19:11 UTC
Sync typing.py with upstream.
Tip revision: 91185fe
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.bzrignore -rw-r--r-- 582 bytes
.gitignore -rw-r--r-- 1.3 KB
.hgeol -rw-r--r-- 996 bytes
.hgignore -rw-r--r-- 1.3 KB
.hgtags -rw-r--r-- 7.8 KB
.hgtouch -rw-r--r-- 1.3 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 57.1 KB
README -rw-r--r-- 7.9 KB
aclocal.m4 -rw-r--r-- 8.3 KB
config.guess -rwxr-xr-x 41.9 KB
config.sub -rwxr-xr-x 34.9 KB
configure -rwxr-xr-x 463.8 KB
configure.ac -rw-r--r-- 151.4 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 40.9 KB
setup.py -rw-r--r-- 97.4 KB

README

back to top