1. 296e572 [3.7] bpo-34130: Fix 2 race conditions in test_signal (GH-8329) by Victor Stinner · 6 years ago
  2. 68833dc Clarify ValueError's broad applicability (GH-8313) (GH-8315) by Miss Islington (bot) · 6 years ago
  3. 6020d98 bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282) by Miss Islington (bot) · 6 years ago
  4. 892df9d bpo-33967: Fix wrong use of assertRaises (GH-8306) by Miss Islington (bot) · 6 years ago
  5. bfa8a35 bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292) (GH#8307) by Miss Islington (bot) · 6 years ago
  6. 43c2fab bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297) by Miss Islington (bot) · 6 years ago
  7. 0a820a2 bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261) (GH-8296) by Miss Islington (bot) · 6 years ago
  8. bbddd66 bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847) (GH-8294) by Miss Islington (bot) · 6 years ago
  9. 5594f1d bpo-24618: Add a check in the code constructor. (GH-8283) by Miss Islington (bot) · 6 years ago
  10. 3fc12f0 bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288) by Miss Islington (bot) · 6 years ago
  11. c721472 bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274) by Miss Islington (bot) · 6 years ago
  12. cf21d00 bpo-34108: Fix double carriage return in 2to3 on Windows (GH-8271) (#8275) by Miss Islington (bot) · 6 years ago
  13. 08c1da7 bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924) by Miss Islington (bot) · 6 years ago
  14. 4ada0cf bpo-33723: Fix test_time.test_thread_time() (GH-8267) by Miss Islington (bot) · 6 years ago
  15. b89776f bpo-33716, test_concurrent_futures: increase timeout (GH-7828) by Miss Islington (bot) · 6 years ago
  16. 9beed0c bpo-34080: Fix a memory leak in the compiler. (GH-8222) by Miss Islington (bot) · 6 years ago
  17. 48d2aeb bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192) by Miss Islington (bot) · 6 years ago
  18. 020f5ab bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114) by Miss Islington (bot) · 6 years ago
  19. 0a1db32 bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245) (GH-8247) by Miss Islington (bot) · 6 years ago
  20. 151820e bpo-34083: Update dict order in Functional HOWTO (GH-8230) by Miss Islington (bot) · 6 years ago
  21. 6b1b6e4 Doc: Point to Simple statements section instead of PEP (GH-8238) by Miss Islington (bot) · 6 years ago
  22. bcea15a Dataclasses: Fix example on 30.6.8, add method should receive a list rather than an integer. (GH-8038) (GH-8237) by Miss Islington (bot) · 6 years ago
  23. c87b1aa Fix documentation for input and output tutorial (GH-8231) by Miss Islington (bot) · 6 years ago
  24. 5cca6f9 bpo-34009: Expand on platform support changes (GH-8022) by Miss Islington (bot) · 6 years ago
  25. 125371d bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091) by Miss Islington (bot) · 6 years ago
  26. df9f633 bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184) by Miss Islington (bot) · 6 years ago
  27. c3bdea4 prefix internal sqlite symbols with _pysqlite_ (GH-8215) by Miss Islington (bot) · 6 years ago
  28. ba10da1 delete some unused pysqlite forward declarations (GH-8211) by Miss Islington (bot) · 6 years ago
  29. 8d6b6d1 Move Code_of_Conduct.rst to the root level. (GH-8209) by Miss Islington (bot) · 6 years ago
  30. 22fb674 bpo-24459: Document missing env variables in python.man (GH-4142) by Miss Islington (bot) · 6 years ago
  31. 6f4fbf8 bpo-22689: Copy the result of getenv() in sys_breakpointhook(). (GH-8194) by Miss Islington (bot) · 6 years ago
  32. 958a25e Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191) by Miss Islington (bot) · 6 years ago
  33. 1b6e217 bpo-34067: Include a more easily understood example for nullcontext (GH-8158) by Miss Islington (bot) · 6 years ago
  34. 80a5f04 bpo-28626: rearrange discussion of output formatting to encourage f-strings (GH-6036) by Miss Islington (bot) · 6 years ago
  35. f5197dd bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159) by Miss Islington (bot) · 6 years ago
  36. 7c43b80 [3.7] bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) by Serhiy Storchaka · 6 years ago
  37. 79c6b35 Fix margin in sentinel and mock_open (GH-8188) by Miss Islington (bot) · 6 years ago
  38. 0b63759 bpo-34061: Document sqlite3.NotSupportedError (GH-8172) by Marcin Niemira · 6 years ago
  39. a410f9f bpo-31014: Fix the webbrowser module. (GH-7267) by Miss Islington (bot) · 6 years ago
  40. 21fe81c bpo-33888: Use CPython instead of Python in the FAQ (GH-7767) by Miss Islington (bot) · 6 years ago
  41. a912305 closes bpo-34050: Fix link in SSL docs (GH-8173) by Miss Islington (bot) · 6 years ago
  42. 6d16a91 Make PySimpleQueueType static. (GH-8175) by Miss Islington (bot) · 6 years ago
  43. 80c188f bpo-33702: Add some missing links in production lists and do a little polish (GH-7259) by Miss Islington (bot) · 6 years ago
  44. e5b47ea bpo-33804: Document that the argument for io.TextIOBase.read() is optional (GH-7510) by Miss Islington (bot) · 6 years ago
  45. c5e4c76 Fix moduleauthor/sectionauthor directives in Enum (GH-8117) by Miss Islington (bot) · 6 years ago
  46. c8b18d3 Add missing closing parentheses (GH-8144) by Miss Islington (bot) · 6 years ago
  47. c34e4e9 Make various internal _testbuffer symbols static. (GH-8160) by Miss Islington (bot) · 6 years ago
  48. 75f2eb5 [3.7] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153). (GH-8156) by Dong-hee Na · 6 years ago
  49. e019f98 Fix typo in TypeVar docstring (GH-8142) by Miss Islington (bot) · 6 years ago
  50. 8e4c851 Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147) by Miss Islington (bot) · 6 years ago
  51. 7bd6f0e closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130) by Miss Islington (bot) · 6 years ago
  52. 127bd9b bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119) by Miss Islington (bot) · 6 years ago
  53. 4bd5fce bpo-34054: multiprocessing uses time.monotonic() (GH-8118) by Miss Islington (bot) · 6 years ago
  54. 4e9d9b3 fix two typos in Objects/odictobject.c comments (GH-8040) by Miss Islington (bot) · 6 years ago
  55. ab75d9e [3.7] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) (GH-8132) by Ammar Askar · 6 years ago
  56. 625755e Fix GCC warning in Python/hamt.c (GH-7618) by Miss Islington (bot) · 6 years ago
  57. e217d23 Doc: Remove superfluous markup. (GH-8112) by Miss Islington (bot) · 6 years ago
  58. e6f7ee0 Update Stackless Python wiki URL (GH-8072) by Julien Palard · 6 years ago
  59. 60214dd Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper_Type static. (GH-8127) by Miss Islington (bot) · 6 years ago
  60. 3a7ee28 Fix typo in dataclasses documentation (GH-8102) by Miss Islington (bot) · 6 years ago
  61. 29be3bd bpo-34044: subprocess.Popen copies startupinfo (GH-8090) (GH-8121) by Victor Stinner · 6 years ago
  62. f5770f3 bpo-33988: Fix test_warnings using -W error (GH-7985) by Xtreak · 6 years ago
  63. 51a346d Fix fuzz testing for marshal.loads(). (GH-8106) by Miss Islington (bot) · 6 years ago
  64. 3f121a4 bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336) by Miss Islington (bot) · 6 years ago
  65. 4881360 Removed unused import from tzinfo_examples.py. (GH-7994) by Miss Islington (bot) · 6 years ago
  66. a8bb18b bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348) (GH-8093) by Miss Islington (bot) · 6 years ago
  67. 6b3ff35 bpo-32942: Fix environment dependent test_script_helper (GH-8034) by Miss Islington (bot) · 6 years ago
  68. eb700f8 bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081) by Miss Islington (bot) · 6 years ago
  69. c1b75b5 bpo-34010: Fix tarfile read performance regression (GH-8020) by Miss Islington (bot) · 6 years ago
  70. 2cbd1bb Make GenericAlias_Type and Generic_Type static. (GH-8076) by Miss Islington (bot) · 6 years ago
  71. 123f2b4 Don't export pending_threadfunc from _testcapi. (GH-8075) by Miss Islington (bot) · 6 years ago
  72. 20ae4c6 bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918) (GH-8070) by Miss Islington (bot) · 6 years ago
  73. 6699386 bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) (GH-8065) by Miss Islington (bot) · 6 years ago
  74. cee7b22 bpo-34019: Fix wrong arguments for Opera Browser (GH-8047) by Miss Islington (bot) · 6 years ago
  75. 42b2f84 bpo-33735: Fix test_multiprocessing random failure (GH-8059) by Miss Islington (bot) · 6 years ago
  76. 4d02ad8 bpo-34006: Revert line length limit for Windows help docs (GH-8051) by Miss Islington (bot) · 6 years ago
  77. 24d74bd bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917) by Chris Cogdon · 6 years ago
  78. 6f49afc bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008) (GH-8044) by Miss Islington (bot) · 6 years ago
  79. f9ae074 Doc: Remove unused image file (GH-8027) by Miss Islington (bot) · 6 years ago
  80. dedb28e bpo-25862: Fix several bugs in the _io module. (GH-8026) by Miss Islington (bot) · 6 years ago
  81. fd1c092 bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8024) by Miss Islington (bot) · 6 years ago
  82. 42ea522 bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) by Miss Islington (bot) · 6 years ago
  83. c919252 Fix redundant declaration of _PyImport_AddModuleObject (GH-7992) by Miss Islington (bot) · 6 years ago
  84. eabebbb bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918) by Miss Islington (bot) · 6 years ago
  85. d0b4428 Fix the indentation in the documentation of bin() and hash() (GH-7998) by Miss Islington (bot) · 6 years ago
  86. e2c5a75 bpo-14117: Make minor tweaks to turtledemo (GH-8002) by Miss Islington (bot) · 6 years ago
  87. 3ed4414 bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993) by Miss Islington (bot) · 6 years ago
  88. 9d92524 bpo-31546: Fix input hook integration (GH-7978) by Miss Islington (bot) · 6 years ago
  89. 4c20d2b bpo-33985: Implement ContextVar.name attribute. (GH-7980) by Miss Islington (bot) · 6 years ago
  90. 48dc752 bpo-32996: Enhancements to What's New based on feedback (GH-7988) by Miss Islington (bot) · 6 years ago
  91. 0c5918f Fix NEWS entry for bpo-31647 by Ned Deily · 6 years ago
  92. 702d43c bpo-33958: Doc: Remove unused variable in example (GH-7927) by Miss Islington (bot) · 6 years ago
  93. 4f69a29 start 3.7.0+ by Ned Deily · 6 years ago
  94. 933c451 Merge 3.7.0 final changes by Ned Deily · 6 years ago
  95. ecb1525 bpo-33715: Fix multiprocessing test_wait_result() (GH-7971) by Miss Islington (bot) · 6 years ago
  96. 4b1d286 bpo-33913: Fix test_multiprocessing_main_handling (GH-7972) by Miss Islington (bot) · 6 years ago
  97. 34f2935 bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968) by Miss Islington (bot) · 6 years ago
  98. 7b5856e Revert "bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)" (GH-7963) by Victor Stinner · 6 years ago
  99. 8b1ebcd bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921) by Miss Islington (bot) · 6 years ago
  100. 8eac0b8 bpo-30317, test_multiprocessing: fix test_timeout() (GH-7957) by Miss Islington (bot) · 6 years ago