1. beb798c Version bump for 3.6.0b1 by Ned Deily · 9 years ago v3.6.0b1
  2. dde4f63 Issue #17128: Build OS X installer for 3.6 with private copy of OpenSSL. by Ned Deily · 9 years ago
  3. 0d5048c Issue #17941: Add a *module* parameter to collections.namedtuple() by Raymond Hettinger · 9 years ago
  4. 11fa3ff merge by Raymond Hettinger · 9 years ago
  5. 076366c Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes by Raymond Hettinger · 9 years ago
  6. 3dad1a5 Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 9 years ago
  7. 4103e4d Issue #28071: Add early-out for differencing from an empty set. by Raymond Hettinger · 9 years ago
  8. 59da4b3 Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually by Berker Peksag · 9 years ago
  9. 18f3a9b Closes #25283: Make tm_gmtoff and tm_zone available on all platforms. by Alexander Belopolsky · 9 years ago
  10. 16c18a3 Issue #28065: Update xz to 5.2.2 on Windows, and build it from source by Zachary Ware · 9 years ago
  11. 11a86ff Issue #28066: Merge srcdir fix from 3.5 by Martin Panter · 9 years ago
  12. 503ba3e Merge 3.5 (issue #27456) by Yury Selivanov · 9 years ago
  13. 44c19ec Issue #27456: asyncio: Set TCP_NODELAY by default. by Yury Selivanov · 9 years ago
  14. c5ee3ca Issue #28066: Fix include search directory logic for out-of-tree builds by Martin Panter · 9 years ago
  15. 2609fa7 Merge 3.5 (asyncio/NEWS) by Yury Selivanov · 9 years ago
  16. 0e0cfd7 #19003: Only replace \r and/or \n line endings in email.generator. by R David Murray · 9 years ago
  17. 605bdae Issue 24454: Improve the usability of the re match object named group API by Eric V. Smith · 9 years ago
  18. bdb847a Issue #27952: Merge fixcid.py from 3.5 by Martin Panter · 9 years ago
  19. ab994ed Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements by Berker Peksag · 9 years ago
  20. bd48d27 Issue #22493: Inline flags now should be used only at the start of the by Serhiy Storchaka · 9 years ago
  21. b766538 Issue #27952: Get fixcid.py working with the re module by Martin Panter · 9 years ago
  22. 352601c Issue #26885: xmlrpc now supports unmarshalling additional data types used by Serhiy Storchaka · 9 years ago
  23. 9fab79b Issue #26900: Excluded underscored names and other private API from limited API. by Serhiy Storchaka · 9 years ago
  24. 944368e Issue #23722: Initialize __class__ from type.__new__() by Nick Coghlan · 9 years ago
  25. d65cd09 Issue #28070: Fixed parsing inline verbose flag in regular expressions. by Serhiy Storchaka · 9 years ago
  26. 99a6570 Issue #19500: Add client-side SSL session resumption to the ssl module. by Christian Heimes · 9 years ago
  27. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 9 years ago
  28. 358cfd4 Issue 28043: SSLContext has improved default settings by Christian Heimes · 9 years ago
  29. 7036019 IDLE newx items. merge from 3.5 by Terry Jan Reedy · 9 years ago
  30. d92cecb IDLE newx items. by Terry Jan Reedy · 9 years ago
  31. 82cb124 Issue #25221: merge from 3.5. by Mark Dickinson · 9 years ago
  32. 36820dd Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0. by Mark Dickinson · 9 years ago
  33. 8199400 Merge from 3.5 by Steve Dower · 9 years ago
  34. f028d9f Issue #27932: Backs out change by Steve Dower · 9 years ago
  35. b0d497c Issue #24693: Changed some RuntimeError's in the zipfile module to more by Serhiy Storchaka · 9 years ago
  36. b161562 Issue #17909: Accept binary input in json.loads by Nick Coghlan · 9 years ago
  37. 457fc9a Issue #27137: align Python & C implementations of functools.partial by Nick Coghlan · 9 years ago
  38. 8f9cafa Issue #28019: itertools.count() no longer rounds non-integer step in range by Serhiy Storchaka · 9 years ago
  39. 8ddcf3a Issue #28019: itertools.count() no longer rounds non-integer step in range by Serhiy Storchaka · 9 years ago
  40. 2eb6eca Issue #18401: pdb tests don't read ~/.pdbrc anymore by Łukasz Langa · 9 years ago
  41. 528db31 Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) by Steve Dower · 9 years ago
  42. f2bdb6b Issue #27705: Update message in validate_ucrtbase.py by Steve Dower · 9 years ago
  43. 2832574 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  44. 6a294a5 Issue #27932: Fixes memory leak in platform.win32_ver() by Steve Dower · 9 years ago
  45. 89e1b1a Issue 27080: PEP 515: add '_' formatting option. by Eric V. Smith · 9 years ago
  46. 04bedfa Issue #27199: TarFile expose copyfileobj bufsize to improve throughput by Łukasz Langa · 9 years ago
  47. 451d0e3 Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces. by Eric V. Smith · 9 years ago
  48. 052828d Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) by Steve Dower · 9 years ago
  49. 2e82bf8 Issue #27705: Update message in validate_ucrtbase.py by Steve Dower · 9 years ago
  50. 3b822d6 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  51. 48c7d75 Merge from Zach by Steve Dower · 9 years ago
  52. 1588a3b Issue #27932: Fixes memory leak in platform.win32_ver() by Steve Dower · 9 years ago
  53. c4b53af Issue #28046: Remove platform-specific directories from sys.path by Zachary Ware · 9 years ago
  54. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 9 years ago
  55. ff70fc2 Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 9 years ago
  56. 8dcc48e Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 9 years ago
  57. 1319236 Merge: #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 9 years ago
  58. 347dc95 #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 9 years ago
  59. 935043d Closes #27976: Deprecate bundled full copy of libffi by Zachary Ware · 9 years ago
  60. ae9e5f0 Issue #22450: Use "Accept: */*" in the default headers for urllib.request by Raymond Hettinger · 9 years ago
  61. d6c580c Issue #25144: Ensures TargetDir is set before continuing with custom install. by Steve Dower · 9 years ago
  62. c87ae80 Issue #25144: Ensures TargetDir is set before continuing with custom install. by Steve Dower · 9 years ago
  63. 3aeacad Issue #28025: Convert all ssl module constants to IntEnum and IntFlags. by Christian Heimes · 9 years ago
  64. 0c6ab35 repair reST by Benjamin Peterson · 9 years ago
  65. 142aee3 Merge heads by Serhiy Storchaka · 9 years ago
  66. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 9 years ago
  67. be9a4e5 Issue #433028: Added support of modifier spans in regular expressions. by Serhiy Storchaka · 9 years ago
  68. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 9 years ago
  69. 7c19aff Issue #25856: The __module__ attribute of extension classes and functions by Serhiy Storchaka · 9 years ago
  70. c45599d Issue #19489: Merge with 3.5 by Zachary Ware · 9 years ago
  71. 9b32bda Issue #19489: Add NEWS and ACKS by Zachary Ware · 9 years ago
  72. c1bd632 Issue #27213: document changes in Misc/NEWS by Victor Stinner · 9 years ago
  73. 6ceda63 Issue #24594: Validates persist parameter when opening MSI database by Steve Dower · 9 years ago
  74. 94a7927 #28047: Fix calculation of base64 line length. by R David Murray · 9 years ago
  75. 2a2becc Merge with 3.5 by Steve Dower · 9 years ago
  76. 06aed90 Issue #27576: Fix call order in OrderedDict.__init__(). by Eric Snow · 9 years ago
  77. 52c4e7c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. by Yury Selivanov · 9 years ago
  78. 6cff874 Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal. by Guido van Rossum · 9 years ago
  79. 95e502e Move news items for PEP 526 and 525 to the top of their section. by Guido van Rossum · 9 years ago
  80. f530738 Remove duplicate entry for Ivan L. by Guido van Rossum · 9 years ago
  81. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 9 years ago
  82. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 9 years ago
  83. 09ad178 #27364: Credit Emanuel Barry in NEWS item. by R David Murray · 9 years ago
  84. 301edfa Add policy keyword to email.generator.DecodedGenerator. by R David Murray · 9 years ago
  85. 262b679 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 9 years ago
  86. 37156a7 Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions by Davin Potts · 9 years ago
  87. 2b2a9be9 Issue #27445: Don't pass str(_charset) to MIMEText.set_payload() by Berker Peksag · 9 years ago
  88. bfac23a Move my news entries to the build section. by Gregory P. Smith · 9 years ago
  89. dd1c638 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  90. d61910c Fixes #27930: improved QueueListener behaviour. by Vinay Sajip · 9 years ago
  91. 0f0eac4 Issue #27993: Fix problems with plural objects in docs and comments by Martin Panter · 9 years ago
  92. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 9 years ago
  93. be8da9c Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 9 years ago
  94. 799520c Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - by Gregory P. Smith · 9 years ago
  95. dc1650c #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 9 years ago
  96. c2e2473 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 9 years ago
  97. 32d3742 [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". by Senthil Kumaran · 9 years ago
  98. 8c94f97 Issue #26359: Add the --with-optimizations flag. by Brett Cannon · 9 years ago
  99. 653c850 Fixes issue26307: The profile-opt build now applys PGO to the built-in modules. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  100. 1c03abd Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. by Christian Heimes · 9 years ago