| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #26733: Fixed formatting line numbers in test_dis. | Serhiy Storchaka | 2016-04-12 | 1 | -8/+8 |
| | | | | | Based on patch by Xiang Zhang. | ||||
| * | Issue #19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-10 | 1 | -0/+2 |
| | | |||||
| * | adjust for change in assert bytecode | Benjamin Peterson | 2011-10-27 | 1 | -4/+5 |
| | | |||||
| * | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -2/+2 |
| | | |||||
| * | Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with | Jeffrey Yasskin | 2009-02-28 | 1 | -19/+17 |
| | | | | | | | POP_JUMP_IF_{TRUE,FALSE} and JUMP_IF_{TRUE,FALSE}_OR_POP. This avoids executing a POP_TOP on each conditional and sometimes allows the peephole optimizer to skip a JUMP_ABSOLUTE entirely. It speeds up list comprehensions significantly. | ||||
| * | Issue #2183: Simplify and optimize bytecode for list comprehensions. | Antoine Pitrou | 2008-12-17 | 1 | -20/+16 |
| | | |||||
| * | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
| | | |||||
| * | Clean up imports. | Collin Winter | 2007-04-04 | 1 | -4/+4 |
| | | |||||
| * | Whitespace normalization. | Tim Peters | 2006-07-18 | 1 | -4/+4 |
| | | |||||
| * | Bug #1512814, Fix incorrect lineno's when code within a function | Neal Norwitz | 2006-07-16 | 1 | -0/+24 |
| | | | | | had more than 255 blank lines. Byte codes need to go first, line #s second. | ||||
| * | SF bug 1442442: LIST_APPEND optimization got lost in the AST merge. | Neal Norwitz | 2006-03-03 | 1 | -21/+19 |
| | | | | | Add it back. | ||||
| * | test_bug_1333982(): This one must fail under -O. | Tim Peters | 2005-12-25 | 1 | -1/+4 |
| | | | | | All the --all test pass using -O on WinXP now. | ||||
| * | Fix Armin's bug 1333982. He found it, he didn't created it :-) | Neal Norwitz | 2005-12-18 | 1 | -0/+40 |
| | | | | | | | | | | | This code generated a C assertion: assert 1, ([s for s in x] + [s for s in x]) pass assert was completely broken, it needed to use the proper block. compiler_use_block() is now no longer used, so remove it. | ||||
| * | SF Patch #1013667: Cleanup Peepholer Output | Raymond Hettinger | 2004-08-23 | 1 | -2/+0 |
| | | | | | | | | | | * Make a pass to eliminate NOPs. Produce code that is more readable, more compact, and a tiny bit faster. Makes the peepholer more flexible in the scope of allowable transformations. * With Guido's okay, bumped up the magic number so that this patch gets widely exercised before the alpha goes out. | ||||
| * | Delete comment my last checkin rendered obsolete. | Michael W. Hudson | 2003-04-30 | 1 | -2/+0 |
| | | | | | | I should also not that my last checkin did stuff that made failures give more helpful information. | ||||
| * | Use Tim's suggestion to fix | Michael W. Hudson | 2003-04-29 | 1 | -14/+51 |
| | | | | | | | | | | [ 708901 ] Lineno calculation sometimes broken A one line patch to compile.c and a rather-more-than-one-line patch to test_dis. Hey ho. Possibly a backport candidate -- tho' lnotab is less used in 2.2... | ||||
| * | This test relied on significant trailing whitespace in a string literal. | Tim Peters | 2003-03-07 | 1 | -7/+12 |
| | | | | | Evil. | ||||
| * | simple test case for dis module | Skip Montanaro | 2003-02-27 | 1 | -0/+53 |
