1. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  2. 5216721 Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0). by Amaury Forgeot d'Arc · 16 years ago
  3. 820b51c #2627 Let it be known what pgen generates by Benjamin Peterson · 16 years ago
  4. 371d174 Use file.write instead of print to make it easier to merge with 3k. by Neal Norwitz · 16 years ago
  5. e34c21c Make AST nodes pickleable. by Georg Brandl · 16 years ago
  6. 1721e75 Fix error message -- "expects either 0 or 0 arguments" by Georg Brandl · 16 years ago
  7. 2c55c59 Make _fields attr for no fields consistent with _attributes attr. by Georg Brandl · 16 years ago
  8. c52ed59 #2505: allow easier creation of AST nodes. by Georg Brandl · 16 years ago
  9. a48f3ab Patch #2511: Give the "excepthandler" AST item proper attributes by making it a Sum. by Georg Brandl · 16 years ago
  10. f2bfd54 Properly check for consistency with the third argument of by Georg Brandl · 16 years ago
  11. aa5fbdd Silence compiler warning at the source. by Georg Brandl · 16 years ago
  12. fc8eef3 Patch #1810 by Thomas Lee, reviewed by myself: by Georg Brandl · 16 years ago
  13. d183bdd Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings. by Neal Norwitz · 16 years ago
  14. 342212c Surround p_flags access with #ifdef PY_PARSER_REQUIRES_FUTURE_KEYWORD by Christian Heimes · 16 years ago
  15. 3c60833 Patch #2477: Added from __future__ import unicode_literals by Christian Heimes · 16 years ago
  16. d5b635f Make Py3k warnings consistent w.r.t. punctuation; also respect the by Georg Brandl · 16 years ago
  17. 7c47894 Backport of the print function, using a __future__ import. by Eric Smith · 16 years ago
  18. 9ff19b5 Finished backporting PEP 3127, Integer Literal Support and Syntax. by Eric Smith · 16 years ago
  19. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 16 years ago
  20. 5224d28 Patch #1759: Backport of PEP 3129 class decorators with some help from Georg by Christian Heimes · 16 years ago
  21. fc2d010 Issue 1881. Increased the stack limit from 500 to 1500. Also added by Facundo Batista · 16 years ago
  22. c44af33 Add assertion that we do not blow out newl by Neal Norwitz · 17 years ago
  23. 082c9b0 Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support. by Christian Heimes · 17 years ago
  24. 898f187 Add a "const" to make gcc happy. by Georg Brandl · 17 years ago
  25. 38d1715 Issue #1882: when compiling code from a string, encoding cookies in the by Georg Brandl · 17 years ago
  26. 14404b6 Fix #1679: "0x" was taken as a valid integer literal. by Georg Brandl · 17 years ago
  27. 288e89a Added bytes and b'' as aliases for str and '' by Christian Heimes · 17 years ago
  28. 7b1e119 Coverity issue CID #167 by Christian Heimes · 17 years ago
  29. 76b30d1 Fix #define ordering. by Georg Brandl · 17 years ago
  30. dfe5dc8 Make Python compile with --disable-unicode. by Georg Brandl · 17 years ago
  31. 6dae85f Warning "<> not supported in 3.x" should be enabled only when the -3 option is set. by Amaury Forgeot d'Arc · 17 years ago
  32. 02c9ab5 Fixed problems in the last commit. Filenames and line numbers weren't reported correctly. by Christian Heimes · 17 years ago
  33. 729ab15 Applied patch #1754273 and #1754271 from Thomas Glee by Christian Heimes · 17 years ago
  34. 9fc1b96 Change a PyErr_Print() into a PyErr_Clear(), per discussion in issue 1031213. by Guido van Rossum · 17 years ago
  35. a7d329a Fix Coverity 180: Don't overallocate. We don't need structs, but pointers. by Neal Norwitz · 17 years ago
  36. a513619 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 17 years ago
  37. 7b7d1c8 Fix a couple of problems in generating the AST code: by Neal Norwitz · 17 years ago
  38. 0db62aa Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c by Brett Cannon · 17 years ago
  39. 1fbe3ab Change a very minor inconsistency (that is purely cosmetic) in the AST by Brett Cannon · 17 years ago
  40. 4885e7d Prefix AST symbols with _Py_. Fixes #1637022. Will backport. by Martin v. Löwis · 18 years ago
  41. 9b3a824 Comment grammar by Andrew M. Kuchling · 18 years ago
  42. a10d3af Fix a bug in the parser's future statement handling that led to "with" by Georg Brandl · 18 years ago
  43. ca460d9 with and as are now keywords. There are some generated files I can't recreate. by Neal Norwitz · 18 years ago
  44. 9ac8953 Handle malloc failure. by Neal Norwitz · 18 years ago
  45. 6bf1a8f Handle NULL nodes while parsing. I'm not entirely sure this is correct. by Neal Norwitz · 18 years ago
  46. 71e05f1 Don't truncate if size_t is bigger than uint by Neal Norwitz · 18 years ago
  47. 12ca69b Fix comment typo by Andrew M. Kuchling · 18 years ago
  48. d21a7ff Patch #1357836: by Neal Norwitz · 18 years ago
  49. 7773671 Patch #1475845: Raise IndentationError for unexpected indent. by Martin v. Löwis · 18 years ago
  50. a0b6338 C++ compiler cleanup: cast signed to unsigned by Skip Montanaro · 18 years ago
  51. 7580149 Patch #1355883: Build Python-ast.c and Python-ast.h by Martin v. Löwis · 18 years ago
  52. 0cc56e5 Introduce asdl_int_seq, to hold cmpop_ty. by Martin v. Löwis · 18 years ago
  53. 7b782b6 more low-hanging fruit to make code compile under a C++ compiler. Not by Anthony Baxter · 18 years ago
  54. 08062d6 As discussed on python-dev, really fix the PyMem_*/PyObject_* memory API by Neal Norwitz · 18 years ago
  55. 01b8101 Make _kind types global for C++ compilation. by Martin v. Löwis · 18 years ago
  56. 1149002 Fix the code in Parser/ to also compile with C++. This was mostly casts for by Anthony Baxter · 18 years ago
  57. 2c4e4f9 SF patch #1467512, fix double free with triple quoted string in standard build. by Neal Norwitz · 18 years ago
  58. 76c21bd Make path calculation platform independent by Jeremy Hylton · 18 years ago
  59. 2f327c1 Add lineno, col_offset to excephandler to enable future fix for by Jeremy Hylton · 18 years ago
  60. 19379f1 * Fix a refleak of *_attributes. by Neal Norwitz · 18 years ago
  61. c9d78aa Years in the making. by Tim Peters · 18 years ago
  62. 2aa9a5d Use macro versions instead of function versions when we already know the type. by Neal Norwitz · 18 years ago
  63. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 18 years ago
  64. 7eaf2aa Fix crashing bug in tokenizer, when tokenizing files with non-ASCII bytes by Thomas Wouters · 18 years ago
  65. 03e5bc0 Fix memory leak on attributes. by Martin v. Löwis · 18 years ago
  66. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  67. 66485ae Remove unused field. by Martin v. Löwis · 18 years ago
  68. 53d960c Don't pollute namespace as bad as before. All the types are static now. by Neal Norwitz · 18 years ago
  69. 8ae1295 Make 'as' an actual keyword when with's future statement is used. Not by Thomas Wouters · 18 years ago
  70. 6cba256 Change non-ASCII warning into a SyntaxError. by Martin v. Löwis · 18 years ago
  71. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 18 years ago
  72. 710ab3b Whitespace normalization. by Tim Peters · 18 years ago
  73. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  74. b003f04 Generate return statement. by Martin v. Löwis · 18 years ago
  75. 40d8459 Add generation of the version. by Martin v. Löwis · 18 years ago
  76. eae93b7 Add support for version field on Modules by Martin v. Löwis · 18 years ago
  77. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  78. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 18 years ago
  79. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  80. d3a5f53 Avoid reinitializing the types twice. by Martin v. Löwis · 18 years ago
  81. 8d0701d Stop generating empty arrays. by Martin v. Löwis · 18 years ago
  82. ce1d5d2 Fix iterating over cmpop_ty lists. by Martin v. Löwis · 18 years ago
  83. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 18 years ago
  84. f5adf1e Use Py_ssize_t to count the length. by Martin v. Löwis · 18 years ago
  85. a87c445 Remove C99ism. by Martin v. Löwis · 18 years ago
  86. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  87. c960f26 Improved handling of syntax errors. by Jeremy Hylton · 19 years ago
  88. 46aae19 Revert previous checkin, the check is for <, not ==. i is unsed in non-debug builds, but is used in debug builds by Neal Norwitz · 19 years ago
  89. 056a2d6 Fix icc warnings. This couldn't have been correct since i is checked by Neal Norwitz · 19 years ago
  90. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  91. 30b5c5d Fix SF bug #1072182, problems with signed characters. by Neal Norwitz · 19 years ago
  92. db83eb3 Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. by Neal Norwitz · 19 years ago
  93. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  94. 6b1793f When regenerating files like Python-ast.h, take care that the generated by Armin Rigo · 19 years ago
  95. 897ff81 SF #1373150, diffs in working copy after a build by Neal Norwitz · 19 years ago
  96. dee2fd5 Fix some more memory leaks. by Neal Norwitz · 19 years ago
  97. 56c6561 Prevent unlikely memory leak, tok should always be freed when parsetok() returns by Neal Norwitz · 19 years ago
  98. 19b0f40 Thou shalt not lie, there are really 5 types now by Neal Norwitz · 19 years ago
  99. 7b5a604 Whoops, checkin consistent versions of *all* files to stop polluting by Neal Norwitz · 19 years ago
  100. 6576bd8 Prevent name pollution by making lots of internal functions static. by Neal Norwitz · 19 years ago