summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-99240: Reset pointer to NULL when the pointed memory is freed in argument ...colorfulappl2022-12-174-5/+30
* GH-98831: Add DECREF_INPUTS(), expanding to DECREF() each stack input (#100205)Guido van Rossum2022-12-172-19/+18
* gh-78707: deprecate passing >1 argument to `PurePath.[is_]relative_to()` (GH-...Barney Gale2022-12-174-14/+35
* gh-99540: Constant hash for _PyNone_Type to aid reproducibility (GH-99541)yonillasky2022-12-162-1/+7
* gh-100039: enhance __signature__ to work with str and callables (GH-100168)Ethan Furman2022-12-165-4/+73
* gh-99830: asyncio: Document returns of remove_{reader,writer} (#100302)Ben Darnell2022-12-161-2/+4
* "Compound statement" docs: Fix with-statement step indexing (#100286)Frank Dana2022-12-161-1/+1
* GH-90043: Handle NaNs in COMPARE_OP_FLOAT_JUMP (GH-100278)Brandt Bucher2022-12-164-24/+23
* Improve stats presentation for calls. (GH-100274)Mark Shannon2022-12-161-37/+22
* Better stats for `LOAD_ATTR` and `STORE_ATTR` (GH-100295)Mark Shannon2022-12-162-13/+36
* gh-81057: Move the Cached Parser Dummy Name to _PyRuntimeState (#100277)Eric Snow2022-12-164-25/+20
* Document that zipfile's pwd parameter is a `bytes` object (#100209)JustAnotherArchivist2022-12-161-7/+8
* gh-99767: mark `PyTypeObject.tp_watched` as internal use only in table (#100271)Carl Meyer2022-12-161-1/+1
* Fix typo in introduction.rst (#100266)Mikhail Berkov2022-12-161-1/+1
* gh-78997: AttributeError if loading fails in LibraryLoader.__getattr__Ateeq Sharfuddin2022-12-153-1/+195
* GH-100234: Set a default value for random.expovariate() (GH-100235)Raymond Hettinger2022-12-154-2/+8
* Remove uninformative itertools recipe (GH-100253)Raymond Hettinger2022-12-151-7/+0
* GH-99767: update PyTypeObject docs for type watchers (GH-99928)Carl Meyer2022-12-152-0/+12
* Move stats for the method cache into the `Py_STAT` machinery (GH-100255)Mark Shannon2022-12-154-47/+35
* GH-100222: fix typo _py_set_opocde -> _py_set_opcode (GH-100259)Carl Meyer2022-12-152-66/+66
* GH-100000: Cleanup and polish various watchers code (GH-99998)Itamar Ostricher2022-12-146-14/+37
* gh-90111: Minor Cleanup for Runtime-Global Objects (gh-100254)Eric Snow2022-12-144-8/+8
* gh-100248: Add missing `ssl_shutdown_timeout` parameter in `asyncio` docs (#1...busywhitespace2022-12-141-3/+17
* Assorted minor fixes for specialization stats. (GH-100219)Mark Shannon2022-12-142-27/+39
* gh-100176: venv: Remove redundant compat code for Python <= 3.2 (#100177)Hugo van Kemenade2022-12-142-146/+131
* GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit...Mark Shannon2022-12-149-135/+151
* gh-99955: undef ERROR and SUCCESS before redefining (fixes sanitizer warning)...Irit Katriel2022-12-131-0/+2
* GH-100206: use versionadded for the addition of sysconfig.get_default_scheme ...Filipe LaĆ­ns2022-12-131-1/+1
* gh-81057: Move _Py_RefTotal to the "Ignored Globals" List (gh-100203)Eric Snow2022-12-122-4/+7
* gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)Eric Snow2022-12-126-69/+82
* gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)Eric Snow2022-12-129-73/+120
* gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)Eric Snow2022-12-129-107/+143
* GH-100143: Improve collecting pystats for parts of runs (GH-100144)Michael Droettboom2022-12-124-25/+48
* gh-99955: standardize return values of functions in compiler's code-gen (#100...Irit Katriel2022-12-122-760/+695
* gh-79218: Define `MS_WIN64` macro for Mingw-w64 64bit on Windows (GH-100137)GalaxySnail2022-12-122-0/+11
* Fix: typo (Indention) (GH-99904)jarrodcolburn2022-12-121-1/+1
* gh-96715 Remove redundant NULL check in `profile_trampoline` function (#96716)chgnrdv2022-12-121-4/+0
* gh-100176: remove incorrect version compatibility check from argument clinic ...Shantanu2022-12-121-4/+0
* clarify the 4300-digit limit on int-str conversion (#100175)Ned Batchelder2022-12-122-4/+4
* gh-70393: Clarify mention of "middle" scope (#98839)Shantanu2022-12-121-2/+2
* gh-99688: Fix outdated tests in test_unary (#99712)Yesung(Isaac) Lee2022-12-111-6/+3
* gh-100174: [Enum] Correct PowersOfThree example. (GH-100178)Beweeted2022-12-111-2/+2
* gh-88500: Reduce memory use of `urllib.unquote` (#96763)Gregory P. Smith2022-12-113-11/+23
* gh-99941: Ensure that asyncio.Protocol.data_received receives immutable bytes...DarioDaF2022-12-104-4/+10
* gh-99728: correct typo in `datetime` format codes documentation (#99750)Brad Wolfe2022-12-101-1/+1
* gh-99970 Adding missing `optionflags` parameter in the documentation of `doct...busywhitespace2022-12-101-1/+1
* Fix potential flakiness in `test_run_until_complete_baseexception` (#100148)Fantix King2022-12-100-0/+0
* Fix potential flakiness in `test_run_until_complete_baseexception` (#100148)Fantix King2022-12-100-0/+0
* Fix potential flakiness in `test_run_until_complete_baseexception` (#100148)Fantix King2022-12-101-1/+1
* gh-99582: freeze `zipimport` into `_bootstrap_python` (#99583)Kai Zhang2022-12-103-1/+5