109423 Commits (f97dc800689ba98783dac8dc51f87f7c6f413ac6)
 

Author SHA1 Message Date
Brett Cannon f97dc80068
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119) 5 years ago
Irit Katriel ad442a674c
bpo-24160: Fix breakpoints persistence across multiple pdb sessions (GH-21989) 5 years ago
Zackery Spytz afd1265058
bpo-31956: Add start and stop parameters to array.index() (GH-25059) 5 years ago
Victor Stinner 240bcf82a1
bpo-41111: xxlimited.c defines Py_LIMITED_API (GH-25151) 5 years ago
Victor Stinner 9bb5658bd1
bpo-43688: Support "make regen-limited-abi" in debug mode (GH-25133) 5 years ago
Victor Stinner 3359cab038
bpo-43688: Support the limited C API in debug mode (GH-25131) 5 years ago
Victor Stinner 442ad74fc2
bpo-43687: Py_Initialize() creates singletons earlier (GH-25147) 5 years ago
Mark Shannon 58384c6ab0
Document PyCode_Addr2Line function. (GH-25111) 5 years ago
Inada Naoki bec8c787ec
bpo-43510: Fix emitting EncodingWarning from _io module. (GH-25146) 5 years ago
Inada Naoki 8bbfeb3330
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142) 5 years ago
Erlend Egeberg Aasland bef7b26f72
bpo-43700: Replace Zulip badge with Discourse badge (GH-25141) 5 years ago
Inada Naoki 80017752ba
bpo-43651: Fix test_compileall with PEP 597 (GH-25128) 5 years ago
Inada Naoki c0ec4486dc
bpo-43651: Fix EncodingWarning in lib2to3/pgen2/pgen.py (GH-25127) 5 years ago
Inada Naoki 036fc7de24
bpo-43651: Fix EncodingWarning in test_warnings (GH-25126) 5 years ago
Irit Katriel bd4ab8e739
bpo-26053: Fix test_pdb.test_issue26053() (GH-25139) 5 years ago
Zackery Spytz e689cdca3c
bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (#25123) 5 years ago
Irit Katriel 652bfdee94
bpo-26053: Fix args echoed by pdb run command (#22033) 5 years ago
Mark Shannon fcb55c0037
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069) 5 years ago
Victor Stinner 2ac0515027
bpo-43688: Fix Py_LIMITED_API version of xxlimited (GH-25135) 5 years ago
Victor Stinner 61092a99c4
bpo-43690: stable_abi.py no longer parses macros (GH-25136) 5 years ago
Victor Stinner baf10da750
bpo-43688: Run make regen-limited-abi (GH-25134) 5 years ago
Don Kirkby 18701a0608
Fix typos in 3.10 "What's new" (GH-25104) 5 years ago
Tim Peters 078a3433eb
When printing stats, move radix tree info to its own section. (GH-25125) 5 years ago
Inada Naoki 58cffba187
bpo-43651: Fix EncodingWarning in test_io (GH-25097) 5 years ago
Inada Naoki 55f31be44b
bpo-43651: Fix EncodingWarning in test_file and test_file_eintr (GH-25109) 5 years ago
Victor Stinner ad493edf57
bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122) 5 years ago
Ethan Furman 49aec1a185
Enum: add (re)import of Flag for doctests (GH-25118) 5 years ago
Julien Palard 202b546442
Disambiguate that -m also terminates the option list in the manpage. (GH-25100) 5 years ago
Victor Stinner f3ab670fea
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (#25110) 5 years ago
Łukasz Langa 027d2cf1e5
Document GH-24624 5 years ago
Jessica Clarke dec0757549
bpo-43179: Generalise alignment for optimised string routines (GH-24624) 5 years ago
Inada Naoki cfa176685a
Revert "bpo-43510: PEP 597: Accept `encoding="locale"` in binary mode (GH-25103)" (#25108) 5 years ago
Inada Naoki ff3c9739bd
bpo-43510: PEP 597: Accept `encoding="locale"` in binary mode (GH-25103) 5 years ago
Terry Jan Reedy 1b4a9c7956
bpo-42225: IDLE - document two unix-related problems. (#25078) 5 years ago
Ethan Furman b775106d94
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392) 5 years ago
Alex Prengère 51a85ddce8
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751) 5 years ago
Antoine Pitrou 73b20ae2fb
bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962) 5 years ago
Brett Cannon a7ff6df60c
bpo-42134: Raise ImportWarning when calling find_module() in the import system (GH-25044) 5 years ago
Grégory Starck cf35e05f89
bpo-43125: Fix: return expected type (str), not original value (bytes) in email/base64mime.py::body_encode (GH-24476) 5 years ago
Zackery Spytz dfeec347f2
bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038) 5 years ago
Inada Naoki 068ebf9729
bpo-33164: blake2: Fix Coverity scan (GH-25060) 5 years ago
Neil Schemenauer 85b6b70589
bpo-37448: Use radix tree for pymalloc address_in_range(). (GH-14474) 5 years ago
Christian Heimes a54fc683f2
bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) 5 years ago
Pablo Galindo 92a02c1f7e
Fix tokenizer error when raw decoding null bytes (GH-25080) 5 years ago
Pablo Galindo 09b90a037d
bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075) 5 years ago
Michael Felt c8b5738810
bpo-43659: Fix test_curses on AIX (GH-25074) 5 years ago
Jesús Cea 32430aadad
bpo-35930: Raising an exception raised in a "future" instance will create reference cycles (#24995) 5 years ago
Harry 7bfd65eba7
bpo-43648: Remove redundant datefmt option in logging file config (GH-25051) 5 years ago
Serhiy Storchaka c1b073a630
bpo-43433: Preserve query and fragment in the URL of the server in ServerProxy. (GH-25057) 5 years ago
Pablo Galindo 70cdf1812c
bpo-40645: Fix reference leak in the _hashopenssl extension (GH-25063) 5 years ago