aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* rename super ambiguous "index" to "attrkind"Carl Friedrich Bolz-Tereick2020-12-281-70/+70
|
* factor out the more common path of "increase storage by 1" into its own methodCarl Friedrich Bolz-Tereick2020-12-281-9/+30
|
* decorate ctypes functions that have pointer arguments for win64Matti Picus2020-12-291-0/+10
|
* detailArmin Rigo2020-12-281-1/+2
|
* PyPy3 port of this paragraph in the documentationArmin Rigo2020-12-281-5/+8
|
* wrap mavcrt.get_osfhandle with FdValidator (removed in the FdValidator ↵Matti Picus2020-12-284-8/+29
| | | | refactoring)
* fix test, since importing re no longer imports types (via copy_reg)Matti Picus2020-12-271-1/+1
|
* fix translationMatti Picus2020-12-271-0/+1
|
* hack at app_main and importing of types until test_proper_sys_path passes on ↵Matti Picus2020-12-265-6/+45
| | | | windows
* fix 64-bit windows translation (nulano)Matti Picus2020-12-261-1/+1
|
* backport rpython changes from py3.7-winregMatti Picus2020-12-251-0/+1
|
* more lceanly work around limitations of jom.exe (a nmake replacement that ↵Matti Picus2020-12-252-16/+30
| | | | knows about -j)
* work around problem with jom.exe in this testMatti Picus2020-12-251-0/+2
|
* make order of arguments consistent with CPython, related to issue 2267Matti Picus2020-12-241-2/+3
|
* add an option for 'manifest'Matti Picus2020-12-241-0/+2
|
* more tweaks to windows documentationMatti Picus2020-12-241-9/+6
|
* update iconMatti Picus2020-12-241-0/+0
|
* copy manifest from cpython and link it into pypy.exe (issue 3363)Matti Picus2020-12-242-6/+38
|
* test, cleanup manifest embedding for vs2008+; add option for adding a manifestMatti Picus2020-12-244-34/+185
|
* merge branch that updates documentation now that win64 is mergedMatti Picus2020-12-236-75/+97
|\
| * document and close branch to be mergedMatti Picus2020-12-231-0/+4
| |
| * refactor the win64 work into a separate page, fix some warningsMatti Picus2020-12-234-75/+89
| |
| * adopt review changesMatti Picus2020-12-231-8/+8
| |
| * convert the win64 plan from future tense to past tenseMatti Picus2020-12-212-38/+42
| |
* | remove balnk linesMatti Picus2020-12-231-5/+0
| |
* | minimize diff to py3.7Matti Picus2020-12-232-4/+21
| |
* | remove redundant PyUnicodeCheck* since they are macros in unicode.hMatti Picus2020-12-233-22/+30
| |
* | mention other tasks after releasing a versionMatti Picus2020-12-201-1/+5
| |
* | Patch from issue #3227, modernized to use the existing bitflags: ↵Armin Rigo2020-12-222-1/+5
|/ | | | PYPYSIG_NO_WARN_FULL
* update to cffi/a969ece955c7, fixing pypy issue #3361 / cffi issue #483Armin Rigo2020-12-214-6/+31
|
* Fix testArmin Rigo2020-12-121-3/+5
|
* Document that this test cannot pass on CPythonArmin Rigo2020-12-121-1/+5
|
* skip a test that fails on CPython, and in the nightly run (but not when runningCarl Friedrich Bolz-Tereick2020-12-111-0/+2
| | | | the file directly)
* wchar_t is unsigned short on windows. This is important for surrogateescapeMatti Picus2020-12-091-0/+2
|
* document merged branch, add rc1 to versions.json and improve testMatti Picus2020-12-093-31/+153
|
* don't call popvalues without using the resultCarl Friedrich Bolz-Tereick2020-12-081-1/+1
|
* convert test_warnings to an apptest (it has this form on 3.7, and that makesCarl Friedrich Bolz-Tereick2020-12-082-108/+103
| | | | merges very annoying otherwise)
* fix a missing error in pypy: bare except:-clauses should come lastCarl Friedrich Bolz-Tereick2020-12-072-1/+17
|
* oops, this goes with 25e1dbf5591aArmin Rigo2020-12-062-2/+2
|
* update to cffi/023e2f33ee07Armin Rigo2020-12-067-11/+31
|
* move "thread from "requires" to "suggested" for sandbox, compatibility with ↵Matti Picus2020-12-062-3/+8
| | | | python3.7
* Merge branch 'branch/add-rffi-constcharpsize2str' into 'branch/default'Simon Cross2020-12-042-0/+27
|\ | | | | | | | | | | Implement constcharpsize2str in rffi. See merge request pypy/pypy!780
| * Implement constcharpsize2str in rffi.Simon Cross2020-12-032-0/+27
| |
* | add versions.json and script to check it, issue 3354Matti Picus2020-12-043-2/+461
| |
* | make stack bigger when creating pypy.exe directly from CMatti Picus2020-12-031-3/+3
|/
* Merge the rpython-error_value branch.Antonio Cuni2020-12-027-50/+156
|\ | | | | | | | | | | | | | | | | | | This branch introduces a new decorator @llhelper_error_value, which officializes the fact that you can raise RPython exceptions from llhelpers, and makes it possible to specify what is the C value to return in case of errors. It is needed to implement correctly HPy exceptions (see also its sister branch, hpy-error-value)
| * close merged branchAntonio Cuni2020-12-020-0/+0
| |
| * fix whatsnewAntonio Cuni2020-12-021-1/+1
| |
| * fix test_enforce_llhelper_error_value_in_case_of_nested_exception by ↵Antonio Cuni2020-11-302-7/+10
| | | | | | | | disabling an optimization if the graph has @llhelper_error_value
| * merge headsAntonio Cuni2020-11-301-1/+1
| |\