summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-95174: Handle missing dup() and constants in WASI (GH-95229)Christian Heimes2022-07-261-0/+2
* gh-91247: Use memcpy for list and tuple repeat (#91482)Pieter Eendebak2022-07-261-0/+1
* GH-92678: Expose managed dict clear and visit functions (#95246)Mark Shannon2022-07-251-0/+3
* gh-92546: Move pprint benchmark into pyperformance (GH-94613)Oleg Iarygin2022-07-251-0/+2
* gh-95077: [Enum] add code-based deprecation warnings for member.member access...Ethan Furman2022-07-251-0/+1
* gh-85454: Remove links from historical mentions of distutils (GH-95192)Oleg Iarygin2022-07-257-14/+14
* gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)Serhiy Storchaka2022-07-251-0/+1
* gh-95212: make multiprocessing test case parallel-safe (GH-95213)Christian Heimes2022-07-251-0/+2
* gh-95218: Move tests for importlib.resources into test_importlib.resources. (...Jason R. Coombs2022-07-251-0/+1
* gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...Thomas Grainger2022-07-241-0/+1
* gh-95185: Check recursion depth in the AST constructor (#95186)Pablo Galindo Salgado2022-07-241-0/+3
* gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)Stéphane Bidoul2022-07-241-0/+1
* gh-95194: upgrade bundled pip to 22.2 (gh-95195)Stéphane Bidoul2022-07-241-0/+1
* gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)Inada Naoki2022-07-241-0/+2
* gh-93351: Add news entry and what's new entry for changes in gh-93351 (#95175)Pablo Galindo Salgado2022-07-231-0/+3
* gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (#...Erlend Egeberg Aasland2022-07-231-0/+4
* gh-90385: Add `pathlib.Path.walk()` method (GH-92517)Stanislav Zmiev2022-07-221-0/+1
* GH-94438: Handle extended arguments and conditional pops in mark_stacks (GH-9...Brandt Bucher2022-07-221-0/+4
* GH-94036: Fix more attribute location quirks (GH-95028)Brandt Bucher2022-07-221-0/+2
* GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)Brandt Bucher2022-07-221-0/+4
* gh-95105: Return Iterator from wsgiref.types.InputStream.__iter__ (#95106)Shantanu2022-07-211-0/+1
* Fix PyCode_Addr2Location when addrq < 0 (GH-95091)Ken Jin2022-07-211-0/+2
* GH-91409: Don't overwrite valid locations with NOP locations (GH-95067)Brandt Bucher2022-07-201-0/+2
* gh-91102: Port 8-argument _warnings.warn_explicit to Argument Clinic (#92891)Oleg Iarygin2022-07-201-0/+1
* gh-90016: Deprecate default sqlite3 adapters and converters (#94276)Erlend Egeberg Aasland2022-07-201-0/+2
* GH-94382: port multiprocessing static types to heap types (#94336)Kumar Aditya2022-07-201-0/+1
* gh-54781: Move NEWS item to Tests, and improve wording (#95063)Erlend Egeberg Aasland2022-07-201-10/+10
* GH-90699: fix ref counting of static immortal strings (gh-94850)Kumar Aditya2022-07-201-0/+1
* Remove blurb boilerplate from news item (#95033)Terry Jan Reedy2022-07-201-5/+0
* gh-91256: Ensure help text has the program name even before getpath is called...Steve Dower2022-07-191-0/+1
* GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...Brandt Bucher2022-07-191-0/+2
* gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version (#9...Shantanu2022-07-181-0/+1
* GH-94822: Don't specialize when metaclasses are involved (GH-94892)Brandt Bucher2022-07-181-0/+2
* GH-94893: Ignore caches when adding LOAD_FAST_CHECKs (GH-94894)Brandt Bucher2022-07-181-0/+2
* gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)Serhiy Storchaka2022-07-181-0/+2
* GH-94739: Mark stacks of exception handling blocks for setting frame.f_lineno...Mark Shannon2022-07-181-0/+1
* GH-94857: fix test_io refleak (GH-94858)Kumar Aditya2022-07-181-0/+1
* gh-94947: Disallow parsing walrus with feature_version < (3, 8) (#94948)Shantanu2022-07-181-0/+1
* gh-94847: Don't force inlining in debug builds of libmpdec (GH-94848)Christian Heimes2022-07-181-0/+2
* gh-91181: drop support for bytes on sys.path (GH-31934)Thomas Grainger2022-07-171-0/+1
* gh-94869: Fix the location in some expressions for multi-line f-string ast no...Pablo Galindo Salgado2022-07-161-0/+2
* gh-90844: Allow virtual environments to correctly launch when they have space...Steve Dower2022-07-161-0/+2
* gh-94772: Fix off-by-one error in Windows launcher (GH-94779)Paul Moore2022-07-161-0/+1
* [3.11] bpo-14916: interactive fd is not tied to stdin [type-bug] (#91469)Paul m. p. Peny2022-07-161-0/+1
* gh-94801: Use custom flags to check for headers and libs (#94802)Christian Heimes2022-07-151-0/+2
* gh-94821: Fix autobind of empty unix domain address (GH-94826)Nir Soffer2022-07-151-0/+2
* gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (#94842)neonene2022-07-141-0/+1
* gh-94731: Revert to C-style casts for _Py_CAST (GH-94782)Petr Viktorin2022-07-141-0/+3
* gh-93939: Build C extensions without setup.py (GH-94474)Christian Heimes2022-07-141-0/+2
* GH-81620: Add random.binomialvariate() (GH-94719)Raymond Hettinger2022-07-131-0/+1