1. a98faef Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 10 years ago
  2. 2c6a3ae Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 10 years ago
  3. 05d7d15 Merge with 3.4 by Zachary Ware · 10 years ago
  4. 8faecbf Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@. by Zachary Ware · 10 years ago
  5. 3481e21 Issue #21918: Convert test_tools.py to a sub-package of test. by Zachary Ware · 10 years ago
  6. 2b0a610 Issue #21918: Convert test_tools.py to a sub-package of test. by Zachary Ware · 10 years ago
  7. 51af1de Merge removal of Tools/scripts/pydocgui.pyw by Zachary Ware · 10 years ago
  8. 52b2bc0 Remove Tools/scripts/pydocgui.pyw. by Zachary Ware · 10 years ago
  9. c3fcf4b (Merge 3.4) asyncio: test_as_completed(): disable "slow callback" warning by Victor Stinner · 10 years ago
  10. accef5c asyncio: test_as_completed(): disable "slow callback" warning by Victor Stinner · 10 years ago
  11. f85581f (Merge 3.4) Issue #21163: Fix "destroy pending task" warning in test_wait_errors() by Victor Stinner · 10 years ago
  12. e931f7b Issue #21163: Fix "destroy pending task" warning in test_wait_errors() by Victor Stinner · 10 years ago
  13. 845212a (Merge 3.4) Issue #21163, asyncio: Ignore "destroy pending task" warnings for by Victor Stinner · 10 years ago
  14. f03b3c7 Issue #21163, asyncio: Ignore "destroy pending task" warnings for private tasks by Victor Stinner · 10 years ago
  15. 72f8e25 (Merge 3.4) asyncio: test_selector_events: remove duplicate call to by Victor Stinner · 10 years ago
  16. 1314f06 asyncio: test_selector_events: remove duplicate call to _on_handshake() method by Victor Stinner · 10 years ago
  17. 985e8d8 Fixed recently added Misc/NEWS entry which was moved during merge by Tal Einat · 10 years ago
  18. 2e4394e Issue #21765: Add support for non-ascii identifiers to HyperParser by Tal Einat · 10 years ago
  19. 9b7f9e6 Issue #21765: Add support for non-ascii identifiers to HyperParser by Tal Einat · 10 years ago
  20. b5cace8 Issue #21645, #21985: Remove debug code by Victor Stinner · 10 years ago
  21. e82881c Fix getargspec() doctring (varkw -> keywords). by Guido van Rossum · 10 years ago
  22. 9923341 Issue #18974: Tools/scripts/diff.py now uses argparse instead of optparse. by Serhiy Storchaka · 10 years ago
  23. 24fb2d4 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  24. cfa8950 Issue #21982: Add minimal unittest for configDialog with 46% coverage. by Terry Jan Reedy · 10 years ago
  25. bbbf45b Merge with Python 3.4 by Victor Stinner · 10 years ago
  26. 1cae9ec asyncio tests: make quiet the logs of SSL handshake failures when running tests by Victor Stinner · 10 years ago
  27. ed589f5 Issue #21645: test_asyncio, log debug trace into sys.__stderr__, not in by Victor Stinner · 10 years ago
  28. 24f2a50 Issue #21645: Add debug code to analyze a failure on FreeBSD 9 by Victor Stinner · 10 years ago
  29. daded80 Merge with Python 3.4 by Victor Stinner · 10 years ago
  30. acdb782 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  31. 56ded52 Call PyErr_NoMemory() when PyMem_Malloc() fails. by Serhiy Storchaka · 10 years ago
  32. b1ebfdd Call PyErr_NoMemory() when PyMem_Malloc() fails. by Serhiy Storchaka · 10 years ago
  33. 0823d4b merge by Raymond Hettinger · 10 years ago
  34. 8323f68 Issue 21977: Minor improvements to the regexes in the tokenizer example. by Raymond Hettinger · 10 years ago
  35. e0a9a01 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  36. 5283c4e Issue #18592: Method return signature changes made to SearchDialogBase for by Terry Jan Reedy · 10 years ago
  37. 5596619 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  38. 5d0d2e6 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  39. 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  40. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  41. 007a903 Issue #21966: Respect -q command-line option when code module is ran. by Alexander Belopolsky · 10 years ago
  42. de1fb66 Issue #19076: Merge with 3.4. by Berker Peksag · 10 years ago
  43. ad5ffd4 Issue #19076: Don't pass the redundant 'file' argument to self.error(). by Berker Peksag · 10 years ago
  44. 5c6e6fc Issue #21932: Skip test_os.test_large_read() on 32-bit system by Victor Stinner · 10 years ago
  45. e856710 Merge with 3.4 by Victor Stinner · 10 years ago
  46. 4bfb14a asyncio: Server.close() leaves client sockets open by Victor Stinner · 10 years ago
  47. 59d77e8 Merge with 3.4 by Victor Stinner · 10 years ago
  48. e912e65 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  49. 4fee7aa Merge 3.4 by Victor Stinner · 10 years ago
  50. 8ebeb03 asyncio: improve the documentation of servers by Victor Stinner · 10 years ago
  51. b28dbac asyncio, Tulip issue 180: Make Server attributes and methods private by Victor Stinner · 10 years ago
  52. 6960c1a Issue #21906: Merge from 3.4. by Berker Peksag · 10 years ago
  53. 7aee3ec Issue #21906: Make Tools/scripts/md5sum.py work in Python 3. by Berker Peksag · 10 years ago
  54. d8089e0 Issue #16382: Improve exception message of warnings.warn() for bad category. by Berker Peksag · 10 years ago
  55. 6e1ccfe Issue #21932: Ooops, os.read(fd, size) allocates a buffer of size bytes, even by Victor Stinner · 10 years ago
  56. b28ed92 Issue #21932: os.read() now uses a :c:func:`Py_ssize_t` type instead of by Victor Stinner · 10 years ago
  57. 0d63f12 (Merge 3.4) asyncio: enhance documentation of platform support by Victor Stinner · 10 years ago
  58. 778015b asyncio: enhance documentation of platform support by Victor Stinner · 10 years ago
  59. 39578d8 (Merge 3.4) asyncio: sync with Tulip by Victor Stinner · 10 years ago
  60. 770e48d asyncio: sync with Tulip by Victor Stinner · 10 years ago
  61. 8934961 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  62. 3740d58 Issue #18592: Make unittest for SearchDialogBase work on all tk versions. by Terry Jan Reedy · 10 years ago
  63. 814bd9b News entries by Terry Jan Reedy · 10 years ago
  64. be25426 Idle News entries. by Terry Jan Reedy · 10 years ago
  65. 55740d7 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  66. 223dd8d #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar. by Terry Jan Reedy · 10 years ago
  67. e77b5a7 (Merge 3.4) asyncio: sync with Tulip by Victor Stinner · 10 years ago
  68. 737c34f asyncio: sync with Tulip by Victor Stinner · 10 years ago
  69. 4f96050 (Merge 3.4) asyncio: sync with Tulip by Victor Stinner · 10 years ago
  70. c39ba7d asyncio: sync with Tulip by Victor Stinner · 10 years ago
  71. 61d368e (Merge 3.4) asyncio: sync with Tulip by Victor Stinner · 10 years ago
  72. f68bd88 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  73. fff80d9 Issue #21942: Fixed source file viewing in pydoc's server mode on Windows. by Zachary Ware · 10 years ago
  74. eb43214 Issue #21942: Fixed source file viewing in pydoc's server mode on Windows. by Zachary Ware · 10 years ago
  75. f6e9f36 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  76. 7cca28f Issue #21940: add docstrings to idlelib.WidgetRedirector. by Terry Jan Reedy · 10 years ago
  77. 0be6630 Issues #21948 and #16040: Merge with 3.4. by Berker Peksag · 10 years ago
  78. 740c730 Issues #21948 and #16040: Fix typos. by Berker Peksag · 10 years ago
  79. e4857f3 Issue #6916: Use assertWarns in test_asynchat. by Berker Peksag · 10 years ago
  80. 416b516 Fix bootstrapping asdl -- it didn't work with Python 2.7. by Guido van Rossum · 10 years ago
  81. 667f545 Issue #21938: simplify gen_iternext() by Antoine Pitrou · 10 years ago
  82. b44fc32 (Merge 3.4) asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() by Victor Stinner · 10 years ago
  83. bfff45d asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waits by Victor Stinner · 10 years ago
  84. 5f40168 (Merge 3.4) Issue #21680: Document asyncio event loops by Victor Stinner · 10 years ago
  85. aea8229 Issue #21680: Document asyncio event loops by Victor Stinner · 10 years ago
  86. afb52e1 Issue #21907: Make the buildbot clean script always return 0. by Zachary Ware · 10 years ago
  87. 4532c43 Merge 3.4 by Victor Stinner · 10 years ago
  88. 530ef2f Update asyncio documentation by Victor Stinner · 10 years ago
  89. 896a25a asyncio: sync with Tulip by Victor Stinner · 10 years ago
  90. de08cb6 Fix compilation failure (followup to #21803) by Antoine Pitrou · 10 years ago
  91. 1eee8e5 Issue #21803: remove macro indirections in complexobject.h by Antoine Pitrou · 10 years ago
  92. db5f8fc (Merge 3.4) Issue #11259: asynchat.async_chat().set_terminator() now raises a by Victor Stinner · 10 years ago
  93. 630a4f6 Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError if by Victor Stinner · 10 years ago
  94. 7b9328f (Merge 3.4) asynchat: PEP8-ify the code by Victor Stinner · 10 years ago
  95. fd5d1b5 asynchat: PEP8-ify the code by Victor Stinner · 10 years ago
  96. e8209da (Merge 3.4) Issue #12523: asynchat.async_chat.push() now raises a TypeError if by Victor Stinner · 10 years ago
  97. d9e810a Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn't by Victor Stinner · 10 years ago
  98. ac7d80c (Merge 3.4) Issue #21925: PyImport_Cleanup(): Remove unused parameter in by Victor Stinner · 10 years ago
  99. ab826d1 Issue #21925: PyImport_Cleanup(): Remove unused parameter in by Victor Stinner · 10 years ago
  100. 69d2d01 Issue #21907: Exit with the correct return code by Zachary Ware · 10 years ago