Python 3.6.5rc1
  1. f03c514 3.6.5rc1 by Ned Deily · 7 years ago v3.6.5rc1
  2. 9455244 bpo-32726: macOS installer changes for 3.6.5 by Ned Deily · 7 years ago
  3. cf61a81 [3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-5928) by Miss Islington (bot) · 7 years ago
  4. 6a526f6 bpo-33064: lib2to3: support trailing comma after *args and **kwargs (GH-6096) (#6098) by Miss Islington (bot) · 7 years ago
  5. 069b8d2 [3.6] bpo-31804: Fix multiprocessing.Process with broken standard streams (GH-6079) (GH-6081) by Antoine Pitrou · 7 years ago
  6. 20ac11a [3.6] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-6026). (GH-6074) (GH-6075) by Miss Islington (bot) · 7 years ago
  7. 017e9fd [3.6] bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) (GH-6058) by Andrew Svetlov · 7 years ago
  8. 12f74d8 bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) by Nathan Henrie · 7 years ago
  9. 32efcd1 bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (GH-6032) by Steve Dower · 7 years ago
  10. 2f3ba27 [3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559) (GH-5954) by Miss Islington (bot) · 7 years ago
  11. 7592c0a bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) by Miss Islington (bot) · 7 years ago
  12. 387a055 bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6004) by Miss Islington (bot) · 7 years ago
  13. baa4507 [3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5990) by Steve Dower · 7 years ago
  14. 6935a51 bpo-32984: IDLE - set __file__ for startup files (GH-5981) by Miss Islington (bot) · 7 years ago
  15. 73a4396 bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701) by Miss Islington (bot) · 7 years ago
  16. c951675 [3.6] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) by Benjamin Peterson · 7 years ago
  17. 10fb1bf bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5946) by Miss Islington (bot) · 7 years ago
  18. 32f5392 bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862) by Miss Islington (bot) · 7 years ago
  19. 5bf7485 [3.6] bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832). (GH-5906) by Serhiy Storchaka · 7 years ago
  20. 3f6c172 bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434) by Miss Islington (bot) · 7 years ago
  21. ec5569b bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745) by Miss Islington (bot) · 7 years ago
  22. 86ea851 Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)" (#5911) by Barry Warsaw · 7 years ago
  23. 1278c21 [3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585) by animalize · 7 years ago
  24. fbf7aac bpo-18533: Avoid RecursionError from repr() of recursive dictview (GH-4823) by Miss Islington (bot) · 7 years ago
  25. 192bff4 [3.6] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5875) by Miss Islington (bot) · 7 years ago
  26. 48707a1 [3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861) by Christian Heimes · 7 years ago
  27. e9370a4 bpo-32185: Don't send IP in SNI TLS extension (#5865) by Christian Heimes · 7 years ago
  28. fc9471a bpo-17232: Clarify docs for -O and -OO command line options (GH-5839) by Miss Islington (bot) · 7 years ago
  29. aab2258 bpo-31518: Change TLS protocol for Debian (#3660) by Christian Heimes · 7 years ago
  30. 980790e bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754) by Miss Islington (bot) · 7 years ago
  31. cd2112f bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830) by Miss Islington (bot) · 7 years ago
  32. 9c819a6 [3.6] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5826) by Anselm Kruis · 7 years ago
  33. 1d3c518 bpo-32457: Improves handling of denormalized executable path when launching Python (GH-5756) (#5818) by Steve Dower · 7 years ago
  34. d8e7b98 bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) by Miss Islington (bot) · 7 years ago
  35. 52064c3 bpo-32874: IDLE: add tests for pyparse (GH-5755) by Miss Islington (bot) · 7 years ago
  36. 1e8bc25 bpo-32889: update valgrind suppressions (GH-5779) by Miss Islington (bot) · 7 years ago
  37. 16de2a9 closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708) by Miss Islington (bot) · 7 years ago
  38. 2b9726e 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
  39. 8e149ff bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5766) by Miss Islington (bot) · 7 years ago
  40. 2a93fae Improve error message for "setup.py upload" without dist files (GH-21060) by Miss Islington (bot) · 7 years ago
  41. 5c81ed4 bpo-31972: Improve docstrings for pathlib classes (GH-5310) by Miss Islington (bot) · 7 years ago
  42. dda9386 bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692) by Miss Islington (bot) · 8 years ago
  43. a23eeca bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665) (GH-5683) by Miss Islington (bot) · 8 years ago
  44. 4731634 bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) by INADA Naoki · 8 years ago
  45. c3f9d7e [3.6] bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (GH-5608). (#5654) by Serhiy Storchaka · 8 years ago
  46. 9fad857 bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) by Miss Islington (bot) · 8 years ago
  47. 46daf39 bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639) by Miss Islington (bot) · 8 years ago
  48. a1d33f7 bpo-29248: Fix os.readlink() on Windows (GH-5577) by Miss Islington (bot) · 8 years ago
  49. 9d8c24b bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) GH-5612) by Miss Islington (bot) · 8 years ago
  50. 504f191 [3.6] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5603) by Serhiy Storchaka · 8 years ago
  51. b90c685 bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5563) by Miss Islington (bot) · 8 years ago
  52. a8c25d1 [3.6] bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-5542) by Miss Islington (bot) · 8 years ago
  53. 1c2b138 bpo-32765: Update configdialog General tab create page docstring (GH-5529) (GH-5538) by Miss Islington (bot) · 8 years ago
  54. a71397f [3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504) by Barry Warsaw · 8 years ago
  55. 7e4cf8e [3.6] bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5502) by Bar Harel · 8 years ago
  56. fbf8e82 [3.6] bpo-32614: Modify re examples to use a raw string to prevent wa… …rning (GH-5265) (GH-5500) by Terry Jan Reedy · 8 years ago
  57. 688b6de bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-4570) (GH-4689) by Miss Islington (bot) · 8 years ago
  58. 85a92d0 bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (GH-5451) (#5455) by Miss Islington (bot) · 8 years ago
  59. ea94fce [3.6] bpo-32583: Fix possible crashing in builtin Unicode decoders (GH-5325) (#5459) by Xiang Zhang · 8 years ago
  60. 6b2bbcc closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) (GH-5442) by Miss Islington (bot) · 8 years ago
  61. 05f91a4 [3.6] Revert "bpo-32690: Preserve order of locals() (GH-5379) (#5390)" by Nick Coghlan · 8 years ago
  62. 6ea75b1 bpo-27931: Fix email address header parsing error (GH-5329) (GH-5431) by Miss Islington (bot) · 8 years ago
  63. 543ec00 bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400) (#5402) by Miss Islington (bot) · 8 years ago
  64. 9105879 bpo-32690: Preserve order of locals() (GH-5379) (#5390) by Miss Islington (bot) · 8 years ago
  65. 1d896ed [3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389) by Antoine Pitrou · 8 years ago
  66. b3b4b81 bpo-32685: Improve suggestion for print statement (GH-5380) by Miss Islington (bot) · 8 years ago
  67. 12ae407 [3.6] bpo-32521: nis libnsl (GH-5190) (#5352) by Christian Heimes · 8 years ago
  68. 995c60d [3.6] bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5330) by Bo Bayles · 8 years ago
  69. fd844ef bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056) (#5298) by Xiang Zhang · 8 years ago
  70. d69794f [3.6] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-5254) (#5290) by Bo Bayles · 8 years ago
  71. 8e230e1 bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH-5284) (#5296) by Miss Islington (bot) · 8 years ago
  72. 4002d5d [3.6] bpo-32028: Fix suggestions for indented print statements (GH-5249) by Miss Islington (bot) · 8 years ago
  73. ccf7f05 [3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228) by Steve Dower · 8 years ago
  74. e7dbd06 bpo-26163: Frozenset hash improvement (GH-5194) (#5198) by Miss Islington (bot) · 8 years ago
  75. b92c159 [3.6] bpo-32555: Fix locale encodings (#5193) by Victor Stinner · 8 years ago
  76. 5f959c4 [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192) by Victor Stinner · 8 years ago
  77. d55d682 [3.6] bpo-32521: nis libtirpc (GH-5137) (#5165) by Miss Islington (bot) · 8 years ago
  78. a91662a bpo-32473: Improve ABCMeta._dump_registry() readability (GH-5091) by Miss Islington (bot) · 8 years ago
  79. 94a3fac bpo-31802: Fix importing native path module before importing os. (GH-4017) (#5129) by Miss Islington (bot) · 8 years ago
  80. d62b741 bpo-29084: Exclude C API for OrderedDict from the limited C API. (GH-4900) (#5007) by Miss Islington (bot) · 8 years ago
  81. c1b8eb8 bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (GH-4977) (#4979) by Miss Islington (bot) · 8 years ago
  82. 3bc68cf bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown (GH-4956) (#4962) by Miss Islington (bot) · 8 years ago
  83. fdb148f bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (GH-4867) (#4959) by Miss Islington (bot) · 8 years ago
  84. fb301cb Merge tag 'v3.6.4' into 3.6 by Ned Deily · 8 years ago
  85. c7d7f77 Update NEWS for 3.6.4 final by Ned Deily · 8 years ago
  86. 572636d bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) (#4898) by Yury Selivanov · 8 years ago
  87. b580f4f [3.6] bpo-30416: Protect the optimizer during constant folding. (#4865) by Serhiy Storchaka · 8 years ago
  88. b82da9e [3.6] bpo-27169: The __debug__ constant is now optimized out at compile time. (GH-4880) (#4882) by Serhiy Storchaka · 8 years ago
  89. 22097aa bpo-32329: Fix sys.flags.hash_randomization (#4875) by Victor Stinner · 8 years ago
  90. d1cb106 bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (GH-4797) (#4869) by Miss Islington (bot) · 8 years ago
  91. 645fa19 bpo-32302: Fix distutils bdist_wininst for CRT v142 (GH-4851) (#4861) by Miss Islington (bot) · 8 years ago
  92. ce5a3cd bpo-32255: Always quote a single empty field when write into a CSV file. (GH-4769) (#4810) by Miss Islington (bot) · 8 years ago
  93. 71d8f36 bpo-32252: Fix faulthandler_suppress_crash_report() (GH-4794) (#4795) by Miss Islington (bot) · 8 years ago
  94. 03031fb bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link list' (GH-4696) (#4747) by Miss Islington (bot) · 8 years ago
  95. de4c3f3 Update NEWS and pydoc topics. by Ned Deily · 8 years ago
  96. 0da2597 Tidy NEWS entry. by Ned Deily · 8 years ago
  97. d9cadc5 [3.6] bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (GH-4720) (#4721) by Miss Islington (bot) · 8 years ago
  98. e2ba552 bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246). (GH-4717) by Mariatta · 8 years ago
  99. 0bec5e1 [3.6] bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (GH-4715) (#4716) by Miss Islington (bot) · 8 years ago
  100. b057627 [bpo-28556] Minor fixes for typing module (GH-4710) (#4713) by Miss Islington (bot) · 8 years ago