2018-07-03 07:03:44 by Adam Ciarcinski | Files touched by this commit (495) |
Log message: extend PYTHON_VERSIONS_ for Python 3.7 |
2018-01-30 09:44:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-typing: updated to 3.6.4 Sync with Python 3.6.4. |
2017-11-16 00:07:47 by Min Sik Kim | Files touched by this commit (1) |
Log message: devel/py-typing: Make this incompatible with python35 The typing module was introduced in Python 3.5. |
2017-08-19 16:01:17 by Adam Ciarcinski | Files touched by this commit (3) |
Log message: Sync with Python 3.6.2 |
2017-05-10 18:50:20 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Changes: sync with Python 3.6.1 |
2017-02-19 19:53:25 by Adam Ciarcinski | Files touched by this commit (4) |
Log message: Added devel/py-typing version 3.5.3.0 Typing defines a standard notation for Python function and variable type annotations. The notation can be used for documenting code in a concise, standard format, and it has been designed to also be used by static and runtime type checkers, static analyzers, IDEs and other tools. This is a backport of the standard library typing module to Python versions older than 3.5. |