- 6c4fa70 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) by Benjamin Peterson · 8 years ago
- 34cb3f0 Issue #27301: Fixed incorrect return code for error in compile.c. by Serhiy Storchaka · 8 years ago
- bc62af1 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
- 7791165 code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
- 5951f23 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
- 0287f2f check return value of PyString_FromStringAndSize for NULL (closes #24734) by Benjamin Peterson · 9 years ago
- f0aa88f Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
- 7a6a973 pop the loop block even for infinite while loops (closes #23048) by Benjamin Peterson · 10 years ago
- a86c091 Issue #22453: Fexed reference leaks when format error messages in ceval.c. by Serhiy Storchaka · 10 years ago
- ab4a691 Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler. by Antoine Pitrou · 10 years ago
- 022db59 Issue #17645: convert an assert() into a proper exception in _Py_Mangle(). by Antoine Pitrou · 12 years ago
- 0e3755e remove unused variable by Meador Inge · 12 years ago
- b8a5690 Issue #15368: fixing variable typo. by Meador Inge · 12 years ago
- 6642d1f Issue #15368: make bytecode generation deterministic. by Meador Inge · 12 years ago
- 0c0d756 don't let a tuple msg be interpreted as arguments to AssertionError (closes #13268) by Benjamin Peterson · 13 years ago
- a4d36a9 Fix misindents in compile.c (for Benjamin). by Antoine Pitrou · 14 years ago
- c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
- 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 15 years ago
- 0dee9c1 prevent lambda functions from having docstrings #8164 by Benjamin Peterson · 15 years ago
- 565d785 normalize exceptions passed to the __exit__ method #7853 by Benjamin Peterson · 15 years ago
- b646547 Issue #2333: Backport set and dict comprehensions syntax. by Alexandre Vassalotti · 15 years ago
- ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. by Alexandre Vassalotti · 15 years ago
- ccc690d Issue #1678380: When distinguishing between -0.0 and 0.0 in by Mark Dickinson · 15 years ago
- cef9782 turn goto into do while loop by Benjamin Peterson · 15 years ago
- 026ac7c Allow core Python build to succeed under WITHOUT_COMPLEX. The module build stage still fails. by Mark Dickinson · 15 years ago
- 7fdd1cb Issue #1754094: Improve the stack depth calculation in the compiler. by Neil Schemenauer · 15 years ago
- d9920c2 remove tmpname support since it's no longer used by Benjamin Peterson · 15 years ago
- 5ecf57a remove unused 'encoding' member from the compiler struct by Benjamin Peterson · 15 years ago
- a72be3b when no module is given in a 'from' relative import, make ImportFrom.module NULL by Benjamin Peterson · 15 years ago
- 7937d93 Fix nearly all compilation warnings under Apple gcc-4.0. Tested with OPT="-g by Jeffrey Yasskin · 15 years ago
- 49a6b0e take into account the fact that SETUP_WITH pushes a finally block by Benjamin Peterson · 15 years ago
- 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 15 years ago
- 655d835 Issue #6042: by Jeffrey Yasskin · 15 years ago
- 68d6852 Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with by Jeffrey Yasskin · 16 years ago
- 12554cb more flags which only work for function blocks by Benjamin Peterson · 16 years ago
- da9327f add explanatory comment by Benjamin Peterson · 16 years ago
- 59ce042 #4077: No need to append \n when calling Py_FatalError by Amaury Forgeot d'Arc · 16 years ago
- 8d5934b #4748 lambda generators shouldn't return values by Benjamin Peterson · 16 years ago
- d0c3515 Issue #2183: Simplify and optimize bytecode for list comprehensions. by Antoine Pitrou · 16 years ago
- 2c98faa check for assignment to __debug__ during AST generation by Benjamin Peterson · 16 years ago
- 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 16 years ago
- dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
- 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
- a48f3ab Patch #2511: Give the "excepthandler" AST item proper attributes by making it a Sum. by Georg Brandl · 17 years ago
- 69b747b Fix a reference leak found by Georg, when compiling a class nested in another class. by Amaury Forgeot d'Arc · 17 years ago
- fc8eef3 Patch #1810 by Thomas Lee, reviewed by myself: by Georg Brandl · 17 years ago
- 400aeda Add a warning for code like: assert (0, 'message') by Neal Norwitz · 17 years ago
- 7af53be Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files) by Nick Coghlan · 17 years ago
- 0031ff3 Fix indentation by Neal Norwitz · 17 years ago
- 5224d28 Patch #1759: Backport of PEP 3129 class decorators with some help from Georg by Christian Heimes · 17 years ago
- a6c41bc Cast a struct to a void pointer so as to do a type-safe pointer comparison by Brett Cannon · 17 years ago
- 99af7db Change r60575 broke test_compile: by Amaury Forgeot d'Arc · 17 years ago
- 6fd03bb #1750076: Debugger did not step on every iteration of a while statement. by Amaury Forgeot d'Arc · 17 years ago
- 105be77 Issue #1678380. Fix a bug that identifies 0j and -0j when they appear by Mark Dickinson · 17 years ago
- d7e1b2b static PyObject* variables should use PyString_InternFromString() instead of PyObject_FromString() to store a python string in a function level static var. by Christian Heimes · 17 years ago
- 16570f5 #1920: when considering a block starting by "while 0", the compiler optimized the by Amaury Forgeot d'Arc · 17 years ago
- dff1fd9 Add comments by Raymond Hettinger · 17 years ago
- 70fcfd0 Bigger range for non-extended opargs. by Raymond Hettinger · 17 years ago
- eca2743 Zap a duplicate line by Raymond Hettinger · 17 years ago
- fd7ed40 Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary. by Raymond Hettinger · 17 years ago
- effde12 Speed-up dictionary constructor by about 10%. by Raymond Hettinger · 17 years ago
- 5a5bc7b Fix #1169: remove docstrings in functions for -OO. by Georg Brandl · 17 years ago
- b90f52e Revert compile.c changes that shouldn't have been included in previous checkin by Nick Coghlan · 17 years ago
- 3af0e78 Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon) by Nick Coghlan · 17 years ago
- d8672aa Fix compile.c so that it records 0.0 and -0.0 as separate constants in a code by Alex Martelli · 17 years ago
- a5ea689 Bug #1722484: remove docstrings again when running with -OO. by Georg Brandl · 17 years ago
- 819de6c tabify by Jeremy Hylton · 18 years ago
- 37075c5 Fix long-standing bug in name mangling for package imports by Jeremy Hylton · 18 years ago
- f733a01 Update comments, remove commented out code. by Neal Norwitz · 18 years ago
- 2c4fb8d Clean up a leftover from old listcomp generation code. by Georg Brandl · 18 years ago
- 21997af Fix bug #1565514, SystemError not raised on too many nested blocks. by Neal Norwitz · 18 years ago
- 82271f1 Fix for SF bug 1569998: break permitted inside try. by Jeremy Hylton · 18 years ago
- 4f096d9 Patch #1542451: disallow continue anywhere under a finally by Neal Norwitz · 18 years ago
- 87557cd Add assert to make Klocwork happy (#276) by Neal Norwitz · 18 years ago
- 644dddc Move peephole optimizer to separate file. by Jeremy Hylton · 18 years ago
- 84167d0 Even though _Py_Mangle() isn't truly public anyone can call it and by Neal Norwitz · 18 years ago
- 0cbd805 Bug #1333982: string/number constants were inappropriately stored by Neal Norwitz · 18 years ago
- 4ffedad Bug #1191458: tracing over for loops now produces a line event by Neal Norwitz · 18 years ago
- c173b48 Add some asserts and update comments by Neal Norwitz · 18 years ago
- f71847e If the for loop isn't entered, entryblock will be NULL. If passed by Neal Norwitz · 18 years ago
- b59d08c Fix more memory allocation issues found with failmalloc. by Neal Norwitz · 18 years ago
- d12bd01 Handle more memory allocation failures without crashing. by Neal Norwitz · 18 years ago
- 84be93b Bug #1512814, Fix incorrect lineno's when code within a function by Neal Norwitz · 18 years ago
- ed65755 Bug #1512814, Fix incorrect lineno's when code at module scope by Neal Norwitz · 18 years ago
- 0e07b60 Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation. by Neil Schemenauer · 18 years ago
- 2585ad5 Fix indentation of case and a Py_ssize_t issue. by Neal Norwitz · 18 years ago
- ddbaa66 Patch #1346214: correctly optimize away "if 0"-style stmts by Georg Brandl · 18 years ago
- 7784f12 Replace Py_BuildValue("OO") by PyTuple_Pack. by Georg Brandl · 18 years ago
- da5b701 Get rid of __context__, per the latest changes to PEP 343 and python-dev by Guido van Rossum · 19 years ago
- 0cc56e5 Introduce asdl_int_seq, to hold cmpop_ty. by Martin v. Löwis · 19 years ago
- 869bacd revert - breaks build of Python/ast.c w/ gcc by Skip Montanaro · 19 years ago
- b940671 Use union to discriminate pointer types from enum/int types. by Skip Montanaro · 19 years ago
- d691f1a casting nastiness to make C++ compiler happy by Anthony Baxter · 19 years ago
- 2c33fc7 per Jeremy's email, remove the _WITH_CAST versions of macros. g++ by Anthony Baxter · 19 years ago
- 7b782b6 more low-hanging fruit to make code compile under a C++ compiler. Not by Anthony Baxter · 19 years ago
- 14bc4e4 Use PyObject_* allocator since FutureFeatures is small by Neal Norwitz · 19 years ago
- b183a25 Fix some warnings on HP-UX when using cc/aCC by Neal Norwitz · 19 years ago
- ed40ea1 Generate line number table entries for except handlers. by Jeremy Hylton · 19 years ago
- cbce280 Don't abbreviate ABS, use long name ABSOLUTE. by Neal Norwitz · 19 years ago
- 12603c4 Expand comments on line numbers and blocks. by Jeremy Hylton · 19 years ago