1. 6b81003 bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) (#323) by Berker Peksag · 7 years ago
  2. 02e3357 bpo-29521 update Misc/ACKS (#110) by Mariatta · 7 years ago
  3. e185757 Merge issue #26355 fix from Python 3.5 by Nick Coghlan · 7 years ago
  4. e662445 Issue #26355: Specify canonical URLs in docs pages by Nick Coghlan · 7 years ago
  5. 5f9193a Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 7 years ago
  6. 744c720 Issue #29119: Merge in ACK from 3.5 branch by Raymond Hettinger · 7 years ago
  7. b46ea90 Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea. by Raymond Hettinger · 7 years ago
  8. e9ee207 Issue #29061: secrets.randbelow() would hang with a negative input by Raymond Hettinger · 7 years ago
  9. 771cf89 Merge 3.5 by Victor Stinner · 7 years ago
  10. 440d703 Issue #29109: Enhance tracemalloc documentation by Victor Stinner · 7 years ago
  11. 6c57708 Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 7 years ago
  12. bdf9e0e Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 7 years ago
  13. b8a1aeb Issue #29078: Merge 3.5. by Xiang Zhang · 7 years ago
  14. 6721c7c Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 7 years ago
  15. 619555d Issue #25677: Merge SyntaxError caret positioning from 3.5 by Martin Panter · 7 years ago
  16. d4f8132 Merge #28407 Improve test coverage of make_msgid. by R David Murray · 7 years ago
  17. c69fd86 #28407 Improve test coverage of make_msgid. by R David Murray · 7 years ago
  18. ca3263c Issue #25677: Correct syntax error caret for indented blocks. by Martin Panter · 7 years ago
  19. 47a9a4b Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state by Łukasz Langa · 7 years ago
  20. 8fb4e42 Merge 3.5, fix for #24142 by Łukasz Langa · 7 years ago
  21. e45df0a Issue #10656: Merge AIX build fix from 3.5 by Martin Panter · 8 years ago
  22. 395733d Issue #10656: Fix out-of-tree building on AIX by Martin Panter · 8 years ago
  23. f8cebad Merge AIX fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  24. c9e08d8 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT by Martin Panter · 8 years ago
  25. 7d76c90 Issue #28616: merge from 3.5 by Ned Deily · 8 years ago
  26. da4887a Issue #28616: Correct help for sys.version_info releaselevel component. by Ned Deily · 8 years ago
  27. 5f548a2 Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 8 years ago
  28. a7c972e Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 8 years ago
  29. 88b2219 Issue #27517: LZMA compressor and decompressor no longer raise exceptions if by Serhiy Storchaka · 8 years ago
  30. 04f17f1 Issue #27517: LZMA compressor and decompressor no longer raise exceptions if by Serhiy Storchaka · 8 years ago
  31. 3dca624 Issue #26240: Merge subprocess doc string from 3.5 into 3.6 by Martin Panter · 8 years ago
  32. 4afdca0 Issue #26240: Clean up the subprocess module doc string by Martin Panter · 8 years ago
  33. 85e81cf Issue #28435: Merge urllib test fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  34. 1002a62 Issue #28435: Avoid no_proxy environment variable interfering with tests by Martin Panter · 8 years ago
  35. e45b7c0 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago
  36. de0574b Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago
  37. b4b55eb Merge with 3.5 by Terry Jan Reedy · 8 years ago
  38. 30eee4d Issue #28815: Change '?' to '<module>' in some doc examples. by Terry Jan Reedy · 8 years ago
  39. 6c58c34 IDLE NEWS item and ack. by Terry Jan Reedy · 8 years ago
  40. 3e7a3cb Issue #28148: Stop using localtime() and gmtime() in the time module. by Alexander Belopolsky · 8 years ago
  41. 6997946 Issue #28203: Merge from 3.5 by Mark Dickinson · 8 years ago
  42. 613f8e5 Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma. by Mark Dickinson · 8 years ago
  43. 3dad1a5 Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  44. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  45. 1319236 Merge: #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 8 years ago
  46. 347dc95 #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 8 years ago
  47. c45599d Issue #19489: Merge with 3.5 by Zachary Ware · 8 years ago
  48. 9b32bda Issue #19489: Add NEWS and ACKS by Zachary Ware · 8 years ago
  49. f530738 Remove duplicate entry for Ivan L. by Guido van Rossum · 8 years ago
  50. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  51. 32d3742 [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". by Senthil Kumaran · 8 years ago
  52. 6a137e8 add recipes for pseudo-valueless enums by Ethan Furman · 8 years ago
  53. e02bfd0 Add Francisco Couzo to Misc/ACKS (for issue #27427 patch). by Mark Dickinson · 8 years ago
  54. 7c4e409 Issue #11734: Add support for IEEE 754 half-precision floats to the struct module. Original patch by Eli Stevens. by Mark Dickinson · 8 years ago
  55. c787646 Issue #6057: Merge from 3.5 by Berker Peksag · 8 years ago
  56. ed789f9 Issue #6057: Document exceptions in sqlite3 module by Berker Peksag · 8 years ago
  57. 3c0d0ba Issue #12319: Support for chunked encoding of HTTP request bodies by Martin Panter · 8 years ago
  58. 0add84b Issue #27539: Merge from 3.5. by Mark Dickinson · 8 years ago
  59. 8447965 Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić. by Mark Dickinson · 8 years ago
  60. cbcd221 Merge #27782 fix from 3.5 by Nick Coghlan · 8 years ago
  61. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  62. c199603 Merge: #2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  63. 750018b #2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  64. cde03fa [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  65. 3a32bdf Issue #27453: CPP invocation in configure must use CPPFLAGS. by Xavier de Gaye · 8 years ago
  66. d78448e Issue #27366: Implement PEP 487 by Nick Coghlan · 8 years ago
  67. 4b53359 Issue #27490: Merge pgen cross-compile logic from 3.5 by Martin Panter · 8 years ago
  68. eac67be Issue #27490: Do not build pgen when cross-compiling by Martin Panter · 8 years ago
  69. de85ed6 Closes #25393: Merge with 3.5 by Zachary Ware · 8 years ago
  70. 48e3f98 Issue #25393: Fix probable copy/paste error in resource docs by Zachary Ware · 8 years ago
  71. 896e87a Merge for #26844 by Brett Cannon · 8 years ago
  72. f76457e Issue #26844: Fix imp.find_module() to have the exception related to by Brett Cannon · 8 years ago
  73. fdcdd9e Issue #26896: Disambiguate uses of "importer" with "finder". by Brett Cannon · 8 years ago
  74. 15552c3 Issue #27285: Document the deprecation of the pyvenv script. by Brett Cannon · 8 years ago
  75. ea93ac0 Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes. by Steve Dower · 8 years ago
  76. cefa917 Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Serhiy Storchaka · 8 years ago
  77. e0b70cd Issue #16864: Cursor.lastrowid now supports REPLACE statement by Berker Peksag · 8 years ago
  78. 34ad2ef Merge 3.5, issue #14209 by Łukasz Langa · 8 years ago
  79. 0d18c15 Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages by Łukasz Langa · 8 years ago
  80. 5135e9e Merge 3.5, issue #27194 by Łukasz Langa · 8 years ago
  81. e7f2748 Issue #27194: superfluous truncate calls in tarfile.py slow down extraction by Łukasz Langa · 8 years ago
  82. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  83. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  84. 40de69a Issue #25738: Merge HTTP server from 3.5 by Martin Panter · 8 years ago
  85. e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 8 years ago
  86. 9ff9cbd Merge 3.5 (os.urandom) by Victor Stinner · 8 years ago
  87. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 8 years ago
  88. b11c744 add Dusty Phillips to ACKS by Ethan Furman · 8 years ago
  89. b4b966e Issue #19611: handle implicit parameters in inspect.signature by Nick Coghlan · 8 years ago
  90. d2367c6 Clean up urlopen doc string. by R David Murray · 8 years ago
  91. 13ee7d1 Merge: #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  92. ead9bfc #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  93. 3bad04c Merge: #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 8 years ago
  94. dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 8 years ago
  95. 1b50c4d Merge: #27185: move test_pep292 into test_string. by R David Murray · 8 years ago
  96. a32c738 #27185: move test_pep292 into test_string. by R David Murray · 8 years ago
  97. 0d20189 Merge: #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  98. 947ff38 #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  99. 672866d Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 8 years ago
  100. 819581b Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 8 years ago