1. a56d4e8 whatsnew: hmac accepts more bytes types, importlib decode_source, stat in C. by R David Murray · 10 years ago
  2. 2315779 Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 10 years ago
  3. c8d9e0e Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 10 years ago
  4. 153d97b #20288: merge with 3.3. by Ezio Melotti · 10 years ago
  5. f27b9a7 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 10 years ago
  6. 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 10 years ago
  7. 524be30 tracemalloc: Fix slicing traces and fix slicing a traceback. by Victor Stinner · 10 years ago
  8. 8f74a73 Issue #20354: Mention the fix in Misc/NEWS by Victor Stinner · 10 years ago
  9. a17b6bb Issue #20162: Fix an alignment issue in the siphash24() hash function which by Victor Stinner · 10 years ago
  10. 6d300d6 Fix extra line added in 0bcf23a52d55 by Brian Quinlan · 10 years ago
  11. 2b754f4 Issue #20319: concurrent.futures.wait() can block forever even if Futures have completed by Brian Quinlan · 10 years ago
  12. 63da7c7 inspect.signature: Support duck-types of Python functions (Cython, for instance) #17159 by Yury Selivanov · 10 years ago
  13. 4ded1f3 NEWS: Add news item for #18801 by Yury Selivanov · 10 years ago
  14. 1088d98 The function name for cmath.isinf in PyArg_ParseTuple() was wrong. by Brett Cannon · 10 years ago
  15. fcfb946 Issue #20311, #20452: poll and epoll now round the timeout away from zero, by Victor Stinner · 10 years ago
  16. 63a615c Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet. by Gregory P. Smith · 10 years ago
  17. 844dcfb Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet. by Gregory P. Smith · 10 years ago
  18. 9e3a60b More asyncio news. by Guido van Rossum · 10 years ago
  19. d82eddc inspect.getfullargspec: Use inspect.signature API behind the scenes #17481 by Yury Selivanov · 10 years ago
  20. 9f2e46d Issue #20424: Python implementation of io.StringIO now supports lone surrogates. by Serhiy Storchaka · 10 years ago
  21. 61f5616 Move Misc/NEWS entries committed after releasing 3.4.0b3 to correct places. by Serhiy Storchaka · 10 years ago
  22. c92ea76 Issue #20424: Python implementation of io.StringIO now supports lone surrogates. by Serhiy Storchaka · 10 years ago
  23. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  24. 0adc955 NEWS: Add few missing news items by Yury Selivanov · 10 years ago
  25. e7dcc5e inspect.signature: Support classes without user-defined __init__/__new__ #20308 by Yury Selivanov · 10 years ago
  26. f5d2f22 Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 10 years ago
  27. c369c2c Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 10 years ago
  28. a28632b Issue #19077: tempfile.TemporaryDirectory cleanup no longer fails when by Serhiy Storchaka · 10 years ago
  29. 99e033b Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely by Serhiy Storchaka · 10 years ago
  30. b991597 Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate by Victor Stinner · 10 years ago
  31. 2361216 I forgot to add a Misc/NEWS entry for issue #20394 by Christian Heimes · 10 years ago
  32. 23105d8 Merge. by Larry Hastings · 10 years ago
  33. ee4cca6 Post-release bump for 3.4.0 beta 3. by Larry Hastings · 10 years ago
  34. 908669b Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 10 years ago
  35. 91d4278 Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 10 years ago
  36. 6834a65 Issue #20367: Add Glenn Langford to Misc/ACKS by Victor Stinner · 10 years ago
  37. 62a85b5 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 10 years ago
  38. 1ac0095 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 10 years ago
  39. e6994ff Fix issue #20367: concurrent.futures.as_completed() for duplicate arguments. by Guido van Rossum · 10 years ago
  40. dbe0982 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 10 years ago
  41. 8003850 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 10 years ago
  42. 77b286b Close #20105: set __traceback__ when chaining exceptions in C by Nick Coghlan · 10 years ago
  43. 2d8e1e4 Version bump for 3.4.0b3. by Larry Hastings · 10 years ago
  44. 23e37aa Issue #20358: Tests for curses.window.overlay and curses.window.overwrite by Larry Hastings · 10 years ago
  45. f0537e8 Issue #20390: Final fix, for generating NoPositional/NoKeyword for __init__ calls. by Larry Hastings · 10 years ago
  46. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 10 years ago
  47. d6fb2c7 NEWS update for asyncio. by Guido van Rossum · 10 years ago
  48. 6029e08 Issue 19944: Fix importlib.find_spec() so it imports parents as needed. by Eric Snow · 10 years ago
  49. f67255a Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum by Victor Stinner · 10 years ago
  50. 635fca9 Issue #20311: selectors: Add a resolution attribute to BaseSelector. by Victor Stinner · 10 years ago
  51. 2041859 Issue #20311: Revert e042ea77a152 and 7ce7295393c2, PollSelector.select() and by Victor Stinner · 10 years ago
  52. 38c72bd (Merge 3.3) Issue #20311: Revert 033137c12d88 (02f9db3e684e), by Victor Stinner · 10 years ago
  53. 9332096 Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout by Victor Stinner · 10 years ago
  54. 9d7849f Issue #20376: Argument Clinic now escapes backslashes in docstrings. by Zachary Ware · 10 years ago
  55. 021bb87 Issue #20381: Fix sanity checking on default arguments when c_default is by Zachary Ware · 10 years ago
  56. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  57. 8f81c3c merge 3.3 (#20374) by Benjamin Peterson · 10 years ago
  58. 5f6bf55 use new readline function types (closes #20374) by Benjamin Peterson · 10 years ago
  59. 8860443 Merge with 3.3 by Terry Jan Reedy · 10 years ago
  60. 94338de Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 10 years ago
  61. d58831e Merge #20317 from 3.3 by Nick Coghlan · 10 years ago
  62. 09761e7 Issue #20317: Don't create a reference loop in ExitStack by Nick Coghlan · 10 years ago
  63. 45e124e Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 10 years ago
  64. 758fa5e Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 10 years ago
  65. 2bd59da Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 10 years ago
  66. 65fd059 Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 10 years ago
  67. 11da8e2 Issue #20311: selector.PollSelector.select() now rounds the timeout away from by Victor Stinner · 10 years ago
  68. 09354fd (Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from by Victor Stinner · 10 years ago
  69. 665486e Issue #20311: select.epoll.poll() now rounds the timeout away from zero, by Victor Stinner · 10 years ago
  70. c46d1fa Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 10 years ago
  71. 9b7a1a1 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 10 years ago
  72. 34e4628 Merge from 3.3. by Stefan Krah · 10 years ago
  73. 6c01e38 Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. by Stefan Krah · 10 years ago
  74. 5a6d4bf Fixes Issue #20165: The unittest module no longer considers tests marked with by Gregory P. Smith · 10 years ago
  75. b7ccb20 Issue #20294: Argument Clinic now supports argument parsing for __new__ and by Larry Hastings · 10 years ago
  76. b470575 Issue #20299: Argument Clinic custom converters may now change the default by Larry Hastings · 10 years ago
  77. bd22d39 merge 3.3 (#18574) by Benjamin Peterson · 10 years ago
  78. a96860c correct news entry for #18574 by Benjamin Peterson · 10 years ago
  79. c28ab08 merge 3.3 (#18574) by Benjamin Peterson · 10 years ago
  80. 3836593 add Nikolaus Rath to ACKS by Benjamin Peterson · 10 years ago
  81. 0442423 fix handling of 100-continue status code (closes #18574) by Benjamin Peterson · 10 years ago
  82. 5d83d1a Issue #20270: urllib.urlparse now supports empty ports. by Serhiy Storchaka · 10 years ago
  83. ff97b08 Issue #20270: urllib.urlparse now supports empty ports. by Serhiy Storchaka · 10 years ago
  84. aee0e63 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 10 years ago
  85. c2d0142 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 10 years ago
  86. 7d68a1c Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 10 years ago
  87. 9fbec7a Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 10 years ago
  88. ce644a0 Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 10 years ago
  89. 53ad0cd Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 10 years ago
  90. bebf735 Issue #20287: Argument Clinic's output is now configurable, allowing by Larry Hastings · 10 years ago
  91. 601d366 Issue #20265: Merge with 3.3 by Zachary Ware · 10 years ago
  92. c3cf97b Issue #20265: Updated some parts of the Using Windows document. by Zachary Ware · 10 years ago
  93. 50c8583 Merge typo/grammar fixes from 3.3. by Zachary Ware · 10 years ago
  94. 6f8e81a Fix some typos/grammar in current sections of NEWS. by Zachary Ware · 10 years ago
  95. 7700734 Issue #20266: Merge with 3.3 by Zachary Ware · 10 years ago
  96. 9fc0e99 Issue #20266: Update parts of the Windows FAQ by Zachary Ware · 10 years ago
  97. 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 10 years ago
  98. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  99. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  100. 6db6653 Issue #14455: Fix some issues with plistlib by Ronald Oussoren · 10 years ago