aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sync Py_.*Flags with sys.flags, issue 3409Matti Picus2021-03-021-0/+2
* fix test_ast.Carl Friedrich Bolz-Tereick2021-02-031-4/+4
* hack at app_main and importing of types until test_proper_sys_path passes on ...Matti Picus2020-12-261-1/+15
* don't call popvalues without using the resultCarl Friedrich Bolz-Tereick2020-12-081-1/+1
* fix a missing error in pypy: bare except:-clauses should come lastCarl Friedrich Bolz-Tereick2020-12-072-1/+17
* fix position of elif clauses in the astCarl Friedrich Bolz-Tereick2020-11-302-2/+18
* merge default into branchMatti Picus2020-10-105-5/+36
|\
| * merge default into stdlib-2.7.18-3Stefano Rivera2020-10-091-35/+48
| |\
| * | Backed out changeset 396185377e61Stefano Rivera2020-10-091-525/+0
| * | bpo-33026: Fix jumping out of "with" block by setting f_linenoStefano Rivera2020-10-091-1/+6
| * | bpo-17288: Prevent jumps from 'return' and 'exception' trace events.Stefano Rivera2020-10-092-3/+18
| * | cpython compatibilityStefano Rivera2020-10-081-0/+5
| * | Temporary: app_test for sys_settraceStefano Rivera2020-10-081-0/+525
| * | test, fix error message for CPython compatibilityStefano Rivera2020-10-071-1/+1
| * | bpo-38535: Fix positions for AST nodes for calls without arguments in decoratorsStefano Rivera2020-10-022-1/+7
* | | merge app_main into win64Matti Picus2020-10-081-35/+48
|\ \ \ | | |/ | |/|
| * | refactor app_main to delay importing stdlib's os, maybe related to issue 3323Matti Picus2020-10-081-35/+48
| |/
* / create just the bare minimum of include headers to allow _cffi_backend to workMatti Picus2020-10-071-0/+4
|/
* app_main: instead of guessing in we_are_translated(), just use a globalArmin Rigo2020-08-242-18/+10
* skip test on win32Matti Picus2020-08-241-0/+1
* fix test that fails in a pypy virtualenv untranslatedMatti Picus2020-08-241-3/+11
* use an environment varialble to detect test_app_main. Is this a security risk?Matti Picus2020-08-242-5/+11
* when running on top of pypy, the test inside app_main failsMatti Picus2020-08-231-0/+3
* Add common base class for SimpleView and RawBufferViewRonan Lamy2020-05-142-44/+29
* Add minimal testing for RawBufferView and SimpleViewRonan Lamy2020-05-141-0/+26
* Move ArrayView to pypy.interpreter.buffer.RawBufferViewRonan Lamy2020-05-141-1/+57
* make other attributes of builtin functions unwriteable/undeletable as wellCarl Friedrich Bolz-Tereick2020-04-012-4/+33
* fix bug: if a cell is deleted, it's family's "ever_mutated" flag needs to beCarl Friedrich Bolz-Tereick2020-03-242-0/+11
* strengthen test, add a proper test for non-interferenceCarl Friedrich Bolz-Tereick2020-03-171-1/+20
* undo most of d2497f614daa: simplify Cell initialization back to what it was onCarl Friedrich Bolz-Tereick2020-03-163-27/+12
* make the cells optimization also work for non-arguments, as long as theCarl Friedrich Bolz-Tereick2020-03-162-2/+20
* fix bugCarl Friedrich Bolz-Tereick2020-03-094-11/+78
* use one family per cellCarl Friedrich Bolz-Tereick2020-03-092-5/+5
* fix the failing test: do the cell initialization differently, first initializeCarl Friedrich Bolz-Tereick2020-03-092-26/+41
* start implementing Cell families, that Cells are grouped into, according toCarl Friedrich Bolz-Tereick2020-03-093-9/+28
* Backed out changeset 28beb86f9764Carl Friedrich Bolz-Tereick2020-03-081-0/+2
* Implement @pytest.mark.skipif in new-style apptestsRonan Lamy2020-03-031-1/+2
* hack slightly differently: make recursively equal code objects still compareCarl Friedrich Bolz-Tereick2020-03-013-8/+13
* turns out some annoying person (hint: me) did the same fixes already only onCarl Friedrich Bolz-Tereick2020-02-292-41/+89
* fix bug in PyCode.__eq__: the compiler contains careful logic to make sure thatCarl Friedrich Bolz-Tereick2020-02-294-42/+120
* remove very convoluted _build_consts_array functionCarl Friedrich Bolz-Tereick2020-02-291-28/+13
* merge warmup-improvements-various:Carl Friedrich Bolz-Tereick2020-02-263-10/+14
|\
| * remove bogus quasi-immutable declaration on the ExecutionContext. the ec isCarl Friedrich Bolz-Tereick2020-02-171-2/+0
| * fix a generator corner caseCarl Friedrich Bolz-Tereick2020-02-171-0/+1
| * avoid the "ping pong" of the return value on the stack in the most common casesCarl Friedrich Bolz-Tereick2020-02-161-1/+3
| * this didn't quite work in practice, explicitly don't check the stack depthCarl Friedrich Bolz-Tereick2020-02-161-7/+10
* | this part is potentially wrong (_check_stack_index is called when unpickling ...Carl Friedrich Bolz-Tereick2020-02-231-2/+0
* | merge defaultCarl Friedrich Bolz-Tereick2020-02-211-20/+0
|\|
| * it seems that space.iteriterable is broken, because exceptions from space.nextCarl Friedrich Bolz-Tereick2020-02-121-20/+0
* | slightly simplify for the jit, for the common non-tracing caseCarl Friedrich Bolz-Tereick2020-02-111-2/+4