summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the...Kumar Aditya2022-01-283-3/+21
* bpo-46458: Add tests for context of exception in finally block (GH-30986)Irit Katriel2022-01-281-0/+50
* bpo-46560: Fix a typo in `typing.ParamSpec's` doc string (GH-30995)Zackery Spytz2022-01-281-1/+1
* bpo-46553: allow bare typing.ClassVar annotations (#30983)Gregory Beauregard2022-01-283-2/+7
* bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)Steve Dower2022-01-2847-127/+334
* bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485)Kumar Aditya2022-01-284-3/+4
* bpo-46072: Add simple stats for Python calls. (GH-30989)Mark Shannon2022-01-284-0/+29
* bpo-46417: _PyStructSequence_FiniType() updates _Py_RefTotal (GH-30988)Victor Stinner2022-01-281-0/+3
* bpo-46329: Split calls into precall and call instructions. (GH-30855)Mark Shannon2022-01-2816-629/+912
* bpo-46449: deepfreeze get_code() now returns strong ref (GH-30987)Kumar Aditya2022-01-281-1/+1
* bpo-42238: [doc] Avoid hardcoding fast-moving lines in susp-ignored.csv. (GH-...Julien Palard2022-01-281-2/+2
* bpo-46530: add `"thread_time"` to `test_time.test_get_clock_info` (#30913)Nikita Sobolev2022-01-281-12/+18
* bpo-46407: Optimizing some modulo operations (GH-30653)Crowthebird2022-01-283-9/+108
* bpo-46542: test_json uses support.infinite_recursion() (GH-30972)Victor Stinner2022-01-282-6/+15
* bpo-40170: Remove PyHeapType_GET_MEMBERS() macro (GH-30942)Victor Stinner2022-01-275-10/+19
* bpo-40170: Move _Py_GetAllocatedBlocks() to pycore_pymem.h (GH-30943)Victor Stinner2022-01-274-12/+9
* bpo-46417: signal: move siginfo_type to the module state (GH-30964)Victor Stinner2022-01-271-19/+20
* bpo-42982: update pbkdf2 example & add another link (GH-30966)Gregory P. Smith2022-01-271-5/+7
* bpo-46476: Simplify and fix _PyStaticCode_Dealloc (GH-30965)Christian Heimes2022-01-273-7/+10
* bpo-46541: Generate the global objects initializer. (gh-30941)Eric Snow2022-01-273-1/+136
* bpo-46098: Add test for multiline syntax error traceback (GH-30695)Russel Webber2022-01-271-7/+41
* bpo-44734: Fix floating point precision in test_turtle (GH-30910)Karolina Surma2022-01-271-1/+1
* bpo-46458: emit code for else of a try block immediately after the try body (...Irit Katriel2022-01-275-75/+225
* bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)Kumar Aditya2022-01-278-0/+39
* bpo-44791: Fix substitution of ParamSpec in Concatenate with different parame...Serhiy Storchaka2022-01-274-5/+65
* bpo-46544: Do not leak `x` and `uspace` in textwrap.TextWrapper (GH-30955)Nikita Sobolev2022-01-272-4/+3
* bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Impr...Kinshuk Dua2022-01-273-20/+37
* bpo-40280: Use presence of msvcrt module to detect Windows (GH-30930)Christian Heimes2022-01-272-4/+9
* bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-2...Illia Volochii2022-01-271-2/+7
* [doc]: Spotted errors while working on rstlint. (GH-30879)Julien Palard2022-01-279-12/+20
* bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935)Gregory P. Smith2022-01-2714-55/+376
* bpo-46496: news11-10 for bpo45296 (GH-30937)Terry Jan Reedy2022-01-271-0/+6
* bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)Terry Jan Reedy2022-01-274-15/+23
* bpo-46539: Pass status of special typeforms to forward references (GH-30926)Gregory Beauregard2022-01-273-3/+18
* bpo-40170: Remove _Py_GetAllocatedBlocks() function (GH-30940)Victor Stinner2022-01-274-9/+16
* bpo-40170: PyType_SUPPORTS_WEAKREFS() becomes a regular function (GH-30938)Victor Stinner2022-01-277-10/+24
* bpo-46502: Remove "How do I tell incomplete input" from FAQ (GH-30925)Mateusz Łoskot2022-01-261-122/+0
* make regen-all now suggests running: make autoconf (GH-30893)Victor Stinner2022-01-261-1/+1
* bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929)Victor Stinner2022-01-262-1/+5
* bpo-46528: Simplify the VM's stack manipulations (GH-30902)Brandt Bucher2022-01-2612-320/+285
* bpo-35134: Add Include/cpython/descrobject.h (GH-30923)Victor Stinner2022-01-265-69/+78
* bpo-43853: Expand test suite for SQLite UDF's (GH-27642)Erlend Egeberg Aasland2022-01-263-67/+78
* bpo-46527: allow calling enumerate(iterable=...) again (GH-30904)Jelle Zijlstra2022-01-263-12/+55
* Use existing unbound_local_error label in DELETE_FAST opcode (GH-30882)Kumar Aditya2022-01-261-6/+1
* bpo-46529: increase coverage of `typing.Union.__repr__` method (GH-30911)Nikita Sobolev2022-01-261-0/+9
* bpo-43698: do not use `...` as argument name in docs (GH-30502)Nikita Sobolev2022-01-264-19/+16
* bpo-45578: add a test case for `dis.findlabels` (GH-30058)Nikita Sobolev2022-01-261-0/+10
* bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851)Christian Heimes2022-01-265-46/+2
* bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)Terry Jan Reedy2022-01-261-0/+14
* bpo-48146: Update IDLE part of What's New 3.10 to 2022 (GH-30906)Terry Jan Reedy2022-01-261-6/+11