1. e36fcde - Issue #22841: Reject coroutines in asyncio add_signal_handler(). by Guido van Rossum · 10 years ago
  2. 6c14f23 fix possible double free in TextIOWrapper.__init__ (closes #22849) by Benjamin Peterson · 10 years ago
  3. dfede95 Upgrade setuptools to 7.0 by Donald Stufft · 10 years ago
  4. 19e9158 Got rid of the array module dependency in the re module. by Serhiy Storchaka · 10 years ago
  5. 0c938f6 Issue #12728: Different Unicode characters having the same uppercase but by Serhiy Storchaka · 10 years ago
  6. 3402ef6 Silence the failure of test_pyclbr after adding a property in sre_parse by Serhiy Storchaka · 10 years ago
  7. 84df7fe Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 10 years ago
  8. 519114d Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x. by Serhiy Storchaka · 10 years ago
  9. e66bb96 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 10 years ago
  10. 8e92f57 Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. by Serhiy Storchaka · 10 years ago
  11. 72a7f7c Try to transfer the Unicode test data files gzipped. by Georg Brandl · 10 years ago
  12. 5a15508 #22650: test suite: load Unicode test data files from www.pythontest.net by Georg Brandl · 10 years ago
  13. b7fa201 Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip by Steve Dower · 10 years ago
  14. fbaf931 test_httplib: use self-signed.pythontest.net for verification test with non-root-CA cert by Georg Brandl · 10 years ago
  15. 50219fc Closes #22784: fix test_asyncio when the ssl module isn't available by Antoine Pitrou · 10 years ago
  16. b811a97 use pythontest.net for fragment redirection test by Benjamin Peterson · 10 years ago
  17. 1d83002 remove requires_ssl decorator by Benjamin Peterson · 10 years ago
  18. 67a9877 merge 3.3 by Benjamin Peterson · 10 years ago
  19. e71abcc merge 3.2 by Benjamin Peterson · 10 years ago
  20. 258f3f0 use pythontest.net for url fragment test by Benjamin Peterson · 10 years ago
  21. 004adb9 asyncio: Move loop attribute to _FlowControlMixin by Victor Stinner · 10 years ago
  22. 7e8b867 Issue #22773: fix failing test with old readline versions due to issue #19884. by Antoine Pitrou · 10 years ago
  23. 1ea070e test that keyfile can be None by Benjamin Peterson · 10 years ago
  24. 8d2d5b9 merge 3.3 by Benjamin Peterson · 10 years ago
  25. 97751fa merge 3.2 by Benjamin Peterson · 10 years ago
  26. 863c962 move idna test domain to pythontest.net by Benjamin Peterson · 10 years ago
  27. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  28. 8cf7c1c Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 by Serhiy Storchaka · 10 years ago
  29. 4d85689 test is cpython only by Benjamin Peterson · 10 years ago
  30. e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 10 years ago
  31. 18e8972 Bump to 3.3.6 by Georg Brandl · 10 years ago
  32. 439d885 Bump to 3.2.6 by Georg Brandl · 10 years ago
  33. b3ac843 #16040: fix unlimited read from connection in nntplib. by Georg Brandl · 10 years ago
  34. e800a0e Bump to 3.2.6rc1 by Georg Brandl · 10 years ago
  35. 76e73f8 Bump to 3.3.6rc1 by Georg Brandl · 10 years ago
  36. 4480d30 ref #19855: skip uuid test_find_mac on non-Posix as in later branches by Georg Brandl · 10 years ago
  37. 51c1162 Issue #19855: uuid.getnode() on Unix now looks on the PATH for the by Georg Brandl · 10 years ago
  38. 3bc3567 Backport b533cc11d114 to fix intermittent test_urllibnet failures. by Georg Brandl · 10 years ago
  39. 786c8e7 Fix-up for 0f362676460d: add missing size argument to SSLFakeFile.readline(), as in 2.6 backport 8a6def3add5b by Georg Brandl · 10 years ago
  40. bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
  41. 8b7e161 backport context argument of urlopen (#22366) for pep 476 by Senthil Kumaran · 10 years ago
  42. cc23154 Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform. by Antoine Pitrou · 10 years ago
  43. 8b23f5c #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 10 years ago
  44. 4b2b1de Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 10 years ago
  45. 91f01e1 Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. by Ned Deily · 10 years ago
  46. c33a0cc Brought excluded code into the scope of a try block in SysLogHandler.emit(). by Vinay Sajip · 10 years ago
  47. 8083cd6 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
  48. b1847e7 Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. by Serhiy Storchaka · 10 years ago
  49. cf7b1ca Fixed compile error in issue #22410. The _locale module is optional. by Serhiy Storchaka · 10 years ago
  50. d9b8dc2 Merge heads by Serhiy Storchaka · 10 years ago
  51. 4659cc0 Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 10 years ago
  52. 2b2852b Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError. by Antoine Pitrou · 10 years ago
  53. ed14c86 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  54. 2acbae8 Issue #22173: Update lib2to3 tests to use unittest test discovery. by Zachary Ware · 10 years ago
  55. 8b63d3a Issue #22596: support.transient_internet() now also catches by Berker Peksag · 10 years ago
  56. a9421fb Issue #3068: Add Idle extension configuration dialog to Options menu. by Terry Jan Reedy · 10 years ago
  57. 2514f52 Closes #22675: fix typo. by Georg Brandl · 10 years ago
  58. f23530f Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
  59. 8e120ac Issue20689: add missing API pieces to __all__ by Ethan Furman · 10 years ago
  60. dd09efd Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, by Terry Jan Reedy · 10 years ago
  61. 838f2c4 #18853: Fix resource warning in shlex's __main__ section. by R David Murray · 10 years ago
  62. 7570cbd #9351: set_defaults on subparser is no longer ignored if set on parent. by R David Murray · 10 years ago
  63. 685b349 #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  64. d696732 Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode. by Antoine Pitrou · 10 years ago
  65. be16d68 Fix test_ctypes failure on OpenIndiana buildbot where _ctypes is not built by Zachary Ware · 10 years ago
  66. baf45c5 Issue #16000: Convert test_curses to use unittest by Zachary Ware · 10 years ago
  67. 16c41ab Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 10 years ago
  68. cd56736 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 10 years ago
  69. 9a6f8e1 Issue #22628: Increase Treewidge line spacing so lines do not overlap. by Terry Jan Reedy · 10 years ago
  70. 380ec63 Issue #16233: When the module browser is not invoked in an editor window with by Terry Jan Reedy · 10 years ago
  71. 3f9f612 merge 3.3 (#22643) by Benjamin Peterson · 10 years ago
  72. 1cbb3fe merge 3.3 (#22643) by Benjamin Peterson · 10 years ago
  73. fd39a89 Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security. by Antoine Pitrou · 10 years ago
  74. 7184bac Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind by Ethan Furman · 10 years ago
  75. 00bdce3 Issue #3068: Change 0/1 to False/True so that extension configure dialog can by Terry Jan Reedy · 10 years ago
  76. f67f460 Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows if by Victor Stinner · 10 years ago
  77. ee3e561 Issue #22632: replace dead link with version-specific doc link. by Terry Jan Reedy · 10 years ago
  78. 0ae550b Issue22506: added methods on base Enum class now show up in dir of Enum subclass (3.4) by Ethan Furman · 10 years ago
  79. 0f4f048 Issue #22435: Fix a file descriptor leak when SocketServer bind fails. by Charles-François Natali · 10 years ago
  80. efc7258 Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. by Terry Jan Reedy · 10 years ago
  81. 7567865 #20815: small readability improvements in ipaddress tests. by R David Murray · 10 years ago
  82. 817905b #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  83. 4cfb5be Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 10 years ago
  84. 90f7afd #11973: add test for previously fixed kevent signed/unsigned bug. by R David Murray · 10 years ago
  85. 0e34dc3 asyncio: enhance protocol representation by Victor Stinner · 10 years ago
  86. 6b04dc9 Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 10 years ago
  87. c8bd53f Issue #22601: run_forever() now consumes BaseException of the temporary task by Victor Stinner · 10 years ago
  88. ad0c57f Issue #21986: Idle now matches interpreter in not pickling user code objects. by Terry Jan Reedy · 10 years ago
  89. 9086f92 Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 10 years ago
  90. 3894b2a Issue #11694: Raise ConversionError in xdrlib as documented by Petri Lehtinen · 10 years ago
  91. 866c4e2 test_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadic by Victor Stinner · 10 years ago
  92. b77983d Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present. by Berker Peksag · 10 years ago
  93. 4fe69ba Issue #20167: revise condition to accomodate message change. by Terry Jan Reedy · 10 years ago
  94. 8675799 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 10 years ago
  95. 92cb0a3 Issue 3068: Move idlelib.configDialog action button creation into a separate by Terry Jan Reedy · 10 years ago
  96. 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  97. 2ce95d7 Merge from 3.4.2 release head back into 3.4 mainline. by Larry Hastings · 10 years ago
  98. deb7bf1 idlelib.configHandler: revise docstrings, add spaces, use False/True, add some by Terry Jan Reedy · 10 years ago
  99. dbb1261 Release bump for 3.4.2 final. by Larry Hastings · 10 years ago
  100. c6256e5 Update pydoc topics and fix supsicious markup for 3.4.2 final. by Larry Hastings · 10 years ago