555 Commits (be9acefc6bdf6e71407cedfedae330b919ff0637)

Author SHA1 Message Date
Jeremy Hylton 37075c5ace Fix long-standing bug in name mangling for package imports 19 years ago
Guido van Rossum 0240b92a6c Two more patches by Tony Lownds (SF# 1607548). 19 years ago
Neal Norwitz 6baa4c4cc6 Whoops, fix build breakage. There were still a few uses of the bool type. 19 years ago
Thomas Wouters 00e41defe8 Bytes literal. 19 years ago
Georg Brandl 88fc6646d1 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. 19 years ago
Guido van Rossum 16be03e4a2 Some more changes related to the new except syntax and semantics, 19 years ago
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter: 19 years ago
Neal Norwitz c150536b5e PEP 3107 - Function Annotations thanks to Tony Lownds 19 years ago
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 19 years ago
Neal Norwitz f733a013b2 Update comments, remove commented out code. 19 years ago
Georg Brandl 2c4fb8d601 Clean up a leftover from old listcomp generation code. 19 years ago
Neal Norwitz 2f0940b6ca Backport 52504: 19 years ago
Neal Norwitz 21997afb0c Fix bug #1565514, SystemError not raised on too many nested blocks. 19 years ago
Guido van Rossum 4f72a78684 Jiwon Seo's PEP 3102 implementation. 19 years ago
Georg Brandl a5fe3ef8d8 Fix #1569998: no break inside try statement (outside loop) allowed. 20 years ago
Georg Brandl 74284b9606 Patch #1542451: fix crash with continue in nested try/finally 20 years ago
Jeremy Hylton 82271f13e7 Fix for SF bug 1569998: break permitted inside try. 20 years ago
Georg Brandl 52318d6215 Patch #1550786: ellipsis literal. 20 years ago
Georg Brandl 7cae87ca7b Patch #1550800: make exec a function. 20 years ago
Guido van Rossum 86e58e239e SF patch 1547796 by Georg Brandl -- set literals. 20 years ago
Brett Cannon cf588f6448 Remove support for backticks from the grammar and compiler. 20 years ago
Jeremy Hylton fbfe093607 Check for exceptions set by PyDict_GetItem(). 20 years ago
Neal Norwitz 4f096d9487 Patch #1542451: disallow continue anywhere under a finally 20 years ago
Thomas Wouters 00ee7baf49 Merge current trunk into p3yk. This includes the PyNumber_Index API change, 20 years ago
Neal Norwitz 87557cd72a Add assert to make Klocwork happy (#276) 20 years ago
Jeremy Hylton 644dddcc3f Move peephole optimizer to separate file. 20 years ago
Neal Norwitz 84167d09cd Even though _Py_Mangle() isn't truly public anyone can call it and 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Neal Norwitz 0cbd805a10 Bug #1333982: string/number constants were inappropriately stored 20 years ago
Neal Norwitz 4ffedadb10 Bug #1191458: tracing over for loops now produces a line event 20 years ago
Neal Norwitz c173b488dc Add some asserts and update comments 20 years ago
Neal Norwitz f71847e645 If the for loop isn't entered, entryblock will be NULL. If passed 20 years ago
Neal Norwitz b59d08c2fb Fix more memory allocation issues found with failmalloc. 20 years ago
Neal Norwitz d12bd012a6 Handle more memory allocation failures without crashing. 20 years ago
Neal Norwitz 84be93b2db Bug #1512814, Fix incorrect lineno's when code within a function 20 years ago
Neal Norwitz ed65755608 Bug #1512814, Fix incorrect lineno's when code at module scope 20 years ago
Neil Schemenauer 0e07b60a4e Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation. 20 years ago
Neal Norwitz 2585ad58e6 Fix indentation of case and a Py_ssize_t issue. 20 years ago
Thomas Wouters 73e5a5b65d Merge the rest of the trunk. 20 years ago
Georg Brandl ddbaa660d3 Patch #1346214: correctly optimize away "if 0"-style stmts 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Georg Brandl 7784f12d74 Replace Py_BuildValue("OO") by PyTuple_Pack. 20 years ago
Guido van Rossum da5b701aee Get rid of __context__, per the latest changes to PEP 343 and python-dev 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Martin v. Löwis 0cc56e5c59 Introduce asdl_int_seq, to hold cmpop_ty. 20 years ago
Skip Montanaro 869bacd465 revert - breaks build of Python/ast.c w/ gcc 20 years ago
Skip Montanaro b940671186 Use union to discriminate pointer types from enum/int types. 20 years ago
Anthony Baxter d691f1a35f casting nastiness to make C++ compiler happy 20 years ago
Anthony Baxter 2c33fc77fe per Jeremy's email, remove the _WITH_CAST versions of macros. g++ 20 years ago
Anthony Baxter 7b782b61c5 more low-hanging fruit to make code compile under a C++ compiler. Not 20 years ago