1. a1b16ba Issue #13968: Fixed newly added recursive glob test. by Serhiy Storchaka · 10 years ago
  2. 2c16df2 Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  3. 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  4. c2edcdd Issue #13968: The glob module now supports recursive search in by Serhiy Storchaka · 10 years ago
  5. d5fd618 Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  6. abf68ce Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  7. dd6507e Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  8. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  9. 9f69b86 Whitespace. by Stefan Krah · 10 years ago
  10. b578f8a Issue #19232: Speed up decimal import. Additionally, since _decimal is by Stefan Krah · 10 years ago
  11. 082a9b1 Issue #22284: Merge 3.4 by Stefan Krah · 10 years ago
  12. 964feab Issue #22284: Update decimal.__all__ by Stefan Krah · 10 years ago
  13. 38684c3 imaplib.IMAP4 now supports the context manager protocol. by Serhiy Storchaka · 10 years ago
  14. bb1e3f1 A few tweaks for issue16662 based on feedback from Robert Collins. by Barry Warsaw · 10 years ago
  15. d78742a - Issue #16662: load_tests() is now unconditionally run when it is present in by Barry Warsaw · 10 years ago
  16. 238f5aa merge 3.4 (#22349) by Benjamin Peterson · 10 years ago
  17. df0eb95 remove various dead version checks (closes #22349) by Benjamin Peterson · 10 years ago
  18. 87a2803 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 10 years ago
  19. 8f0a1d0 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 10 years ago
  20. c70386e Issue #22131: Fixed a bug in handling an error occured during reading from by Serhiy Storchaka · 10 years ago
  21. fa9be4f Issue #22131: Modernized the code of the uuid module. by Serhiy Storchaka · 10 years ago
  22. 9145302 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 10 years ago
  23. f54c350 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 10 years ago
  24. d8a1447 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes by Serhiy Storchaka · 10 years ago
  25. 0e39524 Issue #22221: Add tests for compile() with source encoding cookie. by Serhiy Storchaka · 10 years ago
  26. 607cb9c Issue #22221: Add tests for compile() with source encoding cookie. by Serhiy Storchaka · 10 years ago
  27. 2ee44f7 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  28. d43ffc9 Issue #21933: Make Control-Mousewhell only change font size and not also scroll. by Terry Jan Reedy · 10 years ago
  29. 47e4042 Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use. by Antoine Pitrou · 10 years ago
  30. 53c87d1 Merge fix for #19546: configparser exceptions leak implementation details by Łukasz Langa · 10 years ago
  31. 949053b Fix #19546: onfigparser exceptions expose implementation details. Patch by Claudiu Popa. by Łukasz Langa · 10 years ago
  32. ece38d9 Issue #22334: Add debug traces to test_tcl by Victor Stinner · 10 years ago
  33. b39b918 Issue #22333: Add debug traces to test_threaded_import by Victor Stinner · 10 years ago
  34. 2fd145a Merge with 3.4 by Terry Jan Reedy · 10 years ago
  35. 7034914 Issue #22051: remove unneeded reload that allowed bad code. by Terry Jan Reedy · 10 years ago
  36. 8231d55 Fix timeout in test.fork_wait by Victor Stinner · 10 years ago
  37. 150b06f (Merge 3.4) Issue #21440: test_zipfile: replace last direct calls to by Victor Stinner · 10 years ago
  38. 88b215e Issue #21440: test_zipfile: replace last direct calls to os.remove() with by Victor Stinner · 10 years ago
  39. 57004c6 Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, use by Victor Stinner · 10 years ago
  40. cde4517 (Merge 3.4) Issue #20957: test_smtpnet now uses support.transient_internet() to by Victor Stinner · 10 years ago
  41. 19c899c Issue #20957: test_smtpnet now uses support.transient_internet() to call by Victor Stinner · 10 years ago
  42. e96c83b (Merge 3.4) Issue #22332: test_multiprocessing_main_handling is now skipped if by Victor Stinner · 10 years ago
  43. 2bb8a08 Issue #22332: test_multiprocessing_main_handling is now skipped if sem_open by Victor Stinner · 10 years ago
  44. a6b6bba (Merge 3.4) Issue #22331: Skip test_interrupted_write_text() on FreeBSD older by Victor Stinner · 10 years ago
  45. 6ab7286 Issue #22331: Skip test_interrupted_write_text() on FreeBSD older than 8.0 by Victor Stinner · 10 years ago
  46. a4cc528 Issue #21933: Merge with 3.4 by Terry Jan Reedy · 10 years ago
  47. c6a1c02 Issue #21933: Users can now change the font size for example code. by Terry Jan Reedy · 10 years ago
  48. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  49. a42ad6b Remove unused imports. by Berker Peksag · 10 years ago
  50. a7614d0 Issue #19447: Suppress output of py_compile.compile(). by Berker Peksag · 10 years ago
  51. 311321e #22315: Use advertised API for OSError by Jason R. Coombs · 10 years ago
  52. d28c5f0 #22315: Use an existent directory for 'src' to trigger appropriate behavior. by Jason R. Coombs · 10 years ago
  53. 47f44c9 #22315: Provide an actual directory during test invocation. by Jason R. Coombs · 10 years ago
  54. e572ce3 #22315: Use technique outlined in test_file_util by Jason R. Coombs · 10 years ago
  55. 4b02e70 #22315: Add test to capture the failure. by Jason R. Coombs · 10 years ago
  56. 1be2e82 Correct indent by Jason R. Coombs · 10 years ago
  57. b4efbe8 Remove unused import by Jason R. Coombs · 10 years ago
  58. cfd4661 Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu Popa.) by Guido van Rossum · 10 years ago
  59. 9425c05 Remove unused imports. by Berker Peksag · 10 years ago
  60. c85b7d3 Issue #19447: Suppress output of py_compile.compile(). by Berker Peksag · 10 years ago
  61. 71a8eed Merge with 3.4; Closes #22315 by Jason R. Coombs · 10 years ago
  62. c49a6aa merge 3.4 by Benjamin Peterson · 10 years ago
  63. de993bd (Merge 3.4) asyncio, Tulip issue 205: Fix a race condition in by Victor Stinner · 10 years ago
  64. d5aeccf9 asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_connect() by Victor Stinner · 10 years ago
  65. b10be15 Merge #22215: have the smtplib 'quit' command reset the state. by R David Murray · 10 years ago
  66. 0cff49f #22215: have the smtplib 'quit' command reset the state. by R David Murray · 10 years ago
  67. 5ce8f35 Issue #22098: ctypes' BigEndianStructure and LittleEndianStructure now define an empty __slots__ so that subclasses don't always get an instance dict. by Antoine Pitrou · 10 years ago
  68. fa9211b 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
  69. 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
  70. 0dc10e0 Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file. by Berker Peksag · 10 years ago
  71. 6685883 Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file. by Berker Peksag · 10 years ago
  72. e6128a4 (Merge 3.4) asyncio, Tulip issue 201: Fix a race condition in wait_for() by Victor Stinner · 10 years ago
  73. 59e0802 asyncio, Tulip issue 201: Fix a race condition in wait_for() by Victor Stinner · 10 years ago
  74. a232613 The webbrowser module now uses subprocess's start_new_session=True rather by Gregory P. Smith · 10 years ago
  75. feac398 The webbrowser module now uses subprocess's start_new_session=True rather by Gregory P. Smith · 10 years ago
  76. 7cea44d Issue #22042: Fix test_signal on Windows by Victor Stinner · 10 years ago
  77. 3822760 Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the file by Victor Stinner · 10 years ago
  78. 86cc17e Merge with 3.4 by Terry Jan Reedy · 10 years ago
  79. 2ced87f Issue #22065: Remove the now unsed configGUI menu parameter and arguments. by Terry Jan Reedy · 10 years ago
  80. dfb110d Merge with 3.4 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. fc45251 Merge 3.4. by Stefan Krah · 10 years ago
  83. cf26115 Introduce and check for MPD_VERSION_HEX for precise management of builds by Stefan Krah · 10 years ago
  84. 9ea83cf Merge 3.4. by Stefan Krah · 10 years ago
  85. 298131a Issue #22090: Fix '%' formatting for infinities and NaNs. by Stefan Krah · 10 years ago
  86. 54c69c2 (Merge 3.4) asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() by Victor Stinner · 10 years ago
  87. 52bb949 asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method by Victor Stinner · 10 years ago
  88. 83b9ea4 (Merge 3.4) asyncio: sync with Tulip by Victor Stinner · 10 years ago
  89. b261475 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  90. ca18be6 merge 3.4 (#22265) by Benjamin Peterson · 10 years ago
  91. 8e16351 allow test to work on implementations not using ref-counting (closes #22265) by Benjamin Peterson · 10 years ago
  92. d475731 merge 3.4 (#22267) by Benjamin Peterson · 10 years ago
  93. 18bb702 fix some test_weakref tests to not rely on ref-counting (closes #22267) by Benjamin Peterson · 10 years ago
  94. cdcafb7 Issue #16808: inspect.stack() now returns a named tuple instead of a tuple. by Antoine Pitrou · 10 years ago
  95. 1fa3626 Issue #22034: Improve handling of wrong argument types in posixpath.join(). by Serhiy Storchaka · 10 years ago
  96. 549c197 Issue #22034: Got rid of misleading error message for bytearray arguments in by Serhiy Storchaka · 10 years ago
  97. 6610662 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 10 years ago
  98. d00aff2 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 10 years ago
  99. 133250c Merge heads. by Terry Jan Reedy · 10 years ago
  100. 130f303 Merge heads. by Terry Jan Reedy · 10 years ago