aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add some "add_memory_pressure=True" at all places that malloc somethingrelease-5.0.1Armin Rigo2016-03-186-8/+16
* merge headsmattip2016-03-182-3/+3
|\
| * update version to 5.0.1mattip2016-03-182-3/+3
* | rawrefcount fix: pyobjs waiting on the dead list of the GC should notArmin Rigo2016-03-182-4/+4
|/
* merge default into releasemattip2016-03-091-4/+4
|\
| * disable the warning - it always shows (until we can find a better solution)fijal2016-03-081-4/+4
* | merge default into releasemattip2016-03-068-21/+156
|\|
| * merge numpy_partition which provides an app-level cffi implementation of part...mattip2016-03-063-2/+28
| |\
| | * fix for boxed valuemattip2016-03-061-1/+2
| | * Added tests for ndarray.tolist for arrays containing objectsSergey Matyunin2016-03-021-0/+16
| | * Fixed tolist for ndarrays containing objectsSergey Matyunin2016-02-291-2/+5
| | * Added function for parition call from micronumpySergey Matyunin2016-02-292-0/+6
| * | Fix defaultdict.__module__Armin Rigo2016-03-052-0/+7
| * | improve the test to check that __thisclass__ returns the first argument,Armin Rigo2016-03-051-0/+5
| * | implement super.__thisclass__Carl Friedrich Bolz2016-03-052-1/+8
| * | add a jit driver (unfortunately I can't use autoreds because of the green fieldCarl Friedrich Bolz2016-03-041-0/+26
| * | a somewhat messy improvement of re.sub. makes simple things 3x faster (notCarl Friedrich Bolz2016-03-041-15/+67
| * | don't go via the less efficient BufMatchContext if the string is simply a strCarl Friedrich Bolz2016-03-031-2/+14
| * | move whatsnewmattip2016-03-042-3/+3
* | | update versioningmattip2016-03-042-3/+3
|/ /
* | merge ndarray-setitem-filtered, which fixes issue #1674, issue #1717mattip2016-03-044-12/+41
|\ \
| * | fix setitemmattip2016-03-031-3/+20
| * | WIP - add comment where the problem occursmattip2016-02-241-0/+1
| * | test, move copying to more explicit locationmattip2016-02-244-10/+21
* | | merge issue-2248, which fixes float.__int__()mattip2016-03-041-1/+10
|\ \ \
| * | | fix for issue #2248, can W_Float.int() be removed?mattip2016-03-021-1/+10
* | | | Print stderr of the subprocess, as an attempt to gain more info from buildbotArmin Rigo2016-03-031-2/+5
* | | | update cffi/d7ec0dceb9edArmin Rigo2016-03-031-2/+7
* | | | update cffi/cc2d534f1ed7Armin Rigo2016-03-021-1/+3
|/ / /
* | | Fix import_cffi to also copy the .c and .h files. Re-run it to importArmin Rigo2016-03-0110-18/+65
* | | hg backout 38deea741bedArmin Rigo2016-03-015-31/+26
* | | fix embedding tests on OS X (they might or might not work on linux, too lazy ...fijal2016-02-295-26/+31
| |/ |/|
* | Rewrite _vmprof test slightly to make it work on py3k.Manuel Jacob2016-02-271-8/+9
* | Use try / finally to remove module even in case of an exception.Manuel Jacob2016-02-261-6/+8
* | Check for 'digest_size' attribute instead of 'count' attribute.Manuel Jacob2016-02-261-1/+1
* | (ronan, mjacob) Make app-level time.sleep() release the GIL untranslated.Manuel Jacob2016-02-262-8/+6
* | Remove objspace.usepycfiles option.Manuel Jacob2016-02-253-29/+24
* | Try to make import tests more independent from each other.Manuel Jacob2016-02-251-0/+2
* | Reset sys.dont_write_bytecode because apparently the tests are not independen...Manuel Jacob2016-02-251-2/+7
* | Add app level tests for sys.dont_write_bytecode.Manuel Jacob2016-02-251-0/+34
|/
* bump the yearsfijal2016-02-231-2/+2
* merge headsmattip2016-02-237-9/+9
|\
| * fix for renamesmattip2016-02-236-9/+9
| * rename stringobject.py to bytesobject.pymattip2016-02-232-0/+0
* | hg merge cpyext-gc-support-2Armin Rigo2016-02-2344-681/+871
|\ \ | |/ |/|
| * "backport" of 46e8c7546570Armin Rigo2016-02-221-1/+1
| * hg merge defaultArmin Rigo2016-02-223-2/+10
| |\
| * | (ronan, arigo)Armin Rigo2016-02-223-1/+29
| * | refcounts don't fit in an 'int' (important after 8c6a66dcb994)Armin Rigo2016-02-221-4/+4
| * | fix references to .instancetypedefRonan Lamy2016-02-229-19/+19