1. c31f12d check that exception messages are not empty (#22379) by Benjamin Peterson · 10 years ago
  2. 623ae29 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  3. 9ce6967 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  4. ca534ab Issue #9850: Fixed macpath.join() for empty first component. Patch by by Serhiy Storchaka · 10 years ago
  5. 3e67d58 tempfile: Fix docstring. Issue #21397, patch by R. David Murray. by Yury Selivanov · 10 years ago
  6. d5a8f58 asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio module by Yury Selivanov · 10 years ago
  7. 592ada9 asyncio: Improve canceled timer handles cleanup. Closes issue #22448. by Yury Selivanov · 10 years ago
  8. 8c0e0ab asyncio.unix_events: Move import statement to match tulip code by Yury Selivanov · 10 years ago
  9. 29001c8 test_faulthandler: fix typo by Victor Stinner · 10 years ago
  10. 8e069d5 Apply asyncio Task English fixes to docstrings as well. by R David Murray · 10 years ago
  11. f8c111d Issue #16056: Rename test method in test_statistics to avoid conflict. by Berker Peksag · 10 years ago
  12. 5e193ac Issue #22427: TemporaryDirectory no longer attempts to clean up twice when by Serhiy Storchaka · 10 years ago
  13. cd9032d Fixed bytes literals in tests. by Serhiy Storchaka · 10 years ago
  14. 46a3492 Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS by Serhiy Storchaka · 10 years ago
  15. 026a399 Fixed test_large_file_exception. Ported tests for large count of files by Serhiy Storchaka · 10 years ago
  16. cfbb394 Issue #21866: ZipFile.close() no longer writes ZIP64 central directory by Serhiy Storchaka · 10 years ago
  17. 61ff32f Fix pydoc topics. I'll regenerate this again for 3.4.2 final, by Larry Hastings · 10 years ago
  18. 2887f76 Merge. by Larry Hastings · 10 years ago
  19. 44dae8b Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re by Serhiy Storchaka · 10 years ago
  20. 1a5426d Merge heads by Serhiy Storchaka · 10 years ago
  21. afe8d06 Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering. by Antoine Pitrou · 10 years ago
  22. 52005c2 Issue #22423: Unhandled exception in thread no longer causes unhandled by Serhiy Storchaka · 10 years ago
  23. 03776e3 Bump version number for 3.4.2rc1 release. by Larry Hastings · 10 years ago
  24. 43a4f70 Updated pydoc topics for 3.4.1rc1 release. by Larry Hastings · 10 years ago
  25. 8a97896 #21091: make is_attachment a method. by R David Murray · 10 years ago
  26. 97dfad7 #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 10 years ago
  27. 9833fcb use patch context manager instead of decorator because the decorator 'leaks' metadata onto the function by Benjamin Peterson · 10 years ago
  28. 96756b6 Issue #22247: Add NNTPError to nntplib.__all__. by Berker Peksag · 10 years ago
  29. b6e1778 Update Idle's online doc url. by Terry Jan Reedy · 10 years ago
  30. 81b062f Issue #22420: Avoid 'write to None' crashes by using print instead. by Terry Jan Reedy · 10 years ago
  31. cb0a006 Issue #4180: The warnings registries are now reset when the filters are modified. by Antoine Pitrou · 10 years ago
  32. 1b38bc6 asyncio, Tulip issue 206: In debug mode, keep the callback in the by Victor Stinner · 10 years ago
  33. 86c9e18 Merge from 3.3 by Senthil Kumaran · 10 years ago
  34. e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 10 years ago
  35. aa72b1b Merge from 3.3 by Senthil Kumaran · 10 years ago
  36. 2a42a0b Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. by Senthil Kumaran · 10 years ago
  37. 0081f23 consistently use _name_ and _value_; patch from Kiss Gyorgy by Ethan Furman · 10 years ago
  38. bc2c4c9 Replace bad ftp URLs in test_urllib2net by Antoine Pitrou · 10 years ago
  39. 637e454 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  40. 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  41. 8fad167 Issue #22166: clear codec caches in test_codecs by Nick Coghlan · 10 years ago
  42. b85a976 Restored re pickling test. by Serhiy Storchaka · 10 years ago
  43. 9502487 Issue #22384: An exception in Tkinter callback no longer crashes the program by Serhiy Storchaka · 10 years ago
  44. d9cf65f Use more appropriate asserts in re tests. by Serhiy Storchaka · 10 years ago
  45. a25875c Fixed re tests incorrectly ported from 2.x to 3.x. by Serhiy Storchaka · 10 years ago
  46. 152dfd1 Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. by Ned Deily · 10 years ago
  47. d1d4fbf Issue #22386: fixed regression. by Vinay Sajip · 10 years ago
  48. 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  49. abf68ce Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  50. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  51. 964feab Issue #22284: Update decimal.__all__ by Stefan Krah · 10 years ago
  52. df0eb95 remove various dead version checks (closes #22349) by Benjamin Peterson · 10 years ago
  53. 8f0a1d0 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 10 years ago
  54. c70386e Issue #22131: Fixed a bug in handling an error occured during reading from by Serhiy Storchaka · 10 years ago
  55. f54c350 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 10 years ago
  56. 607cb9c Issue #22221: Add tests for compile() with source encoding cookie. by Serhiy Storchaka · 10 years ago
  57. d43ffc9 Issue #21933: Make Control-Mousewhell only change font size and not also scroll. by Terry Jan Reedy · 10 years ago
  58. 7034914 Issue #22051: remove unneeded reload that allowed bad code. by Terry Jan Reedy · 10 years ago
  59. 88b215e Issue #21440: test_zipfile: replace last direct calls to os.remove() with by Victor Stinner · 10 years ago
  60. 57004c6 Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, use by Victor Stinner · 10 years ago
  61. 19c899c Issue #20957: test_smtpnet now uses support.transient_internet() to call by Victor Stinner · 10 years ago
  62. 2bb8a08 Issue #22332: test_multiprocessing_main_handling is now skipped if sem_open by Victor Stinner · 10 years ago
  63. 6ab7286 Issue #22331: Skip test_interrupted_write_text() on FreeBSD older than 8.0 by Victor Stinner · 10 years ago
  64. c6a1c02 Issue #21933: Users can now change the font size for example code. by Terry Jan Reedy · 10 years ago
  65. a42ad6b Remove unused imports. by Berker Peksag · 10 years ago
  66. a7614d0 Issue #19447: Suppress output of py_compile.compile(). by Berker Peksag · 10 years ago
  67. 311321e #22315: Use advertised API for OSError by Jason R. Coombs · 10 years ago
  68. d28c5f0 #22315: Use an existent directory for 'src' to trigger appropriate behavior. by Jason R. Coombs · 10 years ago
  69. 47f44c9 #22315: Provide an actual directory during test invocation. by Jason R. Coombs · 10 years ago
  70. e572ce3 #22315: Use technique outlined in test_file_util by Jason R. Coombs · 10 years ago
  71. 4b02e70 #22315: Add test to capture the failure. by Jason R. Coombs · 10 years ago
  72. 1be2e82 Correct indent by Jason R. Coombs · 10 years ago
  73. b4efbe8 Remove unused import by Jason R. Coombs · 10 years ago
  74. d5aeccf9 asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_connect() by Victor Stinner · 10 years ago
  75. 0cff49f #22215: have the smtplib 'quit' command reset the state. by R David Murray · 10 years ago
  76. a64b92e Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() caused by mutation of the waiters queue without holding the lock. by Antoine Pitrou · 10 years ago
  77. 6685883 Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file. by Berker Peksag · 10 years ago
  78. 59e0802 asyncio, Tulip issue 201: Fix a race condition in wait_for() by Victor Stinner · 10 years ago
  79. feac398 The webbrowser module now uses subprocess's start_new_session=True rather by Gregory P. Smith · 10 years ago
  80. 2ced87f Issue #22065: Remove the now unsed configGUI menu parameter and arguments. by Terry Jan Reedy · 10 years ago
  81. 8450c53 Issue #22065: Menus, unlike Menubottons, do not have a state option. by Terry Jan Reedy · 10 years ago
  82. cf26115 Introduce and check for MPD_VERSION_HEX for precise management of builds by Stefan Krah · 10 years ago
  83. 298131a Issue #22090: Fix '%' formatting for infinities and NaNs. by Stefan Krah · 10 years ago
  84. 52bb949 asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method by Victor Stinner · 10 years ago
  85. b261475 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  86. 8e16351 allow test to work on implementations not using ref-counting (closes #22265) by Benjamin Peterson · 10 years ago
  87. 18bb702 fix some test_weakref tests to not rely on ref-counting (closes #22267) by Benjamin Peterson · 10 years ago
  88. 549c197 Issue #22034: Got rid of misleading error message for bytearray arguments in by Serhiy Storchaka · 10 years ago
  89. d00aff2 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 10 years ago
  90. 130f303 Merge heads. by Terry Jan Reedy · 10 years ago
  91. 0242f79 Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding + 'c'``. by Berker Peksag · 10 years ago
  92. 31f8a67 Issue #19447: Add a test case to py_compile.compile() to make sure by Berker Peksag · 10 years ago
  93. 14ad531 Issue #22191: Fix warnings.__all__. by Brett Cannon · 10 years ago
  94. a969ae2 Fix issue22245 - Fix urllib2_localnet test. by Senthil Kumaran · 10 years ago
  95. 7837376 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 10 years ago
  96. 37ed873 Idle ColorDelegator: finish removing code for 'as'. by Terry Jan Reedy · 10 years ago
  97. c1a723a Idle ColorDelegator: remove special case code for 'as' in import statements. by Terry Jan Reedy · 10 years ago
  98. 996c3de Fixed typo. by Serhiy Storchaka · 10 years ago
  99. 76b4765 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 10 years ago
  100. d6ec309 Clean up test_user_command. by Serhiy Storchaka · 10 years ago