1. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 7 years ago
  2. 2eb0cb4 bpo-22635: Update the getstatusoutput docstring. (#3435) by Gregory P. Smith · 7 years ago
  3. 888bbdc bpo-27340: Use memoryview in SSLSocket.sendall() (#3384) by Christian Heimes · 7 years ago
  4. 17c9ac9 bpo-28958: Improve SSLContext error reporting. (#3414) by Christian Heimes · 7 years ago
  5. 3147b04 bpo-31270: Modification of Pr 3200 (#3427) by Raymond Hettinger · 7 years ago
  6. 0c72a0c Update copyright PSF to 2001-2017 (#3421) by Christian Heimes · 7 years ago
  7. 586c050 bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229) by Pablo Galindo · 7 years ago
  8. 397c467 bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newlines. (#3272) by Elena Oat · 7 years ago
  9. 05f01d8 bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632) by Steve Dower · 7 years ago
  10. a853a8b bpo-31373: fix undefined floating-point demotions (#3396) by Benjamin Peterson · 7 years ago
  11. c988ae0 remove current_filename optimization from marshal (#3423) (closes bpo-31384) by Benjamin Peterson · 7 years ago
  12. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  13. 1f06a68 Add props file for nuget packages (#3410) by Steve Dower · 7 years ago
  14. d3b9f97 Update multissl test helper (#3349) by Christian Heimes · 7 years ago
  15. 78ebc73 Avoid UB in test selection macro. (#3407) by Devin Jeanpierre · 7 years ago
  16. 738b7d9 bpo-22635: subprocess.getstatusoutput doc update. (#3398) by Gregory P. Smith · 7 years ago
  17. d01db1c bpo-31358: Pull zlib out of the repository (GH-3375) by Zachary Ware · 7 years ago
  18. e7c566c bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800) by Łukasz Langa · 7 years ago
  19. 36d644d Create PULL_REQUEST_TEMPLATE.md (GH-3404) by Mariatta · 7 years ago
  20. 0f6b9d2 bpo-14191 Add parse_intermixed_args. (#3319) by R. David Murray · 7 years ago
  21. ad0ffa0 bpo-21649: Add RFC 7525 and Mozilla server side TLS (#3387) by Christian Heimes · 7 years ago
  22. 49ce74e Remove all mention of Windows IA-64 support (GH-3389) by Zachary Ware · 7 years ago
  23. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  24. 5d57844 Fixes Tix build by correcting the directories used by Tcl and Tk. (#3391) by Steve Dower · 7 years ago
  25. 6d51b87 bpo-30912: Don't check the content of ffi.h (GH-2687) by Shlomi Fish · 7 years ago
  26. c5bace2 bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878) by Devin Jeanpierre · 7 years ago
  27. 5fcd5e6 bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) by Steve Dower · 7 years ago
  28. bcaac81 Revert "pytime: include winsock2, so we can have a complete timeval type (#3377)" (#3383) by Antoine Pitrou · 7 years ago
  29. 3fc499b bpo-31178: Avoid concatenating bytes with str in subprocess error (#3066) by Ammar Askar · 7 years ago
  30. 6877111 bpo-29781: Fix SSLObject.version before handshake (#3364) by Christian Heimes · 7 years ago
  31. 3463ee3 Stop test_xmlrpc from writing to sys.stderr (#3359) by Christian Heimes · 7 years ago
  32. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  33. 8338606 pytime: include winsock2, so we can have a complete timeval type (#3377) by Benjamin Peterson · 7 years ago
  34. b0a9a5a correct initialization code (#3376) by Benjamin Peterson · 7 years ago
  35. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  36. 501b324 bpo-31355: Travis CI: remove the macOS job (#3367) by Victor Stinner · 7 years ago
  37. 80bbe6a7 bpo-31350: Optimize get_event_loop and _get_running_loop (#3347) by jimmylai · 7 years ago
  38. 305e56c bpo-31320: No traceback to sys.stderr in test_ssl (#3360) by Christian Heimes · 7 years ago
  39. 60dbed1 link to legacy doc on the non-legacy website (#3362) by Benjamin Peterson · 7 years ago
  40. faa57cb bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (#2179) by Jonathan Eunice · 7 years ago
  41. af46eb8 _pickle: Fix whichmodule() (#3358) by Victor Stinner · 7 years ago
  42. 564a2c6 Link to blurb on PyPI in the NEWS.d READMEs. (#3323) by Gregory P. Smith · 7 years ago
  43. 15ce0be Conceptually, roots is a set. Also searching it as a set is a tiny bit faster (#3338) by Raymond Hettinger · 7 years ago
  44. 75b9618 bpo-31343: Include sys/sysmacros.h (#3318) by Christian Heimes · 7 years ago
  45. c941e62 bpo-30102: Call OPENSSL_add_all_algorithms_noconf (#3112) by Christian Heimes · 7 years ago
  46. 52451fb Prevent a few make suspicious warnings. (#3341) by Ned Deily · 7 years ago
  47. fcd97d4 Include additional changes to support blurbified NEWS (#3340) by Ned Deily · 7 years ago
  48. e295b82 Simplify NEWS entry to prevent suspicious warnings. (#3339) by Ned Deily · 7 years ago
  49. a3070d5 bpo-31347: _PyObject_FastCall_Prepend: do not call memcpy if args might not be null (#3329) by Benjamin Peterson · 7 years ago
  50. db56423 Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908)" (#3337) by Neil Schemenauer · 7 years ago
  51. e38d12e bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908) by Neil Schemenauer · 7 years ago
  52. 64263df Fix terminology in comment and add more design rationale. (#3335) by Raymond Hettinger · 7 years ago
  53. 5503709 Add comment to explain the implications of not sorting keywords (#3331) by Raymond Hettinger · 7 years ago
  54. 759e30e bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) by Victor Stinner · 7 years ago
  55. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 7 years ago
  56. f5ea83f random_triangular: sqrt() is more accurate than **0.5 (#3317) by Raymond Hettinger · 7 years ago
  57. 8adc73c Travis: use ccache (#3307) by Christian Heimes · 7 years ago
  58. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  59. e1b0287 Code clean-up. Remove unnecessary pre-increment before the loop starts. (#3312) by Raymond Hettinger · 7 years ago
  60. af64aff Regen Moduls/clinic/_ssl.c.h (GH-3320) by Zachary Ware · 7 years ago
  61. e503ca5 bpo-30502: Fix handling of long oids in ssl. (#2909) by Serhiy Storchaka · 7 years ago
  62. f801322 Cache externals, depending on changes to PCbuild (#3308) by Zachary Ware · 7 years ago
  63. b2d096b bpo-30622: Change NPN detection: (#2079) by Melvyn Sopacua · 7 years ago
  64. 973b901 What's New for bpo-1198569 (#3303) by Barry Warsaw · 7 years ago
  65. d5cd21d Fixes doc/make.bat to properly handle quoted paths. (#3302) by Steve Dower · 7 years ago
  66. 14ce158 remove configure.ac support for SGI_ABI (#3294) by Benjamin Peterson · 7 years ago
  67. 5b79d60 remote note about IRIX in aifc (#3299) by Benjamin Peterson · 7 years ago
  68. ba42796 bpo-1198569: Allow string.Template braced pattern to be different (#3288) by Barry Warsaw · 7 years ago
  69. f9f1734 Blurbify master branch. (#3298) by larryhastings · 7 years ago
  70. 002d640 bpo-25674: remove sha256.tbs-internet.com ssl test (#3297) by Christian Heimes · 7 years ago
  71. 0c7983e Clarify nature of parse_args 'args' argument. (#3292) by R. David Murray · 7 years ago
  72. f58e6e2 Add references to modules I am responsible for (#3291) by Raymond Hettinger · 7 years ago
  73. 1a589a6 Use a team to maintain the email related packages. (#3290) by Barry Warsaw · 7 years ago
  74. 1bfbe78 Improve clarity (and small speed-up) by using tuple unpacking (#3289) by Raymond Hettinger · 7 years ago
  75. 5ce1063 remove check for bug last seem in Solaris 9 (#3285) by Benjamin Peterson · 7 years ago
  76. 3239cf1 Change code owners for hashlib and ssl to the crypto team (#3284) by Alex Gaynor · 7 years ago
  77. 06de1ae bpo-31281: Fix pathlib.Path incompatibility in fileinput (gh-3208) by Zhiming Wang · 7 years ago
  78. a234485 remove autoconf check for select() (#3283) by Benjamin Peterson · 7 years ago
  79. fc96f1e remove configure check for 'volatile' (#3281) by Benjamin Peterson · 7 years ago
  80. 1c1f8f3 Add missing _sha3 module to Setup.dist (#2395) by Segev Finer · 7 years ago
  81. 918edc0 bpo-12383: Also ignore __PYVENV_LAUNCHER__ (#3278) by Ned Deily · 7 years ago
  82. 4f01388 bpo-9146: add the missing NEWS entry. (#3275) by Gregory P. Smith · 7 years ago
  83. 2ef3760 Fix a c.f.as_completed() refleak previously introduced in bpo-27144 (#3270) by Antoine Pitrou · 7 years ago
  84. bca4939 bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) by Serhiy Storchaka · 7 years ago
  85. 8df44ee remove a redundant lower in urllib.parse.urlsplit (#3008) by Oren Milman · 7 years ago
  86. 8687101 bpo-31323: Fix reference leak in test_ssl (#3263) by Victor Stinner · 7 years ago
  87. e8a533f bpo-31250, test_asyncio: fix EventLoopTestsMixin.tearDown() (#3264) by Victor Stinner · 7 years ago
  88. b713adf bpo-31326: ProcessPoolExecutor waits for the call queue thread (#3265) by Victor Stinner · 7 years ago
  89. 97e1b1c bpo-27144: concurrent.futures as_complete and map iterators do not keep reference to returned object (#1560) by Grzegorz Grzywacz · 7 years ago
  90. 16432be bpo-31250, test_asyncio: fix dangling threads (#3252) by Victor Stinner · 7 years ago
  91. 6c2feab bpo-31217: Fix regrtest -R for small integer (#3260) by Victor Stinner · 7 years ago
  92. 122e88a bpo-30096: Use ABC in abc reference examples (#1220) by Eric Appelt · 7 years ago
  93. 384899d bpo-30737: Update DevGuide links to new URL (GH-3228) by Lisa Hewus Fresh · 7 years ago
  94. e91c2a5 [Trivial] Remove now redundant assert (#3245) by Antoine Pitrou · 7 years ago
  95. d9a2b99 Fix the indentation in Extending Python code example (GH-3244) by Sergey Fedoseev · 7 years ago
  96. cb76029 Removed noop branch from ctypes code (#3234) by Alex Gaynor · 7 years ago
  97. c67bae0 bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934) by Christopher Wilcox · 7 years ago
  98. 390eadd bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, and Help sections. (#3239) by Terry Jan Reedy · 7 years ago
  99. bd73e72 bpo-5001: More-informative multiprocessing error messages (#3079) by Allen W. Smith, Ph.D · 7 years ago
  100. 631fdee bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data() (#3226) by Oren Milman · 7 years ago