Wykres commitów

5 Commity (6eb70d44092e1c9cc2c7112ed1ac852164e8aa7d)

Autor SHA1 Wiadomość Data
tibs 6eb70d4409 A bit more progress -- iterating over ES units (but can't do anything with them).
--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4031
2008-08-18 21:43:53 +00:00
tibs eebcb3e33d Add some initial doctesting for the Pyrex bindings.
--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4029
2008-08-10 17:43:24 +00:00
tibs 83cb113b8c Add license blocks to the Pyrex files (should have remembered earlier).
--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4028
2008-07-31 10:09:59 +00:00
tibs 75653b3cae Prevent a segmentation fault when the __dealloc__ method is called, by
using the (correct) close_elementary_stream. This is tolerant of a NULL
argument (because it's designed to pair with open_elementary_stream,
which can fail).

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4026
2008-07-31 09:28:23 +00:00
tibs 4541c87b0c Rename es.pyx as tstools.pyx -- mainly because pyrex assumes that the final
Python package will have the same name as the pyx file (or nasty things
happen when you try to import it), and I ultimately want the Python module
to be called "tstools".

Add a (probably) temporary Makefile for pyrex, and the Setup.py that does
the actual work.

On my Mac, this how builds something I can import into Python, and then
discover errors in... so fix the 'filename' attribute of ESStream, both
to exist (!) and secondly to be visible to Python.

--HG--
rename : es.pyx => tstools.pyx
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4025
2008-07-30 22:07:47 +00:00