| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some "add_memory_pressure=True" at all places that malloc somethingrelease-5.0.1 | Armin Rigo | 2016-03-18 | 6 | -8/+16 |
* | merge heads | mattip | 2016-03-18 | 2 | -3/+3 |
|\ |
|
| * | update version to 5.0.1 | mattip | 2016-03-18 | 2 | -3/+3 |
* | | rawrefcount fix: pyobjs waiting on the dead list of the GC should not | Armin Rigo | 2016-03-18 | 2 | -4/+4 |
|/ |
|
* | merge default into release | mattip | 2016-03-09 | 1 | -4/+4 |
|\ |
|
| * | disable the warning - it always shows (until we can find a better solution) | fijal | 2016-03-08 | 1 | -4/+4 |
* | | merge default into release | mattip | 2016-03-06 | 8 | -21/+156 |
|\| |
|
| * | merge numpy_partition which provides an app-level cffi implementation of part... | mattip | 2016-03-06 | 3 | -2/+28 |
| |\ |
|
| | * | fix for boxed value | mattip | 2016-03-06 | 1 | -1/+2 |
| | * | Added tests for ndarray.tolist for arrays containing objects | Sergey Matyunin | 2016-03-02 | 1 | -0/+16 |
| | * | Fixed tolist for ndarrays containing objects | Sergey Matyunin | 2016-02-29 | 1 | -2/+5 |
| | * | Added function for parition call from micronumpy | Sergey Matyunin | 2016-02-29 | 2 | -0/+6 |
| * | | Fix defaultdict.__module__ | Armin Rigo | 2016-03-05 | 2 | -0/+7 |
| * | | improve the test to check that __thisclass__ returns the first argument, | Armin Rigo | 2016-03-05 | 1 | -0/+5 |
| * | | implement super.__thisclass__ | Carl Friedrich Bolz | 2016-03-05 | 2 | -1/+8 |
| * | | add a jit driver (unfortunately I can't use autoreds because of the green field | Carl Friedrich Bolz | 2016-03-04 | 1 | -0/+26 |
| * | | a somewhat messy improvement of re.sub. makes simple things 3x faster (not | Carl Friedrich Bolz | 2016-03-04 | 1 | -15/+67 |
| * | | don't go via the less efficient BufMatchContext if the string is simply a str | Carl Friedrich Bolz | 2016-03-03 | 1 | -2/+14 |
| * | | move whatsnew | mattip | 2016-03-04 | 2 | -3/+3 |
* | | | update versioning | mattip | 2016-03-04 | 2 | -3/+3 |
|/ / |
|
* | | merge ndarray-setitem-filtered, which fixes issue #1674, issue #1717 | mattip | 2016-03-04 | 4 | -12/+41 |
|\ \ |
|
| * | | fix setitem | mattip | 2016-03-03 | 1 | -3/+20 |
| * | | WIP - add comment where the problem occurs | mattip | 2016-02-24 | 1 | -0/+1 |
| * | | test, move copying to more explicit location | mattip | 2016-02-24 | 4 | -10/+21 |
* | | | merge issue-2248, which fixes float.__int__() | mattip | 2016-03-04 | 1 | -1/+10 |
|\ \ \ |
|
| * | | | fix for issue #2248, can W_Float.int() be removed? | mattip | 2016-03-02 | 1 | -1/+10 |
* | | | | Print stderr of the subprocess, as an attempt to gain more info from buildbot | Armin Rigo | 2016-03-03 | 1 | -2/+5 |
* | | | | update cffi/d7ec0dceb9ed | Armin Rigo | 2016-03-03 | 1 | -2/+7 |
* | | | | update cffi/cc2d534f1ed7 | Armin Rigo | 2016-03-02 | 1 | -1/+3 |
|/ / / |
|
* | | | Fix import_cffi to also copy the .c and .h files. Re-run it to import | Armin Rigo | 2016-03-01 | 10 | -18/+65 |
* | | | hg backout 38deea741bed | Armin Rigo | 2016-03-01 | 5 | -31/+26 |
* | | | fix embedding tests on OS X (they might or might not work on linux, too lazy ... | fijal | 2016-02-29 | 5 | -26/+31 |
| |/
|/| |
|
* | | Rewrite _vmprof test slightly to make it work on py3k. | Manuel Jacob | 2016-02-27 | 1 | -8/+9 |
* | | Use try / finally to remove module even in case of an exception. | Manuel Jacob | 2016-02-26 | 1 | -6/+8 |
* | | Check for 'digest_size' attribute instead of 'count' attribute. | Manuel Jacob | 2016-02-26 | 1 | -1/+1 |
* | | (ronan, mjacob) Make app-level time.sleep() release the GIL untranslated. | Manuel Jacob | 2016-02-26 | 2 | -8/+6 |
* | | Remove objspace.usepycfiles option. | Manuel Jacob | 2016-02-25 | 3 | -29/+24 |
* | | Try to make import tests more independent from each other. | Manuel Jacob | 2016-02-25 | 1 | -0/+2 |
* | | Reset sys.dont_write_bytecode because apparently the tests are not independen... | Manuel Jacob | 2016-02-25 | 1 | -2/+7 |
* | | Add app level tests for sys.dont_write_bytecode. | Manuel Jacob | 2016-02-25 | 1 | -0/+34 |
|/ |
|
* | bump the years | fijal | 2016-02-23 | 1 | -2/+2 |
* | merge heads | mattip | 2016-02-23 | 7 | -9/+9 |
|\ |
|
| * | fix for renames | mattip | 2016-02-23 | 6 | -9/+9 |
| * | rename stringobject.py to bytesobject.py | mattip | 2016-02-23 | 2 | -0/+0 |
* | | hg merge cpyext-gc-support-2 | Armin Rigo | 2016-02-23 | 44 | -681/+871 |
|\ \
| |/
|/| |
|
| * | "backport" of 46e8c7546570 | Armin Rigo | 2016-02-22 | 1 | -1/+1 |
| * | hg merge default | Armin Rigo | 2016-02-22 | 3 | -2/+10 |
| |\ |
|
| * | | (ronan, arigo) | Armin Rigo | 2016-02-22 | 3 | -1/+29 |
| * | | refcounts don't fit in an 'int' (important after 8c6a66dcb994) | Armin Rigo | 2016-02-22 | 1 | -4/+4 |
| * | | fix references to .instancetypedef | Ronan Lamy | 2016-02-22 | 9 | -19/+19 |