Python 2.7.16rc1
  1. 2149a9a [2.7] bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761) (GH-11876) by stratakis · 7 years ago
  2. 28eb87f Fixup from test_ssl test_default_ecdh_curve (GH-11877) by stratakis · 7 years ago
  3. b8eaec6 [2.7] bpo-28043: improved default settings for SSLContext (GH-10608) by stratakis · 7 years ago
  4. c49f63c [2.7] bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760) (GH-10607) by stratakis · 7 years ago
  5. 06b1542 bpo-35746: Fix segfault in ssl's cert parser (GH-11569) by Miss Islington (bot) · 7 years ago
  6. 1462234 [2.7] bpo-8765: Deprecate writing unicode to binary streams in Py3k mode. (GH-11127) by Serhiy Storchaka · 7 years ago
  7. 08a81df bpo-33817: Fix _PyString_Resize() and _PyUnicode_Resize() for empty strings. (GH-11515) by Serhiy Storchaka · 7 years ago
  8. 0167c08 bpo-24746: Fix doctest failures when running the testsuite with -R (#11501) (#11512) by Senthil Kumaran · 7 years ago
  9. 02e33d9 [2.7] bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (#11482) by Sanyam Khurana · 7 years ago
  10. d9a2aca [2.7] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10978) by Myles Borins · 7 years ago
  11. f347c6e bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) (GH-11249) by Zackery Spytz · 7 years ago
  12. ea6b322 bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) (GH-11213) by Victor Stinner · 7 years ago
  13. 34b7c43 bpo-34279: regrtest consider that skipped tests are ran (GH-11132) (GH-11158) by Victor Stinner · 7 years ago
  14. 16d6320 bpo-16039: CVE-2013-1752: Limit imaplib.IMAP4_SSL.readline() (GH-11120) by Victor Stinner · 7 years ago
  15. d336b1c bpo-11617: Try to strengthen test_httpservers (GH-11121) by Victor Stinner · 7 years ago
  16. cecf313 bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11068) by Victor Stinner · 7 years ago
  17. 324e179 [2.7] bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934). (GH-11001) (GH-11008) by Serhiy Storchaka · 7 years ago
  18. 29a4cbf [2.7] bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278) (GH-7279) by native-api · 7 years ago
  19. 358fc87 Revert "[2.7] bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-9686)" (GH-10970) by Victor Stinner · 7 years ago
  20. fff8fab [2.7] bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). (GH-10946) (GH-10955) by Serhiy Storchaka · 7 years ago
  21. b2742ba [2.7] bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419). (GH-10950) by Serhiy Storchaka · 7 years ago
  22. abe74fe [2.7] bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565). (GH-10943) by Serhiy Storchaka · 7 years ago
  23. b50b33b bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-10930) by Victor Stinner · 7 years ago
  24. bacc272 bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537) by Miss Islington (bot) · 7 years ago
  25. c7976da bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) by Miss Islington (bot) · 7 years ago
  26. 93d7918 [2.7] bpo-16865: Support arrays >=2GB in ctypes. (GH-3006). (GH-7441) by Serhiy Storchaka · 7 years ago
  27. 8687bd8 bpo-26544: Make platform.libc_ver() less slow (GH-10868) by Victor Stinner · 7 years ago
  28. 2212ee2 Replace 1/0 with 1//0 in tests to avoid Python 3 warns (GH-10833) by Victor Stinner · 7 years ago
  29. dab59fa bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791) (GH-10817) by Victor Stinner · 7 years ago
  30. d7a880c Fix DeprecationWarning in test_bytes (GH-10805) by Victor Stinner · 7 years ago
  31. f681e93 bpo-34021: Windows skips test_regrtest.test_env_changed() (GH-10804) by Victor Stinner · 7 years ago
  32. 3600300 bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10801) by Victor Stinner · 7 years ago
  33. 22338f3 pythoninfo: log more environment variable (GH-10719) (GH-10774) by Victor Stinner · 7 years ago
  34. 40fdf47 [2.7] bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) (GH-10617) by Serhiy Storchaka · 7 years ago
  35. 4845aa6 Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598) by Miss Islington (bot) · 7 years ago
  36. ffbce43 closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems. (GH-10347) by Miss Islington (bot) · 7 years ago
  37. 3e3e1a2 [2.7] bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) (GH-10335) (GH-10336) by Serhiy Storchaka · 7 years ago
  38. 05acd44 bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217) by Miss Islington (bot) · 7 years ago
  39. bc6f74a bpo-34866: Add max_num_fields to cgi.FieldStorage (GH-9660) (GH-9969) by matthewbelisle-wf · 7 years ago
  40. 41c7f97 [2.7] Fix checking for bugfix Tcl version. (GH-10185). (GH-10188) by Serhiy Storchaka · 7 years ago
  41. 6f97a50 bpo-35017, socketserver: don't accept request after shutdown (GH-9952) (GH-10129) by Denis Ledoux · 7 years ago
  42. 4a59c96 [2.7] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-10071) by Zsolt Cserna · 7 years ago
  43. a1f45ec bpo-33899: Revert tokenize module adding an implicit final NEWLINE (GH-10072) by Tal Einat · 7 years ago
  44. 427b8c7 [2.7] bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH-9957) (GH-9968) by Serhiy Storchaka · 7 years ago
  45. f125d78 bpo-31500: Default fonts now are scaled on HiDPI displays. (#10015) by Terry Jan Reedy · 7 years ago
  46. 18c44cc [2.7] bpo-31500: IDLE: Scale default fonts on HiDPI displays. (GH-3639) (GH-6585) by Cheryl Sabella · 7 years ago
  47. 2546ac8 bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9547) by Miss Islington (bot) · 7 years ago
  48. 6e57382 [2.7] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) (GH-9928) by Stéphane Wirtel · 7 years ago
  49. f5e00f4 [2.7] bpo-16965: 2to3 now rewrites execfile() to open with rb. (GH-8569) (GH-9890) by Zackery Spytz · 7 years ago
  50. 43308df [2.7] bpo-34974: Do not replace unexpected errors in bytearray(). (GH-9852) (GH-9885) by Serhiy Storchaka · 7 years ago
  51. 8ba7267 [2.7] Add new tests for bytes and bytearray constructors. (GH-9843) (#9866) by Serhiy Storchaka · 7 years ago
  52. 68ddb59 [2.7] bpo-22851: Fix a segfault when accessing generator.gi_frame.f_restricted. (GH-9348) by Zackery Spytz · 7 years ago
  53. b274f1c bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656) (GH-9788) by Victor Stinner · 7 years ago
  54. 4a7dd30 [2.7] bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-9686) by tzickel · 7 years ago
  55. 65fa126 [2.7] bpo-34162: Update 2.7 idlelib/NEWS.txt to 2018-9-24 (GH-9550) by Terry Jan Reedy · 7 years ago
  56. 69d0bc1 [2.7] bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113). (GH-9500) by Serhiy Storchaka · 7 years ago
  57. 6ec2981 [2.7] bpo-34472: Add data descriptor signature to zipfile (GH-8871) (ПР-9407) by Serhiy Storchaka · 7 years ago
  58. fef3a92 Fix pickletools doc for NEWFALSE. (GH-9432) by Miss Islington (bot) · 7 years ago
  59. 170ea8c bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446) by Miss Islington (bot) · 7 years ago
  60. 49d6595 [2.7] bpo-34542: Update test certs and keys (GH-8997) (GH-9397) by Christian Heimes · 7 years ago
  61. b63a16f [2.7] bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258) (GH-9425) by Vladimir Matveev · 7 years ago
  62. 29034ba [2.7] bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683). (GH-9400) by Serhiy Storchaka · 7 years ago
  63. 57e70d3 [2.7] bpo-19417: Add test_bdb.py (GH-5217) (GH-6156) by xdegaye · 7 years ago
  64. ee78ba2 [2.7] closes bpo-8450: a better error message when http status line isn't received (GH-2825) by Shoham Peller · 7 years ago
  65. 18e2188 [2.7] closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9267) by Benjamin Peterson · 7 years ago
  66. d919c60 [2.7] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-9125) by Chih-Hsuan Yen · 7 years ago
  67. 253279c [2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-9179) by Benjamin Peterson · 7 years ago
  68. 9734024 bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) (GH-8952) by Miss Islington (bot) · 7 years ago
  69. 7056ca8 bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9058) by Victor Stinner · 7 years ago
  70. 5d594f3 bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9018) by Miss Islington (bot) · 7 years ago
  71. d8b103b closes bpo-34540: Convert shutil._call_external_zip to use subprocess rather than distutils.spawn. (GH-8985) by Benjamin Peterson · 7 years ago
  72. 491740f [2.7] bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864) by Tal Einat · 7 years ago
  73. 2ec530c [2.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8791) by Christian Heimes · 7 years ago
  74. 1f34aec [2.7] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8765) by Christian Heimes · 7 years ago
  75. d1c5e27 [2.7] bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567). (GH-8691) by Serhiy Storchaka · 7 years ago
  76. 7e4ff97 [2.7] bpo-34236: Remove mistakenly backported Test6012 in test_capi.py. (GH-8681) by Zackery Spytz · 7 years ago
  77. 396afbf Fix docstring of Profiler class (GH-8651) by Miss Islington (bot) · 7 years ago
  78. 24a54da [2.7] bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) (GH-8644) by Terry Jan Reedy · 7 years ago
  79. 3243f8c bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64 (GH-168) (GH-8625) by Victor Stinner · 7 years ago
  80. 894940b [2.7] bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Tal Einat · 7 years ago
  81. 2bea771 bpo-34229: Check start and stop of slice object to be long when they are not int in PySlice_GetIndices (GH-8480) by Xtreak · 7 years ago
  82. fbcb6fa bpo-34189: Remove a file backported by accident. (GH-8419) by Serhiy Storchaka · 7 years ago
  83. 7868426 bpo-33336, imaplib: Legalize MOVE command (GH-6569) by Miss Islington (bot) · 7 years ago
  84. 46cb5fd [2.7] bpo-34189: Add simple tests for new Tk widget options. (GH-8396). (GH-8400) by Serhiy Storchaka · 7 years ago
  85. 3252205 bpo-25943: Fix potential heap corruption in bsddb's _db_associateCallback() (GH-8337) by Zackery Spytz · 7 years ago
  86. fc153d1 [2.7] bpo-34068: iobase_close could call PyObject_SetAttrString with an exception set (GH-8282). (GH-8312) (GH-8314) by Serhiy Storchaka · 7 years ago
  87. ef19fd2 [2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255) by Serhiy Storchaka · 7 years ago
  88. 6f036bb67 [2.7] bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091) (#8225) by Tal Einat · 7 years ago
  89. 789f95a [2.7] Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191) (GH-8202) by Serhiy Storchaka · 7 years ago
  90. b1e6e56 bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) (GH-8196) by Serhiy Storchaka · 7 years ago
  91. 8902a1d [2.7] bpo-34019: Fix wrong arguments for Opera Browser (GH-8047) (#8126) by Pablo Galindo · 7 years ago
  92. 7829bba [2.7] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) (#8133) by Ammar Askar · 7 years ago
  93. 9720f60 [2.7] bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336). (GH-8107) by Serhiy Storchaka · 7 years ago
  94. 53fafaf bpo-33735: Fix test_multiprocessing random failure (GH-8059) (GH-8061) by Victor Stinner · 7 years ago
  95. 9b84cc8 [2.7] bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) (GH-8021) by Serhiy Storchaka · 7 years ago
  96. 0464de0 [2.7] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918). (GH-8013) by Zackery Spytz · 7 years ago
  97. f79386f bpo-29514: Make magic number test work for candidates (GH-7946) by Ned Deily · 7 years ago
  98. 5430c14 [2.7] bpo-33873: Backport regrtest from master (GH-7936) by Victor Stinner · 7 years ago
  99. f291888 bpo-33901: Fix test_gdbm for gdbm 1.15 (GH-7798) (GH-7818) by Victor Stinner · 7 years ago
  100. b2dd5f1 bpo-33717: set terse to True when calling platform.platform in test.pythoninfo (GH-7797) (GH-7803) by Miss Islington (bot) · 7 years ago