summaryrefslogtreecommitdiff
path: root/c/file_emulator.h
Commit message (Expand)AuthorAgeFilesLines
* "char *" => "const char *" until Python 3.7 is happyArmin Rigo2017-09-271-1/+1
* Fix leak. Remaining issue: if the user close()s the file object in Python,Armin Rigo2016-09-271-2/+6
* More attempts at fixes for multiple interpretersArmin Rigo2015-09-301-6/+8
* Backed out changeset 663cebc6e784Armin Rigo2015-08-301-1/+14
* Avoid importing other types and storing them in static global variables.Armin Rigo2015-08-301-14/+1
* Python 3.2 compatibility.Armin Rigo2012-11-241-7/+4
* Trying blindly a fix for Python 3 on Windows.Armin Rigo2012-11-241-3/+14
* Two hours of debugging...Armin Rigo2012-10-301-0/+1
* Progress for Python 3, but not doneArmin Rigo2012-10-301-0/+78