aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | update to cffi 1.14.5 (using pypy/tool/import_cffi.py and manually fixing too)Matti Picus2021-02-176-7/+21
* | skip test on 32-bitMatti Picus2021-02-171-2/+5
* | test, add PyUnicode_Contains (issue 3400)Matti Picus2021-02-163-9/+24
* | mention the paper and Remi's PhD thesis on the stm pageCarl Friedrich Bolz-Tereick2021-02-141-0/+7
* | the fontcolor is unfortunately lost in plain files. if the fillcolor is veryCarl Friedrich Bolz-Tereick2021-02-132-3/+20
* | support unicode in labels of edges tooCarl Friedrich Bolz-Tereick2021-02-132-2/+3
* | kill unused code for contacting codespeak (rip)Carl Friedrich Bolz-Tereick2021-02-131-22/+0
* | a small hack to recognize when the screen has a lot of pixels to then allowCarl Friedrich Bolz-Tereick2021-02-132-5/+17
* | updated API to cppyy_backend 1.14.2, consistent types for Win64, support for ...Wim Lavrijsen2021-02-0934-1107/+3583
|\ \
| * \ merge default into cppyy_packaging branchWim Lavrijsen2021-02-0969-579/+2305
| |\ \ | |/ / |/| |
* | | backport changes to _ctypes needed for maxos BigSur from py3.7Matti Picus2021-02-066-23/+79
|\ \ \ | |_|/ |/| |
| * | move file to correct placeMatti Picus2021-02-051-1/+0
| * | add new fileMatti Picus2021-02-051-0/+23
| * | typoMatti Picus2021-02-051-10/+10
| * | backport changes from py3.7-big-sur-dyld-cache to defaultMatti Picus2021-02-054-23/+53
|/ /
* | use low-level interface where applicable, add at least a minimal hypothesis t...Carl Friedrich Bolz-Tereick2021-02-042-13/+21
* | remove unreachable code(?)Carl Friedrich Bolz-Tereick2021-02-031-4/+0
* | add a comment about something that I have to re-learn every time I read this ...Carl Friedrich Bolz-Tereick2020-04-291-0/+6
* | remove copy-pasted commentCarl Friedrich Bolz-Tereick2020-04-291-2/+0
* | express the make_le/ge/gt/lt methods in terms of their _const variantsCarl Friedrich Bolz-Tereick2020-04-291-8/+32
* | fix test_ast.Carl Friedrich Bolz-Tereick2021-02-031-4/+4
* | merge branch to update Tk/Tcl to 8.6 on windowsMatti Picus2021-02-034-8/+12
|\ \
| * | fix Tcl/Tk 8.6 packaging on winnulano2021-02-021-5/+5
| * | use tcl/tk 8.6 on windowsnulano2021-02-022-3/+3
* | | merge map-improvementsCarl Friedrich Bolz-Tereick2021-02-0213-173/+775
|\ \ \ | |/ / |/| |
| * | merge defaultCarl Friedrich Bolz-Tereick2021-02-019-15/+80
| |\ \ | |/ / |/| |
* | | merge headsMatti Picus2021-02-019-15/+81
|\ \ \
| * \ \ remerge fixes from rpython-never-allocateMatti Picus2021-01-285-12/+18
| |\ \ \
| | * | | unify 'hints' and '_hints' to '_hints'Matti Picus2021-01-284-12/+12
| * | | | re-apply backed out changes from rpython-never-allocateMatti Picus2021-01-284-3/+63
| | | * | merge defaultCarl Friedrich Bolz-Tereick2021-01-312-0/+30
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | optimize chains of longlong2float(float2longlong(x)) and vice versaCarl Friedrich Bolz-Tereick2021-01-312-0/+30
|/ / / /
| | * | only unbox ints on 64 bit machines (otherwise there is no memory saving andCarl Friedrich Bolz-Tereick2021-01-312-41/+60
| | * | merge defaultCarl Friedrich Bolz-Tereick2021-01-308-34/+182
| | |\ \ | |_|/ / |/| | |
* | | | merge branch to improve PyModule*Matti Picus2021-01-274-17/+12
|\ \ \ \
| * | | | document and close branch to be mergedMatti Picus2021-01-271-0/+5
| * | | | merge default into branchMatti Picus2021-01-27249-2342/+5972
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Fix signature of PyEval_EvalCodeMatti Picus2021-01-231-1/+1
* | | | | Backed out changes from rpython-never-allocate since it is not ready yetMatti Picus2021-01-224-63/+3
* | | | | Merge branch 'branch/rpython-never-allocate' into 'branch/default'Antonio Cuni2021-01-214-3/+63
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | improve the test to check that if we constant-fold the MyClass malloc(), ever...Antonio Cuni2020-10-021-6/+19
| * | | | introduce a @never_allocate class decorator, which ensure that a certain RPyt...Antonio Cuni2020-10-024-3/+50
* | | | | merge, document py2.7-winreg which backports winreg changes from py3.7Matti Picus2021-01-214-16/+169
|\ \ \ \ \
| * | | | | fix py3.7-winreg backportsnulano2020-12-252-31/+21
| * | | | | backport 0df11e6e: redo winreg reflection using runtime loadingnulano2020-12-254-48/+105
| * | | | | backport d5d9fb27, fb5cddf8: bpo-21151, preserve None passed as REG_BINARY in...nulano2020-12-252-4/+8
| * | | | | backport e070d661: implement winreg reflection on win64nulano2020-12-254-14/+106
| * | | | | don't add REG_QWORD introduced in CPython 3.6 to winreg on PyPy2nulano2020-12-251-0/+5
| | | * | | Revert changes to PyFoo_Check and PyFoo_CheckExact signaturesYannick Jadoul2021-01-262-3/+5
| | | * | | Change parameter type of PyModule_New to const char*, and use build_type_chec...Yannick Jadoul2020-10-183-18/+6