109407 Commits (652bfdee9495dca241d48278742fe035b7a82bdb)
 

Author SHA1 Message Date
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
Victor Stinner 9b999479c0
bpo-42988: Remove the pydoc getfile feature (GH-25015) 5 years ago
Inada Naoki 4827483f47
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) 5 years ago
Pablo Galindo 261a452a13
bpo-25643: Refactor the C tokenizer into smaller, logical units (GH-25050) 5 years ago
Irit Katriel fb1d01b963
bpo-31907: [doc] clarify that str.format() does not support arbitrary expressions (#25053) 5 years ago
Jason R. Coombs af50c84643
bpo-43644: Add docs for importlib.resources.as_file. (#25048) 5 years ago
Carl Meyer 29c451c698
bpo-43562: fix test_ssl to skip on unreachable network (GH-24937) 5 years ago
Irit Katriel a53e9a7cf5
bpo-39231: correct tutorial annotations section (GH-25029) 5 years ago
Christian Heimes bacefbf414
bpo-43466: Unsupported static build hack (GH-25002) 5 years ago
Ville Skyttä 9798cef92b
bpo-39616: clarify SSLContext.check_hostname effect (GH-18484) 5 years ago
Christian Heimes 933dfd7504
bpo-40645: use C implementation of HMAC (GH-24920) 5 years ago
Christian Heimes 5d6e8c1c1a
bpo-43617: Check autoconf-archive package in configure.ac (GH-25016) 5 years ago
Pablo Galindo 11b85abbae
bpo-43636: Validate the version tag in _PyType_Lookup (GH-25032) 5 years ago
Jürgen Gmach 027b669927
bpo-43354: xmlrpc: Fix type documentation for Fault.faultCode (GH-24707) 5 years ago
Brett Cannon 1899087b21
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022) 5 years ago
Jared Sutton 21a2cabb37
bpo-43620: Remove reference to os.sep from os.path.join() doc (#25025) 5 years ago
Raymond Hettinger 3bb19873ab
Revert "bpo-40521: Remove freelist from collections.deque() (GH-21073)" (GH-24944) 5 years ago