1. 0a6976d Issue #28079: Update typing and test typing from python/typing repo. by Guido van Rossum · 8 years ago
  2. 0e0cfd7 #19003: Only replace \r and/or \n line endings in email.generator. by R David Murray · 8 years ago
  3. b766538 Issue #27952: Get fixcid.py working with the re module by Martin Panter · 8 years ago
  4. cc66a65 Backported tests for issue #28070. by Serhiy Storchaka · 8 years ago
  5. 109bc3a Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files by Steve Dower · 8 years ago
  6. 99e843b Correct spelling in documentation and code comment by Martin Panter · 8 years ago
  7. c7a070e regrtest: accept options after test names by Victor Stinner · 8 years ago
  8. 8ddcf3a Issue #28019: itertools.count() no longer rounds non-integer step in range by Serhiy Storchaka · 8 years ago
  9. e617521 Use raw string for regexp by Guido van Rossum · 8 years ago
  10. 8dcc48e Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 8 years ago
  11. 347dc95 #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 8 years ago
  12. 7b3b3dc Merge asyncio upstream. by Guido van Rossum · 8 years ago
  13. 94a7927 #28047: Fix calculation of base64 line length. by R David Murray · 8 years ago
  14. 262b679 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 8 years ago
  15. 2b2a9be9 Issue #27445: Don't pass str(_charset) to MIMEText.set_payload() by Berker Peksag · 8 years ago
  16. 82733fa Issue11551 - Increase the test coverage of _dummy_thread module to 100%. by Senthil Kumaran · 8 years ago
  17. d61910c Fixes #27930: improved QueueListener behaviour. by Vinay Sajip · 8 years ago
  18. 0f0eac4 Issue #27993: Fix problems with plural objects in docs and comments by Martin Panter · 8 years ago
  19. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  20. be8da9c Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 8 years ago
  21. dc1650c #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  22. c2e2473 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 8 years ago
  23. 48c8830 capture stderr to silence output during test_coroutines (closes #27968) by Benjamin Peterson · 8 years ago
  24. 32d3742 [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". by Senthil Kumaran · 8 years ago
  25. 1c03abd Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. by Christian Heimes · 8 years ago
  26. cbef66d suppress stderr output when checking gdb (closes #27969) by Benjamin Peterson · 8 years ago
  27. f4a7381 Issue #27748: Backed out changeset f845e24d794e by Zachary Ware · 8 years ago
  28. 9ed756b Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 8 years ago
  29. 598894f Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  30. b3b7a5a Issue #27748: Simplify test_winsound. by Zachary Ware · 8 years ago
  31. 2f40ed4 do not allow _PyGen_Finalize to fail (closes #27811) by Benjamin Peterson · 8 years ago
  32. fb5ce7e Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 8 years ago
  33. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  34. c7bab7c Issue #27706: Fix regression in random.seed(somestr, version=1) by Raymond Hettinger · 8 years ago
  35. 8b7918a Don't select for read on character devices in _UnixWritePipeTransport. by Guido van Rossum · 8 years ago
  36. 09c22ad Issue #27907: variable rename. (Ville Skyttä) by Guido van Rossum · 8 years ago
  37. 5cf1c6c Skip test_tools.test_i18n when pygettext.py is missing by Zachary Ware · 8 years ago
  38. c427b8d Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 8 years ago
  39. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  40. efa798d A new version of typing.py from https://github.com/python/typing. by Guido van Rossum · 8 years ago
  41. 8447965 Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić. by Mark Dickinson · 8 years ago
  42. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  43. 9c8aa9b Issue #27487: Warn if submodule already imported before runpy execution by Martin Panter · 8 years ago
  44. d874c05 Issue #27614: Avoid race in test_docxmlrpc server setup by Martin Panter · 8 years ago
  45. 68c1f1e Issue #27787: Clean up weak references before checking for dangling threads by Martin Panter · 8 years ago
  46. 53926f1 Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not available by Berker Peksag · 8 years ago
  47. 750018b #2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  48. eec9331 Fix SystemError in "raise" statement by Victor Stinner · 8 years ago
  49. 7e6977a script_helper: kill the subprocess on error by Victor Stinner · 8 years ago
  50. b1c6bdc merge 3.4 by Benjamin Peterson · 8 years ago
  51. 432ea4f fail when negative values are passed to instr() by Benjamin Peterson · 8 years ago
  52. f17a8e9 merge 3.4 by Benjamin Peterson · 8 years ago
  53. 40a77c3 do not allow reading negative values with getstr() by Benjamin Peterson · 8 years ago
  54. 3cf0b25 Issue #26741: Clean up subprocess.Popen object in test_poll by Martin Panter · 8 years ago
  55. b63c560 Close HTTP connections and responses in tests to avoid ResourceWarnings by Martin Panter · 8 years ago
  56. 540f045 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  57. 085e806 Closes #21999: Handled empty strings correctly when in POSIX mode. by Vinay Sajip · 8 years ago
  58. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  59. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  60. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  61. 17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  62. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  63. 5f804e3 Issue #13849: Fix test_null_bytes under Windows by Berker Peksag · 8 years ago
  64. 9adc1a3 Issue #13849: Add tests for null byte checking in test_genericpath by Berker Peksag · 8 years ago
  65. 84544c1 Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module by Martin Panter · 8 years ago
  66. 2219450 Issue #27528: Document and test warning messages must match at beginning by Martin Panter · 8 years ago
  67. 8c126f1 Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively by Stefan Krah · 8 years ago
  68. dec25af Issue #17711: Fixed unpickling by the persistent ID with protocol 0. by Serhiy Storchaka · 8 years ago
  69. 7ca63cb Fix regressions introduced by fixes for issue #27083. by Brett Cannon · 8 years ago
  70. a47a7a5 Issue #27083: Respect the PYTHONCASEOK environment variable under Windows. by Brett Cannon · 8 years ago
  71. e09ed54 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) by Benjamin Peterson · 8 years ago
  72. c29df65 Issue #27369: Merge test_pyexpat from 3.4 into 3.5 by Martin Panter · 8 years ago
  73. b7b5d35 Issue #27369: Merge test_pyexpat from 3.3 into 3.4 by Martin Panter · 8 years ago
  74. d27a7c1 Issue #27369: Merge test_pyexpat from 3.2 into 3.3 by Martin Panter · 8 years ago
  75. 076ca6c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 8 years ago
  76. 252e9ed Issue #27392: Add loop.connect_accepted_socket(). by Yury Selivanov · 8 years ago
  77. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  78. bed7f1a Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF by Martin Panter · 8 years ago
  79. 5f21f43 #22758: fix regression in handling of secure cookies. by R David Murray · 8 years ago
  80. d5b47fb Issue #27466: Change time format returned by http.cookie.time2netscape, by Senthil Kumaran · 8 years ago
  81. a793037 Issue #19527: Fixed tests with defined COUNT_ALLOCS. by Serhiy Storchaka · 8 years ago
  82. af65872 Issue #27443: __length_hint__() of bytearray itearator no longer return by Serhiy Storchaka · 8 years ago
  83. 8faca61 Issue #27431: Update default protocol version in shelve.Shelf() documentation by Berker Peksag · 8 years ago
  84. 63bf487 asyncio: Use socket specs for getaddrinfo() in sock_connect() by Yury Selivanov · 8 years ago
  85. 77bc04a asyncio: Fix NameError in sslproto _fatal_error() by Yury Selivanov · 8 years ago
  86. 1b329e7 Merge. by Larry Hastings · 8 years ago
  87. e92dc9c Fix a scoping issue where an UnboundLocalError was triggered if a by Brett Cannon · 8 years ago
  88. e495646 Issue #18300: Set TERM='' by default in assert_python_* by Berker Peksag · 8 years ago
  89. 6817c59 Issue #27006: from_float(): call the subclass' __new__() and __init__(). by Stefan Krah · 8 years ago
  90. ce1a9f3 Added more tests for issue #27122. by Serhiy Storchaka · 8 years ago
  91. 514f973 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  92. 9305d83 Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  93. ba2ecd6 Issue #27123: When an exception is raised within the context being by Gregory P. Smith · 8 years ago
  94. a8cadb2 Issue #16182: One more check for set_pre_input_hook() by Martin Panter · 8 years ago
  95. 6afbc65 Issue #16182: set_pre_input_hook() may not exist; document, and update test by Martin Panter · 8 years ago
  96. 056f76d Issue #16182: Attempted workarounds for Apple Editline by Martin Panter · 8 years ago
  97. f00c49d Issue #16182: Fix readline begidx, endidx, and use locale encoding by Martin Panter · 8 years ago
  98. a8bb04b Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. by Matthias Klose · 8 years ago
  99. f7c5624 Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. by Matthias Klose · 8 years ago
  100. 5fc7c4d Issue #27136: Change test to use ::1 for better OS X Tiger compatibility by Martin Panter · 8 years ago