aboutsummaryrefslogtreecommitdiff
path: root/pypy/tool
Commit message (Expand)AuthorAgeFilesLines
* fix Tcl/Tk 8.6 packaging on winnulano2021-02-021-5/+5
* document merged branch, add rc1 to versions.json and improve testMatti Picus2020-12-092-31/+149
* add versions.json and script to check it, issue 3354Matti Picus2020-12-042-0/+455
* Ignore the test_tab failure in this specific fileArmin Rigo2020-11-241-0/+2
* document 7.3.3 releaseMatti Picus2020-11-211-3/+3
* update repackage scriptMatti Picus2020-11-181-2/+2
* simplify source repackaging via hg archive, creates .hg_archival.txt, issue 3315Matti Picus2020-10-031-25/+3
* update repackage script to create .hg_archival.txt, issue 3315Matti Picus2020-10-021-0/+14
* get rid of mentions of bitbucketMatti Picus2020-09-241-2/+2
* refactor force-builds scriptMatti Picus2020-09-131-7/+9
* add the tweaked test_c.py from cffi, which can now be run directlyArmin Rigo2020-08-301-0/+2
* move lib_pypy/tools -> lib_pypy/pypy_tools: otherwise"tools" appears on the s...Matti Picus2020-07-271-1/+1
* Be more robust when defining w_* methods in applevel tests:Antonio Cuni2020-03-252-4/+11
* fix faulty patch applicationMatt Billenstein2020-06-171-3/+0
* fix previous patchMatt Billenstein2020-06-151-5/+7
* macOS packaging improvementsMatt Billenstein2020-06-141-8/+14
* fixes (from Matt Billenstein via mail)Matti Picus2020-06-081-9/+11
* add -headerpad_max_install_names for macosMatti Picus2020-06-021-1/+1
* copy2 -> copy since copy2 can fail on macOSMatti Picus2020-06-021-2/+2
* use make_portable on macOS by defaultMatti Picus2020-06-021-1/+2
* make_portable.py support for macosMatt Billenstein2020-06-021-12/+55
* update script for releaseMatti Picus2020-04-101-2/+2
* uname is a tuple on python2Matti Picus2020-04-061-1/+1
* detect machine better (fixes 6d7f4d0ec21b for aarch64)Matti Picus2020-04-061-13/+23
* update openssl to 1.1.1f, build on aarch64 as wellMatti Picus2020-04-051-2/+3
* refactor repackage script into functions, allows "source repackage.sh"Matti Picus2020-04-031-80/+106
* add "minimal" option to force-builds, no need to run own, rpython if only pac...Matti Picus2020-04-021-4/+15
* tk -> _tkinterMatti Picus2020-04-021-3/+3
* missing import, fix force-builds scriptMatti Picus2020-03-281-3/+2
* Implement @pytest.mark.skipif in new-style apptestsRonan Lamy2020-03-034-0/+147
* move those utf8 benchmarks to more sensible placesCarl Friedrich Bolz-Tereick2020-03-021-0/+77
* Added support for spaceconfig in new style applevel testsquejebo2020-03-012-1/+26
* run functions in apptest_* files in definition orderCarl Friedrich Bolz-Tereick2020-01-081-0/+1
* fix package.py for 5bf1495559a4Matti Picus2019-12-251-1/+1
* move build_cffi_importsMatti Picus2019-12-241-264/+0
* tweak release note for last-minute additionMatti Picus2019-12-231-1/+1
* add tcl8, tk8 to bundle; make sure so is writableMatti Picus2019-12-231-1/+2
* package on portable builds, and contitionally use tk, tcl librariesMatti Picus2019-12-221-1/+4
* tweak release note and repackaging scriptMatti Picus2019-12-101-2/+2
* this is the wrong abstraction, the archive name needs to match for uploadingMatti Picus2019-12-081-2/+0
* ensure package name has "portable" in it if iti is portableMatti Picus2019-12-081-0/+2
* package.py: fix typo, condition exception on _fake=FalseMatti Picus2019-11-141-1/+2
* ignore cffi build artifacts that also happen to be over 260 chars in lengthMatti Picus2019-11-131-3/+3
* backport changes from py3.6 to minimize diffMatti Picus2019-11-133-16/+43
* Kill unused AppTestFunctionRonan Lamy2019-11-056-128/+21
* tweak packaging to avoid automatic platform detection, add more debug infoMatti Picus2019-11-042-8/+9
* refactor "os import" in make_portable.py to make it importable on windowsMatti Picus2019-11-021-4/+4
* package more libraries to make curses workMatti Picus2019-11-011-1/+2
* add a --make-portable option to package.pyMatti Picus2019-11-012-1/+124
* make print in package.py 3-compatibleMatti Picus2019-11-011-21/+28