- 23 Şub, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 04 Nis, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 18 Tem, 2006 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 16 Tem, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
had more than 255 blank lines. Byte codes need to go first, line #s second.
-
- 03 Mar, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Add it back.
-
- 25 Ara, 2005 1 kayıt (commit)
-
-
Tim Peters yazdı
All the --all test pass using -O on WinXP now.
-
- 18 Ara, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
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.
-
- 23 Agu, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
* 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.
-
- 30 Nis, 2003 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
I should also not that my last checkin did stuff that made failures give more helpful information.
-
- 29 Nis, 2003 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
[ 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...
-
- 07 Mar, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
Evil.
-
- 27 Şub, 2003 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-