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