Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |