Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename super ambiguous "index" to "attrkind" | 2020-12-28 | 1 | -70/+70 | |
| | |||||
* | factor out the more common path of "increase storage by 1" into its own method | 2020-12-28 | 1 | -9/+30 | |
| | |||||
* | decorate ctypes functions that have pointer arguments for win64 | 2020-12-29 | 1 | -0/+10 | |
| | |||||
* | detail | 2020-12-28 | 1 | -1/+2 | |
| | |||||
* | PyPy3 port of this paragraph in the documentation | 2020-12-28 | 1 | -5/+8 | |
| | |||||
* | wrap mavcrt.get_osfhandle with FdValidator (removed in the FdValidator ↵ | 2020-12-28 | 4 | -8/+29 | |
| | | | | refactoring) | ||||
* | fix test, since importing re no longer imports types (via copy_reg) | 2020-12-27 | 1 | -1/+1 | |
| | |||||
* | fix translation | 2020-12-27 | 1 | -0/+1 | |
| | |||||
* | hack at app_main and importing of types until test_proper_sys_path passes on ↵ | 2020-12-26 | 5 | -6/+45 | |
| | | | | windows | ||||
* | fix 64-bit windows translation (nulano) | 2020-12-26 | 1 | -1/+1 | |
| | |||||
* | backport rpython changes from py3.7-winreg | 2020-12-25 | 1 | -0/+1 | |
| | |||||
* | more lceanly work around limitations of jom.exe (a nmake replacement that ↵ | 2020-12-25 | 2 | -16/+30 | |
| | | | | knows about -j) | ||||
* | work around problem with jom.exe in this test | 2020-12-25 | 1 | -0/+2 | |
| | |||||
* | make order of arguments consistent with CPython, related to issue 2267 | 2020-12-24 | 1 | -2/+3 | |
| | |||||
* | add an option for 'manifest' | 2020-12-24 | 1 | -0/+2 | |
| | |||||
* | more tweaks to windows documentation | 2020-12-24 | 1 | -9/+6 | |
| | |||||
* | update icon | 2020-12-24 | 1 | -0/+0 | |
| | |||||
* | copy manifest from cpython and link it into pypy.exe (issue 3363) | 2020-12-24 | 2 | -6/+38 | |
| | |||||
* | test, cleanup manifest embedding for vs2008+; add option for adding a manifest | 2020-12-24 | 4 | -34/+185 | |
| | |||||
* | merge branch that updates documentation now that win64 is merged | 2020-12-23 | 6 | -75/+97 | |
|\ | |||||
| * | document and close branch to be merged | 2020-12-23 | 1 | -0/+4 | |
| | | |||||
| * | refactor the win64 work into a separate page, fix some warnings | 2020-12-23 | 4 | -75/+89 | |
| | | |||||
| * | adopt review changes | 2020-12-23 | 1 | -8/+8 | |
| | | |||||
| * | convert the win64 plan from future tense to past tense | 2020-12-21 | 2 | -38/+42 | |
| | | |||||
* | | remove balnk lines | 2020-12-23 | 1 | -5/+0 | |
| | | |||||
* | | minimize diff to py3.7 | 2020-12-23 | 2 | -4/+21 | |
| | | |||||
* | | remove redundant PyUnicodeCheck* since they are macros in unicode.h | 2020-12-23 | 3 | -22/+30 | |
| | | |||||
* | | mention other tasks after releasing a version | 2020-12-20 | 1 | -1/+5 | |
| | | |||||
* | | Patch from issue #3227, modernized to use the existing bitflags: ↵ | 2020-12-22 | 2 | -1/+5 | |
|/ | | | | PYPYSIG_NO_WARN_FULL | ||||
* | update to cffi/a969ece955c7, fixing pypy issue #3361 / cffi issue #483 | 2020-12-21 | 4 | -6/+31 | |
| | |||||
* | Fix test | 2020-12-12 | 1 | -3/+5 | |
| | |||||
* | Document that this test cannot pass on CPython | 2020-12-12 | 1 | -1/+5 | |
| | |||||
* | skip a test that fails on CPython, and in the nightly run (but not when running | 2020-12-11 | 1 | -0/+2 | |
| | | | | the file directly) | ||||
* | wchar_t is unsigned short on windows. This is important for surrogateescape | 2020-12-09 | 1 | -0/+2 | |
| | |||||
* | document merged branch, add rc1 to versions.json and improve test | 2020-12-09 | 3 | -31/+153 | |
| | |||||
* | don't call popvalues without using the result | 2020-12-08 | 1 | -1/+1 | |
| | |||||
* | convert test_warnings to an apptest (it has this form on 3.7, and that makes | 2020-12-08 | 2 | -108/+103 | |
| | | | | merges very annoying otherwise) | ||||
* | fix a missing error in pypy: bare except:-clauses should come last | 2020-12-07 | 2 | -1/+17 | |
| | |||||
* | oops, this goes with 25e1dbf5591a | 2020-12-06 | 2 | -2/+2 | |
| | |||||
* | update to cffi/023e2f33ee07 | 2020-12-06 | 7 | -11/+31 | |
| | |||||
* | move "thread from "requires" to "suggested" for sandbox, compatibility with ↵ | 2020-12-06 | 2 | -3/+8 | |
| | | | | python3.7 | ||||
* | Merge branch 'branch/add-rffi-constcharpsize2str' into 'branch/default' | 2020-12-04 | 2 | -0/+27 | |
|\ | | | | | | | | | | | Implement constcharpsize2str in rffi. See merge request pypy/pypy!780 | ||||
| * | Implement constcharpsize2str in rffi. | 2020-12-03 | 2 | -0/+27 | |
| | | |||||
* | | add versions.json and script to check it, issue 3354 | 2020-12-04 | 3 | -2/+461 | |
| | | |||||
* | | make stack bigger when creating pypy.exe directly from C | 2020-12-03 | 1 | -3/+3 | |
|/ | |||||
* | Merge the rpython-error_value branch. | 2020-12-02 | 7 | -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 branch | 2020-12-02 | 0 | -0/+0 | |
| | | |||||
| * | fix whatsnew | 2020-12-02 | 1 | -1/+1 | |
| | | |||||
| * | fix test_enforce_llhelper_error_value_in_case_of_nested_exception by ↵ | 2020-11-30 | 2 | -7/+10 | |
| | | | | | | | | disabling an optimization if the graph has @llhelper_error_value | ||||
| * | merge heads | 2020-11-30 | 1 | -1/+1 | |
| |\ |