1. e5fa5fe remove duplicate check by Benjamin Peterson · 15 years ago
  2. a5a5728 remove error checks already done in set_context() by Benjamin Peterson · 15 years ago
  3. 8ea4ded remove useless assertion by Benjamin Peterson · 15 years ago
  4. 944f684 Allow multiple context managers in one with statement, as proposed by Georg Brandl · 15 years ago
  5. 59ce042 #4077: No need to append \n when calling Py_FatalError by Amaury Forgeot d'Arc · 16 years ago
  6. 422ce06 Issue #4461: Safety check in parsenumber (ast.c) by Mark Dickinson · 16 years ago
  7. 9e6310d always check the return value of NEW_IDENTIFIER by Benjamin Peterson · 16 years ago
  8. c078f92 don't segfault when \N escapes are used and unicodedata fails to load by Benjamin Peterson · 16 years ago
  9. 2c98faa check for assignment to __debug__ during AST generation by Benjamin Peterson · 16 years ago
  10. 399b1fe give a py3k warning when 'nonlocal' is used as a variable name by Benjamin Peterson · 16 years ago
  11. 80f0ed5 allow keyword args to be passed in after *args #3473 by Benjamin Peterson · 16 years ago
  12. 64b7e50 Issue #3360: Fix incorrect parsing of "020000000000.0". by Mark Dickinson · 16 years ago
  13. 175e4d9 #3219 repeated keyword arguments aren't allowed in function calls anymore by Benjamin Peterson · 16 years ago
  14. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 16 years ago
  15. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  16. f4fcdb6 warn about parameter tuple unpacking by Benjamin Peterson · 16 years ago
  17. d5efd20 Warn about assigning to Py3k keywords (True and False) by Benjamin Peterson · 16 years ago
  18. cbd7813 add an ast_warn helper function to make adding those Py3k warnings easier by Benjamin Peterson · 16 years ago
  19. 2fe3ef8 change Py3k backquote warning to a SyntaxWarning and add a test by Benjamin Peterson · 16 years ago
  20. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  21. 2b30ea0 The compiling struct is now passed around to all AST helpers (see issue 2720) by Benjamin Peterson · 16 years ago
  22. a48f3ab Patch #2511: Give the "excepthandler" AST item proper attributes by making it a Sum. by Georg Brandl · 16 years ago
  23. 3c60833 Patch #2477: Added from __future__ import unicode_literals by Christian Heimes · 16 years ago
  24. d5b635f Make Py3k warnings consistent w.r.t. punctuation; also respect the by Georg Brandl · 16 years ago
  25. a4d7789 Issue #2400: Allow relative imports to "import *". by Martin v. Löwis · 16 years ago
  26. d21fb4c Issue#2238: some syntax errors from *args or **kwargs expressions by Amaury Forgeot d'Arc · 16 years ago
  27. 5224d28 Patch #1759: Backport of PEP 3129 class decorators with some help from Georg by Christian Heimes · 16 years ago
  28. 288e89a Added bytes and b'' as aliases for str and '' by Christian Heimes · 17 years ago
  29. dfe5dc8 Make Python compile with --disable-unicode. by Georg Brandl · 17 years ago
  30. ffcd1e1 Added filename to compiling struct based on Martin's suggestion. by Christian Heimes · 17 years ago
  31. 6d8fb1a And yet another fix for the patch. Paul Moore has send me a note that I've missed a declaration. The additional code has moved the declaration in the middle of the block. by Christian Heimes · 17 years ago
  32. e36fe53 How did the comment get there? by Christian Heimes · 17 years ago
  33. 02c9ab5 Fixed problems in the last commit. Filenames and line numbers weren't reported correctly. by Christian Heimes · 17 years ago
  34. 729ab15 Applied patch #1754273 and #1754271 from Thomas Glee by Christian Heimes · 17 years ago
  35. 3adac21 Fix Coverity #158: Check the correct variable. by Neal Norwitz · 17 years ago
  36. 69ff5ac Place #ifdef Py_USING_UNICODE around decode_unicode(). by Georg Brandl · 17 years ago
  37. b6ac23c SF patch# 1755885 by Kurt Kaiser: show location of Unicode escape errors. by Guido van Rossum · 17 years ago
  38. e06cf45 Disallow function calls like foo(None=1). by Georg Brandl · 17 years ago
  39. 6290305 Backport PEP 3110's new 'except' syntax to 2.6. by Collin Winter · 17 years ago
  40. dc9b32e Handle a couple of uncaught errors. This should be backported by Neal Norwitz · 17 years ago
  41. b8ae3d0 Actually raise an exception before calling ast_error_finish. by Georg Brandl · 17 years ago
  42. dd2cf1c Clean up formatting of this file. by Jeremy Hylton · 17 years ago
  43. 77c67bd Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 17 years ago
  44. 819de6c tabify by Jeremy Hylton · 17 years ago
  45. 85dbec6 Bug #1588287: fix invalid assertion for `1,2` in debug builds. by Neal Norwitz · 18 years ago
  46. 3a23017 Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). by Neal Norwitz · 18 years ago
  47. ca460d9 with and as are now keywords. There are some generated files I can't recreate. by Neal Norwitz · 18 years ago
  48. d042132 M-x untabify by Neal Norwitz · 18 years ago
  49. e4d4f00 Add a comment about some refactoring. (There's probably more that should be done.) I will reformat this file in the next checkin due to the inconsistent tabs/spaces. by Neal Norwitz · 18 years ago
  50. dac090d Bug #1520864 (again): unpacking singleton tuples in list comprehensions and by Neal Norwitz · 18 years ago
  51. 6f5ff3f Klocwork made another run and found a bunch more problems. by Neal Norwitz · 18 years ago
  52. c173b48 Add some asserts and update comments by Neal Norwitz · 18 years ago
  53. 0d62a06 Patch #1531113: Fix augmented assignment with yield expressions. by Neal Norwitz · 18 years ago
  54. d12bd01 Handle more memory allocation failures without crashing. by Neal Norwitz · 18 years ago
  55. edef2be Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again. by Neal Norwitz · 18 years ago
  56. 6ec6ab0 Fix SF bug 1441486: bad unary minus folding in compiler. by Neil Schemenauer · 18 years ago
  57. 0e07b60 Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation. by Neil Schemenauer · 18 years ago
  58. fb48afa Fix SF bug #1519018: 'as' is now validated properly in import statements by Neal Norwitz · 18 years ago
  59. 7784f12 Replace Py_BuildValue("OO") by PyTuple_Pack. by Georg Brandl · 18 years ago
  60. 5ef9224 Fix #1474677, non-keyword argument following keyword. by Neal Norwitz · 18 years ago
  61. 373f0a7 - Bug #1487966: Fix SystemError with conditional expression in assignment by Neal Norwitz · 18 years ago
  62. 6685128 Fix more ssize_t issues. by Martin v. Löwis · 18 years ago
  63. 0cc56e5 Introduce asdl_int_seq, to hold cmpop_ty. by Martin v. Löwis · 18 years ago
  64. 2845750 Convert 0 to their respective enum types. Convert by Martin v. Löwis · 18 years ago
  65. a863d33 low-hanging fruit in Python/ - g++ still hates all the enum_kind declarations by Anthony Baxter · 18 years ago
  66. 2f327c1 Add lineno, col_offset to excephandler to enable future fix for by Jeremy Hylton · 18 years ago
  67. 33b730e Fix SF bug #1458903 with AST compiler. by Neal Norwitz · 18 years ago
  68. e98ccf6 Forward port MvL's fix in 43227: by Neal Norwitz · 18 years ago
  69. 7785868 Fix bug 1441408 where a double colon didn't trigger extended slice semantics (applies patch 1452332) by Nick Coghlan · 18 years ago
  70. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 18 years ago
  71. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  72. 65b3dab Fix uninitialized value. (Why are we using bools instead of ints, like we do by Thomas Wouters · 18 years ago
  73. 8ae1295 Make 'as' an actual keyword when with's future statement is used. Not by Thomas Wouters · 18 years ago
  74. a829313 Remove asdl_seq_APPEND() and simplify asdl seq implementation. by Jeremy Hylton · 18 years ago
  75. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  76. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  77. c7d3726 Fix parsing of subscriptlist. by Jeremy Hylton · 18 years ago
  78. 8622e93 And some more cleanup. by Thomas Wouters · 18 years ago
  79. 106203c Clean up from-import handling. by Thomas Wouters · 18 years ago
  80. 9ebfbf0 Simplify ast_for_trailer() in anticipation of more changes. by Jeremy Hylton · 18 years ago
  81. aa8b6c5 Fix old not-reading-pep-308-right artifact. by Thomas Wouters · 18 years ago
  82. fa443cd Fix assertion errors in debug build, brought on by PEP 308 patch. by Thomas Wouters · 18 years ago
  83. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  84. 96e48d4 Use C-style comment by Neal Norwitz · 18 years ago
  85. c960f26 Improved handling of syntax errors. by Jeremy Hylton · 18 years ago
  86. e93e64f Repair bizarre indentation created by VC 7.1. by Tim Peters · 19 years ago
  87. 5db42c4 alias_for_import_name(): Dueling compiler warnings ;-) by Tim Peters · 19 years ago
  88. 46b7bda Fix icc warnings: conversion from "long" to "int" may lose significant bits by Neal Norwitz · 19 years ago
  89. 406c640 Fix icc warnings: shadowing local variables by Neal Norwitz · 19 years ago
  90. 24f0fa9 SF#1391872 by Fredrik Lundh · 19 years ago
  91. 30b5c5d Fix SF bug #1072182, problems with signed characters. by Neal Norwitz · 19 years ago
  92. 84456bd Cleanup a bit and make things more consistent. by Neal Norwitz · 19 years ago
  93. f599f42 SF patch #1355913, PEP 341 - Unification of try/except and try/finally by Neal Norwitz · 19 years ago
  94. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  95. f8d403d SF #1377897, Bus error in ast by Neal Norwitz · 19 years ago
  96. 8ad64aa SF #1370197, memory leak - ast_error_finish (in error conditions). by Neal Norwitz · 19 years ago
  97. e536892 Remove unnecessary extern variable by Neal Norwitz · 19 years ago
  98. 7bcabc6 Fix a few more memory leaks by Neal Norwitz · 19 years ago
  99. a3fd07d add more doc by Neal Norwitz · 19 years ago
  100. 6b34789 Fix another memory leak or two (one real, one potential) by Neal Norwitz · 19 years ago