- 03 Jan, 2015 4 commits
-
-
The Gitter Badger authored
-
Kevin Modzelewski authored
Cmake small updates to match Makefile
-
Kevin Modzelewski authored
Previously we were compiling against the system headers, and then linking against a different libstdc++. Fixes #252. Also, move the gtest install section into the "required dependencies" section since you need it to pass "make check".
-
Kevin Modzelewski authored
Trying to fix Issue #171
-
- 23 Dec, 2014 2 commits
- 22 Dec, 2014 2 commits
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- 21 Dec, 2014 4 commits
-
-
Daniel Agar authored
-
Bob Fang authored
-
Bob Fang authored
-
Daniel Agar authored
-
- 20 Dec, 2014 2 commits
- 19 Dec, 2014 10 commits
-
-
Kevin Modzelewski authored
There are two tricky things left that I don't think we can support soon: - MultipartConversionError uses multiple inheritance - structseq.c sets a tp_dealloc The structseq_dealloc function is a "simple" destructer (functionality is covered by our GC), so we can just comment it out. Ideally we'd have some way of automatically determining that it's a no-op so that we don't have to run it.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Ie run lint.py tester.py under Pyston, and use Pyston on the setup.py script to build our test extension modules. Pass SELF_HOST=1 to make to invoke this behavior
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Looks like for now this only changes double-closing-angle-brackets (now formats "> >" as ">>" in templates), but apparently it has effects on raw string literals as well.
-
- 18 Dec, 2014 16 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Starting to really hit critical mass in terms of having enough API support that it's easier to copy additional API functions over.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
And turn off that part of the fork.py test as well
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
My first stab at writing CMake rules
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Required a small amount of object changes, and then a large number of replacements where we directly compared the class to int_cls. We now check that it's a subclass, since you are allowed to use True/False anywhere that you could use an int. ex "xrange(0, n, step=True)"
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-