summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* GH-100143: Improve collecting pystats for parts of runs (GH-100144)Michael Droettboom2022-12-121-0/+3
* gh-99955: standardize return values of functions in compiler's code-gen (#100...Irit Katriel2022-12-121-0/+1
* gh-79218: Define `MS_WIN64` macro for Mingw-w64 64bit on Windows (GH-100137)GalaxySnail2022-12-121-0/+1
* gh-88500: Reduce memory use of `urllib.unquote` (#96763)Gregory P. Smith2022-12-111-0/+2
* gh-99941: Ensure that asyncio.Protocol.data_received receives immutable bytes...DarioDaF2022-12-101-0/+2
* gh-99582: freeze `zipimport` into `_bootstrap_python` (#99583)Kai Zhang2022-12-101-0/+1
* bpo-44512: Fix handling of extrasactions arg to csv.DictWriter with mixed or ...andrei kulakov2022-12-091-0/+2
* bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error ...Shreyan Avigyan2022-12-091-0/+3
* GH-98522: Add version number to code objects. (GH-98525)Mark Shannon2022-12-091-0/+3
* gh-88267: Avoid DLL exporting functions from static builds on Windows(GH-99888)Christian Rendina2022-12-091-0/+1
* GH-100110: Specialize FOR_ITER for tuples (GH-100109)Ken Jin2022-12-091-0/+1
* gh-100098: [Enum] insist on actual tuples, no subclasses, for auto (GH-100099)Ethan Furman2022-12-081-0/+1
* gh-98030: socket: add missing TCP socket options (#98031)Matthieu Baerts2022-12-081-0/+7
* gh-92120: The docstring of enum.Enum is invalid in reST (GH-92122)Takeshi KOMIYA2022-12-081-0/+1
* gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)Dong-hee Na2022-12-081-0/+2
* gh-100086: Add build info to test.libregrtest (#100093)Victor Stinner2022-12-081-0/+3
* gh-83035: handle decorator with nested parens in inspect.getsource (#99654)Carl Meyer2022-12-071-0/+1
* gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)Victor Stinner2022-12-071-0/+3
* gh-93018: Fix for the compatibility problems with expat (gh-93900)Matěj Cepl2022-12-071-0/+1
* gh-100050: Fix an assertion error when raising unclosed parenthesis errors in...Pablo Galindo Salgado2022-12-061-0/+2
* gh-94943: [Enum] improve repr() when inheriting from a dataclass (GH-99740)Ethan Furman2022-12-061-0/+5
* Python 3.12.0a3v3.12.0a3Thomas Wouters2022-12-0681-183/+836
* gh-93453: No longer create an event loop in get_event_loop() (#98440)Serhiy Storchaka2022-12-061-0/+9
* GH-99729: Unlink frames before clearing them (GH-100030)Brandt Bucher2022-12-061-0/+3
* gh-99957: Add `frozen_default` parameter on `dataclass_transform` (#99958)Erik De Bonte2022-12-061-0/+1
* gh-100001: Also escape \s in http.server log messages. (#100038)Gregory P. Smith2022-12-051-0/+5
* Use sphinxext-opengraph to generate OpenGraph metadata (#99931)Hugo van Kemenade2022-12-051-0/+2
* gh-100001: Omit control characters in http.server stderr logs. (#100002)Gregory P. Smith2022-12-051-0/+6
* gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99...Eric Snow2022-12-051-0/+2
* bpo-44817: Ignore additional errors in ntpath.realpath (GH-27574)Michael Förderer2022-12-051-0/+2
* gh-98680: Add PyBUF_* constants to the Limited API listing (GH-100018)Petr Viktorin2022-12-052-0/+47
* gh-99892: test_unicodedata: skip test on download failure (#100011)Victor Stinner2022-12-051-0/+2
* gh-98248: Normalizing the error messages in function struct.pack (GH-98252)Felix Ye2022-12-041-0/+1
* gh-98458: unittest: bugfix for infinite loop while handling chained exception...AlexTate2022-12-041-0/+1
* bpo-15999: Accept arbitrary values for boolean parameters. (#15609)Serhiy Storchaka2022-12-031-0/+2
* gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-9...Alexander Kanavin2022-12-031-0/+1
* GH-91054: Add code object watchers API (GH-99859)Itamar Ostricher2022-12-022-0/+5
* gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)Serhiy Storchaka2022-12-011-0/+2
* gh-89189: More compact range iterator (GH-27986)Serhiy Storchaka2022-11-301-0/+3
* bpo-47220: Document the optional callback parameter of weakref.WeakMethod (GH...Géry Ogam2022-11-301-0/+2
* gh-99891: Fix infinite recursion in the tokenizer when showing warnings (GH-9...Pablo Galindo Salgado2022-11-301-0/+3
* gh-98253: Break potential reference cycles in external code worsened by typin...Wenzel Jakob2022-11-301-0/+10
* gh-99127: Allow some features of syslog to the main interpreter only (gh-99128)Dong-hee Na2022-11-291-0/+1
* gh-82836: fix private network check (#97733)Pete Wicken2022-11-291-0/+1
* gh-99593: Add tests for Unicode C API (part 1) (GH-99651)Serhiy Storchaka2022-11-291-0/+1
* gh-99344, gh-99379, gh-99382: Fix issues in substitution of ParamSpec and Typ...Serhiy Storchaka2022-11-293-0/+6
* bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (#18640)Zackery Spytz2022-11-281-0/+3
* bpo-41825: restructure docs for the os.wait*() family (GH-22356)Georg Brandl2022-11-281-0/+3
* gh-51524: Fix bug when calling trace.CoverageResults with valid infile (#99629)Furkan Onder2022-11-281-0/+1
* GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (#...Ronald Oussoren2022-11-271-0/+1