aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | pretty subtle bug: when iterating over a map dict, some items would go missing!Carl Friedrich Bolz-Tereick2021-01-302-7/+24
| | | | * | always go through _set_mapdict_mapCarl Friedrich Bolz-Tereick2021-01-281-6/+10
| | | | * | 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-1923-233/+965
| | | | |\ \ | |_|_|_|/ / |/| | | | |
* | | | | | fix a bug in the heapcache around nonstandard virtualizables (it doesn't occurCarl Friedrich Bolz-Tereick2021-01-183-11/+21
* | | | | | rename Hash to HASH to match cpythonfijal2021-01-071-3/+3
* | | | | | add str2constcharp for testsMatti Picus2021-01-042-11/+18
* | | | | | test, fix parsing "inf" and friends in PyOS_string_to_double (issue 3375)Matti Picus2021-01-034-5/+63
* | | | | | enable vmprof installation for rpython/rlib/rvmprof testsMatti Picus2021-01-021-1/+1
* | | | | | happy new yearMatti Picus2021-01-013-5/+5
* | | | | | trivial test fixes, backport Py_NAN fixMatti Picus2020-12-313-8/+11
* | | | | | merge sync-distutils which updates the way we find MSVCMatti Picus2020-12-307-191/+845
|\ \ \ \ \ \
| * | | | | | document and close branch to be mergedMatti Picus2020-12-301-0/+6
| * | | | | | fix for python2Matti Picus2020-12-303-45/+18
| * | | | | | add _msvccompiler from python3 and sync msvc-related files. Use _msvccompiler...Matti Picus2020-12-305-185/+860
|/ / / / / /
| | | | * | 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-293-39/+57
| | | | * | 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
* | | | | 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 refact...Matti Picus2020-12-284-8/+29
| | | | * more correct way of finding the backend libraryWim Lavrijsen2021-02-091-2/+4
| | | | * merge default into cppyy dev branchWim Lavrijsen2020-12-28200-1464/+3853
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | 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
* | | | | 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 kno...Matti Picus2020-12-252-16/+30