| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-45020: Fix strict-prototypes warning (GH-29755) | Christian Heimes | 2021-11-24 | 2 | -2/+2 |
|
|
* | bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) | Pablo Galindo Salgado | 2021-11-24 | 2 | -9/+9 |
|
|
* | bpo-45881: Use CC from env first for cross building (GH-29752) | Christian Heimes | 2021-11-24 | 2 | -10/+11 |
|
|
* | bpo-45847: Fix _crypt detection on Ubuntu (GH-29743) | Christian Heimes | 2021-11-24 | 2 | -2/+2 |
|
|
* | bpo-45847: Port _uuid to PY_STDLIB_MOD (GH-29741) | Christian Heimes | 2021-11-24 | 6 | -74/+391 |
|
|
* | bpo-45514: Deprecate importlib resources legacy functions. (GH-29036) | Jason R. Coombs | 2021-11-24 | 10 | -84/+204 |
|
|
* | bpo-45847: Port _posixshmem to PY_STDLIB_MOD (GH-29738) | Erlend Egeberg Aasland | 2021-11-24 | 5 | -70/+98 |
|
|
* | bpo-45886: Allow overriding freeze command for cross compiling (GH-29735) | Christian Heimes | 2021-11-24 | 3 | -43/+48 |
|
|
* | bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731) | Zachary Ware | 2021-11-24 | 2 | -1/+14 |
|
|
* | bpo-45847: Port _gdbm to PY_STDLIB_MOD (GH-29720) | Christian Heimes | 2021-11-23 | 5 | -52/+136 |
|
|
* | bpo-45847: Port _ssl and _hashlib to PY_STDLIB_MOD (GH-29727) | Christian Heimes | 2021-11-23 | 4 | -157/+348 |
|
|
* | bpo-45847: Port _crypt to PY_STDLIB_MOD (GH-29725) | Christian Heimes | 2021-11-23 | 4 | -63/+268 |
|
|
* | bpo-45873: Restore Python 3.6 compatibility (GH-29730) | Christian Heimes | 2021-11-23 | 3 | -3/+28 |
|
|
* | bpo-39026: Fix Python.h when building with Xcode (GH-29488) | Victor Stinner | 2021-11-23 | 3 | -3/+3 |
|
|
* | bpo-45873: Get rid of bootstrap_python (#29717) | Guido van Rossum | 2021-11-23 | 8 | -431/+259 |
|
|
* | bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_ca… (GH-... | Miro Hrončok | 2021-11-23 | 4 | -1/+54 |
|
|
* | bpo-45783: Preserve file moves and deletions in the tests for the freeze tool... | Eric Snow | 2021-11-23 | 3 | -35/+17 |
|
|
* | bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/te... | Nikita Sobolev | 2021-11-23 | 2 | -14/+6 |
|
|
* | Clarify that discutils.(plat)include is for CPython's headers (GH-29578) | Petr Viktorin | 2021-11-23 | 1 | -2/+4 |
|
|
* | bpo-44525: Copy free variables in bytecode to allow calls to inner functions ... | Mark Shannon | 2021-11-23 | 25 | -157/+269 |
|
|
* | bpo-45847: Port _socket to PY_STDLIB_MOD (GH-29713) | Erlend Egeberg Aasland | 2021-11-23 | 4 | -4/+19 |
|
|
* | bpo-45847: Fix xxlimited and xxlimited_35 build conditions (GH-29715) | Erlend Egeberg Aasland | 2021-11-23 | 2 | -4/+4 |
|
|
* | bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138) | Neil Schemenauer | 2021-11-23 | 3 | -4/+8 |
|
|
* | bpo-42238: [doc] Announce the future removal of make suspicous. (GH-29652) | Julien Palard | 2021-11-22 | 2 | -0/+6 |
|
|
* | bpo-45847: Port xxlimited and xxlimited_35 to PY_STDLIB_MOD (GH-29707) | Erlend Egeberg Aasland | 2021-11-22 | 4 | -6/+99 |
|
|
* | bpo-45850: Implement deep-freeze on Windows (#29648) | Guido van Rossum | 2021-11-22 | 9 | -24/+500 |
|
|
* | bpo-45871: Refactor except matcher validation into a separate function so tha... | Irit Katriel | 2021-11-22 | 2 | -23/+48 |
|
|
* | bpo-45847: port _struct to PY_STDLIB_MOD (GH-29706) | Christian Heimes | 2021-11-22 | 4 | -2/+23 |
|
|
* | bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH... | Carl Friedrich Bolz-Tereick | 2021-11-22 | 1 | -0/+1 |
|
|
* | bpo-45847: Port audioop, _csv, and _posixsubprocess to PY_STDLIB_MOD_SIMPLE (... | Erlend Egeberg Aasland | 2021-11-22 | 4 | -4/+56 |
|
|
* | bpo-45847: Port nis module to PY_STDLIB_MOD (GH-29699) | Christian Heimes | 2021-11-22 | 5 | -44/+350 |
|
|
* | bpo-45813: Make sure that frame->generator is NULLed when generator is deallo... | Mark Shannon | 2021-11-22 | 4 | -0/+12 |
|
|
* | bpo-45847: Port compression libs to PY_STDLIB_MOD (GH-29702) | Christian Heimes | 2021-11-22 | 5 | -70/+794 |
|
|
* | bpo-45847: Port mmap, select, and _xxsubinterpreters to Py_STDLIB_MOD (GH-29703) | Erlend Egeberg Aasland | 2021-11-22 | 4 | -4/+83 |
|
|
* | bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=... | Eric V. Smith | 2021-11-22 | 3 | -6/+37 |
|
|
* | bpo-45847: Port fcntl to Py_STDLIB_MOD (GH-29696) | Erlend Egeberg Aasland | 2021-11-22 | 5 | -28/+60 |
|
|
* | bpo-45847: Various PY_STDLIB_MOD cleanups (GH-29697) | Christian Heimes | 2021-11-22 | 3 | -218/+61 |
|
|
* | bpo-45847: Port _lfprof, _opcode, _asyncio, _queue, _statistics, and _typing ... | Erlend Egeberg Aasland | 2021-11-22 | 4 | -58/+184 |
|
|
* | Fix out-of-tree build support for multissltest (GH-29694) | Christian Heimes | 2021-11-22 | 2 | -6/+12 |
|
|
* | bpo-45847: Port _bisect, _heapq, _json, _pickle, _random, and _zoneinfo to PY... | Erlend Egeberg Aasland | 2021-11-22 | 4 | -19/+136 |
|
|
* | bpo-45847: Port array, _contextvars, math, and cmath to PY_STDLIB_MOD_SIMPLE ... | Erlend Egeberg Aasland | 2021-11-22 | 4 | -6/+90 |
|
|
* | bpo-45723: Add helpers for save/restore env (GH-29637) | Erlend Egeberg Aasland | 2021-11-22 | 3 | -41/+73 |
|
|
* | bpo-45766: Add direct proportion option to linear_regression(). (#29490) | Raymond Hettinger | 2021-11-21 | 4 | -8/+42 |
|
|
* | bpo-45847: Port codecs and unicodedata to PY_STDLIB_MOD (GH-29685) | Christian Heimes | 2021-11-21 | 4 | -5/+166 |
|
|
* | bpo-45847: Port grp, spwd, termios, resource, syslog to PY_STDLIB_MOD (GH-29668) | Christian Heimes | 2021-11-21 | 5 | -25/+254 |
|
|
* | Ensure the str member of the tokenizer is always initialised (GH-29681) | Pablo Galindo Salgado | 2021-11-21 | 3 | -3/+3 |
|
|
* | Reactivate primary mechanism to retrieve frames in the gdb helpers (GH-29682) | Pablo Galindo Salgado | 2021-11-21 | 1 | -4/+6 |
|
|
* | Refactor parser compilation units into specific components (GH-29676) | Pablo Galindo Salgado | 2021-11-21 | 10 | -1869/+1909 |
|
|
* | Added kw_only parameter to make_dataclasses. (GH-29679) | Eric V. Smith | 2021-11-20 | 3 | -2/+14 |
|
|
* | bpo-44733: Add max_tasks_per_child to ProcessPoolExecutor (GH-27373) | Logan Jones | 2021-11-20 | 4 | -16/+98 |
|
|