summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* GH-66285: remove redundant `time.sleep` from `test_fork_signal_handling` (GH-...Kumar Aditya2022-12-031-1/+0
* GH-98831: Support cache effects in super- and macro instructions (#99601)Guido van Rossum2022-12-034-272/+482
* gh-99741: Clean Up the _xxsubinterpreters Module (gh-99940)Eric Snow2022-12-024-310/+652
* gh-99955: standardize return values of functions in assembler and optimizer. ...Irit Katriel2022-12-021-42/+54
* gh-99741: Fix the Cross-Interpreter Data API (gh-99939)Eric Snow2022-12-023-25/+88
* GH-91054: Add code object watchers API (GH-99859)Itamar Ostricher2022-12-0211-0/+364
* gh-99894: Ensure the local names don't collide with the test file in tracebac...Pablo Galindo Salgado2022-12-011-6/+6
* gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)Serhiy Storchaka2022-12-014-0/+95
* Doc: Add summary line to isolation_level & autocommit sqlite3.connect params ...C.A.M. Gerlach2022-12-011-0/+2
* GH-98906 ```re``` module: ```search() vs. match()``` section should mention `...ram vikram singh2022-11-301-6/+12
* gh-89189: More compact range iterator (GH-27986)Serhiy Storchaka2022-11-307-50/+88
* bpo-47220: Document the optional callback parameter of weakref.WeakMethod (GH...Géry Ogam2022-11-302-2/+6
* GH-99905: Fix output of misses in summarize_stats.py execution counts (GH-99906)Michael Droettboom2022-11-301-3/+3
* gh-99845: PEP 670: Convert PyObject macros to functions (#99850)Victor Stinner2022-11-301-5/+8
* gh-99845: Use size_t type in __sizeof__() methods (#99846)Victor Stinner2022-11-3015-108/+85
* GH-99877)Irit Katriel2022-11-301-23/+41
* Fix typo in exception message in `multiprocessing.pool` (#99900)Arne de Laat2022-11-301-1/+1
* gh-87092: move all localsplus preparation into separate function called from ...Irit Katriel2022-11-301-30/+41
* gh-99891: Fix infinite recursion in the tokenizer when showing warnings (GH-9...Pablo Galindo Salgado2022-11-304-0/+24
* gh-99824: Document that sqlite3.connect implicitly open a transaction if auto...Géry Ogam2022-11-301-3/+3
* GH-81057: remove static state from suggestions.c (#99411)Kumar Aditya2022-11-301-8/+19
* Improve zip64 limit error message (#95892)dmjohnsson232022-11-301-2/+2
* gh-98253: Break potential reference cycles in external code worsened by typin...Wenzel Jakob2022-11-302-3/+21
* gh-99127: Allow some features of syslog to the main interpreter only (gh-99128)Dong-hee Na2022-11-295-2/+122
* gh-82836: fix private network check (#97733)Pete Wicken2022-11-293-4/+50
* Docs: improve accuracy of socketserver reference (#24767)Géry Ogam2022-11-291-7/+3
* whatsnew-3.10: Mention PEP 647 in the Release highlights section. (#99853)Yilei "Dolee" Yang2022-11-291-1/+2
* gh-90717: Update the documentation for the altchars paremeter in base64 libra...Sam Ezeh2022-11-291-8/+11
* gh-99845: Clean up _PyObject_VAR_SIZE() usage (#99847)Victor Stinner2022-11-293-14/+14
* gh-99845: Change _PyDict_KeysSize() return type to size_t (#99848)Victor Stinner2022-11-293-35/+31