- 03 Mar, 2009 3 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Kristján Valur Jónsson authored
-
- 02 Mar, 2009 5 commits
-
-
Benjamin Peterson authored
-
Tarek Ziadé authored
-
Gregory P. Smith authored
consistent with the other re module functions.
-
Gregory P. Smith authored
thus invisible in the compiled documentation. Fixed. Also I cleaned up the wording.
-
Benjamin Peterson authored
-
- 01 Mar, 2009 1 commit
-
-
Raymond Hettinger authored
-
- 28 Feb, 2009 7 commits
-
-
Georg Brandl authored
-
Jeffrey Yasskin authored
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.
-
Mark Dickinson authored
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
with same tagname but larger size than first map. (Windows)
-
Hirokazu Yamamoto authored
overrun.
-
Tarek Ziadé authored
-
- 27 Feb, 2009 8 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#5363: fix cmpfiles() docs. Another instance where a prose description is twice as long as the code.
-
Georg Brandl authored
-
Tarek Ziadé authored
-
Raymond Hettinger authored
-
Brett Cannon authored
from using str.rpartition to str.rindex. Closes Issue5213.
-
Tarek Ziadé authored
-
- 26 Feb, 2009 8 commits
-
-
Tarek Ziadé authored
-
Andrew M. Kuchling authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
- 25 Feb, 2009 7 commits
-
-
Raymond Hettinger authored
-
Tarek Ziadé authored
-
Mark Dickinson authored
on sizeof(digit) < sizeof(long)
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 24 Feb, 2009 1 commit
-
-
Jeffrey Yasskin authored
analyze the output of sys.getdxp().
-