- 10 Mar, 2015 16 commits
-
-
Kevin Modzelewski authored
I don't know how well this is followed in practice, but "!" is supposed to just be for irgen-specific names that should not make it to other tiers. The closure and generator variables are more like part of the inter-tier contract, so I think make more sense as "#" names.
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Add the zipimport, csv and ssl module
-
Marius Wachtler authored
-
Marius Wachtler authored
and let file.next() raise a StopException when on the end To make the csv module work on files.
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Kevin Modzelewski authored
travis try enabling apt cache
-
Kevin Modzelewski authored
Add bytearray and add a memoryview test
-
Kevin Modzelewski authored
don't let AttributeError exceptions bubble out of softspace. fixes fasta.py
-
Kevin Modzelewski authored
virtualenv fixes
-
Kevin Modzelewski authored
implement PyNumber_Divmod to fix datetime.timedelta(0)
-
Kevin Modzelewski authored
Add unichr()
-
Kevin Modzelewski authored
make tester produce useful help messages
-
- 09 Mar, 2015 8 commits
-
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Michael Arntzenius authored
-
Chris Toshok authored
-
Chris Toshok authored
-
Michael Arntzenius authored
-
- 08 Mar, 2015 2 commits
-
-
Marius Wachtler authored
-
Marius Wachtler authored
-
- 07 Mar, 2015 3 commits
-
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Chris Toshok authored
-
- 06 Mar, 2015 11 commits
-
-
Daniel Agar authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Also, try to set the HAVE_NEWBUFFER flag more accurately
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Add file.isatty sys.exit(None) -> exit code 0 non-dict kwargs hash(function) CPython's implementation of PyCallIter
-
Kevin Modzelewski authored
add a json test and get it running
-
Kevin Modzelewski authored
Bunch of small missing features, but with these and some small workarounds inside django, we can run django-admin to the point that it gives us the help message and then quits.
-
Kevin Modzelewski authored
This is needed for defaultdict
-