summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-100049: fix `repr` for `mappingproxy` in dictionary view example doc (#100...ram vikram singh2022-12-101-1/+1
* gh-81057: Fix a Reference Leak in the posix Module (gh-100140)Eric Snow2022-12-091-0/+1
* gh-81057: Fix the wasm32-wasi Buildbot (gh-100139)Eric Snow2022-12-092-2/+3
* GH-98363: Shrink the physical size as well as the logical size (GH-100138)Raymond Hettinger2022-12-091-2/+1
* bpo-44512: Fix handling of extrasactions arg to csv.DictWriter with mixed or ...andrei kulakov2022-12-093-1/+12
* bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error ...Shreyan Avigyan2022-12-093-33/+64
* GH-98522: Add version number to code objects. (GH-98525)Mark Shannon2022-12-0910-4/+23
* gh-88267: Avoid DLL exporting functions from static builds on Windows(GH-99888)Christian Rendina2022-12-092-3/+10
* GH-100110: Specialize FOR_ITER for tuples (GH-100109)Ken Jin2022-12-0910-67/+122
* GH-100113: remove remaining `yield from` usage from `asyncio` tests (#100114)Kumar Aditya2022-12-091-2/+2
* gh-99087: Add missing newline for prompts in docs (GH-98993)Stanley2022-12-0922-0/+43
* gh-81057: Fix an ifdef in the time module (#100125)Eric Snow2022-12-091-2/+4
* gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)Eric Snow2022-12-0911-54/+114
* gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)Eric Snow2022-12-099-84/+125
* GH-98831: Generate things in the input order (#100123)Guido van Rossum2022-12-082-261/+269
* gh-81057: Move time Globals to _PyRuntimeState (gh-100122)Eric Snow2022-12-0814-118/+100
* gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)Eric Snow2022-12-0814-27/+107
* GH-98831: Typed stack effects, and more instructions converted (#99764)Guido van Rossum2022-12-084-604/+545
* GH-98363: Have batched() return tuples (GH-100118)Raymond Hettinger2022-12-084-38/+40
* gh-96250: Improve sqlite3 injection attack example (#99270)Jia Junjie2022-12-081-6/+10
* test_ast uses infinite_recursion() to prevent crash (#100104)Victor Stinner2022-12-081-1/+2
* Fix `test_run_until_complete_baseexception` test to check for `KeyboardInterr...Fantix King2022-12-081-8/+3
* gh-100098: [Enum] insist on actual tuples, no subclasses, for auto (GH-100099)Ethan Furman2022-12-083-1/+17
* gh-98030: socket: add missing TCP socket options (#98031)Matthieu Baerts2022-12-083-4/+78
* gh-92120: The docstring of enum.Enum is invalid in reST (GH-92122)Takeshi KOMIYA2022-12-082-7/+8
* gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)Dong-hee Na2022-12-083-7/+10
* gh-100086: Add build info to test.libregrtest (#100093)Victor Stinner2022-12-083-1/+91
* gh-81057: Move More Globals to _PyRuntimeState (gh-100092)Eric Snow2022-12-0714-56/+66
* gh-90110: Clean Up the C-analyzer Globals Lists (gh-100091)Eric Snow2022-12-074-441/+487
* gh-100072: only trigger netlify builds for doc changes (#100074)Nikita Sobolev2022-12-071-1/+4
* gh-100077: make test_code.test_invalid_bytecode more robust and maintainable ...Irit Katriel2022-12-071-8/+12
* gh-83035: handle decorator with nested parens in inspect.getsource (#99654)Carl Meyer2022-12-074-9/+22
* gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)Victor Stinner2022-12-077-29/+235
* gh-93018: Fix for the compatibility problems with expat (gh-93900)Matěj Cepl2022-12-072-15/+10
* [Enum] Remove unused code from `test_enum.py` (GH-96986)Nikita Sobolev2022-12-071-14/+0
* gh-100050: Fix an assertion error when raising unclosed parenthesis errors in...Pablo Galindo Salgado2022-12-063-0/+22
* PyUnicode_KIND() uses _Py_RVALUE() (#100060)Victor Stinner2022-12-061-1/+1
* gh-94943: [Enum] improve repr() when inheriting from a dataclass (GH-99740)Ethan Furman2022-12-065-4/+102
* Post 3.12.0a3Thomas Wouters2022-12-061-1/+1
* Python 3.12.0a3v3.12.0a3Thomas Wouters2022-12-0684-193/+847