1. aca8297 Document default parameter of .seek() in the signature. (GH-14691) by Miss Islington (bot) · 5 years ago
  2. b82188d bpo-26806: IDLE should run without docstrings (GH-14657) (GH-14677) by Miss Islington (bot) · 5 years ago
  3. 68bd9c5 bpo-18374: fix tests to check the correct thing about line numbers (GH-14659) (GH-14672) by Miss Islington (bot) · 5 years ago
  4. 4c403b8 bpo-37322: ssl test_pha_required_nocert() ignores expected SSLError (GH-14670) by Miss Islington (bot) · 5 years ago
  5. bbad695 bpo-37120: Fix _ssl get_num_tickets() (GH-14668) by Miss Islington (bot) · 5 years ago
  6. 58f2c7f bpo-37526: Add support.catch_threading_exception() (GH-14664) (GH-14666) by Miss Islington (bot) · 5 years ago
  7. c7be35c bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607) by Miss Islington (bot) · 5 years ago
  8. 54348f4 Doc: Fix example title. (GH-14639) by Miss Islington (bot) · 5 years ago
  9. 975d4d3 Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644) by Miss Islington (bot) · 5 years ago
  10. cdada40 bpo-37421: test_concurrent_futures stops ForkServer (GH-14643) (GH-14645) by Miss Islington (bot) · 5 years ago
  11. 66905d1 bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638) (GH-14641) by Miss Islington (bot) · 5 years ago
  12. 3f7d0c9 bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615) by Miss Islington (bot) · 5 years ago
  13. e414aa9 bpo-37478: Add missing 'and'. (GH-14631) by Miss Islington (bot) · 5 years ago
  14. 4e6bfc4 bpo-37478: Specify possible exceptions for os.chdir() (GH-14611) (GH-14629) by Miss Islington (bot) · 5 years ago
  15. 90631f9 bpo-37456: Slash ('/') is now part of syntax. (GH-14627) (GH-14628) by Miss Islington (bot) · 5 years ago
  16. ad37203 bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14624) by Miss Islington (bot) · 5 years ago
  17. d4af553 bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944) by Miss Islington (bot) · 5 years ago
  18. ea9c8ca bpo-37149: Replace dead link for online Tkinter reference (GH-14616) by Miss Islington (bot) · 5 years ago
  19. cf294c4 closes bpo-37508: Fix name of type in memory.rst. (GH-14604) by Miss Islington (bot) · 5 years ago
  20. 4bc6bb9 Fix some typos (GH-14435) by Miss Islington (bot) · 5 years ago
  21. 229f6e8 bpo-37421: multiprocessing tests now stop ForkServer (GH-14601) by Miss Islington (bot) · 5 years ago
  22. b4cd6ba bpo-37481: Deprecate distutils bdist_wininst command (GH-14553) by Miss Islington (bot) · 5 years ago
  23. c3ef1a5 Use OSError subclasses in os documentation (GH-14262) by Miss Islington (bot) · 5 years ago
  24. 50dc82e Post v3.8.0b2 by Łukasz Langa · 5 years ago
  25. cd400a1 Merge tag 'v3.8.0b2' into 3.8 by Łukasz Langa · 5 years ago
  26. 19956d9 Minor updates to the macOS installer screens for 3.8.0b2 (GH-14501) by Miss Islington (bot) · 5 years ago
  27. 957656e bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572) by Miss Islington (bot) · 5 years ago
  28. 21dd01d Python 3.8.0b2 by Łukasz Langa · 5 years ago
  29. 070d3d9 bpo-37459: importlib docs improperly reference get_resource_loader() (GH-14568) (GH-14580) by Miss Islington (bot) · 5 years ago
  30. 1099e34 bpo-37233: optimize method_vectorcall in case of totalargs == 0 (GH-14550) by Miss Islington (bot) · 5 years ago
  31. c7570d4 [3.8] bpo-37233: use _PY_FASTCALL_SMALL_STACK in method_vectorcall (GH-13974) by Inada Naoki · 5 years ago
  32. 0aefba7 bpo-37421: Fix test_distutils.test_build_ext() (GH-14564) by Miss Islington (bot) · 5 years ago
  33. 79665c6 bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563) by Miss Islington (bot) · 5 years ago
  34. a2a807f bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562) by Miss Islington (bot) · 5 years ago
  35. b8e198a bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453) by Miss Islington (bot) · 5 years ago
  36. 3cba3d3 bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499) by Miss Islington (bot) · 5 years ago
  37. 632cb36 bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527) by Miss Islington (bot) · 5 years ago
  38. d4c6647 Stop using Argument Clinic for dict_pop (GH-13935) by Inada Naoki · 5 years ago
  39. 518dc94 bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447) by Miss Islington (bot) · 5 years ago
  40. bd92b94 bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) by Miss Islington (bot) · 5 years ago
  41. 9bd5479 Put pyexpatns.h include back. bpo-37437 (GH-14539) by Miss Islington (bot) · 5 years ago
  42. 746992c bpo-37363: Add audit events on startup for the run commands (GH-14524) by Miss Islington (bot) · 5 years ago
  43. 91f9f09 bpo-37470: Document more clearly the error handling for QueueHandler.emit(). (GH-14532) (GH-14533) by Miss Islington (bot) · 5 years ago
  44. 6cde613 bpo-37469: Document usability of SimpleQueue with QueueHandler and QueueListener. (GH-14521) (GH-14525) by Miss Islington (bot) · 5 years ago
  45. 4c227e6 bpo-36763: Use PyConfig_Clear() (GH-14445) by Miss Islington (bot) · 5 years ago
  46. 96f581c bpo-36763: Add PyConfig_SetWideStringList() (GH-14444) by Miss Islington (bot) · 5 years ago
  47. 466e18e Remove unused imports in tests (GH-14518) (GH-14520) by Victor Stinner · 5 years ago
  48. 59ec9ee bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485) by Miss Islington (bot) · 5 years ago
  49. 2683ded bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504) by Miss Islington (bot) · 5 years ago
  50. e224d28 bpo-37209: Add pickle entry for 3.8 whatsnew (GH-14503) (GH-14512) by Miss Islington (bot) · 5 years ago
  51. be5bb52 bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506) by Miss Islington (bot) · 5 years ago
  52. 3db5c5c bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHandler. (GH-14498) (GH-14507) by Miss Islington (bot) · 5 years ago
  53. cb083f7 bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) (#14505) by Miss Islington (bot) · 5 years ago
  54. f22c4cf [3.8] bpo-37428: Don't set PHA verify flag on client side (GH-14494) by Christian Heimes · 5 years ago
  55. ee72dda [3.8] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) (GH-14495) by Miss Islington (bot) · 5 years ago
  56. c2684c6 bpo-37199: Fix test failures when IPv6 is unavailable or disabled (GH-14480) by Miss Islington (bot) · 5 years ago
  57. bf8cb31 bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344) by Miss Islington (bot) · 5 years ago
  58. ffcc161 bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255) by Miss Islington (bot) · 5 years ago
  59. 3e133c4 bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) by Miss Islington (bot) · 5 years ago
  60. 66c42f8 [3.8] bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14473) by Benjamin Peterson · 5 years ago
  61. 323e743 bpo-37369: Fix initialization of sys members when launched via an app container (GH-14467) by Steve Dower · 5 years ago
  62. 0cba121 bpo-37403: Touch up venv docs (GH-14458) by Miss Islington (bot) · 5 years ago
  63. e3761ca bpo-37412: Fix test_os.test_getcwd_long_path() on macOS (GH-14452) by Miss Islington (bot) · 5 years ago
  64. 68c1c39 bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) (GH-14451) by Miss Islington (bot) · 5 years ago
  65. ad00640 bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430) by Miss Islington (bot) · 5 years ago
  66. 515a026 closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436) by Miss Islington (bot) · 5 years ago
  67. 4fee28a bpo-37390: Add audit event table to documentations (GH-14406) by Miss Islington (bot) · 5 years ago
  68. 60f24b2 bpo-30345: travis: use -Og with --with-pydebug (GH-14423) by Miss Islington (bot) · 5 years ago
  69. 6fbed53 closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414) by Miss Islington (bot) · 5 years ago
  70. 4cbe7a3 Replace deprecation warning with RuntimeError (GH-14397) by Miss Islington (bot) · 5 years ago
  71. 7e9d706 bpo-33926: enable GDB tests on Travis CI (GH-14395) by Miss Islington (bot) · 5 years ago
  72. 7fe81ce bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416) by Miss Islington (bot) · 5 years ago
  73. 82654a0 bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387) (GH-14411) by Miss Islington (bot) · 5 years ago
  74. 04d4692 bpo-37419: Fix possible segfaults when passing large sequences to os.posix_spawn() (GH-14409) by Miss Islington (bot) · 5 years ago
  75. 5c4ce3e bpo-37417: Fix error handling in bytearray.extend. (GH-14407) by Miss Islington (bot) · 5 years ago
  76. bdbd5e8 bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394) by Miss Islington (bot) · 5 years ago
  77. af7282e Improve Windows commands in tutorial (GH-14400) by Steve Dower · 5 years ago
  78. 63429c8 bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396) by Miss Islington (bot) · 5 years ago
  79. dd4edbc bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288) by Miss Islington (bot) · 5 years ago
  80. 4adc38e bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286) by Miss Islington (bot) · 5 years ago
  81. c6e3282 [3.8] bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError (GH-14119) (GH-14380) by Abhilash Raj · 5 years ago
  82. 12d174b bpo-37400: Fix test_os.test_chown() (GH-14374) by Miss Islington (bot) · 5 years ago
  83. 25fbe33 bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-14375) by Steve Dower · 5 years ago
  84. 8d6668c Fix minor spelling error in What's new for Python 3.8 (GH-14371) by Miss Islington (bot) · 5 years ago
  85. d917cfe [3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193) by Jeroen Demeyer · 5 years ago
  86. d32594a bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) by Miss Islington (bot) · 5 years ago
  87. 26fe6c3 bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) (GH-14342) by Miss Islington (bot) · 5 years ago
  88. 20372d6 bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357) by Miss Islington (bot) · 5 years ago
  89. 210358b bpo-36546: Mark first argument as position only (GH-14363) (GH-14364) by Miss Islington (bot) · 5 years ago
  90. 5bf3b89 bpo-37394: Fix pure Python implementation of the queue module (GH-14351) by Miss Islington (bot) · 5 years ago
  91. ced9e11 bpo-35224: Add What's new entry for evaluation order in dict comprehensions (GH-14319) by Miss Islington (bot) · 5 years ago
  92. dad8f79 bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179) by Miss Islington (bot) · 5 years ago
  93. 7268fd0 bpo-36889: Document asyncio Stream and StreamServer (GH-14203) by Miss Islington (bot) · 5 years ago
  94. 76b72f6 bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751) by Miss Islington (bot) · 5 years ago
  95. b183b96 Get rid of exception traceback printing in asyncio tests (GH-14343) by Miss Islington (bot) · 5 years ago
  96. 8763d43 bpo-37363: Add audit events for a range of modules (GH-14301) by Miss Islington (bot) · 5 years ago
  97. 366dac9 bpo-37359: Fix regrtest --cleanup (GH-14336) by Miss Islington (bot) · 5 years ago
  98. 2ec4545 bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14334) by Victor Stinner · 5 years ago
  99. 2e0ec5b asyncio: Fix docs for default event loop (GH-14308) by Miss Islington (bot) · 5 years ago
  100. ea380f6 Improve threading.daemon docstring (GH-14278) by Miss Islington (bot) · 5 years ago