aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ssl: Hard-disable SSLv3 to avoid automagic depsgentoo-3.10.0b2Michał Górny2021-05-311-0/+4
* Skip RDS socket tests that hang frequentlyMichał Górny2021-05-311-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny2021-05-311-0/+2
* Install shared libs in LIBDESTMike Gilbert2021-05-311-3/+2
* distutils: make -OO enable both opt-1 and opt-2 optimizationMichał Górny2021-05-312-10/+10
* Disable nisMike Gilbert2021-05-311-1/+0
* Improve distutils C++ supportMike Gilbert2021-05-316-52/+80
* setup.py: exit with non-zero status on failureMike Gilbert2021-05-311-0/+5
* Override libdirMike Gilbert2021-05-311-14/+10
* Disable modules and SSLMike Gilbert2021-05-311-2/+13
* Python 3.10.0b2v3.10.0b2Pablo Galindo2021-05-3156-138/+673
* bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464) (GH-26465)Miss Islington (bot)2021-05-312-2/+9
* bpo-42972: Fully implement GC protocol for xxlimited (GH-26451) (GH-26460)Miss Islington (bot)2021-05-312-0/+16
* bpo-42972: Fix sqlite3 traverse/clear functions (GH-26452) (GH-26461)Miss Islington (bot)2021-05-316-41/+44
* bpo-42085: [docs] Add versionadded for am_send in type object documentation (...Miss Islington (bot)2021-05-291-0/+2
* bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445) (#26446)Miss Islington (bot)2021-05-292-9/+12
* bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26...Miss Islington (bot)2021-05-292-16/+30
* bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26...Miss Islington (bot)2021-05-292-0/+18
* Fix dataclass comment typo _eq__ -> __eq__ (GH-26433) (GH-26436)Miss Islington (bot)2021-05-281-1/+1
* bpo-44252: Correctly implement gc support for SSLError objects (GH-26439) (GH...Miss Islington (bot)2021-05-291-2/+1
* bpo-44249: Fix 3 README.rst typos (GH-26385)Miss Islington (bot)2021-05-281-3/+3
* [3.10] bpo-42972: Fully support GC for _winapi.Overlapped (GH-26381) (#26430)Ken Jin2021-05-281-2/+46
* bpo-42972: Fully implement GC protocol for functools LRU cache (GH-26423)Miss Islington (bot)2021-05-281-2/+4
* bpo-42972: Fully implement GC protocol for functools keywrapper and partial t...Miss Islington (bot)2021-05-281-22/+37
* bpo-44256: Do not expose _functools._list_elem_type (GH-26416)Miss Islington (bot)2021-05-281-3/+2
* bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_ev...Miss Islington (bot)2021-05-282-27/+37
* bpo-42972: Fully implement GC protocol for re types (GH-26368) (GH-26414)Miss Islington (bot)2021-05-281-19/+81
* [3.10] bpo-44246: Update What's New for importlib.metadata. (GH-26408) (GH-26...Miss Islington (bot)2021-05-271-3/+9
* bpo-42972: Fully support GC protocol for _operator heap types (GH-26371) (GH-...Miss Islington (bot)2021-05-271-5/+33
* bpo-43667: Add news fragment for Solaris changes (GH-26405) (GH-26409)Miss Islington (bot)2021-05-271-0/+2
* bpo-42972: Fully support GC for mmap heap types (GH-26373)Miss Islington (bot)2021-05-271-3/+10
* bpo-42972: Fully support GC protocol for _queue.SimpleQueue (GH-26372) (GH-26...Miss Islington (bot)2021-05-271-1/+10
* bpo-42972: Fully implement GC protocol for ssl heap types (GH-26370) (GH-26399)Miss Islington (bot)2021-05-271-28/+45
* bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types...Miss Islington (bot)2021-05-275-35/+69
* bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)Miss Islington (bot)2021-05-272-1/+8
* [3.10] bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inac...Miss Islington (bot)2021-05-272-4/+12
* [3.10] bpo-42972: Fully support GC for hashlib heap types (GH-26374) (GH-26398)Miss Islington (bot)2021-05-274-16/+69
* [3.10] bpo-44241: Incorporate changes from importlib_metadata 4.1. (GH-26382)...Miss Islington (bot)2021-05-264-8/+30
* bpo-42161: mathmodule.c: move _PyLong_GetOne() loop invariant (GH-26391) (GH-...Miss Islington (bot)2021-05-271-8/+12
* [3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-2...Miss Islington (bot)2021-05-267-0/+153
* bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6...Miss Islington (bot)2021-05-266-12/+10
* bpo-38693: importlib.metadata f-strings (GH-26383)Miss Islington (bot)2021-05-262-5/+5
* bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as cont...Miss Islington (bot)2021-05-261-3/+4
* bpo-44232: Fix type_new() error reporting (GH-26359) (GH-26365)Miss Islington (bot)2021-05-263-0/+26
* Point to recent link to PyFLTK (GH-26315) (GH-26366)Miss Islington (bot)2021-05-251-1/+1
* bpo-42972: Fully implement GC protocol for arraymodule types (GH-26114)Miss Islington (bot)2021-05-251-2/+11
* bpo-42972: Fully implement GC protocol for sqlite3 heap types (GH-26104)Miss Islington (bot)2021-05-256-72/+190
* bpo-20408: Fix memoryview() signature in docs (GH-24431)Miss Islington (bot)2021-05-252-9/+8
* bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)...Miss Islington (bot)2021-05-257-7/+9
* bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)Miss Islington (bot)2021-05-251-2/+2