- da742ba bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951) by Chris Jerdonek · 4 years, 6 months ago
- d17f3d8 bpo-13601: Mention stderr's line buffering in What's New (GH-20168) by Shantanu · 4 years, 6 months ago
- bb8635c bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-#20139) by qudongfang · 4 years, 6 months ago
- 3a855b2 bpo-40665: Use Argument Clinic for the bisect module (GH-20163) by Shantanu · 4 years, 6 months ago
- e527ec8 bpo-40536: Add zoneinfo.available_timezones (GH-20158) by Paul Ganssle · 4 years, 6 months ago
- 9681953 bpo-39058: Preserve attribute order in argparse Namespace reprs. (GH-17621) by Raymond Hettinger · 4 years, 6 months ago
- eefd4e0 bpo-39705 : sorted() tutorial example under looping techniques improved (GH-18999) by Rahul Kumaresan · 4 years, 6 months ago
- 6546056 Doc: change 'Posix' for 'POSIX' (GH-20001) by Mathieu Dupuy · 4 years, 6 months ago
- 4eba677 Doc: move a dot outside double quotes (GH-20007) by Mathieu Dupuy · 4 years, 6 months ago
- 62ecd8a bpo-37630: Fix spelling shake128 -> shake_128 (GH-20154) by Christian Heimes · 4 years, 6 months ago
- 54f2898 bpo-40645: Implement HMAC in C (GH-20129) by Christian Heimes · 4 years, 6 months ago
- 4654500 bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145) by Zackery Spytz · 4 years, 6 months ago
- fa098b6 bpo-35569: add Erlend to Misc/ACKS (GH-20146) by Ned Deily · 4 years, 6 months ago
- 9a45bfe bpo-35569: Expose RFC 3542 IPv6 socket options on macOS (GH-19526) by Erlend Egeberg Aasland · 4 years, 6 months ago
- d7184d3 bpo-29587: Add another test for the gen.throw() fix. (GH-19859) by Chris Jerdonek · 4 years, 6 months ago
- 2c8cd06 bpo-40334: Improvements to error-handling code in the PEG parser (GH-20003) by Lysandros Nikolaou · 4 years, 6 months ago
- 6341fc7 bpo-38870: Use subTest in test_unparse for better error reporting (GH-20141) by Pablo Galindo · 4 years, 6 months ago
- af8e5f8 Use subTest in test_exceptions for better error reporting (GH-20140) by Pablo Galindo · 4 years, 6 months ago
- 837f9e4 bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132) by Christian Heimes · 4 years, 6 months ago
- dff92bb bpo-38870: Implement round tripping support for typed AST in ast.unparse (GH-17797) by Batuhan Taskaya · 4 years, 6 months ago
- e966af7 bpo-38870: Correctly handle empty docstrings in ast.unparse (GH-18768) by Batuhan Taskaya · 4 years, 6 months ago
- d5a980a bpo-40165: Suppress stderr when checking if test_stty_match should be skipped (GH-19325) by Batuhan Taskaya · 4 years, 6 months ago
- cae2275 bpo-40211: Clarify os.preadv and os.pwritev are supported on AIX 7.1+ (GH-19401) by Batuhan Taskaya · 4 years, 6 months ago
- 31245d1 bpo-39740: Early declare devpoll_methods to support old compilers (GH-19281) by Batuhan Taskaya · 4 years, 6 months ago
- 25160cd bpo-38870: Don't put unnecessary parentheses on class declarations in ast.parse (GH-20134) by Batuhan Taskaya · 4 years, 6 months ago
- ce4a753 bpo-38870: Do not separate factor prefixes in ast.unparse (GH-20133) by Batuhan Taskaya · 4 years, 6 months ago
- d5b3f6b bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049) by Christian Heimes · 4 years, 6 months ago
- b17e49e bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006) by Paul Ganssle · 4 years, 6 months ago
- 1b97b9b bpo-24416: Return named tuple from date.isocalendar() (GH-20113) by Paul Ganssle · 4 years, 6 months ago
- aa92a7c bpo-39305: Update nntplib to merge nntplib.NNTP and nntplib._NNTPBase (GH-19817) by Dong-hee Na · 4 years, 6 months ago
- 372fa3e bpo-40275: lazy import modules in test.support (GH-20128) by Hai Shi · 4 years, 6 months ago
- 4541086 bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-19381) by Batuhan Taskaya · 4 years, 6 months ago
- 62972d9 bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) by Paul Ganssle · 4 years, 6 months ago
- 6e8cda9 bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862) by Christian Heimes · 4 years, 6 months ago
- 6b6092f bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430) by Zackery Spytz · 4 years, 6 months ago
- 1ce5841 bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979) by Chris Jerdonek · 4 years, 6 months ago
- fe1176e Add Andrew York to ACKS for GH-19622. (GH-20105) by Chris Jerdonek · 4 years, 6 months ago
- 9b60e55 bpo-40637: Add option to disable builtin hashes (GH-20121) by Christian Heimes · 4 years, 6 months ago
- a2b3cdd bpo-40445: Update compileall.compile_dir docs (GH-19806) by Shantanu · 4 years, 6 months ago
- 6a5d3ff bpo-40636: Clarify the zip built-in docstring. (GH-20118) by Gregory P. Smith · 4 years, 6 months ago
- 938717f bpo-40163: Fix multissltest download of old OpenSSL (GH-19329) by Christian Heimes · 4 years, 6 months ago
- 382a563 bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (GH-20054) by romasku · 4 years, 6 months ago
- c087a26 bpo-40515: Require OPENSSL_THREADS (GH-19953) by Christian Heimes · 4 years, 6 months ago
- 62d618c bpo-40479: Test with latest OpenSSL versions (GH-20108) by Christian Heimes · 4 years, 6 months ago
- 16d4e6f bpo-40479: Fix hashlib issue with OpenSSL 3.0.0 (GH-20107) by Christian Heimes · 4 years, 6 months ago
- 6e57237 bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095) by Victor Stinner · 4 years, 6 months ago
- 003708b Trivial typo fix in _tkinter.c (GH-19622) by Andrew York · 4 years, 6 months ago
- 4a12d12 Fix typo in code comment in main_loop label. (GH-20068) by Chris Jerdonek · 4 years, 6 months ago
- 15bc9ab bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072) by Guido van Rossum · 4 years, 6 months ago
- 1aa8767 Update code comment re: location of struct _is. (GH-20067) by Chris Jerdonek · 4 years, 6 months ago
- 6a78589 bpo-40548: github actions: pass the changes check on no source changes (GH-20097) by Filipe Laíns · 4 years, 6 months ago
- 16ab070 bpo-40334: Correctly identify invalid target in assignment errors (GH-20076) by Pablo Galindo · 4 years, 6 months ago
- 7ba1f75 bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) by Joannah Nanjekye · 4 years, 6 months ago
- 4b972fa bpo-40462: Fix typo in test_json (GH-20094) by Victor Stinner · 4 years, 6 months ago
- edf2643 bpo-40460: Fix typo in idlelib/zzdummy.py (GH-20093) by Victor Stinner · 4 years, 6 months ago
- 75d7257 bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-19983) by Filipe Laíns · 4 years, 6 months ago
- d2dc827 bpo-40602: _Py_hashtable_set() reports rehash failure (GH-20077) by Victor Stinner · 4 years, 6 months ago
- ce21cfc bpo-40618: Disallow invalid targets in augassign and except clauses (GH-20083) by Lysandros Nikolaou · 4 years, 6 months ago
- bcc3036 bpo-40619: Correctly handle error lines in programs without file mode (GH-20090) by Pablo Galindo · 4 years, 6 months ago
- a482dc5 bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091) by Victor Stinner · 4 years, 6 months ago
- f2c3b68 Revert "bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768)" (GH-20089) by Victor Stinner · 4 years, 6 months ago
- 97f33c3 bpo-40549: posixmodule.c uses defining_class (GH-20075) by Victor Stinner · 4 years, 6 months ago
- e77d428 bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901) by Lumír 'Frenzy' Balhar · 4 years, 6 months ago
- 7443d42 bpo-40275: Import locale module lazily in gettext (GH-19905) by Hai Shi · 4 years, 6 months ago
- 6f2f475 bpo-40597: email: Use CTE if lines are longer than max_line_length consistently (gh-20038) by Arkadiusz Hiler · 4 years, 6 months ago
- 3d17c04 bpo-40521: Add PyInterpreterState.unicode (GH-20081) by Victor Stinner · 4 years, 6 months ago
- 75cd8e4 bpo-29587: Make gen.throw() chain exceptions with yield from (GH-19858) by Chris Jerdonek · 4 years, 6 months ago
- d6fb53f bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078) by Victor Stinner · 4 years, 6 months ago
- d72ea60 issue-25872: Fix KeyError using linecache from multiple threads (GH-18007) by Michael Graczyk · 4 years, 6 months ago
- 97e1568 bpo-38787: Fix Argument Clinic defining_class_converter (GH-20074) by Victor Stinner · 4 years, 6 months ago
- a15c9b3 bpo-40334: Always show the caret on SyntaxErrors (GH-20050) by Lysandros Nikolaou · 4 years, 6 months ago
- de92769 bpo-34790: add version of removal of explicit passing of coros to `asyncio.wait`'s documentation (#20008) by jack1142 · 4 years, 6 months ago
- fa0a66e bpo-40613: Remove compiler warning from _xxsubinterpretersmodule (GH-20069) by Dong-hee Na · 4 years, 6 months ago
- b809717 bpo-40331: Increase test coverage for the statistics module (GH-19608) by Tzanetos Balitsaris · 4 years, 6 months ago
- 42bae3a bpo-40602: Optimize _Py_hashtable_get_ptr() (GH-20066) by Victor Stinner · 4 years, 6 months ago
- 5b0a303 bpo-40609: _Py_hashtable_t values become void* (GH-20065) by Victor Stinner · 4 years, 6 months ago
- d95bd42 bpo-40609: _tracemalloc allocates traces (GH-20064) by Victor Stinner · 4 years, 6 months ago
- 2d0a3d6 bpo-40609: Add destroy functions to _Py_hashtable (GH-20062) by Victor Stinner · 4 years, 6 months ago
- f9b3b58 bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060) by Victor Stinner · 4 years, 6 months ago
- 9e2ca17 bpo-40609: Rewrite how _tracemalloc handles domains (GH-20059) by Victor Stinner · 4 years, 6 months ago
- 3d54211 Fix Wikipedia link (GH-20031) by Allen Guo · 4 years, 6 months ago
- d6b727e bpo-40501: Replace ctypes code in uuid with native module (GH-19948) by Steve Dower · 4 years, 6 months ago
- f453221 bpo-40602: Add _Py_HashPointerRaw() function (GH-20056) by Victor Stinner · 4 years, 6 months ago
- 4c9ea09 bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024) by scoder · 4 years, 6 months ago
- 5650e76 bpo-40596: Fix str.isidentifier() for non-canonicalized strings containing non-BMP characters on Windows. (GH-20053) by Serhiy Storchaka · 4 years, 6 months ago
- 7c6e970 bpo-40602: Optimize _Py_hashtable for pointer keys (GH-20051) by Victor Stinner · 4 years, 6 months ago
- 74ea6b5 bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033) by Serhiy Storchaka · 4 years, 6 months ago
- f3a5b7a bpo-39481: remove generic classes from ipaddress/mmap (GH-20045) by Batuhan Taskaya · 4 years, 6 months ago
- b1b4c79 bpo-40480: restore ability to join fnmatch.translate() results (GH-20049) by Tim Peters · 4 years, 6 months ago
- d0919f0 bpo-40602: _Py_hashtable_new() uses PyMem_Malloc() (GH-20046) by Victor Stinner · 4 years, 6 months ago
- b617993 bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044) by Victor Stinner · 4 years, 6 months ago
- 21cdb71 bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019) by Raymond Hettinger · 4 years, 6 months ago
- 4804b5b bpo-39465: Don't access directly _Py_Identifier members (GH-20043) by Victor Stinner · 4 years, 6 months ago
- 27c0d9b bpo-40334: produce specialized errors for invalid del targets (GH-19911) by Shantanu · 4 years, 6 months ago
- 86d6944 bpo-40584: Update PyType_FromModuleAndSpec() to process tp_vectorcall_offset (GH-20026) by Hai Shi · 4 years, 6 months ago
- ef7973a bpo-40561: Add docstrings for webbrowser open functions (GH-19999) by Brad Solomon · 4 years, 6 months ago
- d5d9a71 bpo-36346: array: Don't use deprecated APIs (GH-19653) by Inada Naoki · 4 years, 6 months ago
- 6067d4b bpo-40575: Avoid unnecessary overhead in _PyDict_GetItemIdWithError() (GH-20018) by scoder · 4 years, 6 months ago
- 5b956ca bpo-40585: Normalize errors messages in codeop when comparing them (GH-20030) by Pablo Galindo · 4 years, 6 months ago
- 2cc9b84 Improve code clarity for the set lookup logic (GH-20028) by Raymond Hettinger · 4 years, 6 months ago