1. 83f4394 Delete a broken threading.local example (GH-5870) by Miss Islington (bot) · 7 years ago
  2. 9617741 [3.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5880) by Miss Islington (bot) · 7 years ago
  3. 4cb3733 [3.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5874) by Miss Islington (bot) · 7 years ago
  4. ff7528f [3.7] bpo-31809: test secp ECDH curves (GH-4036) (#5872) by Miss Islington (bot) · 7 years ago
  5. b5655f3 bpo-17232: Clarify docs for -O and -OO command line options (GH-5839) by Miss Islington (bot) · 7 years ago
  6. 01d9c23 [3.7] bpo-30622: Improve NPN support detection (GH-5859) (#5860) by Miss Islington (bot) · 7 years ago
  7. 8fa8478 [3.7] bpo-24334: Cleanup SSLSocket (GH-5252) (#5857) by Miss Islington (bot) · 7 years ago
  8. d24c5a0 [3.7] bpo-32931: fix macOS 10.9+ installer c++ compiler name (GH-5856) by Miss Islington (bot) · 7 years ago
  9. e49bf0f bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754) by Miss Islington (bot) · 7 years ago
  10. 46632f4 [3.7] bpo-32819: Simplify and improve ssl.match_hostname (GH-5620) (#5847) by Miss Islington (bot) · 7 years ago
  11. 1c37e27 [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) (GH-5843) by Miss Islington (bot) · 7 years ago
  12. f409c99 bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830) by Miss Islington (bot) · 7 years ago
  13. 8d9d4b5 bpo-32838: Fix Python versions in the table of magic numbers. (GH-5658) by Miss Islington (bot) · 7 years ago
  14. 1ad6ca5 bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833) by Miss Islington (bot) · 7 years ago
  15. 079d75d bpo-32924: Fix the Show Source url in the docs. (GH-5835) by Mariatta · 7 years ago
  16. 74b7364 bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823) by Miss Islington (bot) · 7 years ago
  17. c673a62 bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473) by Miss Islington (bot) · 7 years ago
  18. 694c5e0 bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) by Miss Islington (bot) · 7 years ago
  19. 24d6e3c Test that new_timezone can return the UTC singleton (gh-5318) (#5819) by Miss Islington (bot) · 7 years ago
  20. e5a9b35 bpo-32457: Improves handling of denormalized executable path when launching Python (GH-5756) by Miss Islington (bot) · 7 years ago
  21. 01dd52f bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now correctly convert from bytes. (GH-5761) by Miss Islington (bot) · 7 years ago
  22. dfa1144 bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) by Miss Islington (bot) · 7 years ago
  23. bc2e110 closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800) by Miss Islington (bot) · 7 years ago
  24. c59bc98 bpo-32874: IDLE: add tests for pyparse (GH-5755) by Miss Islington (bot) · 7 years ago
  25. 69607b4 bpo-32889: update valgrind suppressions (GH-5779) by Miss Islington (bot) · 7 years ago
  26. e5d38de bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789) by Miss Islington (bot) · 7 years ago
  27. 7452f6d bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176) by Miss Islington (bot) · 7 years ago
  28. 98a86cb bpo-32540: Update venv documentation (GH-5736) by Miss Islington (bot) · 7 years ago
  29. eed3c7a bpo-32604: Swap threads only if the interpreter is different. (gh-5783) by Miss Islington (bot) · 7 years ago
  30. 1d927d4 bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240) by Miss Islington (bot) · 7 years ago
  31. bab4fe3 closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708) by Miss Islington (bot) · 7 years ago
  32. a3d6c1b bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5765) by Miss Islington (bot) · 7 years ago
  33. 622a824 bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758) by Miss Islington (bot) · 7 years ago
  34. 0cd3581 bpo-32682: Improve libz version parsing in test_zilb (GH-5347) by Miss Islington (bot) · 7 years ago
  35. 2072c80 Improve error message for "setup.py upload" without dist files (GH-21060) by Miss Islington (bot) · 7 years ago
  36. 19b7f66 bpo-31972: Improve docstrings for pathlib classes (GH-5310) by Miss Islington (bot) · 7 years ago
  37. 034a945 bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744) by Miss Islington (bot) · 7 years ago
  38. ca82e3c bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-5739) by Miss Islington (bot) · 7 years ago
  39. 2e84e47 bpo-25988: add NEWS entry for 3.7.0b2 (#5743) by Ned Deily · 7 years ago
  40. 0442de5 bpo-25988: Emit a warning when use or import ABCs from 'collections'. (GH-5734) by Ivan Levkivskyi · 7 years ago
  41. 3892899 bpo-31333: Re-implement ABCMeta in C (GH-5733) by Ivan Levkivskyi · 7 years ago
  42. 7da582d Clean up Travis config (GH-5727) by Miss Islington (bot) · 7 years ago
  43. fa9a502 [3.7] Improves the ability to build in CI (GH-5729) by Miss Islington (bot) · 7 years ago
  44. d5be8e1 bpo-30638: Add clinic to `make regen-all` (GH-5671) by Miss Islington (bot) · 7 years ago
  45. aeb5d73 Fix a typo in asyncio docs (GH-5721) by Miss Islington (bot) · 7 years ago
  46. afb5e55 bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692) by Miss Islington (bot) · 7 years ago
  47. 025544a DOC: fix documentation for copyright and credits (GH-5706) by Miss Islington (bot) · 7 years ago
  48. 0f76411 bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712) by Miss Islington (bot) · 7 years ago
  49. 3db05a3 bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5710) by Miss Islington (bot) · 7 years ago
  50. 803e1a5 Correct the code example in Python 3.7's What's New (GH-5696) by Miss Islington (bot) · 7 years ago
  51. af6eaae bpo-32436: Add docs for contextvars (GH-5685) by Miss Islington (bot) · 7 years ago
  52. f26b019 Update and sync importlib.resources documentation (GH-5694) (#5697) by Miss Islington (bot) · 7 years ago
  53. f0616ce Update comment in posixmodule.c (GH-5681) by Miss Islington (bot) · 7 years ago
  54. 8caee0f bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665) by Miss Islington (bot) · 7 years ago
  55. 8e29fd4 Fix installation instructions for *nix (GH-5605) by Miss Islington (bot) · 7 years ago
  56. deab193 remove mercurial dot files (GH-5558) by Miss Islington (bot) · 7 years ago
  57. 2e8d900 bpo-27846: Delete incorrect note in base64 docs (GH-5666) by Miss Islington (bot) · 7 years ago
  58. e81a6c8 bpo-31787: Skip refleak check when _hashlib is not available (GH-5660) by Miss Islington (bot) · 7 years ago
  59. ef20abe bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) by Miss Islington (bot) · 7 years ago
  60. 9b5a90b bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (GH-5608) by Miss Islington (bot) · 7 years ago
  61. 53374cc bpo-30579: Docs for dynamic traceback creation (GH-5653) by Miss Islington (bot) · 7 years ago
  62. 09819ef bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH-5636) (GH-5650) by Miss Islington (bot) · 7 years ago
  63. 65c32bb bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) by Miss Islington (bot) · 7 years ago
  64. 74ebbae bpo-29248: Fix os.readlink() on Windows (GH-5577) by Miss Islington (bot) · 7 years ago
  65. 38b4dd7 bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639) by Miss Islington (bot) · 7 years ago
  66. 0442599 bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (GH-5449) (#5641) by Miss Islington (bot) · 7 years ago
  67. 972edd9 Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5569) by Miss Islington (bot) · 7 years ago
  68. ba4f218 bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622) (GH-5631) by Miss Islington (bot) · 8 years ago
  69. 09df4b7 Fix AppVeyor doc short-circuit (GH-5633) by Miss Islington (bot) · 8 years ago
  70. 40f7d9a [3.7] Add short-circuit for doc changes to AppVeyor (GH-5626) by Zachary Ware · 8 years ago
  71. fe61e8d bpo-32604: Make _xxsubinterpreters build on Windows (GH-5624) by Miss Islington (bot) · 8 years ago
  72. a0b998d bpo-11015: Update test.support documentation (GH-5619) by Miss Islington (bot) · 8 years ago
  73. 170b3f7 bpo-32792: Preserve mapping order in ChainMap() (GH-5586) (#GH-5617) by Miss Islington (bot) · 8 years ago
  74. e603320 bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5611) by Miss Islington (bot) · 8 years ago
  75. e39429a travis: Use -O3 option (GH-5599) by Miss Islington (bot) · 8 years ago
  76. 2ef69a1 bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5602) by Miss Islington (bot) · 8 years ago
  77. 7df8049 Fix some warnings produced by different compilers. (GH-5593) (GH-5600) by Miss Islington (bot) · 8 years ago
  78. 3a047a7 Make formatting of some return codes conforming to the general style. (GH-5587) (GH-5597) by Miss Islington (bot) · 8 years ago
  79. 0e36173 bpo-32775: Fix regular expression warnings in fnmatch. (GH-5583) (GH-5596) by Miss Islington (bot) · 8 years ago
  80. 105fcbf bpo-32585: Add tkinter.ttk.Spinbox. (GH-5221) (GH-5592) by Miss Islington (bot) · 8 years ago
  81. ad3997c bpo-32802: Fix Travis build (GH-5589) (GH-5590) by Miss Islington (bot) · 8 years ago
  82. a747cf6 bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) (GH-5546) by Miss Islington (bot) · 8 years ago
  83. a702f6b Fix typo in whatsnew/3.7.rst (GH-5551) (GH-5553) by Miss Islington (bot) · 8 years ago
  84. 4e7a964 bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564) (GH-5572) by Miss Islington (bot) · 8 years ago
  85. 2c6f668 bpo-30693: Fix tarfile test cleanup on MSWindows (GH-5557) (GH-5567) by Miss Islington (bot) · 8 years ago
  86. 2bb0bfa bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5562) by Miss Islington (bot) · 8 years ago
  87. fea0a12 [3.7] bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-5543) by Miss Islington (bot) · 8 years ago
  88. 4abcbc0 bpo-30928: IDLE - update NEWS.txt. (GH-5539) (GH-5540) by Miss Islington (bot) · 8 years ago
  89. 5b933aa bpo-32765: Update configdialog General tab create page docstring (GH-5529) (GH-5537) by Miss Islington (bot) · 8 years ago
  90. 5c5e61b Fix typo -- missing "not" (GH-5528) (GH-5530) by Miss Islington (bot) · 8 years ago
  91. e6499a0 Use assertTrue() instead of deprecated assert_(). (GH-5526) (GH-5527) by Miss Islington (bot) · 8 years ago
  92. 1a0239e [3.7] bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5510) by Miss Islington (bot) · 8 years ago
  93. 133514e bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482) (GH-5524) by Miss Islington (bot) · 8 years ago
  94. e86db34 [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520) by Miss Islington (bot) · 8 years ago
  95. 52f7458 bpo-32739: Show default value for rotate() (GH-5485) (GH-5514) by Miss Islington (bot) · 8 years ago
  96. f33eced bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (GH-5507) by Miss Islington (bot) · 8 years ago
  97. a23d30f bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5503) by Barry Warsaw · 8 years ago
  98. 2b5937e bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5501) by Miss Islington (bot) · 8 years ago
  99. c7de1d7 bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265) (#5499) by Miss Islington (bot) · 8 years ago
  100. 29fd9ea Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496) by Miss Islington (bot) · 8 years ago