1. c30d058 merge 3.3 (#19098) by Benjamin Peterson · 11 years ago
  2. 305e5aa don't scale compiler stack frames if the recursion limit is huge (closes #19098) by Benjamin Peterson · 11 years ago
  3. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  4. 9a4fb66 Issue #18408: ste_new() initialize all attributes before handling error by Victor Stinner · 11 years ago
  5. e2135c6 move definition to top of block by Benjamin Peterson · 11 years ago
  6. e8e1459 rather than passing locals to the class body, just execute the class body in the proper environment by Benjamin Peterson · 11 years ago
  7. 1e93b06 complain about "global __class__" in a class body (closes #17983) by Benjamin Peterson · 11 years ago
  8. 312595c hide the __class__ closure from the class body (#12370) by Benjamin Peterson · 11 years ago
  9. cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 11 years ago
  10. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 12 years ago
  11. 073f067 Issue #16546: merge fix from 3.3 by Mark Dickinson · 12 years ago
  12. ded35ae Issue #16546: make ast.YieldFrom argument mandatory. by Mark Dickinson · 12 years ago
  13. e69bfc3 Issue #5765: Merge from 3.3 by Nick Coghlan · 12 years ago
  14. aab9c2b Issue #5765: Apply a hard recursion limit in the compiler by Nick Coghlan · 12 years ago
  15. d9c8702 point errors related to nonlocals and globals to the statement declaring them (closes #10189) by Benjamin Peterson · 12 years ago
  16. e132f52 check return value of _PyUnicode_AsString by Benjamin Peterson · 12 years ago
  17. 10ca1fe Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref 'k' in too many error cases. by Christian Heimes · 12 years ago
  18. 55ad651 Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref 'k' in too many error cases. by Christian Heimes · 12 years ago
  19. 9c5b521 Partly revert ad3824a90261 and add comment about reference ownership by Christian Heimes · 12 years ago
  20. 1526582 Partly revert ad3824a90261 and add comment about reference ownership by Christian Heimes · 12 years ago
  21. 310f814 Closed reference leak of variable 'k' in function ste_new which wasn't decrefed in error cases by Christian Heimes · 12 years ago
  22. 837e53a Closed reference leak of variable 'k' in function ste_new which wasn't decrefed in error cases by Christian Heimes · 12 years ago
  23. 0b43bcf Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue by Nick Coghlan · 12 years ago
  24. 527c622 make YieldFrom its own distinct from Yield (closes #13780) by Benjamin Peterson · 13 years ago
  25. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
  26. 9028a10 Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  27. 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  28. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  29. 9d872e1 fix possibily uninitialized memory usage (closes #12474) by Benjamin Peterson · 13 years ago
  30. 609da58 store the current scope on the stack right away by Benjamin Peterson · 13 years ago
  31. c2575d5 remove VISIT_*_IN_BLOCK macros by Benjamin Peterson · 13 years ago
  32. 28db0fd merge 3.2 by Benjamin Peterson · 13 years ago
  33. b7149ca fix indentation by Benjamin Peterson · 13 years ago
  34. f5ff223 use a invalid name for the __class__ closure for super() (closes #12370) by Benjamin Peterson · 13 years ago
  35. 43af12b unify TryExcept and TryFinally (closes #12199) by Benjamin Peterson · 13 years ago
  36. bf1bbc1 reflect with statements with multiple items in the AST (closes #12106) by Benjamin Peterson · 13 years ago
  37. dd97fbb Issue #9904: fix and clarify some comments + fix indentation in symtable code by Eli Bendersky · 13 years ago
  38. b8ffb60 fix uninitialized struct member #10152 by Benjamin Peterson · 14 years ago
  39. 230b206 don't identify the toplevel namespace by name #9997 by Benjamin Peterson · 14 years ago
  40. d4efd9e add column offset to all syntax errors by Benjamin Peterson · 14 years ago
  41. 20f9c3c revert unintended changes by Benjamin Peterson · 14 years ago
  42. 013783c move test_trace.py so as not to conflict with future tests for the trace module by Benjamin Peterson · 14 years ago
  43. c629d51 Merged revisions 81906 via svnmerge from by Benjamin Peterson · 14 years ago
  44. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  45. f3ebc1f Merged revisions 76423-76424 via svnmerge from by Benjamin Peterson · 15 years ago
  46. 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
  47. 5751258 fix error handling of PyNumber_InPlaceOr #6000 by Benjamin Peterson · 15 years ago
  48. acc9dcc remove unused variable by Benjamin Peterson · 15 years ago
  49. d1e5493 rewrite error handling to make sense by Benjamin Peterson · 15 years ago
  50. 22081a1 fix ref leaks by Benjamin Peterson · 15 years ago
  51. f37708e Merged revisions 70801,70809 via svnmerge from by Jeremy Hylton · 15 years ago
  52. dcaf329 instead of hacking __locals__ in during bytecode generation, put it in the symtable by Benjamin Peterson · 15 years ago
  53. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  54. 55e00f2 Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from by Benjamin Peterson · 16 years ago
  55. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  56. ad74aa8 Merged revisions 62047 via svnmerge from by Neal Norwitz · 16 years ago
  57. 08976cb Merged revisions 61404-61407 via svnmerge from by Christian Heimes · 16 years ago
  58. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  59. 2673a57 Bug #1356: Avoid using the C99 keyword 'restrict'. by Martin v. Löwis · 17 years ago
  60. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  61. a5d16a3 Use unicode for error messages of duplicate args by Neal Norwitz · 17 years ago
  62. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  63. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  64. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  65. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  66. 3ef72bb Fix PyErr_Format() call (missing exception class). by Walter Dörwald · 17 years ago
  67. e42109d Use PyErr_Format() directly instead of PyOS_snprintf()+PyErr_SetString(). by Walter Dörwald · 17 years ago
  68. 4ddbdad Simplify error formatting. Fix error message in check_unoptimized(). by Walter Dörwald · 17 years ago
  69. 5d4ede1 Simplify ste_repr(). by Walter Dörwald · 17 years ago
  70. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  71. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  72. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  73. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  74. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  75. 4138bfe Don't crash when nonlocal is used at module level (fixes SF#1705365) by Nick Coghlan · 17 years ago
  76. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  77. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  78. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 17 years ago
  79. ee91be4 Make bytes_repr return a string containing a b"" literal. by Georg Brandl · 17 years ago
  80. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  81. 16be03e Some more changes related to the new except syntax and semantics, by Guido van Rossum · 18 years ago
  82. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  83. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  84. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
  85. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  86. 17ab9a0 Fix set literals not being visited in symtable creation. by Georg Brandl · 18 years ago
  87. e2e23ef Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the by Brett Cannon · 18 years ago
  88. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  89. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  90. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  91. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  92. 090b3dd No need to export PySTEntry_New, it is only used in symtable.c by Neal Norwitz · 18 years ago
  93. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  94. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  95. d96ee90 Use Py_ssize_t to count the by Martin v. Löwis · 18 years ago
  96. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  97. d8fe7ab analyze_cells(): This no longer compiled under VC 7.1. by Tim Peters · 19 years ago
  98. 46b7bda Fix icc warnings: conversion from "long" to "int" may lose significant bits by Neal Norwitz · 19 years ago
  99. daf595f Fix icc warnings: shadowing local variable (i) and complex is set but not used, so remove by Neal Norwitz · 19 years ago
  100. 5d0ad50 Bug #889500, fix line number on SyntaxWarning for global declarations. by Neal Norwitz · 19 years ago