aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Crashes with too-old versions of hypothesis. Turn crashes into warningsrelease-pypy2.7-v7.0.0Armin Rigo2019-02-081-5/+6
* merge default into releaseMatti Picus2019-02-053-5/+126
|\
| * oopsArmin Rigo2019-02-051-0/+121
| * (cfbolz,ambv) [sre] Make the error message consistent with CPythonŁukasz Langa2019-02-041-1/+1
| * (cfbolz,ambv) Rename zlib.compress argument for consistencyŁukasz Langa2019-02-041-4/+4
* | fix merge (antocuni)Matti Picus2019-02-051-5/+0
* | hg merge defaultAntonio Cuni2019-02-0128-150/+557
|\|
| * update to cffi/86332166be5bArmin Rigo2019-01-311-1/+1
| * update to cffi/59b8d697b9b9Armin Rigo2019-01-314-1/+115
| * Issue #2945Armin Rigo2019-01-311-1/+1
| * rephraseMatti Picus2019-01-311-5/+6
| * reword this paraphraph, as gc hooks were already in 6.0Antonio Cuni2019-01-311-3/+4
| * extend description of fix in release notesMatti Picus2019-01-311-1/+2
| * Fix for revdb (how to test??)Armin Rigo2019-01-311-0/+1
| * Tentative fix for cpyext with revdbArmin Rigo2019-01-305-12/+49
| * import cffi/eaf42ddaca57Armin Rigo2019-01-301-4/+5
| * Expand like about revdbArmin Rigo2019-01-301-1/+4
| * Change to test the readthedocs integration hooksArmin Rigo2019-01-301-1/+1
| * restart whatsnew-head for py3.5, py2Matti Picus2019-01-302-0/+14
| * move whatsnew-pypy3-headMatti Picus2019-01-301-0/+0
| * copy contributors to LICENSE, index and copy whatsnew (backporting the 3.5 one)Matti Picus2019-01-306-28/+51
| * windows: complain if failed to find compiler, suggest fixMatti Picus2019-01-292-1/+6
| * merge headsMatti Picus2019-01-282-38/+53
| |\
| | * start to write a release announcementAntonio Cuni2019-01-281-0/+69
| | * update contributor.rstAntonio Cuni2019-01-281-20/+30
| * | first draft of release noteMatti Picus2019-01-281-0/+141
| |/
| * fix the versionAntonio Cuni2019-01-252-2/+2
| * document the steps I did to create the release branchesAntonio Cuni2019-01-251-12/+46
| * make the untranslated emulation of move_to_end not crash with r_dictCarl Friedrich Bolz-Tereick2019-01-242-1/+12
* | hg merge default, but keep the 7.0.0 version numberAntonio Cuni2019-01-240-0/+0
|\|
| * bump again the version number for the development versionAntonio Cuni2019-01-243-6/+5
| * merge release-pypy2.7-7.x into default, to incorporate the version bumpAntonio Cuni2019-01-243-6/+17
| |\ | |/ |/|
* | start the release branch for pypy 7.0, and bump the version numberAntonio Cuni2019-01-243-6/+17
|/
* fix to not freeeze imported module at translation, fixes py3.5 test_site failureMatti Picus2019-01-231-2/+4
* Delete confusing unused methodRonan Lamy2019-01-221-7/+0
* Reduce indirection in generating hypothesis testsRonan Lamy2019-01-221-53/+44
* whoopsMatti Picus2019-01-201-1/+1
* Support for revdb translationArmin Rigo2019-01-192-1/+5
* fix the test to match 432d816c6d7bArmin Rigo2019-01-191-1/+1
* Use OrderedDict as the reference to make hypothesis happyRonan Lamy2019-01-182-3/+2
* mimic 9f51b370e8ca in rpython as well, support old versionsMatti Picus2019-01-182-2/+18
* backport changes to win32 from py3.5, cleanupMatti Picus2019-01-163-39/+47
* Backed out changeset: 1c58fe28d95eMatti Picus2019-01-161-1/+2
* more debug; unconditionally print stdoutMatti Picus2019-01-161-2/+1
* more debug; make sure PATH is foundMatti Picus2019-01-161-0/+2
* add even more debug to msvc compiler detection.Matti Picus2019-01-161-6/+13
* Disable hypothesis deadlinesRonan Lamy2019-01-151-0/+8
* since this file is run with cpython in test_xpickle, use stdlib2.7.14 code hereMatti Picus2019-01-141-1/+1
* Fix the tests for #2904Armin Rigo2019-01-134-1/+17
* update to cffi/1bba8ce1cb04: from_buffer("type",buf)Armin Rigo2019-01-0810-61/+174