- 11 Nov, 2015 2 commits
-
-
Marius Wachtler authored
add float_repr_style to sys module and enable test_strtod
-
Boxiang Sun authored
-
- 10 Nov, 2015 1 commit
-
-
Boxiang Sun authored
-
- 09 Nov, 2015 3 commits
-
-
Kevin Modzelewski authored
Some improvements that let test_fractions could pass.
-
Marius Wachtler authored
Add two attribute to str that let test_string pass.
-
Boxiang Sun authored
-
- 08 Nov, 2015 1 commit
-
-
Boxiang Sun authored
-
- 07 Nov, 2015 2 commits
-
-
Kevin Modzelewski authored
Support CMake 3.3+
-
Kevin Modzelewski authored
I guess our hack for pre-3.3 doesn't work in 3.3, but thankfully we can include both the pre-3.3 workaround and the actual 3.3+ fix, and it looks like cmake will end up doing the right thing in both cases.
-
- 06 Nov, 2015 2 commits
-
-
Boxiang Sun authored
-
Boxiang Sun authored
-
- 05 Nov, 2015 1 commit
-
-
Kevin Modzelewski authored
modified git_svn_gotorev.py to work with both py2 and py3
-
- 04 Nov, 2015 2 commits
-
-
Boxiang Sun authored
-
Daniel Milde authored
-
- 03 Nov, 2015 5 commits
-
-
Kevin Modzelewski authored
Move the sqlalchemy 0.5 test to extra/
-
Kevin Modzelewski authored
Use configurable path to cpython
-
Kevin Modzelewski authored
This removes it from the debug testing configuration and should hopefully reduce CI timeouts.
-
Daniel Milde authored
-
Kevin Modzelewski authored
Improve comments, rename CLFunction
-
- 02 Nov, 2015 4 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
and a couple of the other related functions: - addRTFunction is now an overload of FunctionMetadata::addVersion - boxFunctionMetadata is now createFunctionFromMetadata (it doesn't return a box) - createRTFunction was just a wrapper around new FunctionMetadata(), so get rid of it - boxRTFunction is now FunctionMetadata::create "CLFunction" never really made sense as a name, and some of the other related functions didn't make sense either (especially after a couple refactorings happened). Hopefully this makes it less confusing.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
- 31 Oct, 2015 4 commits
-
-
Marius Wachtler authored
Update head version number to 0.5
-
Marius Wachtler authored
-
Marius Wachtler authored
update README for 0.4 release
-
Marius Wachtler authored
-
- 30 Oct, 2015 4 commits
-
-
Kevin Modzelewski authored
Test PR to track down the travis CI self->map.size() == self->map_elts assert
-
Kevin Modzelewski authored
These cpython tests are passing now
-
Marius Wachtler authored
This caused the 'self->map.size() == self->map_elts' assert we saw sometimes on travis CI
-
Kevin Modzelewski authored
-
- 29 Oct, 2015 1 commit
-
-
Kevin Modzelewski authored
Parser fix: call fclose
-
- 28 Oct, 2015 4 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Misc pyxl2 perf improvements continued
-
Kevin Modzelewski authored
Misc optimizations for pyxl2
-
- 27 Oct, 2015 4 commits
-
-
Kevin Modzelewski authored
Add a FileHandle class for c++-style raii on FILE* objects. Also, add support for using the cpython parser for parsing strings (still only in -X mode).
-
Marius Wachtler authored
add doc to existed builtin function or method
-
Marius Wachtler authored
-
Marius Wachtler authored
-