1. b10be15 Merge #22215: have the smtplib 'quit' command reset the state. by R David Murray · 10 years ago
  2. 0cff49f #22215: have the smtplib 'quit' command reset the state. by R David Murray · 10 years ago
  3. 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
  4. 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
  5. 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
  6. 67ca33d Issue #22043: Oops, fix perf_counter() on UNIX if no monotonic clock is by Victor Stinner · 10 years ago
  7. 5488449 Issue #22043: Simplify time.perf_counter() on Windows by Victor Stinner · 10 years ago
  8. 0011124 Issue #22043: _PyTime_Init() now checks if the system clock works. by Victor Stinner · 10 years ago
  9. 7efb833 Issue #22287: On UNIX, _PyTime_gettimeofday() now uses by Victor Stinner · 10 years ago
  10. 0dc10e0 Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file. by Berker Peksag · 10 years ago
  11. 6685883 Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file. by Berker Peksag · 10 years ago
  12. e6128a4 (Merge 3.4) asyncio, Tulip issue 201: Fix a race condition in wait_for() by Victor Stinner · 10 years ago
  13. 59e0802 asyncio, Tulip issue 201: Fix a race condition in wait_for() by Victor Stinner · 10 years ago
  14. a232613 The webbrowser module now uses subprocess's start_new_session=True rather by Gregory P. Smith · 10 years ago
  15. feac398 The webbrowser module now uses subprocess's start_new_session=True rather by Gregory P. Smith · 10 years ago
  16. 7cea44d Issue #22042: Fix test_signal on Windows by Victor Stinner · 10 years ago
  17. 3822760 Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the file by Victor Stinner · 10 years ago
  18. 86cc17e Merge with 3.4 by Terry Jan Reedy · 10 years ago
  19. 2ced87f Issue #22065: Remove the now unsed configGUI menu parameter and arguments. by Terry Jan Reedy · 10 years ago
  20. dfb110d Merge with 3.4 by Terry Jan Reedy · 10 years ago
  21. 8450c53 Issue #22065: Menus, unlike Menubottons, do not have a state option. by Terry Jan Reedy · 10 years ago
  22. fc45251 Merge 3.4. by Stefan Krah · 10 years ago
  23. cf26115 Introduce and check for MPD_VERSION_HEX for precise management of builds by Stefan Krah · 10 years ago
  24. 9ea83cf Merge 3.4. by Stefan Krah · 10 years ago
  25. 298131a Issue #22090: Fix '%' formatting for infinities and NaNs. by Stefan Krah · 10 years ago
  26. e863739 (Merge 3.4) Issue #22063: Fix asyncio documentation of socket and pipe by Victor Stinner · 10 years ago
  27. d84fd73 Issue #22063: Fix asyncio documentation of socket and pipe operations regarding by Victor Stinner · 10 years ago
  28. 54c69c2 (Merge 3.4) asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() by Victor Stinner · 10 years ago
  29. 52bb949 asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method by Victor Stinner · 10 years ago
  30. 83b9ea4 (Merge 3.4) asyncio: sync with Tulip by Victor Stinner · 10 years ago
  31. b261475 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  32. 3597bef (Merge 3.4) asyncio: update the doc by Victor Stinner · 10 years ago
  33. d71dcbb asyncio: update the doc by Victor Stinner · 10 years ago
  34. ca18be6 merge 3.4 (#22265) by Benjamin Peterson · 10 years ago
  35. 8e16351 allow test to work on implementations not using ref-counting (closes #22265) by Benjamin Peterson · 10 years ago
  36. d475731 merge 3.4 (#22267) by Benjamin Peterson · 10 years ago
  37. 18bb702 fix some test_weakref tests to not rely on ref-counting (closes #22267) by Benjamin Peterson · 10 years ago
  38. cdcafb7 Issue #16808: inspect.stack() now returns a named tuple instead of a tuple. by Antoine Pitrou · 10 years ago
  39. 1fa3626 Issue #22034: Improve handling of wrong argument types in posixpath.join(). by Serhiy Storchaka · 10 years ago
  40. 549c197 Issue #22034: Got rid of misleading error message for bytearray arguments in by Serhiy Storchaka · 10 years ago
  41. 6610662 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 10 years ago
  42. d00aff2 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 10 years ago
  43. fa6e73b Merge with 3.4 by Terry Jan Reedy · 10 years ago
  44. ee55826 Issue #13540: add missing markup. by Terry Jan Reedy · 10 years ago
  45. 87018af Issue #21166: fix typo in comment by Ned Deily · 10 years ago
  46. ec7aaf5 Issue #21166: fix typo in comment by Ned Deily · 10 years ago
  47. 5231369 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  48. 65e3ecb Issue #22243: fix except grammar in reference. by Terry Jan Reedy · 10 years ago
  49. 8d2d889 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  50. 004e870 Issue #22232 (partial fix): update Universal newlines Glossary entry. by Terry Jan Reedy · 10 years ago
  51. 763826a Merge with 3.4 by Terry Jan Reedy · 10 years ago
  52. 133250c Merge heads. by Terry Jan Reedy · 10 years ago
  53. 130f303 Merge heads. by Terry Jan Reedy · 10 years ago
  54. b51b134 Merge PEP 466 What's New in 2.7 changes from 3.4 by Nick Coghlan · 10 years ago
  55. a5bbc2e Forward port PEP 466 What's New in 2.7 updates by Nick Coghlan · 10 years ago
  56. ef3b9ed Issue #2527: Add a *globals* argument to timeit functions, in order to override the globals namespace in which the timed code is executed. by Antoine Pitrou · 10 years ago
  57. 682c04c Issue #21166: merge from 3.4 by Ned Deily · 10 years ago
  58. fcbc246 Issue #21166: Prevent possible segfaults and other random failures of by Ned Deily · 10 years ago
  59. d0aeda8 Issue #20152: Port pyexpat to Argument Clinic. by Brett Cannon · 10 years ago
  60. 9f49e31 Add a missing Argument Clinic file by Brett Cannon · 10 years ago
  61. 3d25e16 Issue #20152: Port the pwd module to Argument Clinic. by Brett Cannon · 10 years ago
  62. 52d67ef Fix a missing #include. by Brett Cannon · 10 years ago
  63. 20cf6dd Issue #20152: Port the spwd module to Argument Clinic. by Brett Cannon · 10 years ago
  64. 04bb443 Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding + 'c'``. by Berker Peksag · 10 years ago
  65. 0242f79 Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding + 'c'``. by Berker Peksag · 10 years ago
  66. 5296db9 Issue #19447: Add a test case to py_compile.compile() to make sure by Berker Peksag · 10 years ago
  67. 31f8a67 Issue #19447: Add a test case to py_compile.compile() to make sure by Berker Peksag · 10 years ago
  68. 8fb7bb2 Issue #20152: Convert the grp module to Argument Clinic. by Brett Cannon · 10 years ago
  69. f2de1fc Issue #20152: Convert _multibytecodecs to Argument Clinic. by Brett Cannon · 10 years ago
  70. adc5634 Issue #22150: Fix deprecated-removed directive in Sphinx 1.2. by Berker Peksag · 10 years ago
  71. eb265ab Issue #22150: Fix deprecated-removed directive in Sphinx 1.2. by Berker Peksag · 10 years ago
  72. 145759c Merge for issue #22191 fix by Brett Cannon · 10 years ago
  73. 14ad531 Issue #22191: Fix warnings.__all__. by Brett Cannon · 10 years ago
  74. 7c08b19 Issue #19714: Tests for importlib.machinery.WindowsRegistryFinder. by Brett Cannon · 10 years ago
  75. f499931 merge from 3.4 by Senthil Kumaran · 10 years ago
  76. a969ae2 Fix issue22245 - Fix urllib2_localnet test. by Senthil Kumaran · 10 years ago
  77. 55ac5b3 Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolution of relative URLs, rather than RFCs 1808 and 2396. by Antoine Pitrou · 10 years ago
  78. a7eb746 Issue #21549: Added the "members" parameter to TarFile.list(). by Serhiy Storchaka · 10 years ago
  79. 48ad7c0 use __qualname__ to compute bound method repr (closes #21389) by Benjamin Peterson · 10 years ago
  80. 2b7ccbd merge from 3.4 by Senthil Kumaran · 10 years ago
  81. 7837376 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 10 years ago
  82. f2d9ee6 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  83. 37ed873 Idle ColorDelegator: finish removing code for 'as'. by Terry Jan Reedy · 10 years ago
  84. f2e500c Merge with 3.4 by Terry Jan Reedy · 10 years ago
  85. c1a723a Idle ColorDelegator: remove special case code for 'as' in import statements. by Terry Jan Reedy · 10 years ago
  86. 344ff4a allow recursion depth to be specified (closes #19628) by Benjamin Peterson · 10 years ago
  87. 54b3b3f Fixed typo. by Serhiy Storchaka · 10 years ago
  88. 996c3de Fixed typo. by Serhiy Storchaka · 10 years ago
  89. ef1a797 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 10 years ago
  90. 76b4765 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 10 years ago
  91. 79c27c3 Clean up test_user_command. by Serhiy Storchaka · 10 years ago
  92. d6ec309 Clean up test_user_command. by Serhiy Storchaka · 10 years ago
  93. c584741 merge 3.4 (closes #22200) by Benjamin Peterson · 10 years ago
  94. 0c56bb9 remove 2.2 and 2.6 compat code (closes #22200) by Benjamin Peterson · 10 years ago
  95. 049e509 Issue #22207: Fix "comparison between signed and unsigned integers" warning in by Victor Stinner · 10 years ago
  96. daca3d7 Issue #22206: Using pthread, PyThread_create_key() now sets errno to ENOMEM and by Victor Stinner · 10 years ago
  97. 7270b7f _pickle: Optimize raw_unicode_escape(), use directly a bytes object, don't use by Victor Stinner · 10 years ago
  98. 88d146b Optimize PyBytes_FromObject(): only overallocate when size=0 to not get the by Victor Stinner · 10 years ago
  99. cfcde8c Issue #22218: Fix "comparison between signed and unsigned integers" warning in by Victor Stinner · 10 years ago
  100. f13c46c Issue #22218: Fix "comparison between signed and unsigned integers" warnings in by Victor Stinner · 10 years ago