1. c0b0bb6 Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 11 years ago
  2. 91b0bc2 Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 11 years ago
  3. a3642b6 #20348: fix headers markup in Argument Clinic howto. Patch by Moritz Neeb. by Ezio Melotti · 11 years ago
  4. 8dffc45 Update asyncio from the Tulip project by Victor Stinner · 11 years ago
  5. 75a5ec8 Fix asyncio tests: define resolution by Victor Stinner · 11 years ago
  6. 6b0fa70 test_selectors: remove unused imports by Victor Stinner · 11 years ago
  7. f67255a Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum by Victor Stinner · 11 years ago
  8. 635fca9 Issue #20311: selectors: Add a resolution attribute to BaseSelector. by Victor Stinner · 11 years ago
  9. 2041859 Issue #20311: Revert e042ea77a152 and 7ce7295393c2, PollSelector.select() and by Victor Stinner · 11 years ago
  10. 38c72bd (Merge 3.3) Issue #20311: Revert 033137c12d88 (02f9db3e684e), by Victor Stinner · 11 years ago
  11. 9332096 Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout by Victor Stinner · 11 years ago
  12. 98c779e Issue #20193: The _lzma module now uses Argument Clinic. by Serhiy Storchaka · 11 years ago
  13. df9db26 Fix grammar: merge with 3.3. by Eric V. Smith · 11 years ago
  14. b72e69e Fix grammar. by Eric V. Smith · 11 years ago
  15. 1bc4bb2 Issue #20193: The _bz2 module now uses Argument Clinic. by Serhiy Storchaka · 11 years ago
  16. 8d00d73 Issue #20133: The audioop module now uses Argument Clinic. by Serhiy Storchaka · 11 years ago
  17. 1278561 Fixed converting errors in the binascii module (issue20151). by Serhiy Storchaka · 11 years ago
  18. 9d7849f Issue #20376: Argument Clinic now escapes backslashes in docstrings. by Zachary Ware · 11 years ago
  19. 3ffd913 Issue #20151: The binascii module now uses Argument Clinic. by Serhiy Storchaka · 11 years ago
  20. e4e7199 merge 3.3 by Benjamin Peterson · 11 years ago
  21. f580d5b update hosting faq by Benjamin Peterson · 11 years ago
  22. 021bb87 Issue #20381: Fix sanity checking on default arguments when c_default is by Zachary Ware · 11 years ago
  23. 66964cd Null merge by Serhiy Storchaka · 11 years ago
  24. a7184e6 Fix typo. by Serhiy Storchaka · 11 years ago
  25. 53bce92 Null merge by Serhiy Storchaka · 11 years ago
  26. 2d5a092 Issue #20384: Fix the test_tarfile test on Windows. by Serhiy Storchaka · 11 years ago
  27. 62f8ecc asyncio doc: document StreamWriter.drain() by Victor Stinner · 11 years ago
  28. 8c462c5 asyncio doc: move AbstractServer to the event loop page by Victor Stinner · 11 years ago
  29. c3bf14d merge 3.3 (#20374) by Benjamin Peterson · 11 years ago
  30. f0b463a new plan: just remove typecasts (closes #20374) by Benjamin Peterson · 11 years ago
  31. 4b4f9eb asyncio doc: add a "Coroutines and protocols" section by Victor Stinner · 11 years ago
  32. 1374bd4 asyncio: mention that transports/protocols are low-level, streams are high-level by Victor Stinner · 11 years ago
  33. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  34. b3c0f40 Merge removal of issue 20317 debugging code from 3.3 by Nick Coghlan · 11 years ago
  35. add94c9 Issue 20317: Remove debugging code from contextlib by Nick Coghlan · 11 years ago
  36. 8f81c3c merge 3.3 (#20374) by Benjamin Peterson · 11 years ago
  37. 5f6bf55 use new readline function types (closes #20374) by Benjamin Peterson · 11 years ago
  38. 421e49b asyncio: wait_for() now cancels the future on timeout. Patch written by Gustavo by Victor Stinner · 11 years ago
  39. 183e347 asyncio (Tulip issue 110): StreamReader.read() and StreamReader.readline() now by Victor Stinner · 11 years ago
  40. 8ce6e11 Close #20365: Skip test_asyncio.test_events.test_read_pty_output() on Mac OS X by Victor Stinner · 11 years ago
  41. 418e80b Fixed test_user_command on OpenSolaris where floats can have different string by Serhiy Storchaka · 11 years ago
  42. bdf0cb5 Fixed test_user_command on OpenSolaris where floats can have different string by Serhiy Storchaka · 11 years ago
  43. fe5fff6 Issue #19936: Restored executable bits for several libffi files. by Serhiy Storchaka · 11 years ago
  44. 744135d Issue #19936: Restored executable bits for several libffi files. by Serhiy Storchaka · 11 years ago
  45. da94b9e Issue #20311: add debug help in test_selectors by Victor Stinner · 11 years ago
  46. c520edc asyncio doc: add an client example using streams by Victor Stinner · 11 years ago
  47. 24f8ebf asyncio doc: Move streams to their own dedicated page by Victor Stinner · 11 years ago
  48. c8ea813 asyncio doc: link create_connection() to open_connection() and create_server() by Victor Stinner · 11 years ago
  49. 7235c05 asyncio doc: move stream classes to their own class by Victor Stinner · 11 years ago
  50. 3eb45d3 asyncio: Fix open_connection() documentation, writer is a StreamWriter by Victor Stinner · 11 years ago
  51. d869a0b Added test_user_command in test_tcl. by Serhiy Storchaka · 11 years ago
  52. 4b73016 Added test_user_command in test_tcl. by Serhiy Storchaka · 11 years ago
  53. 8860443 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  54. 94338de Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 11 years ago
  55. 42d9e1b Doc fixes for Argument Clinic. by Larry Hastings · 11 years ago
  56. d58831e Merge #20317 from 3.3 by Nick Coghlan · 11 years ago
  57. 09761e7 Issue #20317: Don't create a reference loop in ExitStack by Nick Coghlan · 11 years ago
  58. 4a2dbeb asyncio: Cleanup logging in BaseEventLoop._run_once() by Victor Stinner · 11 years ago
  59. 4625826 Two minor Argument Clinic bugfixes: use the name of the class in the by Larry Hastings · 11 years ago
  60. 071baa6 Argument Clinic: make 'destination' directive work. by Zachary Ware · 11 years ago
  61. 45726d3 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  62. 0e3b0e3 Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now by Terry Jan Reedy · 11 years ago
  63. 3f440de Merge with 3.3 by Terry Jan Reedy · 11 years ago
  64. d5710f8 Issue #16638: Include up to 5 docstring header lines (before first blank) in by Terry Jan Reedy · 11 years ago
  65. 45e124e Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 11 years ago
  66. 758fa5e Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 11 years ago
  67. f1e4fdc whatsnew: smtpd *map* argument, new ssl functions/methods. by R David Murray · 11 years ago
  68. b772f2e Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 11 years ago
  69. 6b2e559 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 11 years ago
  70. 502d80f8b Merge with 3.3 by Terry Jan Reedy · 11 years ago
  71. 715476d Issue #16630: Make Idle calltips work even when __getattr__ raises. by Terry Jan Reedy · 11 years ago
  72. 2bd59da Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 11 years ago
  73. 65fd059 Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 11 years ago
  74. 567b26e Issue #20311: EpollSelector now also rounds the timeout towards zero, as by Victor Stinner · 11 years ago
  75. 2d854c8 Issue #20024: Py_BuildValue() now saves/restores the current exception before by Victor Stinner · 11 years ago
  76. 5116f78 Issue #20301: Merge with 3.3 by Zachary Ware · 11 years ago
  77. f7d2874 Issue #20301: Mention the correct KEY_* value as the default by Zachary Ware · 11 years ago
  78. 2866c6a merge with 3.3 by Georg Brandl · 11 years ago
  79. 7ed509a fix deprecated-removed directive with sphinx 1.2 by Georg Brandl · 11 years ago
  80. 7067b5d selectors: add a comment to explain why and how poll timeout is rounded by Victor Stinner · 11 years ago
  81. 781a544 Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. by Terry Jan Reedy · 11 years ago
  82. eed1661 Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. by Terry Jan Reedy · 11 years ago
  83. 83b8105 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  84. 681ede8 Issue #20122: Idlelib: Move tests in CallTips.py to test_calltips.py. by Terry Jan Reedy · 11 years ago
  85. a67a79d Merge with 3.3 by Terry Jan Reedy · 11 years ago
  86. 30ffe7e Issue #20222: file is no longer a builtin in 3.x. by Terry Jan Reedy · 11 years ago
  87. b645724 Fix the description of pickle protocol numbers by Antoine Pitrou · 11 years ago
  88. 240cae7 (Merge 3.3) Issue #20311: Try to fix the unit test, use time.monotonic() by Victor Stinner · 11 years ago
  89. 39d798e Issue #20311: Try to fix the unit test, use time.monotonic() instead of by Victor Stinner · 11 years ago
  90. 11da8e2 Issue #20311: selector.PollSelector.select() now rounds the timeout away from by Victor Stinner · 11 years ago
  91. 09354fd (Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from by Victor Stinner · 11 years ago
  92. 665486e Issue #20311: select.epoll.poll() now rounds the timeout away from zero, by Victor Stinner · 11 years ago
  93. 22463aa Close #20275: Optimize BaseEventLoop._run_once() by Victor Stinner · 11 years ago
  94. c46d1fa Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 11 years ago
  95. 9b7a1a1 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 11 years ago
  96. ab0ac27 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 11 years ago
  97. 7e52705 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 11 years ago
  98. 679688e Fix grammar and add markup by Eli Bendersky · 11 years ago
  99. 3245e79 Formatting & rst link markup fixes by Eli Bendersky · 11 years ago
  100. 029981b Clarify what the loop arguments means for functions listed in 18.5.2.5 by Eli Bendersky · 11 years ago