Mercurial > hg-stable
log
age | author | description |
---|---|---|
Sat, 16 May 2015 14:37:24 -0400 | Augie Fackler | util: drop any() and all() polyfills |
Sat, 16 May 2015 14:34:19 -0400 | Augie Fackler | cleanup: use __builtins__.all instead of util.all |
Sat, 16 May 2015 14:34:04 -0400 | Augie Fackler | check-code: un-ban __builtins__.all now that we're on 2.6 |
Sat, 16 May 2015 14:30:07 -0400 | Augie Fackler | cleanup: use __builtins__.any instead of util.any |
Sat, 16 May 2015 14:31:03 -0400 | Augie Fackler | check-code: un-ban any() now that we're on 2.6 |
Sun, 17 May 2015 18:11:02 -0700 | Pierre-Yves David | walkchangerevs: replace try/except with 'next' |