aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
AgeCommit message (Expand)Author
2020-03-04Update instructions to release. Release 2.20 was pushedEli Bendersky
2017-07-04Add clarification about making releases in TODO.txtEli Bendersky
2017-01-28Updated CHANGES with some recent changes since 2.17 was releasedEli Bendersky
2016-10-27Update TODO with directions for new version releasesEli Bendersky
2016-10-27Prepare release 2.17Eli Bendersky
2015-05-10Run fromdos + cosmetic doc changesEli Bendersky
2015-04-21Support weakref to AST objects.Eli Bendersky
2015-04-21Prepare for release 2.11Eli Bendersky
2013-08-03Clarification w.r.t pushing tags to GithubEli Bendersky
2013-08-03cosmetic change in TODOEli Bendersky
2013-08-03Bump version to 2.10 and do some whitespace cleanups.Eli Bendersky
2013-06-09cosmetic fixes for moving into new repoEli Bendersky
2012-12-29mention the bundled version of PLY in READMEEli Bendersky
2012-12-28Fix typo (issue #4) and update TODOEli Bendersky
2012-12-27updated version in initEli Bendersky
2012-12-25remove README.html - it's now rendered by BitbucketEli Bendersky
2012-12-24update license, changes file and READMEEli Bendersky
2012-12-24Added ply 3.4 to be redistributed with pycparser. This aids withEli Bendersky
2012-06-16preparing release 2.07Eli Bendersky
2012-06-15Moved changelist to CHANGESEli Bendersky
2011-10-19fix issue 48: handling of empty fileseli.bendersky
2011-10-16todo updateeli.bendersky
2011-10-16updated TODOeli.bendersky
2011-09-24- cosmetic fixes for the _Bool patcheli.bendersky
2011-09-24updated TODOeli.bendersky
2011-08-31* added some material to the explore_ast.py exampleeli.bendersky
2011-07-09cleanupeli.bendersky
2011-05-21preparing for 2.04 releaseeli.bendersky
2011-05-20* A couple of bug fixes in c-to-c.py (Issue 35, and comlex types in function ...eli.bendersky
2011-05-09todo fixeli.bendersky
2011-03-18Issue 27: added c99 integer types to fake headerseli.bendersky
2011-03-06preparing for release 2.03eli.bendersky
2011-03-05updated TODO with latest issue fixeli.bendersky
2011-02-18Removed portability.py, using from __future__ import print_function instead. ...eli.bendersky
2011-02-18added install_requires dependency on plyeli.bendersky
2011-02-10some doc changeseli.bendersky
2011-02-04todo updateeli.bendersky
2010-12-10documentation fix: for installation problemseli.bendersky
2010-12-10The name of a NamedInitializer node was turned into a sequence of nodeseli.bendersky
2010-12-03Fixes for correct setup of the packageeli.bendersky
2010-10-30updated README, prepared for new version tageli.bendersky
2010-10-30initial implementation of C99 named initializers and compound literals. The l...eli.bendersky
2010-10-30Implemented 'long long' type support for C99eli.bendersky
2010-10-29Implemented mixing of declarations and statements in compound statements for ...eli.bendersky
2010-10-29Implemented basic VLA support for C99eli.bendersky
2010-10-29Implemented restrict and inline keywords for C99eli.bendersky
2010-10-29Implemented declarations in first expr of a For loop, for C99eli.bendersky
2010-10-09documentation & updates for 1.08eli.bendersky
2010-07-09Readme and todo changeseli.bendersky
2010-07-05Fixed a bug in unified string handling (issue 7)eli.bendersky