summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* explanatory commentlibrary-moduleAlex Gaynor2013-02-251-1/+4
* Make the library be a ModuleType subclass so that on PyPy it is optimized for...Alex Gaynor2013-02-241-4/+6
* updateArmin Rigo2013-02-231-1/+1
* typoArmin Rigo2013-02-231-1/+1
* (lazka) improve the test, and fix a typo (bad arigo)Armin Rigo2013-02-221-3/+9
* (lazka, arigo) Change dlopen() to accept either a full path or a libraryArmin Rigo2013-02-223-10/+21
* Skip running this file on top of PyPy.Armin Rigo2013-02-221-0/+3
* Small documentation fixes.Armin Rigo2013-02-201-5/+12
* Moving the determination of the base integer type of an enumArmin Rigo2013-02-166-160/+125
* Kill a debugging print (and make it py3k compatible again)Armin Rigo2013-02-151-1/+0
* Add a warning about "x[:]=string" (thanks David).Armin Rigo2013-02-151-0/+3
* Bah, seems Yet Another ctypes limitation of PyPy. Don't fully care :-/Armin Rigo2013-02-131-0/+3
* Another test that version number matches.Armin Rigo2013-02-132-1/+12
* Support the PyPy error message hereArmin Rigo2013-02-131-1/+2
* Remove the debugging printArmin Rigo2013-02-131-1/+0
* test and fixArmin Rigo2013-02-132-3/+5
* hg merge auto-typesArmin Rigo2013-02-127-233/+589
|\
| * hg merge enum-as-intArmin Rigo2013-02-123-14/+272
| |\
| | * hg merge slicingArmin Rigo2013-02-120-0/+0
| | |\
| | * | Add a past path for slice assignment with a cdata-of-same-type source.slicingArmin Rigo2013-02-102-4/+28
| | * | DocumentArmin Rigo2013-02-101-6/+15
| | * | slice assignment.Armin Rigo2013-02-102-7/+89
| | * | Check error pathsArmin Rigo2013-02-102-2/+18
| | * | More tests, small fixesArmin Rigo2013-02-102-8/+41
| | * | getting a sliceArmin Rigo2013-02-102-6/+100
| | * | Slicing cdata objectsArmin Rigo2013-02-100-0/+0
| | |/
| * | More documentationenum-as-intArmin Rigo2013-02-121-3/+4
| * | DocumentArmin Rigo2013-02-121-5/+6
| * | Fix enums to use the same rule as gcc: they are actually not alwaysArmin Rigo2013-02-124-46/+196
| * | DocumentArmin Rigo2013-02-101-10/+14
| * | ImplementationArmin Rigo2013-02-086-182/+124
| * | Enums should behave just like ints. No more using the string of the enum.Armin Rigo2013-02-080-0/+0
| |/
* | An extra test for 'bool'.auto-typesArmin Rigo2013-02-121-0/+1
* | DocumentArmin Rigo2013-02-101-7/+21
* | Add all standard Windows types (as per a list from some official-lookingArmin Rigo2013-02-104-6/+272
* | - add missing fileArmin Rigo2013-02-103-2/+19
* | ImplementationArmin Rigo2013-02-106-10/+50
* | Playing with the idea of declaring common types more automatically,Armin Rigo2013-02-100-0/+0
|/
* Passing None as an ``item *`` argument to a function.Armin Rigo2013-02-084-2/+29
* Move the development to 0.6Armin Rigo2013-02-084-6/+6
* Fix when running on pypy without cpyext.Armin Rigo2013-02-071-1/+5
* Update the docs.Armin Rigo2013-02-071-6/+3
* * Win32 fixArmin Rigo2013-02-071-1/+8
* Python 3 compatArmin Rigo2013-02-071-3/+3
* Python 3 compatArmin Rigo2013-02-072-1/+7
* Python 3 compatArmin Rigo2013-02-071-2/+4
* Document the changesArmin Rigo2013-01-101-0/+6
* minibuffer: weakref support, and keep alive the argument.Armin Rigo2013-01-103-11/+65
* Issue #52: Add ffi.verify(..modulename='foo'..) with test and documentation.Armin Rigo2013-01-073-19/+52
* Extra testsArmin Rigo2013-01-071-0/+4