1. 8ba03cf Fix whitespace in comment. by Raymond Hettinger · 9 years ago
  2. 1a690fb Issue #25010: Fix path for .pyd example project. by Zachary Ware · 9 years ago
  3. 2504cec Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  4. de5f9f4 Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  5. 931331a Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  6. eba8fee Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
  7. a091a82 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
  8. b41eada Issue #24889: When starting Idle, force focus onto Idle window if not already by Terry Jan Reedy · 9 years ago
  9. aa2fcc6 Issue #24917: time_strftime() buffer over-read. by Steve Dower · 9 years ago
  10. e8d58d1 Issue #25004: Handle out-of-disk-space error in LargeMmapTests by Martin Panter · 9 years ago
  11. 7f02d6d Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 9 years ago
  12. 6f2bb98 #23144: Make sure that HTMLParser.feed() returns all the data, even when convert_charrefs is True. by Ezio Melotti · 9 years ago
  13. 527ef07 Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago
  14. 2a23adf Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  15. ef920d6 Backed out changeset: a29b49d57769 by Steve Dower · 9 years ago
  16. 0fba9b3 Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. by Steve Dower · 9 years ago
  17. ca3f435 Issue #16180: Exit pdb if file has syntax error, instead of trapping user by Terry Jan Reedy · 9 years ago
  18. 6fb5bae Fix race condition in create_stdio() by Victor Stinner · 9 years ago
  19. 17227a7 #24998: fix cut and paste error in subprocess example. by R David Murray · 9 years ago
  20. 4fda56f Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily. by Terry Jan Reedy · 9 years ago
  21. 528a9ab Don't use defined() in C preprocessor macros by Victor Stinner · 9 years ago
  22. 479fea6 test_gdb: oops, the regex to parse the gdb version was still too strict by Victor Stinner · 9 years ago
  23. a7b76e0 test_wsgiref: add missing import (support) by Victor Stinner · 9 years ago
  24. 22f2c0e Fix test_wsgiref execution from the test module. by Senthil Kumaran · 9 years ago
  25. 26afae4 test_gdb: fix regex to parse GDB version for 'GNU gdb 6.1.1 [FreeBSD]\n' by Victor Stinner · 9 years ago
  26. ac5004f Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. by Terry Jan Reedy · 9 years ago
  27. 1c40552 Fix test_warnings: don't modify warnings.filters by Victor Stinner · 9 years ago
  28. 5b6b4a8 test_gdb: use subprocess.Popen context manager to fix ResourceWarning warnings by Victor Stinner · 9 years ago
  29. 2f3ac1e test_gdb: fix regex to parse gdb version for SUSE Linux Entreprise by Victor Stinner · 9 years ago
  30. 5492d35 asyncio doc: fix subprocess sections by Victor Stinner · 9 years ago
  31. 31e7f50 Issue #24952: Clarify default argument of stack_size() in threading, _thread by Martin Panter · 9 years ago
  32. 0612ffe fix spelling that was a bit confused (closes #24963) by Benjamin Peterson · 9 years ago
  33. 7a3602e Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. by Raymond Hettinger · 9 years ago
  34. 1a83746 Issue #24962: Remove space from filename by Zachary Ware · 9 years ago
  35. ed599b7 Issue #21112: Fix regression in unittest.expectedFailure on subclasses. by Robert Collins · 9 years ago
  36. 5e580da Issue #24947: Fix grammar in asyncio doc by Zachary Ware · 9 years ago
  37. 8e92967 Issue #24790: correct typo noticed by Eric Smith by Terry Jan Reedy · 9 years ago
  38. 2050a10 Issue #24790: Restore unused function. by Terry Jan Reedy · 9 years ago
  39. 41a27e0 Issue #24782: In Idle extension config dialog, replace tabs with sorted list. by Terry Jan Reedy · 9 years ago
  40. 78d5033 Issue #24808: Update the documentation of some PyTypeObject fields by Martin Panter · 9 years ago
  41. b372356 Update pip to 7.1.2 and setuptools to 18.2 by Donald Stufft · 9 years ago
  42. 87cbfb2 #24926: Fix typo in example. by R David Murray · 9 years ago
  43. a2b0055 Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  44. ab7cc759 Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses. by Yury Selivanov · 9 years ago
  45. a78ebe6 Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts). by Terry Jan Reedy · 9 years ago
  46. 6579459 cgi.FieldStorage.read_multi ignores Content-Length by Victor Stinner · 9 years ago
  47. 2053aa1 'Py_Buffer' should be 'Py_buffer' (closes #24883) by Benjamin Peterson · 9 years ago
  48. eca0445 Issue #24079: Improve description of the text and tail attributes for by Ned Deily · 9 years ago
  49. 5080deb Entries for idlelib/NEWS.txt by Terry Jan Reedy · 9 years ago
  50. 2756d8a Idle NEWS entries. by Terry Jan Reedy · 9 years ago
  51. a350e85 Issue #23672: ACKS by Terry Jan Reedy · 9 years ago
  52. 9644f24 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  53. c6dd5b1 Issue #24833: Add attribute reference needed for 3.x. by Terry Jan Reedy · 9 years ago
  54. 2339833 Issue #24867: Fix Task.get_stack() for 'async def' coroutines by Yury Selivanov · 9 years ago
  55. ac37ba0 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  56. 4ce4f97 Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 9 years ago
  57. edbc28c #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  58. 9632ea2 Issue #24763: Fix asyncio test on Windows (fix reverted change) by Yury Selivanov · 9 years ago
  59. 054d3cd Fixed doubled spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  60. 9a47ed8 regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore by Zachary Ware · 9 years ago
  61. 3a7ffa7 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  62. d84b29f Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  63. 159fbdd Issue #23812: Fix getter-cancellation with many pending getters code path by Yury Selivanov · 9 years ago
  64. 86b34da Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  65. 0b2833e Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  66. 79b98df Issue #21279: Flesh out str.translate docs by Zachary Ware · 9 years ago
  67. 5c28e9f Issue #23672: Allow Idle to edit and run files with astral chars in name. by Terry Jan Reedy · 9 years ago
  68. 8c125eb asyncio: Make sure BaseException is re-raised in SSLProtocol by Yury Selivanov · 9 years ago
  69. 3fc0f2d Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. by Yury Selivanov · 9 years ago
  70. 91e561a Issue #24129: Clarify reference docs for name resolution. by Nick Coghlan · 9 years ago
  71. 36948d7 Issue #24791: Add tests for things that regressed with PEP 448 by Zachary Ware · 9 years ago
  72. 920a335 Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. by Zachary Ware · 9 years ago
  73. 1ae28d2 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  74. 2a8911c asyncio: Sync with upstream (compat module) by Yury Selivanov · 9 years ago
  75. 996083d asyncio: Sync with mainstream by Yury Selivanov · 9 years ago
  76. 2fee5c9 Issue #24021: docstring for urllib.urlcleanup. by Robert Collins · 9 years ago
  77. 7e220c0 Merge by Terry Jan Reedy · 9 years ago
  78. 2f7de53 Issue #24759: Revert 13a8782a775e. by Terry Jan Reedy · 9 years ago
  79. a0e5d98 Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. by Robert Collins · 9 years ago
  80. 43cbbe2 Issue #22397: Skip failing tests on AIX by Robert Collins · 9 years ago
  81. 4c0a09a Revert da29a94367b2 by Yury Selivanov · 9 years ago
  82. f6b5cad include fcntl.h on all *nix platforms (closes #24217) by Benjamin Peterson · 9 years ago
  83. 6b3f29c asyncio: Fix code style by Yury Selivanov · 9 years ago
  84. 0dcd80a Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  85. ce17f76 Issue #23182: PEP8-ify the annotation grammar tests. Patch by Ian Lee. by Zachary Ware · 9 years ago
  86. 3e77677 Issue #23652: Make the select module compile against LSB headers. by Zachary Ware · 9 years ago
  87. 1c837f4 Issue 24745: Add ACKS entry. by Terry Jan Reedy · 9 years ago
  88. d87d168 Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default by Terry Jan Reedy · 9 years ago
  89. 231007f Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. by Terry Jan Reedy · 9 years ago
  90. 9a82bd4 Issue #24763: Fix asyncio test on Windows by Victor Stinner · 9 years ago
  91. 2080dc9 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  92. 6fb1e74 Fix ResourceWarning in asyncio.BaseSubprocessTransport by Victor Stinner · 9 years ago
  93. 062759f Issue 24759: Gracefull exit Idle if ttk import fails. by Terry Jan Reedy · 9 years ago
  94. 5ccc18f Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  95. 30f1f67 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. by Terry Jan Reedy · 9 years ago
  96. 41ca828 Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  97. dcf841b Merge by Jason R. Coombs · 9 years ago
  98. bd4dd54 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  99. 842c074 Issue #24729: Correct reference to open function. by Jason R. Coombs · 9 years ago
  100. 111803c Issue #23319: Add Matthieu Gautier to Misc/ACKS by Victor Stinner · 9 years ago