1. b0d497c Issue #24693: Changed some RuntimeError's in the zipfile module to more by Serhiy Storchaka · 8 years ago
  2. b32e869 Issue #28046: Fix get_sysconfigdata_name(). by Xavier de Gaye · 8 years ago
  3. d07b66b Backed out changeset 491bbba73bca by Zachary Ware · 8 years ago
  4. fd13c0f One more spelling fix by Martin Panter · 8 years ago
  5. b61ede4 Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  6. 99e843b Correct spelling in documentation and code comment by Martin Panter · 8 years ago
  7. 0fc55a2 test_platform: Save/restore os.environ on Windows by Victor Stinner · 8 years ago
  8. b161562 Issue #17909: Accept binary input in json.loads by Nick Coghlan · 8 years ago
  9. 457fc9a Issue #27137: align Python & C implementations of functools.partial by Nick Coghlan · 8 years ago
  10. eddc4b7 Merge 3.5 (regrtest) by Victor Stinner · 8 years ago
  11. c7a070e regrtest: accept options after test names by Victor Stinner · 8 years ago
  12. c50cccf test_eintr: Fix ResourceWarning warnings by Victor Stinner · 8 years ago
  13. e103aac Show regrtest env changed warn on Windows buildbot by Victor Stinner · 8 years ago
  14. 8f9cafa Issue #28019: itertools.count() no longer rounds non-integer step in range by Serhiy Storchaka · 8 years ago
  15. 8ddcf3a Issue #28019: itertools.count() no longer rounds non-integer step in range by Serhiy Storchaka · 8 years ago
  16. 2d7250b Fix Python version in pdb.rst by Berker Peksag · 8 years ago
  17. bc62626 Issue #18401: Fix test_pdb on Windows by Victor Stinner · 8 years ago
  18. 54de2b1 Fix check_force_ascii() by Victor Stinner · 8 years ago
  19. 11ea044 Issue #18401: Fix test_pdb if $HOME is not set by Victor Stinner · 8 years ago
  20. 2eb6eca Issue #18401: pdb tests don't read ~/.pdbrc anymore by Łukasz Langa · 8 years ago
  21. a1fd078 Try to fix sizeof unit tests on dict by Victor Stinner · 8 years ago
  22. fef7e94 Don't run garbage collection on interpreter exit if it was explicitly disabled by Łukasz Langa · 8 years ago
  23. 9e3ef52 Use raw string for regexp (3.5->3.6) by Guido van Rossum · 8 years ago
  24. e617521 Use raw string for regexp by Guido van Rossum · 8 years ago
  25. b067c8f #20476: Deal with the message_factory circular import differently. by R David Murray · 8 years ago
  26. c7454ff Issue #27810: Fix getargs.c compilation on Windows by Victor Stinner · 8 years ago
  27. 819a46f fix export of size_t parse stack function by Benjamin Peterson · 8 years ago
  28. 990397e dictobject.c: explain why stringlib is used by Victor Stinner · 8 years ago
  29. 37e4ef7 Issue #27810: Rerun Argument Clinic on all modules by Victor Stinner · 8 years ago
  30. 528db31 Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) by Steve Dower · 8 years ago
  31. f2bdb6b Issue #27705: Update message in validate_ucrtbase.py by Steve Dower · 8 years ago
  32. 2832574 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  33. dbdf029 remove fix_callable - callable() was readded many releases ago. by Gregory P. Smith · 8 years ago
  34. 6a294a5 Issue #27932: Fixes memory leak in platform.win32_ver() by Steve Dower · 8 years ago
  35. f0ccbbb Emit METH_FASTCALL code in Argument Clinic by Victor Stinner · 8 years ago
  36. a9efb2f Add METH_FASTCALL calling convention by Victor Stinner · 8 years ago
  37. 78601a3 Fix SystemError in compact dict by Victor Stinner · 8 years ago
  38. eb0dfa9 make invalid_comma_and_underscore a real prototype by Benjamin Peterson · 8 years ago
  39. d7665ca Further improved ',' and '_' specification in format mini-language. by Eric V. Smith · 8 years ago
  40. fef4391 Improved ',' and '_' specification in format mini-language. by Eric V. Smith · 8 years ago
  41. 89e1b1a Issue 27080: PEP 515: add '_' formatting option. by Eric V. Smith · 8 years ago
  42. 37d398e compile dtrace stubs by Benjamin Peterson · 8 years ago
  43. 04bedfa Issue #27199: TarFile expose copyfileobj bufsize to improve throughput by Łukasz Langa · 8 years ago
  44. f578195 add dtrace inline stubs by Benjamin Peterson · 8 years ago
  45. 4ba5c88 just start with an int rather than casting by Benjamin Peterson · 8 years ago
  46. 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 · 8 years ago
  47. 052828d Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) by Steve Dower · 8 years ago
  48. 80da993 Issue #28046: Fix distutils by Zachary Ware · 8 years ago
  49. 2e82bf8 Issue #27705: Update message in validate_ucrtbase.py by Steve Dower · 8 years ago
  50. 3b822d6 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  51. 50a903d merge (3.6 already has this) by Gregory P. Smith · 8 years ago
  52. feb7edc dummy dtrace probes are a good place to use inline functions by Benjamin Peterson · 8 years ago
  53. 48c7d75 Merge from Zach by Steve Dower · 8 years ago
  54. 1588a3b Issue #27932: Fixes memory leak in platform.win32_ver() by Steve Dower · 8 years ago
  55. c4b53af Issue #28046: Remove platform-specific directories from sys.path by Zachary Ware · 8 years ago
  56. b44aceb Actually fix suspicious markup, I ignored it too readily by Zachary Ware · 8 years ago
  57. dec2df3 fix dummy macro by Benjamin Peterson · 8 years ago
  58. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  59. 39b42ae Remove line numbers from suspicious rules by Zachary Ware · 8 years ago
  60. ff70fc2 Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 8 years ago
  61. 8dcc48e Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 8 years ago
  62. 1319236 Merge: #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 8 years ago
  63. 347dc95 #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 8 years ago
  64. 223f12c Remove 2to3's fix_callable... We reintroduced the callable built-in by Gregory P. Smith · 8 years ago
  65. 935043d Closes #27976: Deprecate bundled full copy of libffi by Zachary Ware · 8 years ago
  66. b7f3c94 Merge by Raymond Hettinger · 8 years ago
  67. ae9e5f0 Issue #22450: Use "Accept: */*" in the default headers for urllib.request by Raymond Hettinger · 8 years ago
  68. d6c580c Issue #25144: Ensures TargetDir is set before continuing with custom install. by Steve Dower · 8 years ago
  69. c87ae80 Issue #25144: Ensures TargetDir is set before continuing with custom install. by Steve Dower · 8 years ago
  70. 5272868 Rename test_strlit -> test_string_literals by Zachary Ware · 8 years ago
  71. 5458647 Issue #28053: Applying refactorings, docs and other cleanup to follow. by Davin Potts · 8 years ago
  72. f1024f7 merge by Raymond Hettinger · 8 years ago
  73. 87dc4d6 Issue 14976: Note that the queue module is not designed to protect against reentrancy by Raymond Hettinger · 8 years ago
  74. 3ceb573 Fix call to PathCombineW. by Steve Dower · 8 years ago
  75. c307672 We're not that far in the future yet by Zachary Ware · 8 years ago
  76. 12aeb78 Fix suspicious markup by Zachary Ware · 8 years ago
  77. 5daba1a Remove buildbot diagnostic code. by Steve Dower · 8 years ago
  78. 664cc50 Remove another useless buildbot script by Zachary Ware · 8 years ago
  79. 06ed218 #20476: add a message_factory policy attribute to email. by R David Murray · 8 years ago
  80. 37df068 Expands buildbot validation code by Steve Dower · 8 years ago
  81. 8f35675 Remove outdated buildbot scripts by Zachary Ware · 8 years ago
  82. f46e612 repair versionadded directive by Benjamin Peterson · 8 years ago
  83. 5510d82 Adds temporary validation code to buildbot script by Steve Dower · 8 years ago
  84. b230cc4 Ensures buildbots don't have zip files in build directory. by Steve Dower · 8 years ago
  85. 3cdd7f5 Add links from whatsnew to Windows docs. by Steve Dower · 8 years ago
  86. 3aeacad Issue #28025: Convert all ssl module constants to IntEnum and IntFlags. by Christian Heimes · 8 years ago
  87. 0c6ab35 repair reST by Benjamin Peterson · 8 years ago
  88. 142aee3 Merge heads by Serhiy Storchaka · 8 years ago
  89. d8fdffe Adds search path changes to whatsnew/3.6.rst by Steve Dower · 8 years ago
  90. 814f9ae Adds documentation for pythonXX.zip as a landmark. by Steve Dower · 8 years ago
  91. 75f94a7 remove more READ_TIMESTAMP by Benjamin Peterson · 8 years ago
  92. 1cfe1d1 remove READ_TIMESTAMP macro by Benjamin Peterson · 8 years ago
  93. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 8 years ago
  94. be9a4e5 Issue #433028: Added support of modifier spans in regular expressions. by Serhiy Storchaka · 8 years ago
  95. ad46443 Issue #24186: Reenable optimised OpenSSL function by Steve Dower · 8 years ago
  96. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  97. ee73a65 Merge heads by Serhiy Storchaka · 8 years ago
  98. 7c19aff Issue #25856: The __module__ attribute of extension classes and functions by Serhiy Storchaka · 8 years ago
  99. fa40ca8 issue27985 - fix the incorrect duplicate class name in the lib2to3 by Gregory P. Smith · 8 years ago
  100. 7b3b3dc Merge asyncio upstream. by Guido van Rossum · 8 years ago