1. 8b7918a Don't select for read on character devices in _UnixWritePipeTransport. by Guido van Rossum · 8 years ago
  2. 09c22ad Issue #27907: variable rename. (Ville Skyttä) by Guido van Rossum · 8 years ago
  3. 3399e1e ? Working Directory ? by Terry Jan Reedy · 8 years ago
  4. 5cf1c6c Skip test_tools.test_i18n when pygettext.py is missing by Zachary Ware · 8 years ago
  5. ef113cd Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  6. c427b8d Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 8 years ago
  7. cc9afa9 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 8 years ago
  8. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  9. 39e9af6 Add version to title of IDLE help window. by Terry Jan Reedy · 8 years ago
  10. 1f8cc33 Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 8 years ago
  11. efa798d A new version of typing.py from https://github.com/python/typing. by Guido van Rossum · 8 years ago
  12. 83f5a38 In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self._waiters. by Guido van Rossum · 8 years ago
  13. 8447965 Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić. by Mark Dickinson · 8 years ago
  14. 6afe858 Issue #21718: cursor.description is now available for queries using CTEs by Berker Peksag · 8 years ago
  15. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  16. 9c8aa9b Issue #27487: Warn if submodule already imported before runpy execution by Martin Panter · 8 years ago
  17. 9f95770 Fix typo in IDLE News. by Terry Jan Reedy · 8 years ago
  18. d3fb557 Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 8 years ago
  19. f7ac368 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 8 years ago
  20. d874c05 Issue #27614: Avoid race in test_docxmlrpc server setup by Martin Panter · 8 years ago
  21. 68c1f1e Issue #27787: Clean up weak references before checking for dangling threads by Martin Panter · 8 years ago
  22. 53926f1 Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not available by Berker Peksag · 8 years ago
  23. 750018b #2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  24. eec9331 Fix SystemError in "raise" statement by Victor Stinner · 8 years ago
  25. 3da5743 Issue #27698: Add socketpair to socket.__all__ on Windows by Victor Stinner · 8 years ago
  26. 7e6977a script_helper: kill the subprocess on error by Victor Stinner · 8 years ago
  27. d4583d7 Issue #26750: use inspect.isdatadescriptor instead of our own by Gregory P. Smith · 8 years ago
  28. 22ba01e Issue #27611: Don't import volatile attribute. by Terry Jan Reedy · 8 years ago
  29. b1c6bdc merge 3.4 by Benjamin Peterson · 8 years ago
  30. 432ea4f fail when negative values are passed to instr() by Benjamin Peterson · 8 years ago
  31. 80a3ba9 merge 3.4 by Donald Stufft · 8 years ago
  32. 5e4aafa Update setuptools/pip to 25.2.0/8.1.2 by Donald Stufft · 8 years ago
  33. f17a8e9 merge 3.4 by Benjamin Peterson · 8 years ago
  34. 40a77c3 do not allow reading negative values with getstr() by Benjamin Peterson · 8 years ago
  35. f6ffa98 Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 8 years ago
  36. 3cf0b25 Issue #26741: Clean up subprocess.Popen object in test_poll by Martin Panter · 8 years ago
  37. b63c560 Close HTTP connections and responses in tests to avoid ResourceWarnings by Martin Panter · 8 years ago
  38. 2084350 Issue #27714: text_textview now passes when re-run in the same process by Terry Jan Reedy · 8 years ago
  39. 540f045 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  40. 085e806 Closes #21999: Handled empty strings correctly when in POSIX mode. by Vinay Sajip · 8 years ago
  41. 9854789 Issue #26750: unittest.mock.create_autospec() now works properly by Gregory P. Smith · 8 years ago
  42. 0b58886 Issue #20160: Merged fix from 3.4. by Vinay Sajip · 8 years ago
  43. a0b2568 Issue #20160: Merged fix from 3.3. by Vinay Sajip · 8 years ago
  44. 6f25003 Issue #20160: Handled passing of large structs to callbacks correctly. by Vinay Sajip · 8 years ago
  45. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  46. c6c2217 Merge 3.3 by Donald Stufft · 8 years ago
  47. fb79290 Switch upload.pypi.io to upload.pypi.org by Donald Stufft · 8 years ago
  48. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  49. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  50. ef330d3 Merge 3.4 by Donald Stufft · 8 years ago
  51. 9de620e Issue #20767: Fix -R option for FreeBSD/clang. by Stefan Krah · 8 years ago
  52. e12a68b Issue #27241: Catch exception when running pstats as main. by Stefan Krah · 8 years ago
  53. 17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  54. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  55. 5f804e3 Issue #13849: Fix test_null_bytes under Windows by Berker Peksag · 8 years ago
  56. 9adc1a3 Issue #13849: Add tests for null byte checking in test_genericpath by Berker Peksag · 8 years ago
  57. 84544c1 Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module by Martin Panter · 8 years ago
  58. 2219450 Issue #27528: Document and test warning messages must match at beginning by Martin Panter · 8 years ago
  59. 8c126f1 Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively by Stefan Krah · 8 years ago
  60. 6c2f1fd Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList. by Serhiy Storchaka · 8 years ago
  61. dec25af Issue #17711: Fixed unpickling by the persistent ID with protocol 0. by Serhiy Storchaka · 8 years ago
  62. ff1d5ab Issue #25507: IDLE no longer runs buggy code because of its tkinter imports. by Terry Jan Reedy · 8 years ago
  63. 7ca63cb Fix regressions introduced by fixes for issue #27083. by Brett Cannon · 8 years ago
  64. 702b046 #27522: break unintended cycle in feedparser. by R David Murray · 8 years ago
  65. a47a7a5 Issue #27083: Respect the PYTHONCASEOK environment variable under Windows. by Brett Cannon · 8 years ago
  66. f76457e Issue #26844: Fix imp.find_module() to have the exception related to by Brett Cannon · 8 years ago
  67. e09ed54 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) by Benjamin Peterson · 8 years ago
  68. c29df65 Issue #27369: Merge test_pyexpat from 3.4 into 3.5 by Martin Panter · 8 years ago
  69. b7b5d35 Issue #27369: Merge test_pyexpat from 3.3 into 3.4 by Martin Panter · 8 years ago
  70. d27a7c1 Issue #27369: Merge test_pyexpat from 3.2 into 3.3 by Martin Panter · 8 years ago
  71. 076ca6c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 8 years ago
  72. 252e9ed Issue #27392: Add loop.connect_accepted_socket(). by Yury Selivanov · 8 years ago
  73. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  74. bed7f1a Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF by Martin Panter · 8 years ago
  75. 5f21f43 #22758: fix regression in handling of secure cookies. by R David Murray · 8 years ago
  76. d5b47fb Issue #27466: Change time format returned by http.cookie.time2netscape, by Senthil Kumaran · 8 years ago
  77. a1fc45a Fix a test with the new upload URL by Donald Stufft · 8 years ago
  78. 9409b4a merge 3.4 by Benjamin Peterson · 8 years ago
  79. ad04a85 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  80. 188c118 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  81. 2279aeb Issue #27452: add line counter and crc to IDLE configHandler test dump. by Terry Jan Reedy · 8 years ago
  82. a793037 Issue #19527: Fixed tests with defined COUNT_ALLOCS. by Serhiy Storchaka · 8 years ago
  83. af65872 Issue #27443: __length_hint__() of bytearray itearator no longer return by Serhiy Storchaka · 8 years ago
  84. 8faca61 Issue #27431: Update default protocol version in shelve.Shelf() documentation by Berker Peksag · 8 years ago
  85. e39682b Issue #27430: Fix typos, patch by scop. by Berker Peksag · 8 years ago
  86. 660c8fc Issue #26665: Remove mis-use of ``$`` in activate.fish. by Brett Cannon · 8 years ago
  87. 15287f8 Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 8 years ago
  88. 63bf487 asyncio: Use socket specs for getaddrinfo() in sock_connect() by Yury Selivanov · 8 years ago
  89. 77bc04a asyncio: Fix NameError in sslproto _fatal_error() by Yury Selivanov · 8 years ago
  90. 1b329e7 Merge. by Larry Hastings · 8 years ago
  91. 1e957d1 Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 8 years ago
  92. 745a407 Issue #22115: Fixed tracing Tkinter variables: by Serhiy Storchaka · 8 years ago
  93. 27d3529 Regenerate pydoc topics for 3.4.5 final. by Larry Hastings · 8 years ago
  94. 66b84c0 Update pydoc topics for 3.5.2 final. by Larry Hastings · 8 years ago
  95. e92dc9c Fix a scoping issue where an UnboundLocalError was triggered if a by Brett Cannon · 8 years ago
  96. e495646 Issue #18300: Set TERM='' by default in assert_python_* by Berker Peksag · 8 years ago
  97. 91d53e7 Make PyPIRCCommandTestCase derive from a base class by Berker Peksag · 8 years ago
  98. 06a1fcb Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names. by Terry Jan Reedy · 8 years ago
  99. 05029d5 Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2. by Terry Jan Reedy · 8 years ago
  100. 6ff7a14 Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2. by Terry Jan Reedy · 8 years ago