summaryrefslogtreecommitdiff
path: root/testing/embedding/test_basic.py
Commit message (Expand)AuthorAgeFilesLines
* tried hard and failed to have the embedding tests run in a debug-mode pythonArmin Rigo2016-01-141-0/+4
* (untested) trying to have the multithreaded tests run on windowsArmin Rigo2016-01-121-0/+1
* two tests pass on windows! progressArmin Rigo2016-01-121-4/+3
* Test and fixArmin Rigo2016-01-121-0/+4
* Give up testing windows: it kinda seems to work but I really, really,Armin Rigo2016-01-081-0/+4
* tryArmin Rigo2016-01-081-1/+1
* tryArmin Rigo2016-01-081-1/+4
* fixArmin Rigo2016-01-081-1/+1
* trying win fixArmin Rigo2016-01-081-1/+8
* py3 compatArmin Rigo2016-01-081-1/+2
* Py3 fixArmin Rigo2016-01-081-1/+3
* Py3 fixes. Skip the embedding tests if linking with -lpython%d.%dArmin Rigo2016-01-081-1/+20
* fixArmin Rigo2016-01-081-1/+6
* In-progress: fix tests to attempt to use distutils also for compilingArmin Rigo2016-01-071-62/+39
* Allow platform-specific hacks to invoke the compilerArmin Rigo2016-01-071-2/+24
* Generalize a bitArmin Rigo2016-01-071-6/+16
* Write a line when we run the final executable tooArmin Rigo2016-01-041-0/+1
* in-progress: a comment about eggs, and hacks to run the tests on pypy (some f...Armin Rigo2016-01-021-3/+22
* Fix the multithreaded initialization.Armin Rigo2016-01-011-1/+1
* Update the version numbers and make sure the _cffi_backend module isArmin Rigo2016-01-011-1/+4
* test multiple threads all doing the initial call to an "extern Python"Armin Rigo2016-01-011-5/+5
* A test with two modules.Armin Rigo2016-01-011-0/+11
* Avoid setting LD_LIBRARY_PATHArmin Rigo2016-01-011-5/+2
* Add a simple test (cpython 2.7 only)Armin Rigo2016-01-011-0/+61