1. 4f654fb properly decref the return value of close() by Benjamin Peterson · 10 years ago
  2. c68b7fb (Merge 3.4) Issue #21892, #21893: Partial revert of changeset 4f55e802baf0, by Victor Stinner · 10 years ago
  3. a33bce0 Issue #21892, #21893: Partial revert of changeset 4f55e802baf0, PyErr_Format() by Victor Stinner · 10 years ago
  4. d5b5f54 Merge from 3.4. by Berker Peksag · 10 years ago
  5. 3410af4 Add an index entry for exec() builtin. by Berker Peksag · 10 years ago
  6. 76e13c1 #15014: Add 'auth' command to implement auth mechanisms and use it in login. by R David Murray · 10 years ago
  7. d8b129f Closes #21151: Merge with 3.4 by Zachary Ware · 10 years ago
  8. ad4690f Issue #21151: Fixed a segfault in the winreg module. by Zachary Ware · 10 years ago
  9. a6237d8 Merge 3.4 by Andrew Svetlov · 10 years ago
  10. 0d50af4 Update docs about tp_richcompare by Andrew Svetlov · 10 years ago
  11. f7eaa0c Issue #21755: Skip {Frozen,Source}_DeadlockAvoidanceTests tests when by Berker Peksag · 10 years ago
  12. 748ff8b merge by Raymond Hettinger · 10 years ago
  13. 11cda47 Fix guidance for subclassing collections.Set() by Raymond Hettinger · 10 years ago
  14. b57d6a2 (Merge 3.4) asyncio: sync with Tulip by Victor Stinner · 10 years ago
  15. 2dba23a asyncio: sync with Tulip by Victor Stinner · 10 years ago
  16. 6680e9f (Merge 3.4) Issue #21090: io.FileIO.readall() does not ignore I/O errors by Victor Stinner · 10 years ago
  17. e10920f Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before, by Victor Stinner · 10 years ago
  18. 7c45632 Normalize style per PEP-8 by Jason R. Coombs · 10 years ago
  19. 3e88722 Issue #5800: headers parameter of wsgiref.headers.Headers is now optional. by Berker Peksag · 10 years ago
  20. 09db75f Merge 3.4 by Andrew Svetlov · 10 years ago
  21. ee750d8 Use try-finally idiom in example for locks in multiprocessing by Andrew Svetlov · 10 years ago
  22. 5e45697 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  23. 092b3cf More idlelib cleanup inspired by pyflakes. by Terry Jan Reedy · 10 years ago
  24. 509dab9 Issue #18258: Fix test discovery for test_codecmaps_*. by Zachary Ware · 10 years ago
  25. d9de794 Issue #18258: Fix test discovery for test_codecmaps_*. by Zachary Ware · 10 years ago
  26. 062bc1de Merge with 3.4 by Terry Jan Reedy · 10 years ago
  27. 44f09eb Delete a few unused names suggested by pyflakes. by Terry Jan Reedy · 10 years ago
  28. 7f341ca (Merge 3.4) Issue #8677: make the zlib module "ssize_t clean" for parsing by Victor Stinner · 10 years ago
  29. f18f871 Issue #8677: make the zlib module "ssize_t clean" for parsing parameters by Victor Stinner · 10 years ago
  30. da8e6a2 (Merge 3.4) Closes #21780: make the unicodedata module "ssize_t clean" for by Victor Stinner · 10 years ago
  31. 65a3144 Closes #21780: make the unicodedata module "ssize_t clean" for parsing parameters by Victor Stinner · 10 years ago
  32. 7f08406 (Merge 3.4) Issue #21781: Make the ssl module "ssize_t clean" for parsing by Victor Stinner · 10 years ago
  33. 2e57b4e Issue #21781: Make the ssl module "ssize_t clean" for parsing parameters. by Victor Stinner · 10 years ago
  34. 6a75bb0 (Merge 3.4) asyncio: Fix test_sleep_cancel(): call_later() mock has no self parameter by Victor Stinner · 10 years ago
  35. 1690ed3 asyncio: Fix test_sleep_cancel(): call_later() mock has no self parameter by Victor Stinner · 10 years ago
  36. 9f43505 (Merge 3.4) Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu by Victor Stinner · 10 years ago
  37. 293f3f5 Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C by Victor Stinner · 10 years ago
  38. 744a119 Issue #21891: remove extraneous semicolon. by Ned Deily · 10 years ago
  39. 529ea5d Issue #21891: remove extraneous semicolon. by Ned Deily · 10 years ago
  40. 3c8ae84 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  41. 8cefd08 Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods by Terry Jan Reedy · 10 years ago
  42. 68e013c Issue #13689: Merge from 3.4. by Berker Peksag · 10 years ago
  43. fd6400a Issue #13689: Remove a dead link from howto/urllib. by Berker Peksag · 10 years ago
  44. 2e9e6c7 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  45. 525168b Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  46. c26c51a Merge with 3.4 by Terry Jan Reedy · 10 years ago
  47. f5ac57d Issue #21882: In turtle demos, remove module scope gui and sys calls by by Terry Jan Reedy · 10 years ago
  48. b1f9ed7 (Merge 3.4) Issue #21163: BaseEventLoop.run_until_complete() and by Victor Stinner · 10 years ago
  49. 98b6391 Issue #21163: BaseEventLoop.run_until_complete() and test_utils.run_briefly() by Victor Stinner · 10 years ago
  50. 91dd20b asyncio: sync with Tulip by Victor Stinner · 10 years ago
  51. b75380f asyncio: sync with Tulip by Victor Stinner · 10 years ago
  52. 9dd826b Issue #21645: asyncio: add a watchdog in test_read_all_from_pipe_reader() for by Victor Stinner · 10 years ago
  53. d9375f1 Fix typo in socket.getaddrinfo() docstring. by Berker Peksag · 10 years ago
  54. a6ec5ee Fix typo in socket.getaddrinfo() docstring. by Berker Peksag · 10 years ago
  55. 0ca4703 Issue #21811: Add Misc/NEWS entry. by Ned Deily · 10 years ago
  56. 093e66e Issue #21811: Add Misc/NEWS entry. by Ned Deily · 10 years ago
  57. 977c8a3 Issue #14235: Merge from 3.4. by Berker Peksag · 10 years ago
  58. 67ef591 Issue #14235: Use importlib.reload() in test_cmd.test_coverage. by Berker Peksag · 10 years ago
  59. de68722 Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohuslav Kabrda. by Antoine Pitrou · 10 years ago
  60. d95224c Merge 3.4. by Stefan Krah · 10 years ago
  61. bb458db Issue #21778: Clarify use of flags if PyBuffer_FillInfo() is used inside a by Stefan Krah · 10 years ago
  62. f026dae Fixes #10541: regrtest -T is broken by Alexander Belopolsky · 10 years ago
  63. 15c6ed5 Issue #20753: Merge with 3.4. by Berker Peksag · 10 years ago
  64. ad324f6 Issue #20753: Skip PasswordProtectedSiteTestCase when Python is built without threads. by Berker Peksag · 10 years ago
  65. 6cdcf0d (Merge 3.4) asyncio: sync with Tulip, add a new asyncio.coroutines module by Victor Stinner · 10 years ago
  66. f951d28 asyncio: sync with Tulip, add a new asyncio.coroutines module by Victor Stinner · 10 years ago
  67. 41c8da9 MERGE: Closes #11279: test_posix and lack of "id -G" support - less noise required? (Solaris) by Jesus Cea · 10 years ago
  68. 61f32cb Closes #11279: test_posix and lack of "id -G" support - less noise required? (Solaris) by Jesus Cea · 10 years ago
  69. 8477f7a Issue #21863: cProfile now displays the module name of C extension functions, in addition to their own name. by Antoine Pitrou · 10 years ago
  70. 0882e27 (Merge 3.4) asyncio: Fix two "Coroutine xxx was never yielded from" messages in by Victor Stinner · 10 years ago
  71. 09e7590 asyncio: Fix two "Coroutine xxx was never yielded from" messages in tests by Victor Stinner · 10 years ago
  72. 875dbed (Merge 3.4) asyncio: Fix unit tests on Windows, escape filenames in regex by Victor Stinner · 10 years ago
  73. b9a301a asyncio: Fix unit tests on Windows, escape filenames in regex by Victor Stinner · 10 years ago
  74. a81088a (Merge 3.4) Issue #11453: asyncore: emit a ResourceWarning when an unclosed by Victor Stinner · 10 years ago
  75. 4d4c69d Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapper by Victor Stinner · 10 years ago
  76. c3bc856 (Merge 3.4) Closes #21582: Cleanup test_asyncore. Patch written by diana. by Victor Stinner · 10 years ago
  77. 252d40e Closes #21582: Cleanup test_asyncore. Patch written by diana. by Victor Stinner · 10 years ago
  78. 7b2ecc4 Merge socket howto fixes from 3.4. by Ezio Melotti · 10 years ago
  79. 680241e Fix indentation and class name in socket howto example. by Ezio Melotti · 10 years ago
  80. eb39199 (Merge 3.4) asyncio, Tulip issue 137: In debug mode, save traceback where by Victor Stinner · 10 years ago
  81. 80f53aa asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task and by Victor Stinner · 10 years ago
  82. fe4a979 (Merge 3.4) asyncio, Tulip issue 137: In debug mode, add the traceback where by Victor Stinner · 10 years ago
  83. bbd96c6 asyncio, Tulip issue 137: In debug mode, add the traceback where the coroutine by Victor Stinner · 10 years ago
  84. 19b0111 (Merge 3.4) asyncio: Oops, restore a removed test by Victor Stinner · 10 years ago
  85. c4cca45 asyncio: Oops, restore a removed test by Victor Stinner · 10 years ago
  86. ddb1d82 Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. by Ned Deily · 10 years ago
  87. 5c86701 Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. by Ned Deily · 10 years ago
  88. 3cbae68 merge 3.4 by Benjamin Peterson · 10 years ago
  89. 1791c22 use NULL not 0 by Benjamin Peterson · 10 years ago
  90. 7722769 (Merge 3.4) Issue #21858: Better handling of Python exceptions in the sqlite3 by Victor Stinner · 10 years ago
  91. 297d104 Issue #21858: Better handling of Python exceptions in the sqlite3 module. by Victor Stinner · 10 years ago
  92. c59a49d Issue #21829: Merge with 3.4 by Zachary Ware · 10 years ago
  93. 7180c79 Issue #21829: Fix running test_ctypes on Windows with -O or -OO by Zachary Ware · 10 years ago
  94. 0c43ed8 Merge #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed. by R David Murray · 10 years ago
  95. c6772c4 #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed. by R David Murray · 10 years ago
  96. 2f60820 #20295: Teach imghdr to recognize OpenEXR format images. by R David Murray · 10 years ago
  97. a157867 merge by Raymond Hettinger · 10 years ago
  98. 1945456 Issue #19145: Remove duplicate ACKS entry by Raymond Hettinger · 10 years ago
  99. d6dd534 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  100. ede0573 Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings, by Terry Jan Reedy · 10 years ago