aboutsummaryrefslogtreecommitdiff
path: root/pypy
Commit message (Expand)AuthorAgeFilesLines
* merge default into releaserelease-pypy2.7-v7.3.2rc2Matti Picus2020-09-161-1/+1
|\
| * typo (again). which will happen first: correctly formatting or the releaseMatti Picus2020-09-151-1/+1
| * typoMatti Picus2020-09-151-1/+1
* | merge default into release2.7.xMatti Picus2020-09-14104-721/+897
|\|
| * typoMatti Picus2020-09-141-1/+1
| * update release note, add note about release statusMatti Picus2020-09-141-3/+27
| * refactor force-builds scriptMatti Picus2020-09-131-7/+9
| * skip test that crashes uptranslatedMatti Picus2020-09-131-4/+5
| * test, implement PyNumber_ToBaseMatti Picus2020-09-133-10/+66
| * fix translationMatti Picus2020-09-111-1/+2
| * add latest changes to release noteMatti Picus2020-09-101-2/+10
| * test, implement easy part of PyMemoryView_GetContiguousMatti Picus2020-09-104-12/+85
| * typo, update whatsnewMatti Picus2020-09-101-0/+4
| * add sphinx-affiliates which allows searching across other sphinx sitesMatti Picus2020-09-092-3/+20
| * update release processMatti Picus2020-09-091-6/+3
| * Use rffi.ptradd() instead of a weird castRonan Lamy2020-09-081-6/+3
| * 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-06101-1077/+1585
|\|
| * restart whatsnewMatti Picus2020-09-062-3/+10
| * update the HEAD version to 7.3.3Matti Picus2020-09-064-4/+4
| * update release noteMatti Picus2020-09-061-2/+32
| * fix for 90c5a06b0923Armin Rigo2020-09-031-1/+3
| * update to cffi/108825c76286Armin Rigo2020-09-031-2/+4
| * reduce diff with py3Ronan Lamy2020-09-021-15/+18
| * document new function, fix translationMatti Picus2020-08-314-4/+25
| * Merge branch 'branch/jit-releaseall' into 'branch/default'Armin Rigo2020-08-302-0/+5
| |\
| | * Add the app-level hook 'pypyjit.releaseall()'Armin Rigo2020-08-302-1/+6
| * | explain the return value of this function in the docstringArmin Rigo2020-08-301-3/+5
| |/
| * add the tweaked test_c.py from cffi, which can now be run directlyArmin Rigo2020-08-301-0/+2
| * 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-272-1/+23
| * 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
| * 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
| | * Check whether stream is closed in BufferedMixin.truncate_w().Manuel Jacob2020-03-082-0/+10
| * | when running on top of pypy, the test inside app_main failsMatti Picus2020-08-231-0/+3
| * | fixMatti Picus2020-08-221-1/+1
| * | fixes for running untranslated tests with pypy2Matti Picus2020-08-211-1/+13