aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * change all http to https, fix some broken linksMatti Picus2020-09-0690-664/+654
| * fix some documentation build warnings and errors, comment out hpy from releaseMatti Picus2020-09-063-7/+13
* | update branch version to 7.3.3release-pypy2.7-v7.3.2rc1Matti Picus2020-09-062-3/+3
* | merge default into releaseMatti Picus2020-09-06339-2623/+10314
|\|
| * restart whatsnewMatti Picus2020-09-063-3/+11
| * update the HEAD version to 7.3.3Matti Picus2020-09-064-4/+4
| * update release noteMatti Picus2020-09-061-2/+32
| * Disable the work done on optimize_UINT_LT & friends, with explanationArmin Rigo2020-09-032-8/+30
| * add some prints in an attempt to understand this failure, which doesn't show upArmin Rigo2020-09-031-0/+3
| * fix for 90c5a06b0923Armin Rigo2020-09-031-1/+3
| * update to cffi/108825c76286Armin Rigo2020-09-033-4/+11
| * fix for e11b82085fc9 (hard to test, it requires careful consideration ofArmin Rigo2020-09-021-12/+11
| * reduce diff with py3Ronan Lamy2020-09-021-15/+18
| * Some intbound checking around the 'uint' comparisonsArmin Rigo2020-09-022-0/+438
| * Rewrite code like the app-level "lst[i+1]" to fold the "+1" inside theArmin Rigo2020-09-022-13/+176
| * document new function, fix translationMatti Picus2020-08-314-4/+25
| * Merge branch 'branch/jit-releaseall' into 'branch/default'Armin Rigo2020-08-306-6/+58
| |\
| | * Add the app-level hook 'pypyjit.releaseall()'Armin Rigo2020-08-302-1/+6
| | * add jit_hooks.stats_memmgr_release_all()Armin Rigo2020-08-304-6/+53
| | * Trying to implement pypyjit.releaseall(), marking all machine codes as to be ...Armin Rigo2020-08-300-0/+0
| * | explain the return value of this function in the docstringArmin Rigo2020-08-301-3/+5
| |/
| * typoMatti Picus2020-08-301-1/+1
| * make stack 3MB on windowsMatti Picus2020-08-301-1/+2
| * add the tweaked test_c.py from cffi, which can now be run directlyArmin Rigo2020-08-302-0/+4500
| * merge headsArmin Rigo2020-08-301-1/+0
| |\
| | * clean up unused importMatti Picus2020-08-301-1/+0
| * | this test is fragile on a non-translated pypy, skip itArmin Rigo2020-08-301-2/+2
| |/
| * for now, skip tests that can't find the 'c' library (notably on Windows with ...Armin Rigo2020-08-301-0/+2
| * properly skipif testMatti Picus2020-08-281-2/+1
| * add missing importMatti Picus2020-08-271-0/+1
| * add missing importMatti Picus2020-08-271-1/+3
| * test, fix for crash in strftime, will not crash when using msvcrt>=10Matti Picus2020-08-273-1/+25
| * dict order can change between cpython2 and pypy2. Test against both orderingMatti Picus2020-08-271-2/+7
| * add a gc.collect for pypyMatti Picus2020-08-261-0/+3
| * add gc.collect before ALLOCATED checkMatti Picus2020-08-251-1/+4
| * typo and test rfile not posixMatti Picus2020-08-252-2/+2
| * fix leak found by LeakFinder in testsMatti Picus2020-08-251-3/+5
| * add SuppressIPH_del to be used inside __del__Matti Picus2020-08-252-2/+22
| * fix test, remove test for no-op function on MSVC10+Matti Picus2020-08-252-11/+2
| * typoMatti Picus2020-08-251-3/+3
| * prevent LeakChecker from erroring on test exit by moving import to setupMatti Picus2020-08-252-4/+17
| * test, implemenst sq_inplace_repeat wrapper; cleanup from 0fd79fda9e0aMatti Picus2020-08-242-15/+11
| * test, implement sq_repeat wrapper (issue 3281)Matti Picus2020-08-242-4/+22
| * suppress IPH in fclose, pclose via new Suppress_IPH context managerMatti Picus2020-08-242-2/+44
| * app_main: instead of guessing in we_are_translated(), just use a globalArmin Rigo2020-08-242-18/+10
| * skip test on win32Matti Picus2020-08-241-0/+1
| * fix test that fails in a pypy virtualenv untranslatedMatti Picus2020-08-241-3/+11
| * use an environment varialble to detect test_app_main. Is this a security risk?Matti Picus2020-08-242-5/+11
| * Merge branch 'topic/default/bufferedio-release-buffer' into 'branch/default'Matti Picus2020-08-242-0/+11
| |\
| | * Set buffer of buffered IO classes to None in close().Manuel Jacob2020-03-071-0/+1