aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the test to properly close() the file.Armin Rigo2011-08-011-1/+2
* Add missing 'usemodules'.Armin Rigo2011-08-011-13/+13
* test and fix for issue807Antonio Cuni2011-07-271-0/+4
* we don't need to pass through a callback to execute _cast_addr: all tests pas...Antonio Cuni2011-07-271-2/+1
* Missing calls to close(). This really creates rare crashes, because ofArmin Rigo2011-07-221-0/+1575
* respect CFLAGS when installing stuff with distutils.Alex Gaynor2011-07-211-0/+6
* Make Pickler a new-style class.Alex Gaynor2011-07-091-1/+1
* Make an editable copy of test_sets and change it to not assume that immutable...Alex Gaynor2011-07-061-0/+864
* Extension modules could not be compiled with the mingw32 compiler,Amaury Forgeot d'Arc2011-07-051-0/+3
* Fix the tests.Armin Rigo2011-07-031-1/+4
* mergeCarl Friedrich Bolz2011-07-011-1/+1
|\
| * Allow inlining into cStringIO, and make Unpickler a new-style class.Alex Gaynor2011-06-301-1/+1
* | mergeCarl Friedrich Bolz2011-06-301-1/+1
|\ \
| * | with dict-strategies object identity is not preservedLukas Diekmann2011-06-291-1/+1
* | | merge defaultCarl Friedrich Bolz2011-06-301-8/+2
|\ \ \ | |/ / |/| / | |/
| * Fix test_descr, by reverting this pypy change.Armin Rigo2011-06-291-8/+2
* | merge defaultCarl Friedrich Bolz2011-06-221-1/+1
|\|
| * One less difference between lib-python/2.7 and lib-python/modified-2.7Amaury Forgeot d'Arc2011-06-141-1/+1
* | fixed test in lib-python/modified-2.7/test_weakref and adjusted cpython-diffe...Lukas Diekmann2011-06-081-1/+1
* | merge defaultCarl Friedrich Bolz2011-06-0811-105/+591
|\|
| * (prompted by amaury)Armin Rigo2011-06-062-0/+575
| * kill old commented out code which comes from the old version of ctypesAntonio Cuni2011-06-061-1/+0
| * this test should fail on my machine tooAntonio Cuni2011-06-061-2/+0
| * hg merge defaultAntonio Cuni2011-06-062-0/+6
| |\
| | * more distutils.sysconfig functions, needed by pygameAmaury Forgeot d'Arc2011-05-292-0/+6
| * | hg merge defaultAntonio Cuni2011-05-301-100/+0
| |\|
| | * We shipped 1.5 already, this file is basically completely out of date.Alex Gaynor2011-05-271-100/+0
| * | hg merge defaultAntonio Cuni2011-05-161-1/+1
| |\|
| * | hg merge defaultArmin Rigo2011-05-155-1633/+586
| |\ \
| * \ \ hg merge defaultAntonio Cuni2011-05-024162-558091/+11076
| |\ \ \
| * \ \ \ hg merge defaultArmin Rigo2011-04-123-31/+17
| |\ \ \ \
| * \ \ \ \ partial merge of default; _ctypes/function.py had very hard conflicts, I'll t...Antonio Cuni2011-03-22288-242/+60864
| |\ \ \ \ \
| * | | | | | remove "nested" pdb call, it makes sense only with pdb++Antonio Cuni2011-01-261-1/+1
| * | | | | | hg merge defaultAntonio Cuni2011-01-2513-17/+9154
| |\ \ \ \ \ \
| * | | | | | | ops, undo a change that I did by mistake (thanks amaury)Antonio Cuni2011-01-201-1/+1
| * | | | | | | (david, antocuni)Antonio Cuni2011-01-201-1/+1
| * | | | | | | don't pass argtypes to _build_result, it was unusedAntonio Cuni2011-01-181-1/+1
| * | | | | | | hg merge defaultAntonio Cuni2011-01-204-6/+343
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ hg merge defaultAntonio Cuni2011-01-193-0/+2350
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ hg merge defaultAntonio Cuni2011-01-182-4/+44
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | don't fail this test on my machine, it's just annoyingAntonio Cuni2011-01-181-0/+3
| * | | | | | | | | | long double support does not play well with the jit. It was decided that at t...Antonio Cuni2011-01-182-2/+6
| * | | | | | | | | | this test passesAntonio Cuni2011-01-181-1/+0
| * | | | | | | | | | hg merge defaultAntonio Cuni2011-01-182-2/+0
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | allow CDLL(None) now that it no longer segfaultsAntonio Cuni2011-01-181-1/+1
| * | | | | | | | | | | hg merge defaultAntonio Cuni2011-01-1722-1/+382
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | enable _ffi for ctypes also in the 2.7.0 libAntonio Cuni2011-01-171-2/+4
| * | | | | | | | | | | | merge default (which now includes fast-forward) into jitypes2Antonio Cuni2011-01-172088-121/+682838
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ try again to merge the default branchAntonio Cuni2011-01-111-1/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | remove unused import. This lets (some) applevel test to run with a pypy-c com...Antonio Cuni2010-12-271-1/+0