summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)Joongi Kim2021-10-103-15/+59
* bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-...Vinay Sajip2021-10-102-4/+25
* Fix class pattern docs to refer to class patterns (GH-28849)Christophe Nanteuil2021-10-101-1/+1
* Remove repeated 'the' in docs (GH-28852)1809092021-10-102-3/+3
* bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)Inada Naoki2021-10-1011-26/+123
* Fix EncodingWarning in test_tools. (GH-28846)Inada Naoki2021-10-107-25/+29
* bpo-45353: Remind sys.modules users to copy when iterating. (GH-28842)Gregory P. Smith2021-10-091-1/+5
* Fix dataclassses spelling (GH-28837)Landon Yarrington2021-10-093-3/+3
* Fix the "Finding all Adverbs" example (GH-21420)Rim Chatti2021-10-091-2/+2
* bpo-45256: Small cleanups for the code that inlines Python-to-Python calls in...Pablo Galindo Salgado2021-10-091-11/+22
* bpo-27580: Add support of null characters in the csv module. (GH-28808)Serhiy Storchaka2021-10-093-38/+70
* bpo-45256: Remove the usage of the C stack in Python to Python calls (GH-28488)Pablo Galindo Salgado2021-10-097-62/+222
* bpo-20028: Keep original exception when PyUnicode_GetLength return -1 (GH-28832)Dong-hee Na2021-10-091-0/+6
* bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)Dong-hee Na2021-10-093-9/+70
* Bump MAGIC_NUMBER to reflect change in JUMP_ABSOLUTE semantics. (GH-28829)Mark Shannon2021-10-091-1/+2
* [doc]: update susp-ignored.csv after a98b273c. (GH-28827)Julien Palard2021-10-091-2/+2
* bpo-10716: Migrating pydoc to html5. (GH-28651)Julien Palard2021-10-097-261/+356
* Replace usage of List[...] with list[...] in typing docs (GH-28821)Micael Jarniac2021-10-091-8/+8
* bpo-45410: libregrtest -jN writes stderr into stdout (GH-28819)Victor Stinner2021-10-082-22/+22
* bpo-45407: Remove outdated XXX comment from Struct___init___impl (GH-28805)Jeong YunWon2021-10-081-1/+0
* bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)Matthias Reichl2021-10-072-0/+4
* bpo-45408: Don't override previous tokenizer errors in the second parser pass...Pablo Galindo Salgado2021-10-074-2/+15
* bpo-45337: Use the realpath of the new executable when creating a venv on Win...Steve Dower2021-10-073-9/+29
* bpo-16379: Fix SQLite version checks in test_module_constants() (GH-28809)Erlend Egeberg Aasland2021-10-071-2/+2
* bpo-45403: Fix test_sys.test_stdlib_dir() (GH-28785)Victor Stinner2021-10-072-2/+4
* bpo-45402: Fix test_tools.test_sundry() (GH-28786)Victor Stinner2021-10-072-3/+7
* Remove draft notice on the 3.10 What's new document (GH-28806)Pablo Galindo Salgado2021-10-071-7/+0
* bpo-45400: Fix suggestion test of test_exceptions (GH-28783)Victor Stinner2021-10-072-1/+4
* bpo-45041: Restore `sqlite3` executescript behaviour for `SELECT` queries (GH...Erlend Egeberg Aasland2021-10-072-1/+12
* Fix typos in the Modules directory (GH-28761)Christian Clauss2021-10-0719-21/+21
* bpo-35970: Add help flag to base64 module (GH-28774)Ammar Askar2021-10-073-5/+20
* bpo-45385: Fix reference leak from descr_check (#28719)Dong-hee Na2021-10-072-39/+38
* Fix typos in the Objects directory (GH-28766)Christian Clauss2021-10-0611-14/+14
* bpo-29505: Add fuzzer for ast.literal_eval (GH-28777)Ammar Askar2021-10-062-0/+57
* Fix typos in the Lib directory (GH-28775)Christian Clauss2021-10-0664-83/+83
* Fix typos in the Python directory (GH-28767)Christian Clauss2021-10-067-11/+11
* bpo-45375: Fix off by one error in buffer allocation (GH-28764)Steve Dower2021-10-061-1/+1
* Fix typos in the Include directory (GH-28745)Christian Clauss2021-10-067-8/+8
* [doc] Mention __slots__ behavior in weakref.rst (GH-21061)Jakub Stasiak2021-10-061-0/+4
* Fix typos in the Tools directory (GH-28769)Christian Clauss2021-10-0615-24/+24
* bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646)rtobar2021-10-062-1/+8
* [Misc] [Mac] Fix typos found using codespell (GH-28756)Christian Clauss2021-10-0617-39/+39
* bpo-40321: Add missing test, slightly expand documentation (GH-28760)Łukasz Langa2021-10-064-8/+12
* Remove test_nntplib from quicktest (GH-28754)Inada Naoki2021-10-061-1/+1
* bpo-34804: [doc] Rephrase section on side effects in functional.rst for clari...DonnaDia2021-10-061-5/+4
* bpo-40116: Add insertion order bit-vector to dict values to allow dicts to sh...Mark Shannon2021-10-068-187/+176
* Normalize jumps in compiler. All forward jumps to use JUMP_FORWARD. (GH-28755)Mark Shannon2021-10-063-14/+37
* bpo-40321: Support HTTP response status code 308 in urllib.request (#19588)Jochem Schulenklopper2021-10-063-4/+19
* [doc] Fix typos found using codespell (GH-28744)Christian Clauss2021-10-0516-22/+22
* bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684)Illia Volochii2021-10-055-4/+5