Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 Jan 2021 20:07:51
1.4.2

|
sunpoet  |
Update to 1.4.2
Changes: https://github.com/python/typed_ast/commits/master |
14 Jan 2020 16:45:05
1.4.1

|
sunpoet  |
Update to 1.4.1
Changes: https://github.com/python/typed_ast/commits/master |
29 Jun 2019 20:52:42
1.4.0

|
sunpoet  |
Update to 1.4.0
Changes: https://github.com/python/typed_ast/commits/master |
18 Apr 2019 18:00:37
1.3.2

|
sunpoet  |
Update to 1.3.2
Changes: https://github.com/python/typed_ast/commits/master |
21 Mar 2019 19:41:38
1.3.1

|
sunpoet  |
Take maintainership
- Fix LICENSE_FILE
- Fix typo
PR: 236264
Submitted by: sunpoet (myself)
Approved by: dbn (maintainer) |
21 Mar 2019 13:34:11
1.3.1

|
amdmi3  |
- Update to 1.3.1
- Fix PYTHON_SITELIBDIR/PYTHONPREFIX_SITELIBDIR misuse
PR: 236369
Approved by: maintainer timeout (dbn, 2 weeks) |
04 Aug 2017 18:56:05
1.1.0

|
dbn  |
devel/py-typed-ast: update to 1.1.0
ChangeLog:
- VS2010 compilation support
Note: the upstream version bump is not semantic. |
19 Jun 2017 16:06:21
1.0.4

|
dbn  |
devel/py-typed-ast: update to 1.0.4
ChangeLog:
- Implement partial support for Python 3.4:
- Forbid the use of async/await keywords
- Forbid the use of the '@' operator
- Note: PEP 448 is not restricted |
14 Apr 2017 08:00:44
1.0.3

|
dbn  |
devel/py-typed-ast: update to 1.0.3
ChangeLog:
- Fix invalid read memory errors
- Fix PyBytes_AS_STRING being called on unicode objects |
02 Apr 2017 07:57:59
1.0.2

|
dbn  |
devel/py-typed-ast: update to 1.0.2
Change log:
- Remove 'async' and 'await' as reserved keywords |
21 Feb 2017 05:52:09
1.0.1

|
dbn  |
devel/py-typed-ast: update to 1.0.1
- no change log provided |
15 Feb 2017 19:14:52
1.0.0

|
dbn  |
devel/py-typed-ast: update to 1.0.0
- fix licenses |
26 Jan 2017 06:18:29
0.6.3

|
dbn  |
devel/py-typed-ast: add new port.
Typed AST is a fork of the CPython 2.7 and 3.5 ast modules with the ability to
parse PEP 484 type comments. The primary goals of Typed ASP are correctness and
speed.
PR: 209871 |