1. 3f18f10 Issue #25274: test_recursionlimit_recovery() of test_sys now checks by Victor Stinner · 10 years ago
  2. 1c62b52 Reflect parameter name change in the doc by Andrew Svetlov · 10 years ago
  3. 89719e1 Issue #25182: Fix compilation on Windows by Victor Stinner · 10 years ago
  4. a59018c Issue #25182: The stdprinter (used as sys.stderr before the io module is by Serhiy Storchaka · 10 years ago
  5. b5102e3 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 10 years ago
  6. 68f5ef2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 10 years ago
  7. e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 10 years ago
  8. d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). by Guido van Rossum · 10 years ago
  9. d94c1b9 Fix StreamReader.__repr__ by Andrew Svetlov · 10 years ago
  10. 85976b1 Fixed issue #25034: Fix string.Formatter problem with auto-numbering by Eric V. Smith · 10 years ago
  11. b8b951f Added additional unpickling tests. by Serhiy Storchaka · 10 years ago
  12. c6b54b4 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 10 years ago
  13. 37f8135 Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 10 years ago
  14. f38356a Remove indent in news item. Error when building 3.x docs. by Terry Jan Reedy · 10 years ago
  15. 9af7fe7 Add recent IDLE NEWS items. by Terry Jan Reedy · 10 years ago
  16. 9af30ac Correct Misc/NEWS about asyncio.Queue rewrite. by Guido van Rossum · 10 years ago
  17. 99f96c5 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. by Guido van Rossum · 10 years ago
  18. 16a1f28 Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 10 years ago
  19. d351706 Issue #24972: New option is only valid in tk 8.5+. by Terry Jan Reedy · 10 years ago
  20. 507a5c4 Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 10 years ago
  21. 2122b62 Backed out changeset: 70c01dd35100 by Terry Jan Reedy · 10 years ago
  22. 7082cbc Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 10 years ago
  23. 672be19 merge by Alexander Belopolsky · 10 years ago
  24. edc6885 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 10 years ago
  25. c79447b Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 10 years ago
  26. 1138439 Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 10 years ago
  27. 87d0066 Fix English phrasing. by R David Murray · 10 years ago
  28. 3c0769d fix spacing by Benjamin Peterson · 10 years ago
  29. c76b1c9 merge heads by Benjamin Peterson · 10 years ago
  30. 1dd72e6 make wikipedia link https by Benjamin Peterson · 10 years ago
  31. 28670d1 Issue #25198: When using the Idle dov TOC menu, put the section title at the by Terry Jan Reedy · 10 years ago
  32. c402d8d shorten and fix casing of title by Benjamin Peterson · 10 years ago
  33. 6aa1564 initialize return value to NULL to avoid compiler compliants (closes #25245) by Benjamin Peterson · 10 years ago
  34. d2134c7 Issue #24570: Idle: make calltip and completion boxes appear on Macs by Terry Jan Reedy · 10 years ago
  35. 00e4ce3 Issue #24988: Idle ScrolledList context menus (used in debugger) by Terry Jan Reedy · 10 years ago
  36. e48cf7e prevent overflow in _Unpickler_Read by Benjamin Peterson · 10 years ago
  37. 3be2e54 Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. by Terry Jan Reedy · 10 years ago
  38. cbe16ae Issue #25211: Eliminate lazy error message class by using subTest by Martin Panter · 10 years ago
  39. 52736dd Issue #25198: Idle doc viewer now uses user width and height setting. by Terry Jan Reedy · 10 years ago
  40. ce021db Issue #25225: add revised .html. by Terry Jan Reedy · 10 years ago
  41. f660ce2 Issue #25225: Condense and rewrite Idle doc section on text colors. by Terry Jan Reedy · 10 years ago
  42. 974a271 Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text by Terry Jan Reedy · 10 years ago
  43. 74edd35 Add Benjamin Hodgson to Misc/ACK by Andrew Svetlov · 10 years ago
  44. 4919907 Fix #25208: Improve "Develop with asyncio" doc page. by Andrew Svetlov · 10 years ago
  45. 0053c47 Issue 21995: Explain some differences between IDLE and console Python. by Terry Jan Reedy · 10 years ago
  46. bfd9767 Issue #24894: Document the codec iso8859_11 by Victor Stinner · 10 years ago
  47. 8b5a981 Issue #22820: Explain need for *print* when running file from Idle editor. by Terry Jan Reedy · 10 years ago
  48. 6e10ec5 Issue 25224: Augment Idle doc feature list and no-subprocess section by Terry Jan Reedy · 10 years ago
  49. 968e285 Issue #25219: Update doc for Idle command line options. by Terry Jan Reedy · 10 years ago
  50. 6f5cdfe Idlelib.help: add 'b' prefix needed for bytes + bytes. by Terry Jan Reedy · 10 years ago
  51. aa0da86 Issue #12067: Rewrite Comparisons section in the language reference by Martin Panter · 10 years ago
  52. a0ae789 Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning by Terry Jan Reedy · 10 years ago
  53. 89f76d3 Issue #25047: Respect case writing XML encoding declarations by Martin Panter · 10 years ago
  54. f94471c whitespace by Terry Jan Reedy · 10 years ago
  55. 3c7eccd0 Issue #24570: Right-click for context menus now work on Mac Aqual also. by Terry Jan Reedy · 10 years ago
  56. 8f278f1 Handle calls to win32_ver from non-Windows platform by Steve Dower · 10 years ago
  57. 64a3387 Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims. by Steve Dower · 10 years ago
  58. 364d6e1 whitespace by Terry Jan Reedy · 10 years ago
  59. cba1a1a Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. by Terry Jan Reedy · 10 years ago
  60. d9763c2 Issue #24861: add Idle news item and correct previous errors. by Terry Jan Reedy · 10 years ago
  61. 582b17c Issue #23630: Fix test_asyncio on Windows by Victor Stinner · 10 years ago
  62. 72e1eae Issue #25114: Fix test_asyncio by Victor Stinner · 10 years ago
  63. 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 10 years ago
  64. f7dc7fb Issue #25114, asyncio: add ssl_object extra info to SSL transports by Victor Stinner · 10 years ago
  65. 808d641 Issue #25138: test_socket.test_idna() uses support.transient_internet() instead by Victor Stinner · 10 years ago
  66. c3f7731 Issue #24861: Add docstring to idlelib.__init__ with 'private' warning. by Terry Jan Reedy · 10 years ago
  67. 09fbb20 Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines by Terry Jan Reedy · 10 years ago
  68. 407c497 Issue #23484: Document differences between synchronization primitives of by Berker Peksag · 10 years ago
  69. bb5f83f Add NEWS items for Idle. by Terry Jan Reedy · 10 years ago
  70. 44e4b11 Issue #25169: os.getppid() is available on Windows since Python 3.2. by Berker Peksag · 10 years ago
  71. 96f802a Issue #16893: finish deprecation. by Terry Jan Reedy · 10 years ago
  72. b50c637 Issue #25199: Idle: add synchronization comments for future maintainers. by Terry Jan Reedy · 10 years ago
  73. 963a38b Issue #16893: whitespace in idle.html. by Terry Jan Reedy · 10 years ago
  74. 5d46ab1 Issue #16893: Replace help.txt with idle.html for Idle doc display. by Terry Jan Reedy · 10 years ago
  75. 16ad5cf remove reference to PyGoogle (#25145) by Benjamin Peterson · 10 years ago
  76. 95acbce use a more modern UA (#25145) by Benjamin Peterson · 10 years ago
  77. c37c49f Issue #24199: Add stacklevel to deprecation warning call. by Terry Jan Reedy · 10 years ago
  78. cebfdac Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä by Martin Panter · 10 years ago
  79. d86a6ef Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 10 years ago
  80. 5393647 Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X Snow by Victor Stinner · 10 years ago
  81. 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 10 years ago
  82. e3bcbd2 Issue #25108: Backported tests for traceback functions print_stack(), by Serhiy Storchaka · 10 years ago
  83. 2a5f9da Issue24756: clarify usage of run_docstring_examples() by Ethan Furman · 10 years ago
  84. 0b0c3b6 Issue #25127: Fix typo in concurrent.futures.rst by Berker Peksag · 10 years ago
  85. a578eb3 test_gdb: fix regex to parse the GDB version by Victor Stinner · 10 years ago
  86. 66ad846 Use :menuselection: in whatsnew/3.4. by Serhiy Storchaka · 10 years ago
  87. 4019852 fix name of argument in docstring and the docs (closes #25076) by Benjamin Peterson · 10 years ago
  88. 95c3e6c Issue #25021: Merge from 3.3 to 3.4 by Kristján Valur Jónsson · 10 years ago
  89. 102764a Issue #25021: Correctly make sure that product.__setstate__ does not access by Kristján Valur Jónsson · 10 years ago
  90. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  91. 06171bd Issue #16473: Fix byte transform codec documentation; test quotetabs=True by Martin Panter · 10 years ago
  92. f9b6875 Issue #25063: socket.sendfile() does not exist in 3.4 by Martin Panter · 10 years ago
  93. ea7266d Issue #25043: Document BDADDR_ and HCI_ Bluetooth socket constants by Martin Panter · 10 years ago
  94. 79e5088 Fix grammatical error in csv docs. by Zachary Ware · 10 years ago
  95. ec1a498 Issue #24684: socket.socket.getaddrinfo() now calls by Victor Stinner · 10 years ago
  96. db4220e Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 10 years ago
  97. 91c03e0 Issue #25022: Avoid warning about unused suspicious rule by Martin Panter · 10 years ago
  98. d830262 Issue #24984: BTPROTO_SCO supports only bytes objects by Martin Panter · 10 years ago
  99. 3d9a9d4 Issue #25022: Add NEWS, fix docs to not mention the old example. by Zachary Ware · 10 years ago
  100. b54a068 Issue #25022: Remove PC/example_nt/ by Zachary Ware · 10 years ago