- 17 Mar, 2015 6 commits
-
-
Chris Toshok authored
add docstring support for modules and functions (both user written and builtin). add doc strings for `__builtin__` and `imp` modules.
-
Chris Toshok authored
-
Kevin Modzelewski authored
This will prevent tests from dirtying the source/build directories, or worse overwriting/removing files we care about. This commit expands on some existing hacks, which I don't like, but they should hopefully be going away soon.
-
Kevin Modzelewski authored
add cpython buffer + sqlite3 module, and a couple tests.
-
Kevin Modzelewski authored
Implement further changes required for virtualenv
-
Kevin Modzelewski authored
don't assert() if python errors inside of a CFGVisitor's RAII scope
-
- 16 Mar, 2015 6 commits
-
-
Michael Arntzenius authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
- 14 Mar, 2015 4 commits
-
-
Chris Toshok authored
-
Chris Toshok authored
-
Chris Toshok authored
-
Chris Toshok authored
-
- 13 Mar, 2015 12 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
INSTALLING.md: add instructions on getting gdb pretty-printers to work
-
Kevin Modzelewski authored
- make sure that, except for a few special cases, any type which has instance attributes gets a __dict__ descriptor - remove instance attributes from generator and builtin_function_or_method objects
-
Michael Arntzenius authored
-
Chris Toshok authored
-
Kevin Modzelewski authored
- oldstyle classes get a __dict__ - object().__hash__() - old style classes __getattribute__ - str.splitlines() - and file(unicode, unicode) - start_new_thread takes a third argument - set.union - instancemethod __getattr__
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Dong-hee,Na authored
-
Kevin Modzelewski authored
Fixing makefile link
-
Waleed Malik authored
fixing makefile link
-
Waleed Malik authored
-
- 12 Mar, 2015 8 commits
-
-
Kevin Modzelewski authored
Implement set comprehensions, fix dict comprehension scope
-
Kevin Modzelewski authored
Document that we need libssl-dev
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
We were already doing this for CAPI classes. Only slightly trickier due to bootstrapping issues.
-
Kevin Modzelewski authored
object.__reduce__, __reduce_ex__, and some friends
-
- 11 Mar, 2015 4 commits
-
-
Michael Arntzenius authored
-
Michael Arntzenius authored
-
Michael Arntzenius authored
-
Michael Arntzenius authored
-