1. 2e2b43f Initial commit of pycparser 2.19 by Kevin Cheng · 5 years ago
  2. caa4c11 Bump versions to 2.19 by Eli Bendersky · 6 years ago
  3. a915c3d Correct Parsing of Floating Point Literals, issue #253 (#277) by Robbert Harms · 6 years ago
  4. ccd673e Merge branch 'master' of github.com:eliben/pycparser by Eli Bendersky · 6 years ago
  5. 92f65b6 Add tests for empty struct/union typedecls by Eli Bendersky · 6 years ago
  6. 0baa8f4 Remove unnecessary __future__ import (#266) by Jon Dufresne · 6 years ago
  7. 1d86699 Use https:// for all project links where available (#267) by Jon Dufresne · 6 years ago
  8. 13224c1 Avoid opening files with deprecated 'U' mode (#269) by Jon Dufresne · 6 years ago
  9. 03bd304 Small cosmetic comment fix by Eli Bendersky · 6 years ago
  10. 5549e39 Replace a call to Popen by check_output in order to check that cpp returns 0. (#260) by marmeladema · 6 years ago
  11. 81a12ca Add support for empty struct (#66) (#254) by ldore · 6 years ago
  12. a2a8f4a Fix non-generated constant expressions in designated initializers (#246) (#255) by ldore · 6 years ago
  13. 4f755d4 Fixed enum formatting in generating C code (issue #240). (#243) by Seth Poulsen · 6 years ago
  14. 7af2fb9 Fix #235: Pragma displacing real statements (#236) by dbluhm · 6 years ago
  15. 2168238 Implement __repr__ on Nodes (Issue #226) (#227) by ldore · 6 years ago
  16. 17efc7c Minor cleanups by Eli Bendersky · 7 years ago
  17. ec23318 Add support for #pragma in struct_declaration (Issue #221). (#222) by ldore · 7 years ago
  18. 5da662c Improve NodeVisitor performance, add iterator on Node children (Issue #219). (#220) by ldore · 7 years ago
  19. 7547e85 Format enums with one value per line (#216) by Kyle Altendorf · 7 years ago
  20. 673acce Address an import of pycparser in -OO mode. by Eli Bendersky · 7 years ago
  21. 6162a21 Update version number to 2.18 for release by Eli Bendersky · 7 years ago
  22. c290496 Add compound literal support to CGenerator (eliben/pycparser#176) (#188) by Julian Priestley · 7 years ago
  23. 0cf73e4 Remove myself from the copyrights inside the ply directory by Eli Bendersky · 7 years ago
  24. 3c0603d Updates vendored PLY library to v3.10 (#184) by Loren Gordon · 7 years ago
  25. 471442f Add column support in c_parser (#178) by serpilliere · 7 years ago
  26. 2129f5f Python 3.6 invalid escape sequence deprecation fixes (#177) by Ville Skyttä · 7 years ago
  27. 8bd02c3 Update changes and reformat comment by Eli Bendersky · 7 years ago
  28. 14b8a7e Fix parsing TYPEIDs in declarators (#169) by Nate Bogdanowicz · 7 years ago
  29. 29ef706 Revert "Add argument to CParser.__init__ for overriding the yacc start symbol. (#159)" by Eli Bendersky · 7 years ago
  30. 6d45ff7 Remove Copyright from every source file by Eli Bendersky · 7 years ago
  31. c36e7fb A bit of internal cleanup by Eli Bendersky · 7 years ago
  32. 8e7d955 Merge upstream PLY 3.9 into pycparser tree. (#161) by David A. Riggs · 7 years ago
  33. 4413733 Add argument to CParser.__init__ for overriding the yacc start symbol. (#159) by Manuel Jacob · 7 years ago
  34. 0a15d7d Add support for the __int128 type. by Manuel Jacob · 7 years ago
  35. f29f92a Prepare release 2.17 by Eli Bendersky · 8 years ago
  36. f2275a6 Prepare 2.16 for release by Eli Bendersky · 8 years ago
  37. 9e9855b Prepare for releasing v2.15 by Eli Bendersky · 8 years ago
  38. dbf9be2 Issue #116: Fix coord assignment to compound statements by Eli Bendersky · 8 years ago
  39. b77d6c0 Issue #116: Fix line number assignment to EmptyStatement by Eli Bendersky · 8 years ago
  40. f0e7954 Improve the behavior of pathological bad string literals a bit. by Eli Bendersky · 8 years ago
  41. 6db253a Adding test for exercising issue #61 by Eli Bendersky · 8 years ago
  42. 749650a Fix eliben/pycparser#87 : offsetof() support is incomplete by ksero · 8 years ago
  43. e5de31d report filename if error is "at end of input" by Julian Hammer · 8 years ago
  44. d443b27 Allow user to decide which lexer the parser uses. by Erik Soma · 8 years ago
  45. 752fb40 Protected expressions in ternary operator with paranthesis. by Daniel Murdin · 8 years ago
  46. d0474c6 Upgrade ply to 3.8 by Frederick Wagner · 8 years ago
  47. 95e3b76 Fix parsing of extra semi-colons inside structure declarations. by Eli Bendersky · 8 years ago
  48. 0537880 Fix trivial comment typo. by Matthew Fernandez · 8 years ago
  49. bf6aa16 Merge pull request #109 from jamie-pate/master by Eli Bendersky · 8 years ago
  50. 1188ae3 Update c_generator to add {} around nested NamedInitializers by Jamie Pate · 8 years ago
  51. 8a17406 fixed #107 "No coord for Prgama Node" by Julian Hammer · 8 years ago
  52. db9f2da Add support for #pragma by Julian Hammer · 9 years ago
  53. 7f6b340 Preparing for release 2.14 by Eli Bendersky · 9 years ago
  54. ec80dde Added taboutputdir parameter to control outputdir for tab files by Shai Berger · 9 years ago
  55. c5463bd Update version and CHANGES for 2.13 release by Eli Bendersky · 9 years ago
  56. d69771e Various cosmetic updates to documentation by Eli Bendersky · 9 years ago
  57. c830da8 Adding support for empty initializer lists. by Eli Bendersky · 9 years ago
  58. e59395b Adding support for offsetof() by Eli Bendersky · 9 years ago
  59. f1b2db2 Release 2.12 by Eli Bendersky · 9 years ago
  60. 978ad7a Support weakref to AST objects. by Eli Bendersky · 9 years ago
  61. 40af8bd Prepare for release 2.11 by Eli Bendersky · 9 years ago
  62. 3c0c601 Cosmetic cleanups by Eli Bendersky · 9 years ago
  63. fe5a248 Fix parsing order of nested PtrDecls by Eli Bendersky · 9 years ago
  64. 8333e6c Cosmetic cleanups by Eli Bendersky · 9 years ago
  65. 75ff8f8 Fix parsing of array decls by Eli Bendersky · 9 years ago
  66. 3bdbfdc Allow binary constants (e.g.: 0b01010) by Konstanty Bialkowski · 9 years ago
  67. e6a05f8 Add __slots__ to the Coord class. by Eli Bendersky · 9 years ago
  68. 00de62c Decrease memory usage of pycparser by using __slots__ in AST nodes. by Eli Bendersky · 9 years ago
  69. b4fc6ed adds visit_FuncDecl method to CGenerator + test by Spencer Russell · 9 years ago
  70. 4a6afa0 Align array dimension grammar with the C standard. by necase · 9 years ago
  71. c926670 Merge pull request #59 from akiradeveloper/feature/fix-comma-op-assign by Eli Bendersky · 10 years ago
  72. c53b0f3 fix: Comma operator in Assignment by Akira Hayakawa · 10 years ago
  73. cbdead0 fix typo by Akira Hayakawa · 10 years ago
  74. 52f2556 fix: comma operator in ternary operator by Akira Hayakawa · 10 years ago
  75. 044db0c Fix #33 pragma error when '=' occurs. by wvi · 10 years ago
  76. 9c05cf4 Bug in c_generator: children now returns a list of 2-tuples by Sye van der Veen · 10 years ago
  77. c9f1a38 Fix issue #27: handle unified wstring literals properly by Eli Bendersky · 10 years ago
  78. 8e5d3a9 Fix issue #28: coord for 'for' loops by Eli Bendersky · 10 years ago
  79. 5ba54d7 fix for issue #24 by wayrick · 10 years ago
  80. 8aad318 Fuller support for qualifiers in array dimensions. by Eli Bendersky · 10 years ago
  81. e7c55cf Add support for arr[const 10] in function declarations too; by Eli Bendersky · 10 years ago
  82. aac7b27 allow "static" in array parameters (GH issue #21) by Robin Martinjak · 10 years ago
  83. 3ea82c2 moar cleanups by Eli Bendersky · 11 years ago
  84. 50395a9 cleanups by Eli Bendersky · 11 years ago
  85. 3633219 Cosmetic whitespace fixes by Eli Bendersky · 11 years ago
  86. 8dbd149 Bump version to 2.10 and do some whitespace cleanups. by Eli Bendersky · 11 years ago
  87. 3d4f916 Fix sys.path inclusion order in _build_tables.py (GH issue #12), by Eli Bendersky · 11 years ago
  88. 2a826bc Remember last_token in the lexer, instead of using tokenfunc by Eli Bendersky · 11 years ago
  89. ffa1809 Cosmetic changes & comments by Eli Bendersky · 11 years ago
  90. fe26e7a Cosmetic cleanups by Eli Bendersky · 11 years ago
  91. 9ec6c42 Support typedef names redeclared to identifiers in inner scopes by Sye van der Veen · 11 years ago
  92. 64b7a20 Some cleanups by Eli Bendersky · 11 years ago
  93. 39219c1 Updated CHANGES and some cosmetic cleanups by Eli Bendersky · 11 years ago
  94. 1e0509e Merge pull request #4 from Syeberman/dollar-in-identifier by Eli Bendersky · 11 years ago
  95. 45d2761 Merge pull request #3 from Syeberman/integer-suffixes by Eli Bendersky · 11 years ago
  96. 4629b51 Cleanup after pull request #2 by Eli Bendersky · 11 years ago
  97. 3576ed1 Dollar signs in identifiers; non-standard, but supported by many compilers by Sye van der Veen · 11 years ago
  98. 08a5489 Fixed handling of some integer suffix corner cases by Sye van der Veen · 11 years ago
  99. 51a46ec Functions that don't have explicit return types are assumed to return int by Sye van der Veen · 11 years ago
  100. 9cd79b3 Fix bitbucket issue #9: incorrect C generation for ExprList in expr context. by Eli Bendersky · 11 years ago