1. cebd4b0 bpo-28240: timeit: Update repeat() doc (GH-7419) (GH-7457) by Miss Islington (bot) · 6 years ago
  2. 016aff7 bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) by Miss Islington (bot) · 6 years ago
  3. 5c022f1 bpo-33781: audioop: enhance rounding double as int (GH-7447) by Miss Islington (bot) · 6 years ago
  4. 9aa1e72 remove hg support from patchcheck (GH-7440) by Miss Islington (bot) · 6 years ago
  5. d6e789c bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395) by Miss Islington (bot) · 6 years ago
  6. e135032 bpo-33755: Fix importlib.resources isolation tests (GH-7412) (#7434) by Miss Islington (bot) · 6 years ago
  7. 1d419fa bpo-33751: Fix test_file. (GH-7378) by Miss Islington (bot) · 6 years ago
  8. 79c7e57 bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) (GH-7428) by Miss Islington (bot) · 6 years ago
  9. ffd72ac bpo-33752: Fix a file leak in test_dbm. (GH-7376) by Miss Islington (bot) · 6 years ago
  10. 631fe1f bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) by Miss Islington (bot) · 6 years ago
  11. 23b7ee2 bpo-32392: Document env keyword argument of subprocess.run() (GH-7289) by Miss Islington (bot) · 6 years ago
  12. fff25cc bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377) by Miss Islington (bot) · 6 years ago
  13. 8585ec9 bpo-33609: Document dict insertion order guarantee as of 3.7 (GH-7093) by Miss Islington (bot) · 6 years ago
  14. 103058e bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401) by Miss Islington (bot) · 6 years ago
  15. 150033d bpo-31849: Fix warning in pyhash.c (GH-6799) by Miss Islington (bot) · 6 years ago
  16. 7548a93 bpo-27902: Add compatibility note to Profile docs (GH-7295) by Miss Islington (bot) · 6 years ago
  17. d2c6ecc bpo-33509: Fix test_warnings for python3 -Werror (GH-7365) by Miss Islington (bot) · 6 years ago
  18. 1cdd0e7 bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263) by Miss Islington (bot) · 6 years ago
  19. b7eb102 bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367) by Miss Islington (bot) · 6 years ago
  20. 87936d0 bpo-33734: asyncio/ssl: a bunch of bugfixes (GH-7321) (GH-7396) by Miss Islington (bot) · 6 years ago
  21. cfc12ec bpo-33664: Scroll IDLE editor text by lines (GH-7351) by Miss Islington (bot) · 6 years ago
  22. 1d3395f Regenerate configure after changing configure.ac in GH-6987. (GH-7344) (GH-7382) by Miss Islington (bot) · 6 years ago
  23. 7453cae bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7371) by Miss Islington (bot) · 6 years ago
  24. 4d11fe7 bpo-33760: Fix file leaks in test_io. (GH-7361) (GH-7370) by Miss Islington (bot) · 6 years ago
  25. 37343a2 bpo-33764: Appveyor fixes (GH-7364) (GH-7369) by Miss Islington (bot) · 6 years ago
  26. 2332fed bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358) by Miss Islington (bot) · 6 years ago
  27. bdab3ea bpo-33750: Reset thread-local context precision in test_round(). (GH-7355) (#7357) by Miss Islington (bot) · 6 years ago
  28. ad4c795 bpo-33744: Fix test_uu. (GH-7350) (GH-7352) by Miss Islington (bot) · 6 years ago
  29. 949da9e bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316) by Miss Islington (bot) · 6 years ago
  30. 57f1f5b Fix typo in datamodel.rst (GH-6964) by Miss Islington (bot) · 6 years ago
  31. 8e05730 Docs: fix some wrong words (GH-6987) by Miss Islington (bot) · 6 years ago
  32. 4e033c5 bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199) by Miss Islington (bot) · 6 years ago
  33. 0800b6c bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106) by Miss Islington (bot) · 6 years ago
  34. 283e12f bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) (#7300) by Miss Islington (bot) · 6 years ago
  35. 4b6691e bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documentation. (GH-7297) (GH-7302) by Miss Islington (bot) · 6 years ago
  36. 63fa8db bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319) by Miss Islington (bot) · 6 years ago
  37. 29ae9dc bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False (GH-7309) by Victor Stinner · 6 years ago
  38. 623b439 bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH-7306) by Miss Islington (bot) · 6 years ago
  39. 3dd802d bpo-33718: regrtest: update from master (GH-7305) by Victor Stinner · 6 years ago
  40. 466aae5 bpo-33692: Update pythoninfo from master (GH-7298) by Victor Stinner · 6 years ago
  41. c6de46e bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283) by Miss Islington (bot) · 6 years ago
  42. d6bbb57 bpo-32911: Update the historical note about the magic number. (GH-7272) by Serhiy Storchaka · 6 years ago
  43. 0f1a183 bpo-33641: Convert RFC references into links. (GH-7103) by Miss Islington (bot) · 6 years ago
  44. a4dd46a bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) by Miss Islington (bot) · 6 years ago
  45. e76b8c4 Fix "ditribution" typo in NEWS entry. (GH-7275) by Ned Deily · 6 years ago
  46. 9d27334 bpo-33532: Fix multiprocessing test_ignore() (GH-7262) by Miss Islington (bot) · 6 years ago
  47. d8bc353 Bump to 3.7.0b5+ by Ned Deily · 6 years ago
  48. abb8802 3.7.0b5 by Ned Deily · 6 years ago
  49. 0e823c6 bpo-31368: Enhance os.preadv() documentation (GH-7254) by Miss Islington (bot) · 6 years ago
  50. 5191892 3.6 what's new: fix a reference to PEP 528 (GH-7113) (#7256) by Miss Islington (bot) · 6 years ago
  51. ea1982a bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242) by Miss Islington (bot) · 6 years ago
  52. d9b1182 Improve ensurepip's --help (GH-4686) (GH-7238) by Miss Islington (bot) · 6 years ago
  53. f952694 [3.7] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH-7217) (#7227) by Miss Islington (bot) · 6 years ago
  54. af9cda9 Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (GH-7233) by Yury Selivanov · 6 years ago
  55. 3ddee64 bpo-32684: Fix nits in tests (GH-7225) (#7231) by Miss Islington (bot) · 6 years ago
  56. 4f53e2a [3.7] bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name (GH-7195) (GH-7219) by Julien Palard · 6 years ago
  57. d8948c5 bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216) by Miss Islington (bot) · 6 years ago
  58. 0364342 bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209) (#7222) by Miss Islington (bot) · 6 years ago
  59. 2a7eb0b bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208) by Miss Islington (bot) · 6 years ago
  60. ca64f3e bpo-30935: update get_event_loop docs (GH-2731) by Miss Islington (bot) · 6 years ago
  61. b3e12c0 Attempt to fix test_stdin_broken_pipe on Travis (GH-7210) (#7211) by Miss Islington (bot) · 6 years ago
  62. cb055bc bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) (GH-7204) by Miss Islington (bot) · 6 years ago
  63. 441afbd bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200) by Miss Islington (bot) · 6 years ago
  64. be5d616 bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (GH-7194) by Miss Islington (bot) · 6 years ago
  65. 2641ee5 bpo-32911: Revert bpo-29463. (GH-7121) by Serhiy Storchaka · 6 years ago
  66. eca0859 bpo-33674: Pause the transport as early as possible (GH-7192) by Miss Islington (bot) · 6 years ago
  67. 78e14f8 bpo-32878: Adds documentation for st_ino on Windows (GH-5764) (#7189) by Miss Islington (bot) · 6 years ago
  68. 1827615 bpo-33670: Expose Sphinx errorlevel (GH-7156) by Miss Islington (bot) · 6 years ago
  69. 0dd8fd0 bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) (#7187) by Miss Islington (bot) · 6 years ago
  70. 420092e bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) (#7182) by Miss Islington (bot) · 6 years ago
  71. a379dea bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-7163) by Miss Islington (bot) · 6 years ago
  72. ddc613f bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) by Miss Islington (bot) · 6 years ago
  73. 8d8b861 bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) by Miss Islington (bot) · 6 years ago
  74. 6025451 bro-33614: Override exit code in find_msbuild.bat (GH-7169) by Miss Islington (bot) · 6 years ago
  75. 075c662 bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) (GH-7173) by Miss Islington (bot) · 6 years ago
  76. 4b82846 bpo-32458: Further tune start_tls tests (GH-7166) by Miss Islington (bot) · 6 years ago
  77. 3757939 bpo-33614: Ensures module definition files for the stable ABI on Windows are correctly regenerated. (GH-7165) by Miss Islington (bot) · 6 years ago
  78. bc3a002 bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) by Miss Islington (bot) · 6 years ago
  79. f8fdb36 bpo-33505: Optimize asyncio.ensure_future by reordering if conditions (GH-6836) (#7162) by Miss Islington (bot) · 6 years ago
  80. 1f21ae7 bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) (GH-7153) by Miss Islington (bot) · 6 years ago
  81. 51d0a2c bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (GH-7080) by Miss Islington (bot) · 6 years ago
  82. 983c1ba bpo-32374: Ignore Python-level exceptions in test_bad_traverse (GH-7145) (GH-7150) by Miss Islington (bot) · 6 years ago
  83. eb8516b bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702) (GH-6704) by Miss Islington (bot) · 6 years ago
  84. 98b089e bpo-33652: Remove __getstate__ and __setstate__ methods in typing. (GH-7144) by Miss Islington (bot) · 6 years ago
  85. 96fb828 bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134) by Miss Islington (bot) · 6 years ago
  86. e60f6e1 bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859) by Miss Islington (bot) · 6 years ago
  87. d498625 bpo-33652: Improve pickle support in the typing module. (GH-7123) by Miss Islington (bot) · 6 years ago
  88. e69657d [3.7] bpo-32769: A new take on annotations/type hinting glossary entries (GH-6829) (#7127) by Andrés Delfino · 6 years ago
  89. 14d289b bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111) by Miss Islington (bot) · 6 years ago
  90. af1d007 test.regrtest: flush stdout when display progress (GH-7105) by Miss Islington (bot) · 6 years ago
  91. ef91dde bpo-33012: Add -Wno-cast-function-type for gcc 8. (GH-6757) by Serhiy Storchaka · 6 years ago
  92. 82d727f Document typing.NoReturn (GH-7107) by Miss Islington (bot) · 6 years ago
  93. 5734f41 bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099) by Miss Islington (bot) · 6 years ago
  94. d9eb22c bpo-33629: Prevent coredump in test_importlib (GH-7090) by Miss Islington (bot) · 6 years ago
  95. 2fe940c bpo-33622: Fix issues with handling errors in the GC. (GH-7078) by Miss Islington (bot) · 6 years ago
  96. b2ab5dc bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085) by Miss Islington (bot) · 6 years ago
  97. dd7a255 bpo-33109: argparse subparsers are once again not required by default (GH-6919) (GH-7089) by Miss Islington (bot) · 6 years ago
  98. fa286ed bpo-33540: Add block_on_close attr to socketserver (GH-6911) by Miss Islington (bot) · 6 years ago
  99. fa24c1c [3.7] bpo-33353: Fix test_asyncio on FreeBSD (GH-7087) by Victor Stinner · 6 years ago
  100. 72ef4fc [3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082) by Miss Islington (bot) · 6 years ago