| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | change all http to https, fix some broken links | Matti Picus | 2020-09-06 | 90 | -664/+654 |
| * | fix some documentation build warnings and errors, comment out hpy from release | Matti Picus | 2020-09-06 | 3 | -7/+13 |
* | | update branch version to 7.3.3release-pypy2.7-v7.3.2rc1 | Matti Picus | 2020-09-06 | 2 | -3/+3 |
* | | merge default into release | Matti Picus | 2020-09-06 | 339 | -2623/+10314 |
|\| |
|
| * | restart whatsnew | Matti Picus | 2020-09-06 | 3 | -3/+11 |
| * | update the HEAD version to 7.3.3 | Matti Picus | 2020-09-06 | 4 | -4/+4 |
| * | update release note | Matti Picus | 2020-09-06 | 1 | -2/+32 |
| * | Disable the work done on optimize_UINT_LT & friends, with explanation | Armin Rigo | 2020-09-03 | 2 | -8/+30 |
| * | add some prints in an attempt to understand this failure, which doesn't show up | Armin Rigo | 2020-09-03 | 1 | -0/+3 |
| * | fix for 90c5a06b0923 | Armin Rigo | 2020-09-03 | 1 | -1/+3 |
| * | update to cffi/108825c76286 | Armin Rigo | 2020-09-03 | 3 | -4/+11 |
| * | fix for e11b82085fc9 (hard to test, it requires careful consideration of | Armin Rigo | 2020-09-02 | 1 | -12/+11 |
| * | reduce diff with py3 | Ronan Lamy | 2020-09-02 | 1 | -15/+18 |
| * | Some intbound checking around the 'uint' comparisons | Armin Rigo | 2020-09-02 | 2 | -0/+438 |
| * | Rewrite code like the app-level "lst[i+1]" to fold the "+1" inside the | Armin Rigo | 2020-09-02 | 2 | -13/+176 |
| * | document new function, fix translation | Matti Picus | 2020-08-31 | 4 | -4/+25 |
| * | Merge branch 'branch/jit-releaseall' into 'branch/default' | Armin Rigo | 2020-08-30 | 6 | -6/+58 |
| |\ |
|
| | * | Add the app-level hook 'pypyjit.releaseall()' | Armin Rigo | 2020-08-30 | 2 | -1/+6 |
| | * | add jit_hooks.stats_memmgr_release_all() | Armin Rigo | 2020-08-30 | 4 | -6/+53 |
| | * | Trying to implement pypyjit.releaseall(), marking all machine codes as to be ... | Armin Rigo | 2020-08-30 | 0 | -0/+0 |
| * | | explain the return value of this function in the docstring | Armin Rigo | 2020-08-30 | 1 | -3/+5 |
| |/ |
|
| * | typo | Matti Picus | 2020-08-30 | 1 | -1/+1 |
| * | make stack 3MB on windows | Matti Picus | 2020-08-30 | 1 | -1/+2 |
| * | add the tweaked test_c.py from cffi, which can now be run directly | Armin Rigo | 2020-08-30 | 2 | -0/+4500 |
| * | merge heads | Armin Rigo | 2020-08-30 | 1 | -1/+0 |
| |\ |
|
| | * | clean up unused import | Matti Picus | 2020-08-30 | 1 | -1/+0 |
| * | | this test is fragile on a non-translated pypy, skip it | Armin Rigo | 2020-08-30 | 1 | -2/+2 |
| |/ |
|
| * | for now, skip tests that can't find the 'c' library (notably on Windows with ... | Armin Rigo | 2020-08-30 | 1 | -0/+2 |
| * | properly skipif test | Matti Picus | 2020-08-28 | 1 | -2/+1 |
| * | add missing import | Matti Picus | 2020-08-27 | 1 | -0/+1 |
| * | add missing import | Matti Picus | 2020-08-27 | 1 | -1/+3 |
| * | test, fix for crash in strftime, will not crash when using msvcrt>=10 | Matti Picus | 2020-08-27 | 3 | -1/+25 |
| * | dict order can change between cpython2 and pypy2. Test against both ordering | Matti Picus | 2020-08-27 | 1 | -2/+7 |
| * | add a gc.collect for pypy | Matti Picus | 2020-08-26 | 1 | -0/+3 |
| * | add gc.collect before ALLOCATED check | Matti Picus | 2020-08-25 | 1 | -1/+4 |
| * | typo and test rfile not posix | Matti Picus | 2020-08-25 | 2 | -2/+2 |
| * | fix leak found by LeakFinder in tests | Matti Picus | 2020-08-25 | 1 | -3/+5 |
| * | add SuppressIPH_del to be used inside __del__ | Matti Picus | 2020-08-25 | 2 | -2/+22 |
| * | fix test, remove test for no-op function on MSVC10+ | Matti Picus | 2020-08-25 | 2 | -11/+2 |
| * | typo | Matti Picus | 2020-08-25 | 1 | -3/+3 |
| * | prevent LeakChecker from erroring on test exit by moving import to setup | Matti Picus | 2020-08-25 | 2 | -4/+17 |
| * | test, implemenst sq_inplace_repeat wrapper; cleanup from 0fd79fda9e0a | Matti Picus | 2020-08-24 | 2 | -15/+11 |
| * | test, implement sq_repeat wrapper (issue 3281) | Matti Picus | 2020-08-24 | 2 | -4/+22 |
| * | suppress IPH in fclose, pclose via new Suppress_IPH context manager | Matti Picus | 2020-08-24 | 2 | -2/+44 |
| * | app_main: instead of guessing in we_are_translated(), just use a global | Armin Rigo | 2020-08-24 | 2 | -18/+10 |
| * | skip test on win32 | Matti Picus | 2020-08-24 | 1 | -0/+1 |
| * | fix test that fails in a pypy virtualenv untranslated | Matti Picus | 2020-08-24 | 1 | -3/+11 |
| * | use an environment varialble to detect test_app_main. Is this a security risk? | Matti Picus | 2020-08-24 | 2 | -5/+11 |
| * | Merge branch 'topic/default/bufferedio-release-buffer' into 'branch/default' | Matti Picus | 2020-08-24 | 2 | -0/+11 |
| |\ |
|
| | * | Set buffer of buffered IO classes to None in close(). | Manuel Jacob | 2020-03-07 | 1 | -0/+1 |