1. 9ac8953 Handle malloc failure. by Neal Norwitz · 18 years ago
  2. 6bf1a8f Handle NULL nodes while parsing. I'm not entirely sure this is correct. by Neal Norwitz · 18 years ago
  3. 71e05f1 Don't truncate if size_t is bigger than uint by Neal Norwitz · 18 years ago
  4. 12ca69b Fix comment typo by Andrew M. Kuchling · 18 years ago
  5. d21a7ff Patch #1357836: by Neal Norwitz · 18 years ago
  6. 7773671 Patch #1475845: Raise IndentationError for unexpected indent. by Martin v. Löwis · 18 years ago
  7. a0b6338 C++ compiler cleanup: cast signed to unsigned by Skip Montanaro · 18 years ago
  8. 7580149 Patch #1355883: Build Python-ast.c and Python-ast.h by Martin v. Löwis · 18 years ago
  9. 0cc56e5 Introduce asdl_int_seq, to hold cmpop_ty. by Martin v. Löwis · 18 years ago
  10. 7b782b6 more low-hanging fruit to make code compile under a C++ compiler. Not by Anthony Baxter · 18 years ago
  11. 08062d6 As discussed on python-dev, really fix the PyMem_*/PyObject_* memory API by Neal Norwitz · 18 years ago
  12. 01b8101 Make _kind types global for C++ compilation. by Martin v. Löwis · 18 years ago
  13. 1149002 Fix the code in Parser/ to also compile with C++. This was mostly casts for by Anthony Baxter · 18 years ago
  14. 2c4e4f9 SF patch #1467512, fix double free with triple quoted string in standard build. by Neal Norwitz · 18 years ago
  15. 76c21bd Make path calculation platform independent by Jeremy Hylton · 18 years ago
  16. 2f327c1 Add lineno, col_offset to excephandler to enable future fix for by Jeremy Hylton · 18 years ago
  17. 19379f1 * Fix a refleak of *_attributes. by Neal Norwitz · 18 years ago
  18. c9d78aa Years in the making. by Tim Peters · 18 years ago
  19. 2aa9a5d Use macro versions instead of function versions when we already know the type. by Neal Norwitz · 18 years ago
  20. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 18 years ago
  21. 7eaf2aa Fix crashing bug in tokenizer, when tokenizing files with non-ASCII bytes by Thomas Wouters · 18 years ago
  22. 03e5bc0 Fix memory leak on attributes. by Martin v. Löwis · 18 years ago
  23. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  24. 66485ae Remove unused field. by Martin v. Löwis · 18 years ago
  25. 53d960c Don't pollute namespace as bad as before. All the types are static now. by Neal Norwitz · 18 years ago
  26. 8ae1295 Make 'as' an actual keyword when with's future statement is used. Not by Thomas Wouters · 18 years ago
  27. 6cba256 Change non-ASCII warning into a SyntaxError. by Martin v. Löwis · 18 years ago
  28. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 18 years ago
  29. 710ab3b Whitespace normalization. by Tim Peters · 18 years ago
  30. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  31. b003f04 Generate return statement. by Martin v. Löwis · 18 years ago
  32. 40d8459 Add generation of the version. by Martin v. Löwis · 18 years ago
  33. eae93b7 Add support for version field on Modules by Martin v. Löwis · 18 years ago
  34. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  35. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 18 years ago
  36. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  37. d3a5f53 Avoid reinitializing the types twice. by Martin v. Löwis · 18 years ago
  38. 8d0701d Stop generating empty arrays. by Martin v. Löwis · 18 years ago
  39. ce1d5d2 Fix iterating over cmpop_ty lists. by Martin v. Löwis · 18 years ago
  40. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 18 years ago
  41. f5adf1e Use Py_ssize_t to count the length. by Martin v. Löwis · 18 years ago
  42. a87c445 Remove C99ism. by Martin v. Löwis · 18 years ago
  43. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  44. c960f26 Improved handling of syntax errors. by Jeremy Hylton · 19 years ago
  45. 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
  46. 056a2d6 Fix icc warnings. This couldn't have been correct since i is checked by Neal Norwitz · 19 years ago
  47. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  48. 30b5c5d Fix SF bug #1072182, problems with signed characters. by Neal Norwitz · 19 years ago
  49. db83eb3 Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. by Neal Norwitz · 19 years ago
  50. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  51. 6b1793f When regenerating files like Python-ast.h, take care that the generated by Armin Rigo · 19 years ago
  52. 897ff81 SF #1373150, diffs in working copy after a build by Neal Norwitz · 19 years ago
  53. dee2fd5 Fix some more memory leaks. by Neal Norwitz · 19 years ago
  54. 56c6561 Prevent unlikely memory leak, tok should always be freed when parsetok() returns by Neal Norwitz · 19 years ago
  55. 19b0f40 Thou shalt not lie, there are really 5 types now by Neal Norwitz · 19 years ago
  56. 7b5a604 Whoops, checkin consistent versions of *all* files to stop polluting by Neal Norwitz · 19 years ago
  57. 6576bd8 Prevent name pollution by making lots of internal functions static. by Neal Norwitz · 19 years ago
  58. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  59. a34584b Use PyErr_NoMemory() instead of rolling our own. by Neal Norwitz · 19 years ago
  60. c0d5faa Free coding spec (cs) if there was an error to prevent mem leak. Maybe backport candidate by Neal Norwitz · 19 years ago
  61. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  62. 40d3781 - Fix segfault with invalid coding. by Neal Norwitz · 19 years ago
  63. c1f5fff Apply SF patch #1101726: Fix buffer overrun in tokenizer.c when a source file by Walter Dörwald · 19 years ago
  64. e3afc59 In a threads-disabled build, typing Ctrl-C into a raw_input() crashed, by Michael W. Hudson · 19 years ago
  65. 4bf108d Patch #802188: better parser error message for non-EOL following line cont. by Martin v. Löwis · 19 years ago
  66. 9ceaa72 Patch #975056 - fixes for restartable signals on *BSD. In addition, by Anthony Baxter · 20 years ago
  67. 7df44b3 SF #941229: Decode source code with sys.stdin.encoding in interactive by Hye-Shik Chang · 20 years ago
  68. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  69. 2384990 PyThreadState_Swap(NULL) didn't do what I thought it did. Fixes by Michael W. Hudson · 20 years ago
  70. 4ded4b5 Pass the flags along, rather than ignoring them. Backport candidate by Neal Norwitz · 20 years ago
  71. b7e898a "#if WITH_THREAD" is incorrect; must be #ifdef instead; WITH_THREAD by Tim Peters · 20 years ago
  72. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  73. 93b4b88 [Patch #974633] Check PyObject_MALLOC return for error by Andrew M. Kuchling · 20 years ago
  74. c696617 Fix for SF 780407. Change %08l to %p to print a pointer. Will backport to 2.3. by Guido van Rossum · 20 years ago
  75. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 20 years ago
  76. bd311d8 Remove a "temporary" piece of code that was probably unneeded since by Guido van Rossum · 21 years ago
  77. 6402357 Talk about old code: removed a reference to THINK_C. by Jack Jansen · 21 years ago
  78. eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 21 years ago
  79. fb27656 Getting rid of support for the ancient Apple MPW compiler. by Jack Jansen · 21 years ago
  80. 8ab2ec4 SF bug 751956: graminit.[ch] don't build on windows by Tim Peters · 21 years ago
  81. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  82. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  83. a649e9c Remove file that was moved to ../Include by Guido van Rossum · 21 years ago
  84. d3ab37f Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to by Guido van Rossum · 21 years ago
  85. edaa071 compile_atom(): Neal's last checkin removing the setting of i broke by Barry Warsaw · 21 years ago
  86. 5f16a31 Remove setting i since it isn't used. Found in unrelated bug 690012. by Neal Norwitz · 21 years ago
  87. 1fb1400 Add URL for PEP to the source code encoding warning. by Marc-André Lemburg · 21 years ago
  88. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 21 years ago
  89. f032f86 patch 680474 that fixes bug 679880: compile/eval/exec refused utf-8 bom by Just van Rossum · 21 years ago
  90. a2e303c Fix [ 665014 ] files with long lines and an encoding crash. by Mark Hammond · 22 years ago
  91. 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 22 years ago
  92. e08e1bc Fix compiler warning on HP-UX. Cast param to isalnum() to int. by Neal Norwitz · 22 years ago
  93. 35f63a8 Change PyOS_Readline declaration to match the recent change to myreadline.c by Skip Montanaro · 22 years ago
  94. 566f6af Patch #512981: Update readline input stream on sys.stdin/out change. by Martin v. Löwis · 22 years ago
  95. 17db21f Removed reliance on gcc/C99 extension. by Tim Peters · 22 years ago
  96. f62a89b Ignore encoding declarations inside strings. Fixes #603509. by Martin v. Löwis · 22 years ago
  97. 84b2bed Squash a few calls to the hideously expensive PyObject_CallObject(o,a) by Guido van Rossum · 22 years ago
  98. 118ec70 provide less mysterious error messages when seeing end-of-line in by Skip Montanaro · 22 years ago
  99. 2863c10 Use Py_FatalError instead of abort. by Martin v. Löwis · 22 years ago
  100. 019934b Fix PEP 263 code --without-unicode. Fixes #591943. by Martin v. Löwis · 22 years ago