An error occurred fetching the project authors.
- 16 Apr, 2015 1 commit
-
-
Marius Wachtler authored
-
- 18 Mar, 2015 1 commit
-
-
Marius Wachtler authored
-
- 17 Mar, 2015 1 commit
-
-
Kevin Modzelewski authored
2-arg iter() variant bytearray(xrange(256)) better support for multiple inheritance from both old- and new-style classes set.pop() str.rindex set.discard
-
- 13 Mar, 2015 1 commit
-
-
Kevin Modzelewski authored
-
- 07 Mar, 2015 1 commit
-
-
Marius Wachtler authored
-
- 06 Mar, 2015 1 commit
-
-
Kevin Modzelewski authored
-
- 05 Mar, 2015 1 commit
-
-
Kevin Modzelewski authored
-
- 09 Feb, 2015 1 commit
-
-
Kevin Modzelewski authored
I don't think the current implementation will be that fast and will probably do poorly in sort()/sorted() microbenchmarks. My feeling is that it doesn't matter that much, but if it does there are some things we can do to optimize it.
-
- 06 Feb, 2015 1 commit
-
-
Travis Hance authored
-
- 11 Jan, 2015 1 commit
-
-
Kevin Modzelewski authored
Sometimes you want the wrapping behavior or not -- the builtin iter() function was calling getiter, but shouldn't be doing this wrapping.
-
- 08 Jan, 2015 2 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
- 19 Dec, 2014 1 commit
-
-
Kevin Modzelewski authored
-
- 18 Dec, 2014 1 commit
-
-
Kevin Modzelewski authored
-
- 25 Aug, 2014 1 commit
-
-
Kevin Modzelewski authored
The benchmark runs but crashes due to OOM, I think because we never release the underlying long memory (due to lack of finalizers)
-
- 24 Aug, 2014 2 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
For those calls (such as in conditionals and "not x" expressions), if for some reason we didn't think the object could be converted to bool, we would crash in codegen. This could happen if we knew that the type was a builtin type (ex: None, or dict) and we hadn't yet implemented __nonzero__. Unrelated, but implement isinstance(obj, (tuple_of_classes,)). This also lets us use multiple exception types in a single except statement.
-
- 15 Aug, 2014 1 commit
-
-
Marius Wachtler authored
-
- 04 Aug, 2014 1 commit
-
-
Kevin Modzelewski authored
-
- 29 May, 2014 1 commit
-
-
Marius Wachtler authored
Implement zip2
-
- 21 May, 2014 1 commit
-
-
Kevin Modzelewski authored
-
- 15 May, 2014 1 commit
-
-
Marius Wachtler authored
-
- 03 Apr, 2014 1 commit
-
-
Kevin Modzelewski authored
-