summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* GH-66285: fix forking in asyncio (#99769)Kumar Aditya2022-11-271-0/+1
* gh-89682: [doc] reword docstring of __contains__ to clarify that it returns a...Ivan Savov2022-11-261-0/+1
* gh-88330: Add more detail about what is a resource. (#99801)Jason R. Coombs2022-11-261-0/+1
* gh-98108: Add limited pickleability to zipfile.Path (GH-98109)Jason R. Coombs2022-11-261-0/+2
* gh-91078: Return None from TarFile.next when the tarfile is empty (GH-91850)Sam Ezeh2022-11-261-0/+1
* gh-98098: Create packages from zipfile and test_zipfile (gh-98103)Jason R. Coombs2022-11-261-0/+2
* gh-97966: Restore prior expectation that uname_result._fields and ._asdict wo...Jason R. Coombs2022-11-261-0/+2
* gh-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declaration warnings i...Sam James2022-11-261-0/+1
* gh-99029: Fix handling of `PureWindowsPath('C:\<blah>').relative_to('C:')` (G...Barney Gale2022-11-251-0/+2
* bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)Zackery Spytz2022-11-251-0/+2
* bpo-38031: Fix a possible assertion failure in _io.FileIO() (#GH-5688)Zackery Spytz2022-11-251-0/+2