- 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
- 6b64a68 Issue #18408: Fix compiler_import() to handle PyUnicode_Substring() failure properly by Victor Stinner · 11 years ago
- 0b1bc56 fix compilation on Windows by Victor Stinner · 12 years ago
- e8e1459 rather than passing locals to the class body, just execute the class body in the proper environment by Benjamin Peterson · 12 years ago
- 312595c hide the __class__ closure from the class body (#12370) by Benjamin Peterson · 12 years ago
- 3b0431d check local class namespace before reaching for cells (closes #17853) by Benjamin Peterson · 12 years ago
- 03a0c27 Merge indentation fix from 3.3. by Ezio Melotti · 12 years ago
- 1b6424f Fix indentation. by Ezio Melotti · 12 years ago
- 7d8c29a Issue #17645: convert an assert() into a proper exception in _Py_Mangle(). by Antoine Pitrou · 12 years ago
- 55bff89 Issue #17645: convert an assert() into a proper exception in _Py_Mangle(). by Antoine Pitrou · 12 years ago
- cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 12 years ago
- 419d9a8 evaluate lambda keyword-only defaults after positional defaults (#16967 again) by Benjamin Peterson · 12 years ago
- 1ef876c evaluate positional defaults before keyword-only defaults (closes #16967) by Benjamin Peterson · 12 years ago
- 70b224d assert than we never try to deal with True, False, or None as a name by Benjamin Peterson · 12 years ago
- 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 12 years ago
- ded35ae Issue #16546: make ast.YieldFrom argument mandatory. by Mark Dickinson · 12 years ago
- aab9c2b Issue #5765: Apply a hard recursion limit in the compiler by Nick Coghlan · 12 years ago
- 51ab283 remove unused variable by Benjamin Peterson · 12 years ago
- 9544aa3 Issue #15368: fixing variable typo. by Meador Inge · 12 years ago
- f69e24e Issue #15368: fixing variable typo. by Meador Inge · 12 years ago
- 1f336ad Issue #15368: make bytecode generation deterministic. by Meador Inge · 12 years ago
- 2ca6315 Issue #15368: make bytecode generation deterministic. by Meador Inge · 12 years ago
- 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
- 8f82506 Check newly created consistency using _PyUnicode_CheckConsistency(str, 1) by Victor Stinner · 13 years ago
- 2a1fdc4 merge 3.2 (#14607) by Benjamin Peterson · 13 years ago
- 32c59b6 mangle keyword-only argname when loading defaults (closes #14607) by Benjamin Peterson · 13 years ago
- 2afe6ae perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) by Benjamin Peterson · 13 years ago
- 527c622 make YieldFrom its own distinct from Yield (closes #13780) by Benjamin Peterson · 13 years ago
- 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
- 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
- 6c7a52a Check for PyUnicode_CopyCharacters() failure by Victor Stinner · 13 years ago
- d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
- f5ff223 use a invalid name for the __class__ closure for super() (closes #12370) by Benjamin Peterson · 13 years ago
- 43af12b unify TryExcept and TryFinally (closes #12199) by Benjamin Peterson · 13 years ago
- d8255e0 merge 3.2 by Benjamin Peterson · 13 years ago
- a290bac merge 3.1 by Benjamin Peterson · 13 years ago
- 0a5dad9 fix spacing by Benjamin Peterson · 13 years ago
- 4a0f20f merge 3.2 by Benjamin Peterson · 13 years ago
- 5218853 merge 3.1 by Benjamin Peterson · 13 years ago
- 74897ba fix indentation by Benjamin Peterson · 13 years ago
- bf1bbc1 reflect with statements with multiple items in the AST (closes #12106) by Benjamin Peterson · 13 years ago
- 4f2dab5 Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions by Victor Stinner · 13 years ago
- 43b0686 try to use the same str object for all code filenames when compiling or unmarshalling (#12190) by Benjamin Peterson · 13 years ago
- 97e561e Avoid useless "++" at the end of functions by Victor Stinner · 13 years ago
- f3fd733 Remove useless argument of _PyUnicode_AsDefaultEncodedString() by Victor Stinner · 14 years ago
- 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 14 years ago
- e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
- 15244f7 Recorded merge of revisions 85569-85570 via svnmerge from by Victor Stinner · 14 years ago
- c049982 compiler_error(): use PyUnicode_DecodeFSDefault() to decode the filename, by Victor Stinner · 14 years ago
- 4c7c8c3 Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects by Victor Stinner · 14 years ago
- d4efd9e add column offset to all syntax errors by Benjamin Peterson · 14 years ago
- ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
- 74a69fa Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by Antoine Pitrou · 14 years ago
- 20f9c3c revert unintended changes by Benjamin Peterson · 14 years ago
- 013783c move test_trace.py so as not to conflict with future tests for the trace module by Benjamin Peterson · 14 years ago
- 252e8e2 Merged revisions 82171 via svnmerge from by Antoine Pitrou · 14 years ago
- 9aee2c8 Merged revisions 82169 via svnmerge from by Antoine Pitrou · 14 years ago
- 25bb0fd Merged revisions 82059,82061 via svnmerge from by Victor Stinner · 14 years ago
- 0fe25a4 Issue #6543: Write the traceback in the terminal encoding instead of utf-8. by Victor Stinner · 14 years ago
- 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 15 years ago
- f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
- e6dd2cb Merged revisions 79034 via svnmerge from by Benjamin Peterson · 15 years ago
- 192ce61 Merged revisions 76577 via svnmerge from by Mark Dickinson · 15 years ago
- a73ef2f Merged revisions 76575 via svnmerge from by Mark Dickinson · 15 years ago
- f6489f9 Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from by Benjamin Peterson · 15 years ago
- b42dab5 Merged revisions 75441 via svnmerge from by Mark Dickinson · 15 years ago
- 01458c7 Remove the uses of WITHOUT_COMPLEX introduced in r75471 by Mark Dickinson · 15 years ago
- 42e3055 Merged revisions 75440 via svnmerge from by Mark Dickinson · 15 years ago
- e441cb7 Issue #1754094: Improve the stack depth calculation in the compiler. by Neil Schemenauer · 15 years ago
- 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
- 3212337 unfortunately we can't kill compiler_new_tmpname here by Benjamin Peterson · 15 years ago
- 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
- d76c8da Merged revisions 73623-73624 via svnmerge from by Benjamin Peterson · 15 years ago
- 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
- 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 15 years ago
- b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 16 years ago
- dcaf329 instead of hacking __locals__ in during bytecode generation, put it in the symtable by Benjamin Peterson · 16 years ago
- 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 16 years ago
- 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 16 years ago
- b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 16 years ago
- 371ccfb Merged revisions 67954 via svnmerge from by Benjamin Peterson · 16 years ago
- f289ae6 Merged revisions 67818 via svnmerge from by Antoine Pitrou · 16 years ago
- bde1676 Merged revisions 67171 via svnmerge from by Benjamin Peterson · 16 years ago
- 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
- 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
- eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
- 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
- e9f305f Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,63229-63232,63234-63235,63237-63239,63241,63243-63246,63250-63254,63256-63259,63261,63263-63264,63266-63267,63269-63270,63272-63273,63275-63276,63278,63280-63281,63283-63284,63286-63287,63289-63290,63292-63293,63295-63296,63298-63299,63301-63302,63304-63305,63307,63309-63314,63316-63322,63324-63325,63327-63335,63337-63338,63340-63342,63344-63346,63348 via svnmerge from by Alexandre Vassalotti · 17 years ago
- 36e6310 Fix refleak with nested classes. Fix originally by Amaury in r62015. by Neal Norwitz · 17 years ago
- ad74aa8 Merged revisions 62047 via svnmerge from by Neal Norwitz · 17 years ago
- 618dc5e Merged revisions 62004 via svnmerge from by Martin v. Löwis · 17 years ago
- 08976cb Merged revisions 61404-61407 via svnmerge from by Christian Heimes · 17 years ago
- dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 17 years ago
- deef674 Fix crasher in unpacking assignments with star, where the size constraints by Thomas Wouters · 17 years ago
- 77c02eb Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from by Christian Heimes · 17 years ago
- 2202f87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 17 years ago
- 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 17 years ago
- fe82e77 Merged revisions 60379-60382 via svnmerge from by Christian Heimes · 17 years ago
- 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 17 years ago
- 5fb7c2a Merged revisions 59565-59594 via svnmerge from by Christian Heimes · 17 years ago