summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "bpo-46301: [Enum] test uncomparable values in `_convert_` (GH-30472)"revert-30472-issue-46301Ethan Furman2022-01-091-35/+0
* bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-...Raymond Hettinger2022-01-091-4/+6
* bpo-23882: unittest: Drop PEP 420 support from discovery. (GH-29745)Inada Naoki2022-01-105-78/+44
* bpo-46272: Fix two heading comments in python.gram (GH-30499)Mark Dickinson2022-01-091-3/+3
* bpo-37295: Use constant-time comb() and perm() for larger n depending on k (G...Serhiy Storchaka2022-01-092-134/+190
* bpo-40280: Disable epoll_create in Emscripten config.site (GH-30494)Ethan Smith2022-01-091-1/+1
* Add a (conservative) timeout for Windows builds on GitHub Actions (GH-30301)Mark Dickinson2022-01-091-0/+2
* bpo-46308: Fix unportable test(1) operator in configure script (GH-30490)Thomas Klausner2022-01-082-2/+2
* bpo-46306: simplify `CodeType` attribute access in `doctest.py` (GH-30481)Nikita Sobolev2022-01-082-1/+3
* bpo-46301: [Enum] test uncomparable values in `_convert_` (GH-30472)Nikita Sobolev2022-01-081-0/+35
* bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)Erlend Egeberg Aasland2022-01-081-8/+9
* bpo-46290: Fix parameter names in dataclasses docs (GH-30450)Zsolt Dollenstein2022-01-081-12/+12
* bpo-46299: Improve test_descr (GH-30475)Dong-hee Na2022-01-081-26/+10
* bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471)Nikita Sobolev2022-01-081-4/+4
* bpo-46235: Do all ref-counting at once during list/tuple multiplication (GH-3...Dennis Sweeney2022-01-073-26/+49
* bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)Pablo Galindo Salgado2022-01-084-5/+22
* bpo-46217: Revert use of Windows constant that is newer than what we support ...Steve Dower2022-01-082-1/+3
* bpo-46297: Fix interpreter crash on startup with multiple PythonPaths set in ...Daniel2022-01-074-14/+13
* bpo-46296: [Enum] add a test for missing `value` recovery (GH-30458)Nikita Sobolev2022-01-072-0/+12
* bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467)Batuhan Taskaya2022-01-073-9/+8
* bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)Hugo van Kemenade2022-01-071-5/+4
* bpo-24650: Use full term "generator function" in yield expressions docs (GH-2...Jacob Walls2022-01-071-2/+2
* bpo-46216: remove spurious link to os.system() from os.time() documentation (...Irit Katriel2022-01-071-8/+8
* bpo-46070: Fix asyncio initialisation guard (GH-30423)Erlend Egeberg Aasland2022-01-072-6/+6
* bpo-45723: Fix detection of epoll (#30449)Christian Heimes2022-01-074-11/+12
* bpo-41011: venv -- add more variables to pyvenv.cfg (GH-30382)andrei kulakov2022-01-073-1/+64
* bpo-46251: Add 'Security Considerations' section to logging configura… (GH-...Vinay Sajip2022-01-061-0/+14
* bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440)Christian Heimes2022-01-061-1/+5
* bpo-46286: use the new POP_JUMP_IF_NOT_NONE opcode to simplify except* (GH-30...Irit Katriel2022-01-061-6/+2
* bpo-46208: Fix normalization of relative paths in _Py_normpath()/os.path.norm...neonene2022-01-064-9/+43
* bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)Irit Katriel2022-01-063-1/+208
* bpo-46263: Do not ever expect "use_frozen_modules" to be -1. (gh-30438)Eric Snow2022-01-062-2/+2
* bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (G...Christian Heimes2022-01-062-2/+9
* bpo-46278: fix typo introduced in GH-30427 (GH-30430)Kumar Aditya2022-01-061-2/+2
* bpo-45923: Handle call events in bytecode (GH-30364)Mark Shannon2022-01-0613-529/+678
* Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427)Andrew Svetlov2022-01-062-4/+6
* bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)penguin_wwy2022-01-069-14/+86
* bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (G...Victor Stinner2022-01-064-30/+75
* bpo-46266: Add calendar day of week constants to __all__ (GH-30412)Nikita Sobolev2022-01-054-4/+18
* bpo-46269: [Enum] remove special-casing of `__new__` in `EnumType.__dir__` (G...Nikita Sobolev2022-01-052-4/+1
* bpo-46257: Convert statistics._ss() to a single pass algorithm (GH-30403)Raymond Hettinger2022-01-052-57/+47
* bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409)Inada Naoki2022-01-052-22/+34
* bpo-43137: Revert "webbrowser: Don't run gvfs-open on GNOME" (GH-30417)Simon McVittie2022-01-051-0/+4
* bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372)Brandt Bucher2022-01-054-17/+16
* bpo-46263: Don't use MULTIARCH on FreeBSD (#30410)Christian Heimes2022-01-053-7/+24
* bpo-46262: [Enum] test error path in `Flag._missing_` (GH-30408)Nikita Sobolev2022-01-042-0/+27
* bpo-46009: Remove GEN_START (GH-30367)Brandt Bucher2022-01-0410-47/+20
* Fix missing "," in the documentation of Executor Objects (GH-30404)Philipp Claßen2022-01-041-1/+1
* bpo-45609: More specialization stats for STORE_SUBSCR (GH-30193)Dennis Sweeney2022-01-042-5/+70
* bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-...Kumar Aditya2022-01-044-7/+18