1. 5409177 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  2. 9644f24 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  3. e6894d6 Enables building compressed Windows test builds with --pack option. by Steve Dower · 9 years ago
  4. a0bcfaf Merge with 3.4 by Terry Jan Reedy · 9 years ago
  5. c6dd5b1 Issue #24833: Add attribute reference needed for 3.x. by Terry Jan Reedy · 9 years ago
  6. bb78ade Merge 3.4 (Issue #24867) by Yury Selivanov · 9 years ago
  7. 2339833 Issue #24867: Fix Task.get_stack() for 'async def' coroutines by Yury Selivanov · 9 years ago
  8. 7c97a05 Merge from 3.5.0 for issue #24492 by Brett Cannon · 9 years ago
  9. f7a9267 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  10. ac37ba0 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  11. 5e8d47f Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 9 years ago
  12. 4ce4f97 Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 9 years ago
  13. c77088d Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  14. edbc28c #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  15. 2ebdc13 Issue #23725: Overhaul tempfile docs. by Robert Collins · 9 years ago
  16. 9b8a1fa Issue #24847: Fixes tcltk installer layout of VC runtime DLL by Steve Dower · 9 years ago
  17. 3008bc0 Issue #24492: make sure that ``from ... import ...` raises an by Brett Cannon · 9 years ago
  18. cae101f Issue #24839: platform._syscmd_ver raises DeprecationWarning by Steve Dower · 9 years ago
  19. 2ab6ddb Post-release bump for Python 3.5.0rc1. by Larry Hastings · 9 years ago
  20. bb8a52a Added tag v3.5.0rc1 for changeset 1a58b1227501 by Larry Hastings · 9 years ago
  21. 73b4a7a Merged fixes for two bad bugs. This will be the new Python 3.5.0rc1. by Larry Hastings · 9 years ago
  22. 4a3d96c Issue #24745: Prevent IDLE initialization crash with Tk 8.4: by Ned Deily · 9 years ago
  23. 131426e Merge 3.4 (issues #24835, #24763) by Yury Selivanov · 9 years ago
  24. 9632ea2 Issue #24763: Fix asyncio test on Windows (fix reverted change) by Yury Selivanov · 9 years ago
  25. cdab6f3 Added tag v3.5.0rc1 for changeset 01a684180b19 by Larry Hastings · 9 years ago
  26. 71ea65f Release bump for Python 3.5.0rc1. by Larry Hastings · 9 years ago
  27. f7ae14f Regenerated pydoc topics for Python 3.5.0rc1. by Larry Hastings · 9 years ago
  28. 89e5122 Fixed doubled spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  29. 054d3cd Fixed doubled spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  30. c97a962 Issue #24824: Signatures of codecs.encode() and codecs.decode() now are by Serhiy Storchaka · 9 years ago
  31. 83ee5a3 Merge 3.4 by Zachary Ware · 9 years ago
  32. 9a47ed8 regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore by Zachary Ware · 9 years ago
  33. 3a7ffa7 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  34. d84b29f Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  35. 159fbdd Issue #23812: Fix getter-cancellation with many pending getters code path by Yury Selivanov · 9 years ago
  36. 86b34da Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  37. 0b2833e Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  38. 79b98df Issue #21279: Flesh out str.translate docs by Zachary Ware · 9 years ago
  39. 5c28e9f Issue #23672: Allow Idle to edit and run files with astral chars in name. by Terry Jan Reedy · 9 years ago
  40. 8c125eb asyncio: Make sure BaseException is re-raised in SSLProtocol by Yury Selivanov · 9 years ago
  41. 3fc0f2d Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. by Yury Selivanov · 9 years ago
  42. 91e561a Issue #24129: Clarify reference docs for name resolution. by Nick Coghlan · 9 years ago
  43. 36948d7 Issue #24791: Add tests for things that regressed with PEP 448 by Zachary Ware · 9 years ago
  44. 920a335 Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. by Zachary Ware · 9 years ago
  45. 1ae28d2 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  46. 2a8911c asyncio: Sync with upstream (compat module) by Yury Selivanov · 9 years ago
  47. 996083d asyncio: Sync with mainstream by Yury Selivanov · 9 years ago
  48. 2fee5c9 Issue #24021: docstring for urllib.urlcleanup. by Robert Collins · 9 years ago
  49. 7e220c0 Merge by Terry Jan Reedy · 9 years ago
  50. 2f7de53 Issue #24759: Revert 13a8782a775e. by Terry Jan Reedy · 9 years ago
  51. a0e5d98 Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. by Robert Collins · 9 years ago
  52. 43cbbe2 Issue #22397: Skip failing tests on AIX by Robert Collins · 9 years ago
  53. 4c0a09a Revert da29a94367b2 by Yury Selivanov · 9 years ago
  54. f6b5cad include fcntl.h on all *nix platforms (closes #24217) by Benjamin Peterson · 9 years ago
  55. 6b3f29c asyncio: Fix code style by Yury Selivanov · 9 years ago
  56. 0dcd80a Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  57. ce17f76 Issue #23182: PEP8-ify the annotation grammar tests. Patch by Ian Lee. by Zachary Ware · 9 years ago
  58. 3e77677 Issue #23652: Make the select module compile against LSB headers. by Zachary Ware · 9 years ago
  59. 1c837f4 Issue 24745: Add ACKS entry. by Terry Jan Reedy · 9 years ago
  60. d87d168 Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default by Terry Jan Reedy · 9 years ago
  61. 231007f Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. by Terry Jan Reedy · 9 years ago
  62. 9a82bd4 Issue #24763: Fix asyncio test on Windows by Victor Stinner · 9 years ago
  63. 2080dc9 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  64. 6fb1e74 Fix ResourceWarning in asyncio.BaseSubprocessTransport by Victor Stinner · 9 years ago
  65. 062759f Issue 24759: Gracefull exit Idle if ttk import fails. by Terry Jan Reedy · 9 years ago
  66. 5ccc18f Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  67. 30f1f67 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. by Terry Jan Reedy · 9 years ago
  68. 41ca828 Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  69. dcf841b Merge by Jason R. Coombs · 9 years ago
  70. bd4dd54 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  71. 842c074 Issue #24729: Correct reference to open function. by Jason R. Coombs · 9 years ago
  72. 111803c Issue #23319: Add Matthieu Gautier to Misc/ACKS by Victor Stinner · 9 years ago
  73. 9c631a0 Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  74. bb1c079 Issue #19450: Update OS X installer builds to use SQLite 3.8.11. by Ned Deily · 9 years ago
  75. 1ee9283 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  76. d8de44b Issue #24729: Update tutorial to match implementation. by Alessandro Cucci · 9 years ago
  77. 54d361f Issue #19450: Update Windows builds to use SQLite 3.8.11.0 by Steve Dower · 9 years ago
  78. acd61b6 Issue #24735: Fix invalid memory access in combinations_with_replacement() by Raymond Hettinger · 9 years ago
  79. aaf6114 Issue #23441: rcompleter now prints a tab character instead of displaying by Berker Peksag · 9 years ago
  80. 0bd5fb0 Issue #24728: Fix building without threads. by Berker Peksag · 9 years ago
  81. ddc7440 Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 9 years ago
  82. 83236f7 Issue #24683: Fixed crashes in _json functions called with arguments of by Serhiy Storchaka · 9 years ago
  83. 5a294d8 Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories. by Berker Peksag · 9 years ago
  84. 7e732a7 Issue #24713: Use importlib.reload() in import reference document. by Berker Peksag · 9 years ago
  85. eaf16ab asyncio: sync with github by Victor Stinner · 9 years ago
  86. 71080fc asyncio: Add asyncio.compat module by Victor Stinner · 9 years ago
  87. f05b79d Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d. by Ned Deily · 9 years ago
  88. 178f0b6 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  89. f79dfe3 Add versionchanged information for mock_open. by Robert Collins · 9 years ago
  90. ca647ef Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  91. 80e4f30 Remove line numbers from unittest in susp-ignored. by Robert Collins · 9 years ago
  92. 16dd210 Fix suspicious after the unittest docs change. by Robert Collins · 9 years ago
  93. e02f6c2 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  94. 689b55c Issue #24603: Update the Windows build to use OpenSSL 1.0.2d by Zachary Ware · 9 years ago
  95. 4aa30dc rstlint: explicitly open files as UTF8 by Zachary Ware · 9 years ago
  96. c75e2dd Issue #24680: Remove random backslash. Patch by cdz. by Zachary Ware · 9 years ago
  97. 750eae1 Issue #24678: Fixed raiseExceptions typo in logging tests. by Serhiy Storchaka · 9 years ago
  98. 19c1a87 Issue #20792: Expand idle_test.test_pathbowser. Tweak file to not copy twice. by Terry Jan Reedy · 9 years ago
  99. c0b1e0f Issue #24675: Avoid DeprecationWarning in test_os by Victor Stinner · 9 years ago
  100. 239aba7 Issue #19663: Improve error message for defaultdict. by Raymond Hettinger · 9 years ago