1. b0a2c0f bpo-36018: Test idempotence. Test two methods against one-another. (GH-13021) by Raymond Hettinger · 5 years ago
  2. ee0309f closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-13008) by Utkarsh Gupta · 5 years ago
  3. d5d2b45 bpo-36751: Deprecate getfullargspec and report positional-only args as regular args (GH-13016) by Pablo Galindo · 5 years ago
  4. 81c5a90 bpo-36232: Improve error message on dbm.open() when the db doesn't exist (GH-12060) by Marco Rougeth · 5 years ago
  5. 9bdd6d1 Prevent macOS installer build failure if ABIFLAGS is empty. (GH-13012) by Ned Deily · 5 years ago
  6. 883dfc6 bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011) by Ned Deily · 5 years ago
  7. be6dbfb bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986) by Berker Peksag · 5 years ago
  8. 88c0937 bpo-36004: Add date.fromisocalendar (GH-11888) by Paul Ganssle · 5 years ago
  9. a86e064 bpo-35952: Fix test.pythoninfo when the compiler is missing (GH-13007) by xdegaye · 5 years ago
  10. 843bf42 Add initial 'whatsnew' section for PEP 570 (GH-12942) by Guido van Rossum · 5 years ago
  11. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  12. 99fcc61 Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006) by Victor Stinner · 5 years ago
  13. b36e5d6 bpo-36356: Destroy the GIL at exit (GH-12453) by Victor Stinner · 5 years ago
  14. 7a5a1cf bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003) by xdegaye · 5 years ago
  15. f781d20 bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly (GH-12667) by Joannah Nanjekye · 5 years ago
  16. 254b309 bpo-21536: On Android, C extensions are linked to libpython (GH-12989) by xdegaye · 5 years ago
  17. b021ba5 Fix typo in 'tandem' word (GH-12998) (GH-12998) by Andrey · 5 years ago
  18. db81ba1 bpo-36546: More tests: type preservation and equal inputs (#13000) by Raymond Hettinger · 5 years ago
  19. 86f0c82 bpo-36729: Delete unused text variable on tests. (GH-12959) by Emmanuel Arias · 5 years ago
  20. e0dcb85 bpo-36745: Fix a possible reference leak in PyObject_SetAttr() (GH-12993) by Zackery Spytz · 5 years ago
  21. da63b32 bpo-36715: Add usage note for dict.fromkeys() (GH-12974) by Raymond Hettinger · 5 years ago
  22. 50fed0b bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891) by Gordon P. Hemsley · 5 years ago
  23. 21a9ba1 bpo-2091: Fix typo in exception message (GH-12987) by Berker Peksag · 5 years ago
  24. 4d8c8c0 bpo-36025: Fix PyDate_FromTimestamp API (GH-11922) by Paul Ganssle · 5 years ago
  25. 5c403b2 bpo-36722: Style and grammar edits for ABI news entries (GH-12979) by Paul Ganssle · 5 years ago
  26. 55d0351 Syntax highlight IDLE html doc code example. (GH-12981) by Terry Jan Reedy · 5 years ago
  27. 6d13e5b bpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS build (GH-12973) by Victor Stinner · 5 years ago
  28. 4046069 bpo-36722: Add What's New entry for debug ABI (GH-12957) by Victor Stinner · 5 years ago
  29. 01f073f bpo-21536: Revert Makefile change on python-config (GH-12971) by Victor Stinner · 5 years ago
  30. ad0daf5 bpo-31525: Increase minimum sqlite version number check (GH-12923) by Charles Pigott · 5 years ago
  31. 06d04e7 bpo-36733: Fix PYTHONPATH for make regen-add (GH-12969) by Victor Stinner · 5 years ago
  32. 4cb525a bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968) by Victor Stinner · 5 years ago
  33. 00db7c7 bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965) by Victor Stinner · 5 years ago
  34. 837acc1 bpo-36719: Fix regrtest re-run (GH-12964) by Victor Stinner · 5 years ago
  35. 75120d2 bpo-36719: regrtest always detect uncollectable objects (GH-12951) by Victor Stinner · 5 years ago
  36. 7abb6c0 bpo-36669: add matmul support to weakref.proxy (GH-12932) by Mark Dickinson · 5 years ago
  37. 3cde440 bpo-36725: Refactor regrtest multiprocessing code (GH-12961) by Victor Stinner · 5 years ago
  38. 87d23a0 bpo-36724: Add _PyWarnings_Fini() (#12963) by Victor Stinner · 5 years ago
  39. 99e69d4 bpo-36710: Fix compiler warning on PyThreadState_Delete() (GH-12962) by Victor Stinner · 5 years ago
  40. 4d29983 bpo-36725: regrtest: add TestResult type (GH-12960) by Victor Stinner · 5 years ago
  41. 9db0324 bpo-36710: Add runtime parameter in gcmodule.c (GH-12958) by Victor Stinner · 5 years ago
  42. 10c8e6a bpo-36710: Add runtime variable in pystate.c (GH-12956) by Victor Stinner · 5 years ago
  43. 5422e3c bpo-36722: Debug build loads libraries built in release mode (GH-12952) by Victor Stinner · 5 years ago
  44. 62dfd7d bpo-35920: Windows 10 ARM32 platform support (GH-11774) by Paul Monson · 5 years ago
  45. 8c3ecc6 bpo-21536: C extensions are no longer linked to libpython (GH-12946) by Victor Stinner · 5 years ago
  46. d7befad bpo-35537: Document posix_spawn() change in subprocess (GH-11668) by Victor Stinner · 5 years ago
  47. 0ef8c15 bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) by Victor Stinner · 5 years ago
  48. 235e7b2 bpo-36465: Fix test_regrtest on Windows (GH-12945) by Victor Stinner · 5 years ago
  49. f4e4703 bpo-36465: Make release and debug ABI compatible (GH-12615) by Victor Stinner · 5 years ago
  50. 888f37b Add @pablogsal to code owners file for Parser/pgen (GH-12944) by Pablo Galindo · 5 years ago
  51. 004b93e bpo-36668: FIX reuse semaphore tracker for child processes (#5172) by Thomas Moreau · 5 years ago
  52. 09d434c Issue 35224: Add PEP 572 (assignment expressions) to What's New (#12941) by Guido van Rossum · 5 years ago
  53. 4312522 bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939) by Victor Stinner · 5 years ago
  54. 8e91c24 bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937) by Victor Stinner · 5 years ago
  55. 70bf713 bpo-30840: Document relative imports (#12831) by Joannah Nanjekye · 5 years ago
  56. b930a2d bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936) by Victor Stinner · 5 years ago
  57. 8bb3230 bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935) by Victor Stinner · 5 years ago
  58. 6c44fde bpo-36707: Remove the "m" flag (pymalloc) from SOABI (GH-12931) by Victor Stinner · 5 years ago
  59. 4f5a349 fix typo in gzip.py (GH-12928) by Maximilian Nöthe · 5 years ago
  60. d246a67 bpo-36454: Fix test_time.test_monotonic() (GH-12929) by Victor Stinner · 5 years ago
  61. 29d018a replace 'sequencial argument' by 'positional' in doc (GH-12925) by Mathieu Dupuy · 5 years ago
  62. 359bd4f bpo-18372: Add missing PyObject_GC_Track() calls in the pickle module (GH-8505) by Zackery Spytz · 5 years ago
  63. 09415ff fix warnings by adding more const (GH-12924) by Inada Naoki · 5 years ago
  64. 5749134 bpo-36635, bpo-36696: Fix setup.py on AIX (GH-12922) by Victor Stinner · 5 years ago
  65. 84b4784 use `const` in graminit.c (GH-12713) by tyomitch · 5 years ago
  66. fb8c7d5 bpo-36018: Make "seed" into a keyword only argument (GH-12921) by Raymond Hettinger · 5 years ago
  67. 7280048 bpo-35904: Add missing fmean() entry to the summary table (GH-12919) by Raymond Hettinger · 5 years ago
  68. 39baace Document that TestCase.assertCountEqual() can take iterables (GH-686) by jkleint · 5 years ago
  69. b4c7f39 Add module specification: itemgetter -> operator.itemgetter (GH-12823) by Jakub Molinski · 5 years ago
  70. 9013ccf bpo-36546: Add statistics.quantiles() (#12710) by Raymond Hettinger · 5 years ago
  71. d437012 bpo-36679: Rename duplicate test_class_getitem function (GH-12892) by Windson yang · 5 years ago
  72. c442b1c bpo-36680: Rename duplicate test_source_from_cache_path_like_arg function (GH-12893) by Windson yang · 5 years ago
  73. 3d6f61e bpo-36681: Remove duplicate test_regression_29220 function (GH-12894) by Windson yang · 5 years ago
  74. 007d0b0 bpo-36682: Rename duplicate tests in test_sys_setprofile (GH-12895) by Windson yang · 5 years ago
  75. f51dd4f bpo-36683: Rename duplicate test_io_encoding to test_pyio_encoding (GH-12896) by Windson yang · 5 years ago
  76. be372d7 bpo-36678: Rename duplicate tests in test_dataclasses (GH-12899) by Windson yang · 5 years ago
  77. d307d05 Fixes platform.win32_ver on non-Windows platforms (GH-12912) by Steve Dower · 5 years ago
  78. 2644907 bpo-33608: Normalize atomic macros so that they all expect an atomic struct (GH-12877) by Steve Dower · 5 years ago
  79. 34366b7 bpo-36672: Fix a compiler warning in winreg.SetValue() (GH-12882) by Zackery Spytz · 5 years ago
  80. 56ed864 bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687) by Zackery Spytz · 5 years ago
  81. 6ef726a bpo-29734: Cleanup test_getfinalpathname_handles test (GH-12908) by Berker Peksag · 5 years ago
  82. d59b662 bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903) by 周家未 · 5 years ago
  83. ab86521 bpo-36523: Add docstring to io.IOBase.writelines (GH-12683) by Marcin Niemira · 5 years ago
  84. 662ebd2 Doc: add the missing ".tp_flags" in type definition (GH-12902) by Wu Wei · 5 years ago
  85. 9b21856 bpo-23078: Add support for {class,static}method to mock.create_autospec() (GH-11613) by Xtreak · 5 years ago
  86. 9541bd3 bpo-24011: Use PyModule_Add{Object,IntMacro} in PyInit__signal() (GH-12765) by Joannah Nanjekye · 5 years ago
  87. 5ebfa84 bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879) by mollison · 5 years ago
  88. 3e986de Fix typo (GH-12878) by Fredrik Averpil · 5 years ago
  89. 14adbd4 bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-12881) by Raymond Hettinger · 5 years ago
  90. 9d062d6 ctypes: remove use of legacy unicode API (GH-12340) by Inada Naoki · 5 years ago
  91. e8113f5 bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (#12860) by Stefan Behnel · 5 years ago
  92. 7e954e7 bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866) by Enrico Alarico Carbognani · 5 years ago
  93. 23bace2 bpo-36635: Add _testinternalcapi module (GH-12841) by Victor Stinner · 5 years ago
  94. 11efd79 bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059) by Paul Monson · 5 years ago
  95. 264a0b4 bpo-36638: Fix WindowsLoadTracker exception on some Windows versions (GH-12849) by Paul Monson · 5 years ago
  96. 9941f96 Fix wrong indentation of a paragraph in documentation (GH-12868) by cocoatomo · 5 years ago
  97. a6de52c bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821) by josh · 5 years ago
  98. 4c3efd9 bpo-36649: Remove trailing spaces for registry keys when installed via the Store (GH-12865) by Steve Dower · 5 years ago
  99. 5c75f37 bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) by Victor Stinner · 5 years ago
  100. 3092d6b bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852) by Victor Stinner · 5 years ago