summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-114329: Fix PyList_GetItemRef() limited C API definition (#117520)Victor Stinner2024-04-036-4/+12
* gh-113317: Argument Clinic: Add libclinic.clanguage (#117455)Victor Stinner2024-04-035-1602/+1635
* gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)Peter Lazorchak2024-04-038-126/+494
* gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489)Eric Snow2024-04-038-23/+40
* gh-117431: Adapt str.find and friends to Argument Clinic (#117468)Erlend E. Aasland2024-04-034-217/+439
* GH-114847: Raise FileNotFoundError when getcwd() returns '(unreachable)' (#11...Barney Gale2024-04-032-0/+16
* gh-117215 Make the fromskey() signature match dict.fromkeys(). (gh-117493)Raymond Hettinger2024-04-031-3/+3
* gh-59215: unittest: restore _top_level_dir at end of discovery (GH-15242)Zackery Spytz2024-04-034-6/+40
* gh-116303: Skip test module dependent tests if test modules are unavailable (...Erlend E. Aasland2024-04-0357-124/+256
* gh-117381: Improve error messages for ntpath.commonpath() (GH-117382)Nice Zombies2024-04-033-53/+54
* gh-117483: Accept "Broken pipe" as valid error message in `test_wrong_cert_tl...Sam Gross2024-04-031-1/+3
* GH-70647: Deprecate strptime day of month parsing without a year present to a...Gregory P. Smith2024-04-037-1/+117
* gh-117431: Adapt bytes and bytearray .startswith() and .endswith() to Argumen...Erlend E. Aasland2024-04-037-55/+318
* gh-117431: Fix str.endswith docstring (#117499)Erlend E. Aasland2024-04-032-8/+16
* gh-117281: Change weakref repr() to fully qualified name (#117285)Victor Stinner2024-04-032-8/+57
* gh-91565: Update issue tracker URL in error message. (#117450)Ezio Melotti2024-04-031-2/+2
* gh-117431: Adapt str.startswith and str.endswith to Argument Clinic (#117466)Erlend E. Aasland2024-04-034-49/+149
* gh-76785: Fix a Refleak in _interpreters.new_config() (gh-117491)Eric Snow2024-04-031-0/+2
* gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)Eric Snow2024-04-0210-312/+526
* gh-76785: Add PyInterpreterConfig Helpers (gh-117170)Eric Snow2024-04-0213-86/+754
* gh-117349: Micro-optimize a few `os.path` functions (#117350)Nice Zombies2024-04-024-39/+35
* Fix successor opcode name printing in Tier 2 DEOPT debug message (#117471)Guido van Rossum2024-04-021-1/+1
* gh-112087: Make `list.extend(dict)` behave atomically (#117438)Sam Gross2024-04-021-0/+5
* gh-117440: Make `syslog` thread-safe in free-threaded builds (#117441)Sam Gross2024-04-022-5/+19
* gh-117074: Update Traversable.joinpath docs to the 3.11+ protocol (GH-117113)Petr Viktorin2024-04-021-2/+24
* gh-115538: Use pathlib to compare prefixes in test_venv (GH-117076)AN Long2024-04-021-1/+2
* gh-113317: Argument Clinic: Add libclinic.return_converters (#117451)Victor Stinner2024-04-023-181/+178
* GH-115776: Embed the values array into the object, for "normal" Python object...Mark Shannon2024-04-0235-536/+786
* gh-109120: Fix syntax error in handlinh of incorrect star expressions (#117444)Grigoriev Semyon2024-04-024-1239/+1442
* gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#1...Irit Katriel2024-04-0211-42/+49
* gh-113317: Argument Clinic: Add libclinic.converters module (#117315)Victor Stinner2024-04-027-1215/+1259
* Docs: specify XML document name in xml.etree.elementtree example (#24223)Moshe Kaplan2024-04-011-1/+1
* Docs: add more links to PIPE in subprocess docs (#25416)Matthew Davis2024-04-011-5/+8
* GH-117337: Deprecate `glob.glob0()` and `glob.glob1()`. (#117371)Barney Gale2024-04-014-1/+47
* gh-77714: Provide an async iterator version of as_completed (GH-22491)Justin Turner Arthur2024-04-015-120/+387
* Silence compiler warnings in gc.c (#117422)Guido van Rossum2024-04-011-0/+3
* gh-94808: Fix refcounting in PyObject_Print tests (GH-117421)Petr Viktorin2024-04-011-0/+4
* gh-117142: ctypes: Unify meta tp slot functions (GH-117143)neonene2024-04-013-73/+46
* gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH-91568)Steve (Gadget) Barnes2024-04-015-5/+9
* gh-94808:Improve coverage of PyObject_Print (GH-98749)MonadChains2024-04-018-2/+197
* Bump mypy from 1.8.0 to 1.9.0 in /Tools (#117418)dependabot[bot]2024-04-012-4/+2
* build(deps-dev): bump types-psutil from 5.9.5.20240205 to 5.9.5.20240316 in /...dependabot[bot]2024-04-011-1/+1
* build(deps-dev): bump types-setuptools from 69.1.0.20240301 to 69.2.0.2024031...dependabot[bot]2024-04-011-1/+1
* build(deps): bump actions/add-to-project from 0.6.0 to 1.0.0 (#117415)dependabot[bot]2024-04-011-1/+1
* Doc: printf-style library/stdtype improvements (#16741)Adorilson Bezerra2024-03-311-1/+7
* gh-117387 Remove hash mark from introductory text (#117409)Raymond Hettinger2024-03-311-1/+2
* gh-102190: Add additional zipfile `pwd=` arg docstrings (gh-102195)Deborah2024-03-311-3/+6
* Link to the Python type system specification (#117400)Shantanu2024-03-311-73/+15
* GH-114575: Rename `PurePath.pathmod` to `PurePath.parser` (#116513)Barney Gale2024-03-316-119/+123
* gh-117303: Don't detach in `PyThreadState_DeleteCurrent()` (#117304)Sam Gross2024-03-291-2/+0