1. 14f848b Backport 58330: Fix Coverity #158: Check the correct variable. by Neal Norwitz · 17 years ago
  2. eec47f3 Backport fix of #1752175. by Georg Brandl · 17 years ago
  3. 73c958a Disallow function calls like foo(None=1). by Georg Brandl · 17 years ago
  4. 7d9ac78 Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 17 years ago
  5. a3ce6aa Backport 52621: Bug #1588287: fix invalid assertion for `1,2` in debug builds. by Neal Norwitz · 18 years ago
  6. c57221e Backport rev. 51972: by Georg Brandl · 18 years ago
  7. 3b3aae0 Bug #1520864 (again): unpacking singleton tuples in list comprehensions and by Neal Norwitz · 18 years ago
  8. 6f5ff3f Klocwork made another run and found a bunch more problems. by Neal Norwitz · 18 years ago
  9. c173b48 Add some asserts and update comments by Neal Norwitz · 18 years ago
  10. 0d62a06 Patch #1531113: Fix augmented assignment with yield expressions. by Neal Norwitz · 18 years ago
  11. d12bd01 Handle more memory allocation failures without crashing. by Neal Norwitz · 18 years ago
  12. edef2be Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again. by Neal Norwitz · 18 years ago
  13. 6ec6ab0 Fix SF bug 1441486: bad unary minus folding in compiler. by Neil Schemenauer · 18 years ago
  14. 0e07b60 Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation. by Neil Schemenauer · 18 years ago
  15. fb48afa Fix SF bug #1519018: 'as' is now validated properly in import statements by Neal Norwitz · 18 years ago
  16. 7784f12 Replace Py_BuildValue("OO") by PyTuple_Pack. by Georg Brandl · 18 years ago
  17. 5ef9224 Fix #1474677, non-keyword argument following keyword. by Neal Norwitz · 18 years ago
  18. 373f0a7 - Bug #1487966: Fix SystemError with conditional expression in assignment by Neal Norwitz · 18 years ago
  19. 6685128 Fix more ssize_t issues. by Martin v. Löwis · 18 years ago
  20. 0cc56e5 Introduce asdl_int_seq, to hold cmpop_ty. by Martin v. Löwis · 18 years ago
  21. 2845750 Convert 0 to their respective enum types. Convert by Martin v. Löwis · 18 years ago
  22. a863d33 low-hanging fruit in Python/ - g++ still hates all the enum_kind declarations by Anthony Baxter · 18 years ago
  23. 2f327c1 Add lineno, col_offset to excephandler to enable future fix for by Jeremy Hylton · 18 years ago
  24. 33b730e Fix SF bug #1458903 with AST compiler. by Neal Norwitz · 18 years ago
  25. e98ccf6 Forward port MvL's fix in 43227: by Neal Norwitz · 18 years ago
  26. 7785868 Fix bug 1441408 where a double colon didn't trigger extended slice semantics (applies patch 1452332) by Nick Coghlan · 18 years ago
  27. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 18 years ago
  28. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  29. 65b3dab Fix uninitialized value. (Why are we using bools instead of ints, like we do by Thomas Wouters · 18 years ago
  30. 8ae1295 Make 'as' an actual keyword when with's future statement is used. Not by Thomas Wouters · 18 years ago
  31. a829313 Remove asdl_seq_APPEND() and simplify asdl seq implementation. by Jeremy Hylton · 18 years ago
  32. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  33. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  34. c7d3726 Fix parsing of subscriptlist. by Jeremy Hylton · 18 years ago
  35. 8622e93 And some more cleanup. by Thomas Wouters · 18 years ago
  36. 106203c Clean up from-import handling. by Thomas Wouters · 18 years ago
  37. 9ebfbf0 Simplify ast_for_trailer() in anticipation of more changes. by Jeremy Hylton · 18 years ago
  38. aa8b6c5 Fix old not-reading-pep-308-right artifact. by Thomas Wouters · 18 years ago
  39. fa443cd Fix assertion errors in debug build, brought on by PEP 308 patch. by Thomas Wouters · 18 years ago
  40. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  41. 96e48d4 Use C-style comment by Neal Norwitz · 18 years ago
  42. c960f26 Improved handling of syntax errors. by Jeremy Hylton · 19 years ago
  43. e93e64f Repair bizarre indentation created by VC 7.1. by Tim Peters · 19 years ago
  44. 5db42c4 alias_for_import_name(): Dueling compiler warnings ;-) by Tim Peters · 19 years ago
  45. 46b7bda Fix icc warnings: conversion from "long" to "int" may lose significant bits by Neal Norwitz · 19 years ago
  46. 406c640 Fix icc warnings: shadowing local variables by Neal Norwitz · 19 years ago
  47. 24f0fa9 SF#1391872 by Fredrik Lundh · 19 years ago
  48. 30b5c5d Fix SF bug #1072182, problems with signed characters. by Neal Norwitz · 19 years ago
  49. 84456bd Cleanup a bit and make things more consistent. by Neal Norwitz · 19 years ago
  50. f599f42 SF patch #1355913, PEP 341 - Unification of try/except and try/finally by Neal Norwitz · 19 years ago
  51. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  52. f8d403d SF #1377897, Bus error in ast by Neal Norwitz · 19 years ago
  53. 8ad64aa SF #1370197, memory leak - ast_error_finish (in error conditions). by Neal Norwitz · 19 years ago
  54. e536892 Remove unnecessary extern variable by Neal Norwitz · 19 years ago
  55. 7bcabc6 Fix a few more memory leaks by Neal Norwitz · 19 years ago
  56. a3fd07d add more doc by Neal Norwitz · 19 years ago
  57. 6b34789 Fix another memory leak or two (one real, one potential) by Neal Norwitz · 19 years ago
  58. af8f974 Add a note about how to do the memory deallocation a bit. by Neal Norwitz · 19 years ago
  59. e76adcd Fix a whole bunch of potential memory leaks (and some real ones too) by Neal Norwitz · 19 years ago
  60. 7979265 Convert all internal errors from Exception to SystemError by Neal Norwitz · 19 years ago
  61. e8c0536 Fix memory leak with bad generator expression by Neal Norwitz · 19 years ago
  62. 7b3d5e1 remove useless debug print helper. fix a couple of exceptions by Neal Norwitz · 19 years ago
  63. 982e8d6 Refactor code for translating "power" nodes. by Neil Schemenauer · 19 years ago
  64. c5dd10a Write a separate ast_for_testlist_gexp() function instead of overloading by Neil Schemenauer · 19 years ago
  65. 147b759 Add an assert. by Neil Schemenauer · 19 years ago
  66. 3144130 ANSI-C-ify the placement of local var declarations. by Armin Rigo · 19 years ago
  67. 57071ce Oops, "=" is not a comparison operator by Neal Norwitz · 19 years ago
  68. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago