aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Basic OpenBSD support.release-1.6Laurence Tratt2011-08-158-10/+206
* Support for PYTHONDONTWRITEBYTECODE, setting sys.dont_write_bytecode;Armin Rigo2011-08-163-4/+30
* The constructor can take a different array; but the preciseArmin Rigo2011-08-162-5/+8
* A bug and fix by mithrandi. No test; I just checked manually withArmin Rigo2011-08-161-7/+6
* Grumble.Armin Rigo2011-08-151-0/+1
* Can't call these ropenssl methods without releasingArmin Rigo2011-08-153-14/+29
* Fix INT/Signed.Armin Rigo2011-08-151-2/+2
* Win32 fix.Armin Rigo2011-08-141-1/+1
* merge headsArmin Rigo2011-08-1426-69/+248
|\
| * Fix for test_posix (how could it have ever worked!).Alex Gaynor2011-08-131-1/+1
| * Fix a bug in _sqlite3.py: memory is freed too earlyArmin Rigo2011-08-131-1/+3
| * Bug fix. Hard to test.Armin Rigo2011-08-131-5/+33
| * Test and fix.Armin Rigo2011-08-132-0/+21
| * Another keepalive_until_here(); this one is probably needed tooArmin Rigo2011-08-131-16/+13
| * Baaaah. Missing keepalive_until_here.Armin Rigo2011-08-131-0/+3
| * Test and (90% of a) fix.Armin Rigo2011-08-135-12/+127
| * merge headsArmin Rigo2011-08-121-8/+0
| |\
| | * remove immutable fields for now, they don't obey rulesMaciej Fijalkowski2011-08-121-8/+0
| * | FrameBlocks are _immutable_, so don't change the 'previous' attribute.Armin Rigo2011-08-123-14/+15
| |/
| * Windows fix.Armin Rigo2011-08-121-1/+1
| * simply hardcode names for nowMaciej Fijalkowski2011-08-121-2/+2
| * use -c names for nowMaciej Fijalkowski2011-08-121-2/+2
| * Windows fix.Armin Rigo2011-08-121-8/+7
| * Windows bug fix. Shows up as the JIT complaining that it isArmin Rigo2011-08-111-0/+3
| * Make the jit optimizer aware of opaque pointers and makes sure they dont end ...Hakan Ardo2011-08-057-1/+19
* | Fixes for the previous checkin.Armin Rigo2011-08-1411-32/+41
* | The GIL-releasing functions must not be reached by anArmin Rigo2011-08-141-0/+2
|/
* hg merge defaultArmin Rigo2011-08-031-1/+5
|\
| * merge headsArmin Rigo2011-08-032-5/+14
| |\
| * | Use "asmgcc" by default only on Linux. On other platforms,Armin Rigo2011-08-031-1/+5
* | | merge defaultMaciej Fijalkowski2011-08-036-8/+46
|\ \ \ | | |/ | |/|
| * | enable the fastpath also for functions which are constructed through a CFUNCT...Antonio Cuni2011-08-032-5/+14
| |/
| * (arigo, antocuni): test and fix for an obscure bug when deleting attributes i...Antonio Cuni2011-08-034-3/+32
* | merge defaultMaciej Fijalkowski2011-08-0315-104/+196
|\|
| * Fix.Armin Rigo2011-08-031-18/+22
| * A failing test.Armin Rigo2011-08-031-0/+7
| * Fix on 64-bit.Armin Rigo2011-08-031-1/+1
| * Fix on 64-bit.Armin Rigo2011-08-031-5/+9
| * Fix this test.Armin Rigo2011-08-031-6/+6
| * Fix tests, and a clean up, by not reusing a Descr across various loops.Armin Rigo2011-08-032-4/+2
| * Skip this test here.Armin Rigo2011-08-031-0/+3
| * Make this variable #defined to "", like CPython did whenArmin Rigo2011-08-031-2/+3
| * Fix for OpenBSD 64.Armin Rigo2011-08-021-4/+7
| * merge headsArmin Rigo2011-08-024-45/+75
| |\
| * | Finish to fix the remaining cases. A bit hard to test for all cases...Armin Rigo2011-08-023-56/+56
| * | Add an assert.Armin Rigo2011-08-021-0/+1
| * | Fix for 64-bit. It's a bit more complicated, but not much.Armin Rigo2011-08-021-2/+28
| * | This code should only be used on 32-bit; it does not reallyArmin Rigo2011-08-021-6/+10
| * | Pass the test, first version (x86-32 only).Armin Rigo2011-08-022-1/+27
| * | A failing test (segfault on top of Boehm).Armin Rigo2011-08-021-0/+23