aboutsummaryrefslogtreecommitdiff
path: root/pypy
Commit message (Expand)AuthorAgeFilesLines
* fix translation (can't iterate over tuples in rpython)HEADmasterCarl Friedrich Bolz-Tereick2021-03-021-2/+2
* woopsCarl Friedrich Bolz-Tereick2021-03-021-1/+1
* some ascii fast paths of latin-1 encoding/decodingCarl Friedrich Bolz-Tereick2021-03-024-4/+23
* fast path for unicode.upper/lower for asciiCarl Friedrich Bolz-Tereick2021-03-022-6/+29
* make init_flags a init_functionMatti Picus2021-03-021-4/+5
* sync Py_.*Flags with sys.flags, issue 3409Matti Picus2021-03-026-11/+71
* fix structseq attribute setter error messageMatti Picus2021-03-021-0/+10
* document branchMatti Picus2021-03-021-0/+4
* sprinkle more links to heptapod in the docs, update some older pagesMatti Picus2021-03-015-16/+38
* merge string-algorithmic-optimizationsCarl Friedrich Bolz-Tereick2021-02-285-2/+36
|\
| * add whatsnewCarl Friedrich Bolz-Tereick2021-02-281-0/+5
| * fix translationCarl Friedrich Bolz-Tereick2021-02-261-0/+1
| * copy an optimization from CPython: when the search string of str.replace andCarl Friedrich Bolz-Tereick2021-02-254-2/+30
* | Test and fix for #3381Armin Rigo2021-02-261-0/+65
* | Tests (passing) for _continulet switching to a different threadArmin Rigo2021-02-262-1/+81
|/
* more upstream syncing - move inttypes.h into pyport.h (issue 3407)Matti Picus2021-02-242-5/+35
* merge branch to fix PyObject_Format for type objects (issue 3404)Matti Picus2021-02-213-0/+10
|\
| * test, fix for PyObject_Format(space.wrap(type('a')), None)Matti Picus2021-02-212-0/+6
* | update cffi to c16abb8f809fMatti Picus2021-02-211-1/+39
* | merge intbount-improvements-3Carl Friedrich Bolz-Tereick2021-02-211-0/+5
|\ \ | |/ |/|
| * document branchCarl Friedrich Bolz-Tereick2021-02-041-0/+5
* | fix translation error on 32b LinuxWim Lavrijsen2021-02-171-1/+2
* | update to cffi 1.14.5 (using pypy/tool/import_cffi.py and manually fixing too)Matti Picus2021-02-172-2/+2
* | 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
* | 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-0930-290/+1172
| |\ \ | |/ / |/| |
* | | backport changes to _ctypes needed for maxos BigSur from py3.7Matti Picus2021-02-061-0/+4
| |/ |/|
* | fix test_ast.Carl Friedrich Bolz-Tereick2021-02-031-4/+4
* | merge branch to update Tk/Tcl to 8.6 on windowsMatti Picus2021-02-032-5/+9
|\ \
| * | fix Tcl/Tk 8.6 packaging on winnulano2021-02-021-5/+5
* | | merge defaultCarl Friedrich Bolz-Tereick2021-02-011-0/+5
|\| |
| * | remerge fixes from rpython-never-allocateMatti Picus2021-01-281-0/+6
| |\ \
* | | | 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
|\| | |
| * | | document and close branch to be mergedMatti Picus2021-01-271-0/+5
| * | | merge default into branchMatti Picus2021-01-27111-2810/+2369
| |\ \ \
| | * | | Fix signature of PyEval_EvalCodeMatti Picus2021-01-231-1/+1
| | * | | 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-252-12/+101
| | | * | | 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-252-10/+70
| | | * | | 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
* | | | | | 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