1. f117d87 Rename memory.c to mpalloc.c for consistency with the header file. (#14687) by Stefan Krah · 5 years ago
  2. 4749dbe Really remove vcstdint.h. (#14686) by Stefan Krah · 5 years ago
  3. 6aeb2fe bpo-26806: IDLE should run without docstrings (#14657) by Terry Jan Reedy · 5 years ago
  4. 3a3db97 bpo-27679: Remove set_bitfields() from _ctypes_test (GH-14648) by Hai Shi · 5 years ago
  5. 73ea546 bpo-37322: ssl test_pha_required_nocert() ignores expected SSLError (GH-14670) by Victor Stinner · 5 years ago
  6. 430a9f4 bpo-18374: fix tests to check the correct thing about line numbers (GH-14659) by Carl Friedrich Bolz-Tereick · 5 years ago
  7. 61b1bc5 Revert "bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662)" (GH-14669) by Victor Stinner · 5 years ago
  8. 76611c7 bpo-37120: Fix _ssl get_num_tickets() (GH-14668) by Victor Stinner · 5 years ago
  9. 91b4f7a bpo-37526: Add support.catch_threading_exception() (GH-14664) by Victor Stinner · 5 years ago
  10. cf9c41c bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662) by Victor Stinner · 5 years ago
  11. 110a47c bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607) by Carl Friedrich Bolz-Tereick · 5 years ago
  12. 66b4150 Doc: Fix example title. (GH-14639) by Julien Palard · 5 years ago
  13. 2da622f Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644) by Julien Palard · 5 years ago
  14. e676244 bpo-37421: test_concurrent_futures stops ForkServer (GH-14643) by Victor Stinner · 5 years ago
  15. 762f93f bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) by Jeroen Demeyer · 5 years ago
  16. 38f44b4 bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638) by Jason R. Coombs · 5 years ago
  17. f6cdd3f bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615) by Hai Shi · 5 years ago
  18. a9b40e4 bpo-37478: Add missing 'and'. (GH-14631) by Terry Jan Reedy · 5 years ago
  19. 0717b4d bpo-37478: Specify possible exceptions for os.chdir() (GH-14611) by Kyle Stanley · 5 years ago
  20. 6f2a8c0 bpo-37456: Slash ('/') is now part of syntax. (GH-14627) by Terry Jan Reedy · 5 years ago
  21. f8709e8 bpo-37487: Fix PyList_GetItem index description. (GH-14623) by Terry Jan Reedy · 5 years ago
  22. fcf1d00 bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944) by Tal Einat · 5 years ago
  23. 45bc61b bpo-37149: Replace dead link for online Tkinter reference (GH-14616) by Terry Jan Reedy · 5 years ago
  24. 39a5d17 closes bpo-37508: Fix name of type in memory.rst. (GH-14604) by Hai Shi · 5 years ago
  25. f7d72e4 Fix some typos (GH-14435) by Min ho Kim · 5 years ago
  26. 10e5c66 Typo fix in file Include/object.h (GH-14556) by Hansraj Das · 5 years ago
  27. bad02cc Move test_threaded_import.py to test_importlib/ (GH-14582) by Kyle Stanley · 5 years ago
  28. 7b57c03 bpo-37151: remove _PyMethodDef_RawFastCall* functions (GH-14603) by Jeroen Demeyer · 5 years ago
  29. 8fbeb14 bpo-37421: multiprocessing tests now stop ForkServer (GH-14601) by Victor Stinner · 5 years ago
  30. 0d722f3 bpo-36974: separate vectorcall functions for each calling convention (GH-13781) by Jeroen Demeyer · 5 years ago
  31. 6e43d07 bpo-37483: fix reference leak in _PyCodec_Lookup (GH-14600) by Jeroen Demeyer · 5 years ago
  32. 1da4462 bpo-37481: Deprecate distutils bdist_wininst command (GH-14553) by Victor Stinner · 5 years ago
  33. a55f75a Use OSError subclasses in os documentation (GH-14262) by Tim Hoffmann · 5 years ago
  34. 2f19e82 bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__ (GH-14545) by thatneat · 5 years ago
  35. b4e6896 bpo-37266: Add bpo number to the What's New entry (GH614584) by Victor Stinner · 5 years ago
  36. 7f41c8e bpo-37493: use _PyObject_CallNoArg in more places (GH-14575) by Jeroen Demeyer · 5 years ago
  37. 196a530 bpo-37483: add _PyObject_CallOneArg() function (#14558) by Jeroen Demeyer · 5 years ago
  38. 9d40554 bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572) by Victor Stinner · 5 years ago
  39. b607d99 bpo-37459: importlib docs improperly reference get_resource_loader() (#14568) by aldwinaldwin · 5 years ago
  40. 56ec4f1 bpo-19696: Replace deprecated method in "test_import_pkg.py" (GH-14466) by Kyle Stanley · 5 years ago
  41. 53c2143 bpo-37233: optimize method_vectorcall in case of totalargs == 0 (GH-14550) by Jeroen Demeyer · 5 years ago
  42. 469d1a7 bpo-37484: use _PyObject_Vectorcall for __exit__ (GH-14557) by Jeroen Demeyer · 5 years ago
  43. 74c9dd5 bpo-37421: Fix test_distutils.test_build_ext() (GH-14564) by Victor Stinner · 5 years ago
  44. 684cb47 bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563) by Victor Stinner · 5 years ago
  45. b71d8d6 bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562) by Victor Stinner · 5 years ago
  46. 0f6f73f Fix typo in 3.9's Whats new. Pyton -> Python (GH-14567) by ILJI CHOI · 5 years ago
  47. aeecf38 bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453) by Hai Shi · 5 years ago
  48. 477b1b2 bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499) by Christian Heimes · 5 years ago
  49. 7cb9204 bpo-37421: urllib.request tests call urlcleanup() (GH-14529) by Victor Stinner · 5 years ago
  50. 039fb49 bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527) by Victor Stinner · 5 years ago
  51. 61bf97e bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447) by Jakub Kulík · 5 years ago
  52. d4efd91 bpo-36904: Optimize _PyStack_UnpackDict (GH-14517) by Jeroen Demeyer · 5 years ago
  53. 5bbbc73 bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) by Ned Deily · 5 years ago
  54. 2cd0792 Put pyexpatns.h include back. bpo-37437 (GH-14539) by Benjamin Peterson · 5 years ago
  55. e226e83 bpo-37363: Add audit events on startup for the run commands (GH-14524) by Steve Dower · 5 years ago
  56. 0f4e813 bpo-37470: Document more clearly the error handling for QueueHandler.emit(). (GH-14532) by Vinay Sajip · 5 years ago
  57. 6731002 bpo-36763: Use PyConfig_Clear() (GH-14445) by Victor Stinner · 5 years ago
  58. e6b64b7 bpo-37469: Document usability of SimpleQueue with QueueHandler and QueueListener. (GH-14521) by Vinay Sajip · 5 years ago
  59. 36242fd bpo-36763: Add PyConfig_SetWideStringList() (GH-14444) by Victor Stinner · 5 years ago
  60. e21b45a bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516) by Victor Stinner · 5 years ago
  61. 8f4ef3b Remove unused imports in tests (GH-14518) by Victor Stinner · 5 years ago
  62. f9b7457 bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504) by Victor Stinner · 5 years ago
  63. ec6c1bd bpo-37209: Add pickle entry for 3.8 whatsnew (GH-14503) by Pierre Glaser · 5 years ago
  64. 72cd653 bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506) by Miro Hrončok · 5 years ago
  65. 84de34e bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHandler. (GH-14498) by Vinay Sajip · 5 years ago
  66. 4a2edc3 bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) by Pablo Galindo · 5 years ago
  67. fc1fbe6 Minor updates to the macOS installer screens for 3.8.0b2 (GH-14501) by Ned Deily · 5 years ago
  68. d1bd6e7 bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) by Christian Heimes · 5 years ago
  69. f0f5930 bpo-37428: Don't set PHA verify flag on client side (GH-14421) by Christian Heimes · 5 years ago
  70. 12b436e bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485) by Krishna Oza · 5 years ago
  71. c2cda63 bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480) by Zackery Spytz · 5 years ago
  72. 0d671c0 bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344) by Andrew Svetlov · 5 years ago
  73. 5cbbbd7 bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255) by Ammar Askar · 5 years ago
  74. eb97b92 bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) by tmblweed · 5 years ago
  75. 95da310 bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14470) by Benjamin Peterson · 5 years ago
  76. 3e65830 Make StreamHandler.terminator more discoverable (GH-14359) by Andre Delfino · 5 years ago
  77. 18a2fc6 Fix indentation in logging.handlers.setStream (GH-14358) by Andre Delfino · 5 years ago
  78. ac14632 bpo-37369: Fixes crash when reporting fatal error (GH-14468) by Steve Dower · 5 years ago
  79. 9048c49 bpo-37369: Fix initialization of sys members when launched via an app container (GH-14428) by Steve Dower · 5 years ago
  80. 80097e0 bpo-19696: Moved "test_pkgimport.py" to dir "test_importlib" (GH-14303) by Kyle Stanley · 5 years ago
  81. f9f8e3c bpo-37403: Touch up venv docs (GH-14458) by Brett Cannon · 5 years ago
  82. 242c26f bpo-31783: Fix a race condition creating workers during shutdown (#13171) by Brian Quinlan · 5 years ago
  83. 29f609e bpo-37412: Fix test_os.test_getcwd_long_path() on macOS (GH-14452) by Victor Stinner · 5 years ago
  84. 042821a bpo-37380: subprocess: don't use _active on win (GH-14360) by Ruslan Kuprieiev · 5 years ago
  85. 64580da bpo-37412: pythoninfo: add Windows long paths (GH-14434) by Victor Stinner · 5 years ago
  86. ec3e20a bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) by Victor Stinner · 5 years ago
  87. 3029035 bpo-20443: Fix calculate_program_full_path() warning (GH-14446) by Victor Stinner · 5 years ago
  88. b1263d5 bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228) by Jeroen Demeyer · 5 years ago
  89. b4bee03 bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430) by Hai Shi · 5 years ago
  90. 3b03b09 closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436) by Benjamin Peterson · 5 years ago
  91. 44f91c3 bpo-37390: Add audit event table to documentations (GH-14406) by Steve Dower · 5 years ago
  92. 21cfae1 bpo-30345: travis: use -Og with --with-pydebug (GH-14423) by Inada Naoki · 5 years ago
  93. 45a30af closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414) by Brandt Bucher · 5 years ago
  94. 97d15b1 Replace deprecation warning with RuntimeError (GH-14397) by Andrew Svetlov · 5 years ago
  95. 667eaff bpo-33926: enable GDB tests on Travis CI (GH-14395) by Jeroen Demeyer · 5 years ago
  96. a719c8f bpo-35389: platform.platform() calls libc_ver() without executable (GH-14418) by Victor Stinner · 5 years ago
  97. 4c26abd bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416) by Victor Stinner · 5 years ago
  98. 06a8916 bpo-37376: pprint support for SimpleNamespace (GH-14318) by Carl Bordum Hansen · 5 years ago
  99. d52a83a bpo-37419: Fix possible segfaults when passing large sequences to os.posix_spawn() (GH-14409) by Zackery Spytz · 5 years ago
  100. 7213df7 bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387) by Abhilash Raj · 5 years ago