summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-93453: No longer create an event loop in get_event_loop() (#98440)Serhiy Storchaka2022-12-0618-251/+114
* GH-99729: Unlink frames before clearing them (GH-100030)Brandt Bucher2022-12-066-11/+60
* bpo-37860: re-add netlify.toml to set up deploy previews for docs (#92852)Ashwin Ramaswami2022-12-063-0/+29
* gh-100008: VS 2017 is required since Python 3.11 (#100045)Victor Stinner2022-12-061-0/+1
* GH-100026: Include the number of raw input files in summarize_stats.py (GH-10...Michael Droettboom2022-12-061-0/+4
* gh-99957: Add `frozen_default` parameter on `dataclass_transform` (#99958)Erik De Bonte2022-12-064-1/+13
* gh-100001: Remove doc typo, add versionadded (#100042)Gregory P. Smith2022-12-051-1/+3
* gh-100001: Also escape \s in http.server log messages. (#100038)Gregory P. Smith2022-12-053-0/+8
* gh-99984: Fix Compiler Warnings (#100036)Eric Snow2022-12-051-2/+6
* Use sphinxext-opengraph to generate OpenGraph metadata (#99931)Hugo van Kemenade2022-12-054-4/+33
* gh-100001: Omit control characters in http.server stderr logs. (#100002)Gregory P. Smith2022-12-054-2/+43
* gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99...Eric Snow2022-12-056-190/+384
* dataclasses.rst: Prevent horizontal scrolling (gh-100025)Ram Rachum2022-12-051-1/+2
* bpo-44817: Ignore additional errors in ntpath.realpath (GH-27574)Michael Förderer2022-12-052-1/+6
* gh-98680: Add PyBUF_* constants to the Limited API listing (GH-100018)Petr Viktorin2022-12-052-0/+47
* gh-60203: Revert changes in cycle.__setstate__ (#99982)Serhiy Storchaka2022-12-052-2/+39
* gh-99892: test_unicodedata: skip test on download failure (#100011)Victor Stinner2022-12-052-3/+6
* gh-100008: Document Python build requirements (#100009)Victor Stinner2022-12-052-1/+47
* gh-100005: Skip test_script_as_dev_fd() on FreeBSD (#100006)Victor Stinner2022-12-052-1/+4
* gh-93464: [Enum] Add versionchanged tag (#99997)Ethan Furman2022-12-051-0/+5
* no-issue: Fix typo in pycore_object.h (gh-99994)Ikko Ashimine2022-12-051-1/+1
* gh-98248: Normalizing the error messages in function struct.pack (GH-98252)Felix Ye2022-12-043-72/+179
* [Enum] Fix typos in the documentation (GH-99960)Géry Ogam2022-12-041-26/+26
* gh-98458: unittest: bugfix for infinite loop while handling chained exception...AlexTate2022-12-043-1/+60
* GH-91054: Reset static events counts in code watchers tests (#99978)Itamar Ostricher2022-12-042-3/+12
* gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)Serhiy Storchaka2022-12-045-8/+9
* gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice ...Brian Skinn2022-12-041-7/+10
* bpo-15999: Accept arbitrary values for boolean parameters. (#15609)Serhiy Storchaka2022-12-0352-302/+297
* gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-9...Alexander Kanavin2022-12-032-1/+2