summaryrefslogtreecommitdiff
path: root/TODO.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update TODO to mention bdist_wheelrelease_v2.21Eli Bendersky2021-11-061-1/+1
|
* Update TODO with distribution testing instructionsEli Bendersky2021-11-061-2/+5
|
* Preparation for releasing 2.21Eli Bendersky2021-11-061-1/+0
| | | | updates #438
* Update instructions to release. Release 2.20 was pushedrelease_v2.20Eli Bendersky2020-03-041-1/+1
|
* Add clarification about making releases in TODO.txtEli Bendersky2017-07-041-1/+2
|
* Updated CHANGES with some recent changes since 2.17 was releasedEli Bendersky2017-01-281-1/+1
|
* Update TODO with directions for new version releasesEli Bendersky2016-10-271-1/+12
|
* Prepare release 2.17Eli Bendersky2016-10-271-3/+5
|
* Run fromdos + cosmetic doc changesEli Bendersky2015-05-101-8/+0
|
* Support weakref to AST objects.Eli Bendersky2015-04-211-2/+1
| | | | | | | weakref support was broken by setting __slots__ on AST objects to conserve memory. Reinstate it. See issue #76, #75
* Prepare for release 2.11release_v2.11Eli Bendersky2015-04-211-1/+2
|
* Clarification w.r.t pushing tags to GithubEli Bendersky2013-08-031-1/+1
|
* cosmetic change in TODOEli Bendersky2013-08-031-1/+2
|
* Bump version to 2.10 and do some whitespace cleanups.Eli Bendersky2013-08-031-36/+36
|
* cosmetic fixes for moving into new repoEli Bendersky2013-06-091-5/+0
|
* mention the bundled version of PLY in READMEEli Bendersky2012-12-291-0/+1
|
* Fix typo (issue #4) and update TODOEli Bendersky2012-12-281-0/+2
|
* updated version in initrelease_v2.09Eli Bendersky2012-12-271-2/+0
|
* remove README.html - it's now rendered by BitbucketEli Bendersky2012-12-251-1/+1
|
* update license, changes file and READMEEli Bendersky2012-12-241-1/+0
|
* Added ply 3.4 to be redistributed with pycparser. This aids withEli Bendersky2012-12-241-0/+2
| | | | distribution and with tests.
* preparing release 2.07release_v2.07Eli Bendersky2012-06-161-1/+1
|
* Moved changelist to CHANGESEli Bendersky2012-06-151-1/+1
|
* fix issue 48: handling of empty fileseli.bendersky2011-10-191-1/+1
|
* todo updaterelease_v2.05eli.bendersky2011-10-161-4/+1
|
* updated TODOeli.bendersky2011-10-161-1/+1
|
* - cosmetic fixes for the _Bool patcheli.bendersky2011-09-241-0/+1
| | | | - adding tests for _Bool & stdbool
* updated TODOeli.bendersky2011-09-241-0/+1
|
* * added some material to the explore_ast.py exampleeli.bendersky2011-08-311-1/+1
| | | | * some cosmetic changes
* cleanupeli.bendersky2011-07-091-0/+1
|
* preparing for 2.04 releaseeli.bendersky2011-05-211-4/+2
|
* * A couple of bug fixes in c-to-c.py (Issue 35, and comlex types in function ↵eli.bendersky2011-05-201-0/+1
| | | | | | argument declarations) * added unit tests for c-to-c.py
* todo fixeli.bendersky2011-05-091-1/+1
|
* Issue 27: added c99 integer types to fake headerseli.bendersky2011-03-181-0/+7
|
* preparing for release 2.03release_v2.03eli.bendersky2011-03-061-14/+0
|
* updated TODO with latest issue fixeli.bendersky2011-03-051-0/+1
| | | | added some nodes to c-to-c.py example
* Removed portability.py, using from __future__ import print_function instead. ↵eli.bendersky2011-02-181-0/+1
| | | | This means only Python 2.6 and later is supported in 2.x
* added install_requires dependency on plyeli.bendersky2011-02-181-1/+5
|
* some doc changeseli.bendersky2011-02-101-0/+2
|
* todo updateeli.bendersky2011-02-041-3/+2
|
* documentation fix: for installation problemsrelease_v2.02eli.bendersky2010-12-101-0/+1
|
* The name of a NamedInitializer node was turned into a sequence of nodeseli.bendersky2010-12-101-1/+2
| | | | | | instead of an attribute, to make it discoverable by the AST node visitor. for issue 15
* Fixes for correct setup of the packageeli.bendersky2010-12-031-13/+1
|
* updated README, prepared for new version tageli.bendersky2010-10-301-2/+2
|
* initial implementation of C99 named initializers and compound literals. The ↵eli.bendersky2010-10-301-1/+2
| | | | latter still doesn't work because of a shift/reduce conflict
* Implemented 'long long' type support for C99eli.bendersky2010-10-301-1/+3
|
* Implemented mixing of declarations and statements in compound statements for ↵eli.bendersky2010-10-291-1/+1
| | | | | | C99. -> In the Compound AST node, decls and stmts were removed and replaced by a single list named block_items (this is an API change!)
* Implemented basic VLA support for C99eli.bendersky2010-10-291-1/+1
|
* Implemented restrict and inline keywords for C99eli.bendersky2010-10-291-1/+1
| | | | inline: added field in Decl for it
* Implemented declarations in first expr of a For loop, for C99eli.bendersky2010-10-291-4/+18
|