aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add support for #pragma in struct_declaration (Issue #221). (#222)ldore2017-11-223-0/+15
| * Improve NodeVisitor performance, add iterator on Node children (Issue #219). ...ldore2017-11-202-8/+296
| * Format enums with one value per line (#216)Kyle Altendorf2017-10-182-20/+61
| * Add Python 3.6 (#214)Hugo2017-10-104-2/+11
| * Add README clarification re -OO; relevant to #198Eli Bendersky2017-07-211-0/+7
| * Address an import of pycparser in -OO mode.Eli Bendersky2017-07-131-2/+19
| * Add clarification about making releases in TODO.txtEli Bendersky2017-07-041-1/+2
| * Update version number to 2.18 for releaseEli Bendersky2017-07-044-4/+4
| * Update READMEEli Bendersky2017-07-041-16/+20
| * Good time to drop Python 2.6 testing from TravisEli Bendersky2017-04-211-1/+0
| * Add more Python versions for AppVeyor CI and add badge to READMEEli Bendersky2017-04-212-0/+8
| * Conditinally skipping cpp-using tests unless platform is LinuxEli Bendersky2017-04-211-1/+9
| * Trying to fix appveyor.ymlEli Bendersky2017-04-211-3/+3
| * Adding simple appveyor.yml file for CI on appveyorEli Bendersky2017-04-211-0/+9
| * Add compound literal support to CGenerator (eliben/pycparser#176) (#188)Julian Priestley2017-04-192-0/+10
| * Basic AST dumping sampleEli Bendersky2017-04-071-0/+25
| * Remove myself from the copyrights inside the ply directoryEli Bendersky2017-04-034-4/+1
| * Updates vendored PLY library to v3.10 (#184)Loren Gordon2017-04-034-66/+60
| * Add fakedef (#183)Jean-Sébastien B2017-03-163-0/+22
| * Merge branch 'master' of github.com:eliben/pycparserEli Bendersky2017-03-162-0/+8
| |\
| | * Add basic XLib objects in fake package of pycparser (#180)Jean-Sébastien B2017-03-162-0/+8
| * | Update CHANGES and clean up the explore_ast exampleEli Bendersky2017-03-102-32/+31
| |/
| * Add column support in c_parser (#178)serpilliere2017-03-103-86/+100
| * Python 3.6 invalid escape sequence deprecation fixes (#177)Ville Skyttä2017-03-044-8/+8
| * Clean up cdecl.py a bitEli Bendersky2017-02-261-14/+19
| * Add support for expanding struct and typedef -- Issue 93 (#174)Hart Chu2017-02-261-5/+93
| * Update changes and reformat commentEli Bendersky2017-02-222-3/+4
| * Fix parsing TYPEIDs in declarators (#169)Nate Bogdanowicz2017-02-223-99/+301
| * Tweak serialize_ast sample to use `with` statementsEli Bendersky2017-02-211-8/+6
| * Add example of serializing AST for #82 (#172)Hart Chu2017-02-211-0/+38
| * Fix comment typo (#171)Hart Chu2017-02-192-2/+2
| * Clean up internal hacking utilEli Bendersky2017-02-051-10/+8
| * PR #159 was reverted - remove it from CHANGES for nowEli Bendersky2017-02-021-2/+0
| * Revert "Add argument to CParser.__init__ for overriding the yacc start symbol...Eli Bendersky2017-02-022-16/+2
| * dump and load as json (#163)Michael White2017-02-021-0/+203
| * Remove Copyright from every source fileEli Bendersky2017-02-0222-23/+25
| * A bit of internal cleanupEli Bendersky2017-01-312-9/+5
| * Updated CHANGES with some recent changes since 2.17 was releasedEli Bendersky2017-01-282-1/+8
| * Merge upstream PLY 3.9 into pycparser tree. (#161)David A. Riggs2017-01-285-35/+68
| * Add argument to CParser.__init__ for overriding the yacc start symbol. (#159)Manuel Jacob2017-01-152-2/+16
| * Merge pull request #158 from manueljacob/int128Eli Bendersky2017-01-133-1/+7
| |\
| | * Add support for the __int128 type.Manuel Jacob2017-01-123-1/+7
| |/
| * Place 3.3 back into travis test listEli Bendersky2016-10-311-1/+1
| * Update README to link to the LICENSE file directlyEli Bendersky2016-10-311-1/+1
| * Merge branch 'master' of github.com:eliben/pycparser into try-release-2.17Eli Bendersky2016-10-281-1/+1
| |\
| | * Cosmetic fixesEli Bendersky2016-10-272-3/+2
| | * Merge branch 'master' of github.com:eliben/pycparserEli Bendersky2016-10-244-4/+9
| | |\
| | * | Update instructions to create wheel for new releasesEli Bendersky2016-10-181-0/+1
| * | | Update TODO with directions for new version releasesEli Bendersky2016-10-271-1/+12
| * | | Prepare release 2.17Eli Bendersky2016-10-275-6/+13
| | |/ | |/|