| Commit message (Expand) | Author | Age | Files | Lines |
* | Basic OpenBSD support.release-1.6 | Laurence Tratt | 2011-08-15 | 8 | -10/+206 |
* | Support for PYTHONDONTWRITEBYTECODE, setting sys.dont_write_bytecode; | Armin Rigo | 2011-08-16 | 3 | -4/+30 |
* | The constructor can take a different array; but the precise | Armin Rigo | 2011-08-16 | 2 | -5/+8 |
* | A bug and fix by mithrandi. No test; I just checked manually with | Armin Rigo | 2011-08-16 | 1 | -7/+6 |
* | Grumble. | Armin Rigo | 2011-08-15 | 1 | -0/+1 |
* | Can't call these ropenssl methods without releasing | Armin Rigo | 2011-08-15 | 3 | -14/+29 |
* | Fix INT/Signed. | Armin Rigo | 2011-08-15 | 1 | -2/+2 |
* | Win32 fix. | Armin Rigo | 2011-08-14 | 1 | -1/+1 |
* | merge heads | Armin Rigo | 2011-08-14 | 26 | -69/+248 |
|\ |
|
| * | Fix for test_posix (how could it have ever worked!). | Alex Gaynor | 2011-08-13 | 1 | -1/+1 |
| * | Fix a bug in _sqlite3.py: memory is freed too early | Armin Rigo | 2011-08-13 | 1 | -1/+3 |
| * | Bug fix. Hard to test. | Armin Rigo | 2011-08-13 | 1 | -5/+33 |
| * | Test and fix. | Armin Rigo | 2011-08-13 | 2 | -0/+21 |
| * | Another keepalive_until_here(); this one is probably needed too | Armin Rigo | 2011-08-13 | 1 | -16/+13 |
| * | Baaaah. Missing keepalive_until_here. | Armin Rigo | 2011-08-13 | 1 | -0/+3 |
| * | Test and (90% of a) fix. | Armin Rigo | 2011-08-13 | 5 | -12/+127 |
| * | merge heads | Armin Rigo | 2011-08-12 | 1 | -8/+0 |
| |\ |
|
| | * | remove immutable fields for now, they don't obey rules | Maciej Fijalkowski | 2011-08-12 | 1 | -8/+0 |
| * | | FrameBlocks are _immutable_, so don't change the 'previous' attribute. | Armin Rigo | 2011-08-12 | 3 | -14/+15 |
| |/ |
|
| * | Windows fix. | Armin Rigo | 2011-08-12 | 1 | -1/+1 |
| * | simply hardcode names for now | Maciej Fijalkowski | 2011-08-12 | 1 | -2/+2 |
| * | use -c names for now | Maciej Fijalkowski | 2011-08-12 | 1 | -2/+2 |
| * | Windows fix. | Armin Rigo | 2011-08-12 | 1 | -8/+7 |
| * | Windows bug fix. Shows up as the JIT complaining that it is | Armin Rigo | 2011-08-11 | 1 | -0/+3 |
| * | Make the jit optimizer aware of opaque pointers and makes sure they dont end ... | Hakan Ardo | 2011-08-05 | 7 | -1/+19 |
* | | Fixes for the previous checkin. | Armin Rigo | 2011-08-14 | 11 | -32/+41 |
* | | The GIL-releasing functions must not be reached by an | Armin Rigo | 2011-08-14 | 1 | -0/+2 |
|/ |
|
* | hg merge default | Armin Rigo | 2011-08-03 | 1 | -1/+5 |
|\ |
|
| * | merge heads | Armin Rigo | 2011-08-03 | 2 | -5/+14 |
| |\ |
|
| * | | Use "asmgcc" by default only on Linux. On other platforms, | Armin Rigo | 2011-08-03 | 1 | -1/+5 |
* | | | merge default | Maciej Fijalkowski | 2011-08-03 | 6 | -8/+46 |
|\ \ \
| | |/
| |/| |
|
| * | | enable the fastpath also for functions which are constructed through a CFUNCT... | Antonio Cuni | 2011-08-03 | 2 | -5/+14 |
| |/ |
|
| * | (arigo, antocuni): test and fix for an obscure bug when deleting attributes i... | Antonio Cuni | 2011-08-03 | 4 | -3/+32 |
* | | merge default | Maciej Fijalkowski | 2011-08-03 | 15 | -104/+196 |
|\| |
|
| * | Fix. | Armin Rigo | 2011-08-03 | 1 | -18/+22 |
| * | A failing test. | Armin Rigo | 2011-08-03 | 1 | -0/+7 |
| * | Fix on 64-bit. | Armin Rigo | 2011-08-03 | 1 | -1/+1 |
| * | Fix on 64-bit. | Armin Rigo | 2011-08-03 | 1 | -5/+9 |
| * | Fix this test. | Armin Rigo | 2011-08-03 | 1 | -6/+6 |
| * | Fix tests, and a clean up, by not reusing a Descr across various loops. | Armin Rigo | 2011-08-03 | 2 | -4/+2 |
| * | Skip this test here. | Armin Rigo | 2011-08-03 | 1 | -0/+3 |
| * | Make this variable #defined to "", like CPython did when | Armin Rigo | 2011-08-03 | 1 | -2/+3 |
| * | Fix for OpenBSD 64. | Armin Rigo | 2011-08-02 | 1 | -4/+7 |
| * | merge heads | Armin Rigo | 2011-08-02 | 4 | -45/+75 |
| |\ |
|
| * | | Finish to fix the remaining cases. A bit hard to test for all cases... | Armin Rigo | 2011-08-02 | 3 | -56/+56 |
| * | | Add an assert. | Armin Rigo | 2011-08-02 | 1 | -0/+1 |
| * | | Fix for 64-bit. It's a bit more complicated, but not much. | Armin Rigo | 2011-08-02 | 1 | -2/+28 |
| * | | This code should only be used on 32-bit; it does not really | Armin Rigo | 2011-08-02 | 1 | -6/+10 |
| * | | Pass the test, first version (x86-32 only). | Armin Rigo | 2011-08-02 | 2 | -1/+27 |
| * | | A failing test (segfault on top of Boehm). | Armin Rigo | 2011-08-02 | 1 | -0/+23 |