1. 70d86bd Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py by Meador Inge · 13 years ago
  2. 1c67dd9 Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. by Martin v. Löwis · 13 years ago
  3. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  4. 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 13 years ago
  5. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  6. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  7. 6f08f53 Merge 3.2 by Éric Araujo · 13 years ago
  8. 0224d4e accept bytes for the AST 'string' type by Benjamin Peterson · 13 years ago
  9. 5a3f49b revert code which conditionally writes Python-ast.h (closes #12727) by Benjamin Peterson · 13 years ago
  10. 257a1d0 2.x syntax by Benjamin Peterson · 13 years ago
  11. 4ec450d make this work on 2.4 by Benjamin Peterson · 13 years ago
  12. 6f75004 make this work with py2.5 by Benjamin Peterson · 13 years ago
  13. 398256b don't rewrite the header file if it hasn't changed; this reduces development build time by Benjamin Peterson · 13 years ago
  14. 4dc6499 the bool asdl type died a while ago by Benjamin Peterson · 13 years ago
  15. e249841 add a asdl bytes type, so Bytes.s be properly typechecked by Benjamin Peterson · 13 years ago
  16. 8a4b42b merge 3.2 by Benjamin Peterson · 13 years ago
  17. 180e635 None is ok for identifiers but not strings by Benjamin Peterson · 13 years ago
  18. 86f088e merge 3.2 by Benjamin Peterson · 13 years ago
  19. 2193d2b type check AST strings and identifiers by Benjamin Peterson · 13 years ago
  20. efad244 hardcode the old svn __version__ by Benjamin Peterson · 13 years ago
  21. 0bd152c remove ast.__version__ (closes #12273) by Benjamin Peterson · 13 years ago
  22. 620b2c8 comment which is not applicable anymore by Benjamin Peterson · 13 years ago
  23. 0c10362 remove intrcheck.c, which hasn't been used for years by Benjamin Peterson · 13 years ago
  24. 0c9f31b (Merge 3.2) Issue #12016: my_fgets() now always clears errors before calling by Victor Stinner · 13 years ago
  25. 4f71101 Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix by Victor Stinner · 13 years ago
  26. 758888d don't restrict unexpected EOF errors to the first line (closes #12216) by Benjamin Peterson · 13 years ago
  27. 43af12b unify TryExcept and TryFinally (closes #12199) by Benjamin Peterson · 13 years ago
  28. bf1bbc1 reflect with statements with multiple items in the AST (closes #12106) by Benjamin Peterson · 13 years ago
  29. 00c5925 (Merge 3.2) Issue #1195: Fix input() if it is interrupted by CTRL+d and then by Victor Stinner · 13 years ago
  30. db93278 Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clear by Victor Stinner · 13 years ago
  31. 4755ab0 Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, by Victor Stinner · 13 years ago
  32. c1935d2 Revert bb62908896fe, but keep the test by Jesus Cea · 13 years ago
  33. 88f7841 Correctly merging #9319 into 3.3? by Jesus Cea · 13 years ago
  34. c68b6aa Issue #9319: Fix a crash on parsing a Python source code without encoding by Victor Stinner · 13 years ago
  35. 4ae3b44 (Merge 3.2) Issue #11650: PyOS_StdioReadline() retries fgets() if it was by Victor Stinner · 13 years ago
  36. a870e35 (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was by Victor Stinner · 13 years ago
  37. 52c950f Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted by Victor Stinner · 13 years ago
  38. fe7c5b5 Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. by Victor Stinner · 13 years ago
  39. 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 13 years ago
  40. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  41. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  42. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  43. c9723d0 use only the hex version, since the revno is unreliable across repos by Benjamin Peterson · 13 years ago
  44. 0d6245d actually get file rev by Benjamin Peterson · 13 years ago
  45. 6cb2b92 convert ast versioning to mercurial by Benjamin Peterson · 13 years ago
  46. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  47. 034c753 Issue #10841: don't translate newlines for pgen by Victor Stinner · 13 years ago
  48. 89e3436 Issue #10841: set binary mode on files; the parser translates newlines by Victor Stinner · 13 years ago
  49. aaa4e9a Remove arbitrary string length limits by Victor Stinner · 13 years ago
  50. 60fe499 Compile pgenmain.c and printgrammar.c with PGEN defined by Victor Stinner · 14 years ago
  51. 83098a4 Issue #10778: decoding_fgets() decodes the filename from the filesystem by Victor Stinner · 14 years ago
  52. f55aa80 Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,85875,85907-85908,85911,85914 via svnmerge from by Georg Brandl · 14 years ago
  53. 0a4dae5 fix refleak by Benjamin Peterson · 14 years ago
  54. 787cddc Merged revisions 86545 via svnmerge from by Benjamin Peterson · 14 years ago
  55. d8f6597 new plan: functions that want 'tmp' can declare it by Benjamin Peterson · 14 years ago
  56. e82c169 Merged revisions 86540 via svnmerge from by Benjamin Peterson · 14 years ago
  57. 0e9e98e c89 declarations by Benjamin Peterson · 14 years ago
  58. aab9585 Merged revisions 86538 via svnmerge from by Benjamin Peterson · 14 years ago
  59. 5b06681 use %R format code; fixes invalid dereferencing #10391 by Benjamin Peterson · 14 years ago
  60. 2b15bd8 #10222: fix for overzealous AIX compiler. by Georg Brandl · 14 years ago
  61. 15244f7 Recorded merge of revisions 85569-85570 via svnmerge from by Victor Stinner · 14 years ago
  62. 4c7c8c3 Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects by Victor Stinner · 14 years ago
  63. 22a351a Issue #10095: fp_setreadl() doesn't reopen the file, reuse instead the file by Victor Stinner · 14 years ago
  64. 3e5cd1d Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from by Benjamin Peterson · 14 years ago
  65. 60995fb Merged revisions 82160 via svnmerge from by Benjamin Peterson · 14 years ago
  66. 5b92772 use the 's' format code instead of 'U' by Benjamin Peterson · 14 years ago
  67. bb35b21 Merged revisions 81288 via svnmerge from by Senthil Kumaran · 14 years ago
  68. 2b80fa6 Merged revisions 81286 via svnmerge from by Senthil Kumaran · 14 years ago
  69. 0ac51bd Merged revisions 81222 via svnmerge from by Victor Stinner · 14 years ago
  70. beba826 Merged revisions 81220 via svnmerge from by Victor Stinner · 14 years ago
  71. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  72. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  73. 003a5e7 Use PyErr_Format() in decoding_fgets() by Victor Stinner · 14 years ago
  74. 4893abc Merged revisions 79725 via svnmerge from by Benjamin Peterson · 14 years ago
  75. 8daa49e Merged revisions 79723 via svnmerge from by Benjamin Peterson · 14 years ago
  76. 21896a3 Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from by Benjamin Peterson · 14 years ago
  77. ffbc2f6 Merged revisions 78872 via svnmerge from by Victor Stinner · 14 years ago
  78. 52f6dd7 Merged revisions 78826 via svnmerge from by Victor Stinner · 14 years ago
  79. 151205f Merged revisions 78608 via svnmerge from by Victor Stinner · 14 years ago
  80. 6aa278e Merged revisions 78603 via svnmerge from by Victor Stinner · 14 years ago
  81. 8f326b2 Merged revisions 76052,76522,76591,76689,76697,76733 via svnmerge from by Benjamin Peterson · 15 years ago
  82. fc43127 Merged revisions 76776 via svnmerge from by Benjamin Peterson · 15 years ago
  83. 97dd987 Merged revisions 76534,76538,76628,76701,76774 via svnmerge from by Benjamin Peterson · 15 years ago
  84. 8f6713f Merged revisions 76235 via svnmerge from by Benjamin Peterson · 15 years ago
  85. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
  86. aeaa592 Merged revisions 76230 via svnmerge from by Benjamin Peterson · 15 years ago
  87. ba1e0f4 Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) by Skip Montanaro · 15 years ago
  88. ae4cfb1 http://bugs.python.org/issue6836 by Kristján Valur Jónsson · 15 years ago
  89. c3c6fed Merged revisions 74010,74034,74054 via svnmerge from by Georg Brandl · 15 years ago
  90. df6f3fd The output() function takes only one string argument. by Alexandre Vassalotti · 15 years ago
  91. 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 15 years ago
  92. d76c8da Merged revisions 73623-73624 via svnmerge from by Benjamin Peterson · 15 years ago
  93. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  94. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
  95. 8a73278 #2725: Fix missing local, and handle errors without tracebacks. by Georg Brandl · 15 years ago
  96. e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 15 years ago
  97. f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 15 years ago
  98. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  99. a9b54c7 Merged revisions 68523 via svnmerge from by Martin v. Löwis · 15 years ago
  100. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 15 years ago