aboutsummaryrefslogtreecommitdiff
path: root/pypy
Commit message (Expand)AuthorAgeFilesLines
* fix test_unbox_reorder_bug3Carl Friedrich Bolz-Tereick2021-01-282-51/+16
* add layout commentsCarl Friedrich Bolz-Tereick2021-01-281-15/+14
* this took way too long: at least reproduce the failure in a unit testCarl Friedrich Bolz-Tereick2021-01-271-0/+31
* fix a bug where the unboxed storage would grow too largeCarl Friedrich Bolz-Tereick2021-01-272-2/+16
* document branchCarl Friedrich Bolz-Tereick2021-01-271-0/+7
* remove debugging comment, make test_pypy_c more naturalCarl Friedrich Bolz-Tereick2021-01-264-10/+8
* stop field optimizations in a few of the existing testsCarl Friedrich Bolz-Tereick2021-01-264-0/+7
* fix a problem with undetected type-instability: it wasn't found if theCarl Friedrich Bolz-Tereick2021-01-263-34/+124
* add missing immutable fieldCarl Friedrich Bolz-Tereick2021-01-261-1/+1
* another reordering bugCarl Friedrich Bolz-Tereick2021-01-212-10/+23
* fix interaction of reordering and unboxingCarl Friedrich Bolz-Tereick2021-01-212-5/+48
* expose mapdict implementation via __pypy__ to help with debugabilityCarl Friedrich Bolz-Tereick2021-01-193-8/+37
* fix bug in more complicated patterns of boxed and unboxed attributesCarl Friedrich Bolz-Tereick2021-01-192-1/+44
* merge defaultCarl Friedrich Bolz-Tereick2021-01-197-20/+87
|\
| * add str2constcharp for testsMatti Picus2021-01-041-11/+11
| * test, fix parsing "inf" and friends in PyOS_string_to_double (issue 3375)Matti Picus2021-01-033-3/+61
| * happy new yearMatti Picus2021-01-011-1/+1
| * trivial test fixes, backport Py_NAN fixMatti Picus2020-12-312-7/+10
| * document and close branch to be mergedMatti Picus2020-12-301-0/+6
* | some more tests for specialized classesCarl Friedrich Bolz-Tereick2021-01-012-8/+39
* | implement immutability of UnwrappedPlainAttributesCarl Friedrich Bolz-Tereick2020-12-312-3/+45
* | implement type freezing for unboxed types:Carl Friedrich Bolz-Tereick2020-12-312-8/+69
* | fix remaining testsCarl Friedrich Bolz-Tereick2020-12-313-14/+19
* | in progress: the simple cases of unboxing workCarl Friedrich Bolz-Tereick2020-12-304-25/+180
* | erase a bit differentlyCarl Friedrich Bolz-Tereick2020-12-302-20/+20
* | factor out some common code into helper methodsCarl Friedrich Bolz-Tereick2020-12-292-18/+23
* | store everything erasedCarl Friedrich Bolz-Tereick2020-12-292-39/+56
* | rename length and be more careful about its usesCarl Friedrich Bolz-Tereick2020-12-292-14/+21
|/
* 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
* 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 refact...Matti Picus2020-12-283-0/+27
* 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-262-2/+30
* fix 64-bit windows translation (nulano)Matti Picus2020-12-261-1/+1
* make order of arguments consistent with CPython, related to issue 2267Matti Picus2020-12-241-2/+3
* 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
* 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
|/