1. 2f40ed4 do not allow _PyGen_Finalize to fail (closes #27811) by Benjamin Peterson · 8 years ago
  2. fb5ce7e Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 8 years ago
  3. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  4. c7bab7c Issue #27706: Fix regression in random.seed(somestr, version=1) by Raymond Hettinger · 8 years ago
  5. 8b7918a Don't select for read on character devices in _UnixWritePipeTransport. by Guido van Rossum · 8 years ago
  6. 09c22ad Issue #27907: variable rename. (Ville Skyttä) by Guido van Rossum · 8 years ago
  7. 5cf1c6c Skip test_tools.test_i18n when pygettext.py is missing by Zachary Ware · 8 years ago
  8. c427b8d Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 8 years ago
  9. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  10. efa798d A new version of typing.py from https://github.com/python/typing. by Guido van Rossum · 8 years ago
  11. 8447965 Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić. by Mark Dickinson · 8 years ago
  12. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  13. 9c8aa9b Issue #27487: Warn if submodule already imported before runpy execution by Martin Panter · 8 years ago
  14. d874c05 Issue #27614: Avoid race in test_docxmlrpc server setup by Martin Panter · 8 years ago
  15. 68c1f1e Issue #27787: Clean up weak references before checking for dangling threads by Martin Panter · 8 years ago
  16. 53926f1 Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not available by Berker Peksag · 8 years ago
  17. 750018b #2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  18. eec9331 Fix SystemError in "raise" statement by Victor Stinner · 8 years ago
  19. 7e6977a script_helper: kill the subprocess on error by Victor Stinner · 8 years ago
  20. b1c6bdc merge 3.4 by Benjamin Peterson · 8 years ago
  21. 432ea4f fail when negative values are passed to instr() by Benjamin Peterson · 8 years ago
  22. f17a8e9 merge 3.4 by Benjamin Peterson · 8 years ago
  23. 40a77c3 do not allow reading negative values with getstr() by Benjamin Peterson · 8 years ago
  24. 3cf0b25 Issue #26741: Clean up subprocess.Popen object in test_poll by Martin Panter · 8 years ago
  25. b63c560 Close HTTP connections and responses in tests to avoid ResourceWarnings by Martin Panter · 8 years ago
  26. 540f045 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  27. 085e806 Closes #21999: Handled empty strings correctly when in POSIX mode. by Vinay Sajip · 8 years ago
  28. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  29. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  30. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  31. 17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  32. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  33. 5f804e3 Issue #13849: Fix test_null_bytes under Windows by Berker Peksag · 8 years ago
  34. 9adc1a3 Issue #13849: Add tests for null byte checking in test_genericpath by Berker Peksag · 8 years ago
  35. 84544c1 Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module by Martin Panter · 8 years ago
  36. 2219450 Issue #27528: Document and test warning messages must match at beginning by Martin Panter · 8 years ago
  37. 8c126f1 Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively by Stefan Krah · 8 years ago
  38. dec25af Issue #17711: Fixed unpickling by the persistent ID with protocol 0. by Serhiy Storchaka · 8 years ago
  39. 7ca63cb Fix regressions introduced by fixes for issue #27083. by Brett Cannon · 8 years ago
  40. a47a7a5 Issue #27083: Respect the PYTHONCASEOK environment variable under Windows. by Brett Cannon · 8 years ago
  41. e09ed54 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) by Benjamin Peterson · 8 years ago
  42. c29df65 Issue #27369: Merge test_pyexpat from 3.4 into 3.5 by Martin Panter · 8 years ago
  43. b7b5d35 Issue #27369: Merge test_pyexpat from 3.3 into 3.4 by Martin Panter · 8 years ago
  44. d27a7c1 Issue #27369: Merge test_pyexpat from 3.2 into 3.3 by Martin Panter · 8 years ago
  45. 076ca6c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 8 years ago
  46. 252e9ed Issue #27392: Add loop.connect_accepted_socket(). by Yury Selivanov · 8 years ago
  47. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  48. bed7f1a Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF by Martin Panter · 8 years ago
  49. 5f21f43 #22758: fix regression in handling of secure cookies. by R David Murray · 8 years ago
  50. d5b47fb Issue #27466: Change time format returned by http.cookie.time2netscape, by Senthil Kumaran · 8 years ago
  51. a793037 Issue #19527: Fixed tests with defined COUNT_ALLOCS. by Serhiy Storchaka · 8 years ago
  52. af65872 Issue #27443: __length_hint__() of bytearray itearator no longer return by Serhiy Storchaka · 8 years ago
  53. 8faca61 Issue #27431: Update default protocol version in shelve.Shelf() documentation by Berker Peksag · 8 years ago
  54. 63bf487 asyncio: Use socket specs for getaddrinfo() in sock_connect() by Yury Selivanov · 8 years ago
  55. 77bc04a asyncio: Fix NameError in sslproto _fatal_error() by Yury Selivanov · 8 years ago
  56. 1b329e7 Merge. by Larry Hastings · 8 years ago
  57. e92dc9c Fix a scoping issue where an UnboundLocalError was triggered if a by Brett Cannon · 8 years ago
  58. e495646 Issue #18300: Set TERM='' by default in assert_python_* by Berker Peksag · 8 years ago
  59. 6817c59 Issue #27006: from_float(): call the subclass' __new__() and __init__(). by Stefan Krah · 8 years ago
  60. ce1a9f3 Added more tests for issue #27122. by Serhiy Storchaka · 8 years ago
  61. 514f973 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  62. 9305d83 Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  63. ba2ecd6 Issue #27123: When an exception is raised within the context being by Gregory P. Smith · 8 years ago
  64. a8cadb2 Issue #16182: One more check for set_pre_input_hook() by Martin Panter · 8 years ago
  65. 6afbc65 Issue #16182: set_pre_input_hook() may not exist; document, and update test by Martin Panter · 8 years ago
  66. 056f76d Issue #16182: Attempted workarounds for Apple Editline by Martin Panter · 8 years ago
  67. f00c49d Issue #16182: Fix readline begidx, endidx, and use locale encoding by Martin Panter · 8 years ago
  68. a8bb04b Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. by Matthias Klose · 8 years ago
  69. f7c5624 Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. by Matthias Klose · 8 years ago
  70. 5fc7c4d Issue #27136: Change test to use ::1 for better OS X Tiger compatibility by Martin Panter · 8 years ago
  71. c74cdc7 Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib by Berker Peksag · 8 years ago
  72. 46fe29d Issue #25455: Clean up reference loops created in tests for recursive by Serhiy Storchaka · 8 years ago
  73. 179f960 Issue #25455: Fixed a crash in repr of recursive functools.partial objects. by Serhiy Storchaka · 8 years ago
  74. cbe6142 Merge heads by Serhiy Storchaka · 8 years ago
  75. 9062c26 Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. by Serhiy Storchaka · 8 years ago
  76. 3c317e7 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  77. 70c502a Fix typos and English grammar in documentation and code comment by Martin Panter · 8 years ago
  78. 4f8aaf6 Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi by Martin Panter · 8 years ago
  79. 0d18c15 Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages by Łukasz Langa · 8 years ago
  80. 742192a Issue #21386: Implement missing IPv4Address.is_global property by Berker Peksag · 8 years ago
  81. c92bf83 Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. by Yury Selivanov · 8 years ago
  82. ca2e0a4 Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. by Yury Selivanov · 8 years ago
  83. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  84. 480e285 Issue #27066: Fixed SystemError if a custom opener (for open()) returns by Barry Warsaw · 8 years ago
  85. 91185fe Sync typing.py with upstream. by Guido van Rossum · 8 years ago
  86. c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 8 years ago
  87. f1c6fa9 Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo by Yury Selivanov · 8 years ago
  88. e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 8 years ago
  89. 4e50553 Issue #21313: Tolerate truncated buildinfo in sys.version by Martin Panter · 8 years ago
  90. 1bf197e Fixed #27251: corrected string/bytes handling in credentials. by Vinay Sajip · 8 years ago
  91. 3f0ee83 Issue #27164: Allow decompressing raw Deflate streams with predefined zdict by Martin Panter · 8 years ago
  92. 3c5fa56 Issue #21916: Added more tests for the turtle module. by Serhiy Storchaka · 8 years ago
  93. ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes by Martin Panter · 8 years ago
  94. 2daf8e7 Move the BrokenPipeError tests to the POSIXProcessTestCase class by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  95. 41e9ad1 Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 8 years ago
  96. 78b642c issue26372 - use os.devnull instead of /dev/null by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  97. 64a263a Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 8 years ago
  98. 1ef8c7e Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  99. ead9bfc #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  100. 6371152 first step in backout of bad default->3.5 merge d085b4f779af. Create new head and fix whitespace. by Ned Deily · 8 years ago