1. a5ffba0 Issue #24021: docstring for urllib.urlcleanup. by Robert Collins · 9 years ago
  2. 1f9a29f Issue #24021: docstring for urllib.urlcleanup. by Robert Collins · 9 years ago
  3. 2fee5c9 Issue #24021: docstring for urllib.urlcleanup. by Robert Collins · 9 years ago
  4. ac5e87c Issue #24771: Adds vcruntime DLL to tcltk package by Steve Dower · 9 years ago
  5. 132aecb Issue #24771: Adds vcruntime DLL to tcltk package by Steve Dower · 9 years ago
  6. 0758d70 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  7. 0b64354 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  8. 536aec9 Merge by Terry Jan Reedy · 9 years ago
  9. d6dabe0 Merge by Terry Jan Reedy · 9 years ago
  10. 7e220c0 Merge by Terry Jan Reedy · 9 years ago
  11. 8b5a18f Issue #24759: Merge with 3.5 by Terry Jan Reedy · 9 years ago
  12. f71a79c Issue #24759: Merge with 3.4 by Terry Jan Reedy · 9 years ago
  13. 2f7de53 Issue #24759: Revert 13a8782a775e. by Terry Jan Reedy · 9 years ago
  14. 55b8870 Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. by Robert Collins · 9 years ago
  15. f3d9c31 Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. by Robert Collins · 9 years ago
  16. a0e5d98 Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. by Robert Collins · 9 years ago
  17. 62f27b5 whatsnew/3.5,3.6: Mention that 'async' is a bad name for modules by Yury Selivanov · 9 years ago
  18. 13b74ae whatsnew/3.5: Mention that 'async' is a bad name for modules by Yury Selivanov · 9 years ago
  19. 9ea5199 Issue #22397: Skip failing tests on AIX by Robert Collins · 9 years ago
  20. 6f8a058 Issue #22397: Skip failing tests on AIX by Robert Collins · 9 years ago
  21. 43cbbe2 Issue #22397: Skip failing tests on AIX by Robert Collins · 9 years ago
  22. aa0043b Merge 3.5 by Yury Selivanov · 9 years ago
  23. c3fcb96 Merge 3.4 by Yury Selivanov · 9 years ago
  24. 4c0a09a Revert da29a94367b2 by Yury Selivanov · 9 years ago
  25. 38768b2 merge 3.5 (#24217) by Benjamin Peterson · 9 years ago
  26. 60e3f36 Merge 3.4 (#24217) by Benjamin Peterson · 9 years ago
  27. f6b5cad include fcntl.h on all *nix platforms (closes #24217) by Benjamin Peterson · 9 years ago
  28. 68669d5 Merge 3.5 by Yury Selivanov · 9 years ago
  29. 32ba405 Merge 3.4 by Yury Selivanov · 9 years ago
  30. 6b3f29c asyncio: Fix code style by Yury Selivanov · 9 years ago
  31. 96860ee Remove warning about asyncio being provisional (it's not in 3.5 and up; merge from 3.5). by Guido van Rossum · 9 years ago
  32. 75ead2b Remove warning about asyncio being provisional (it's not in 3.5 and up). by Guido van Rossum · 9 years ago
  33. 44427ad Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  34. b064f1e Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  35. 0dcd80a Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  36. 9dd6ddc Closes #23182: Merge with 3.5 by Zachary Ware · 9 years ago
  37. 13db76a Issue #23182: Merge with 3.4 by Zachary Ware · 9 years ago
  38. ce17f76 Issue #23182: PEP8-ify the annotation grammar tests. Patch by Ian Lee. by Zachary Ware · 9 years ago
  39. 78f02a5 Closes #23652: Merge with 3.5 by Zachary Ware · 9 years ago
  40. 1824544 Issue #23652: Merge with 3.4 by Zachary Ware · 9 years ago
  41. 3e77677 Issue #23652: Make the select module compile against LSB headers. by Zachary Ware · 9 years ago
  42. 8efb76f Merge with 3.5 by Terry Jan Reedy · 9 years ago
  43. dba51b8 Issue 24745: Add ACKS entry. by Terry Jan Reedy · 9 years ago
  44. 1c837f4 Issue 24745: Add ACKS entry. by Terry Jan Reedy · 9 years ago
  45. eb803c8 Issue 24745: Merge with 3.5 by Terry Jan Reedy · 9 years ago
  46. 1b3c8f8 Issue 24745: Merge with 3.4 by Terry Jan Reedy · 9 years ago
  47. d87d168 Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default by Terry Jan Reedy · 9 years ago
  48. 9344bd8 Clarify comments on setentry invariants. by Raymond Hettinger · 9 years ago
  49. 6a014d3 Merge 3.5 by Yury Selivanov · 9 years ago
  50. 75b5ab5 docs: Fix productionlist for async def functions by Yury Selivanov · 9 years ago
  51. a286a51 Fix comment typo by Raymond Hettinger · 9 years ago
  52. 36c0500 Tweak the comments by Raymond Hettinger · 9 years ago
  53. fbffdef Issue #24762: Speed-up frozenset_hash() and greatly beef-up the comments. by Raymond Hettinger · 9 years ago
  54. 99b80b5 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  55. 26f6676 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  56. 231007f Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. by Terry Jan Reedy · 9 years ago
  57. d27d938 Merge 3.5 (asyncio tests) by Victor Stinner · 9 years ago
  58. a0a28b0 Merge 3.4 (asyncio test) by Victor Stinner · 9 years ago
  59. 9a82bd4 Issue #24763: Fix asyncio test on Windows by Victor Stinner · 9 years ago
  60. 354b6e5 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  61. 19fae1a Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  62. 2080dc9 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  63. 12f896c Fix minor typo in a comment by Raymond Hettinger · 9 years ago
  64. 9591bf1 Merge 3.5 (asyncio) by Victor Stinner · 9 years ago
  65. a7a4c41 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  66. 6fb1e74 Fix ResourceWarning in asyncio.BaseSubprocessTransport by Victor Stinner · 9 years ago
  67. daffc91 Issue #24681: Move the most likely test first in set_add_entry(). by Raymond Hettinger · 9 years ago
  68. 746f6af Merge with 3.5 by Terry Jan Reedy · 9 years ago
  69. b20ac4d Merge with 3.4 by Terry Jan Reedy · 9 years ago
  70. 062759f Issue 24759: Gracefull exit Idle if ttk import fails. by Terry Jan Reedy · 9 years ago
  71. fa3922c Issue #13248: Delete remaining references of inspect.getargspec(). by Berker Peksag · 9 years ago
  72. 2808e44 Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  73. 78378e8 Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  74. 5ccc18f Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  75. cd111d5 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  76. 659fcb0 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  77. 30f1f67 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. by Terry Jan Reedy · 9 years ago
  78. e63a329 Update default msvccompiler link options to match the options used for core builds. by Steve Dower · 9 years ago
  79. b465cb5 Update default msvccompiler link options to match the options used for core builds. by Steve Dower · 9 years ago
  80. 4de1c1a Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  81. 7e94e8e Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  82. 41ca828 Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  83. 317ccf3 Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5. by Berker Peksag · 9 years ago
  84. 4333d8b Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5. by Berker Peksag · 9 years ago
  85. f716e74 Merge 3.5 (os.urandom) by Victor Stinner · 9 years ago
  86. 61d5aab py_getrandom(): getrandom() *can* return EINTR by Victor Stinner · 9 years ago
  87. eb2bdfe Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in difflib documentation. by Berker Peksag · 9 years ago
  88. 707deb9 Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in difflib documentation. by Berker Peksag · 9 years ago
  89. 76b1714 Issue #24360: Improve __repr__ of argparse.Namespace() for invalid identifiers. by Berker Peksag · 9 years ago
  90. ada5578 Merge with 3.5 for Issue #24729 by Jason R. Coombs · 9 years ago
  91. 0598da3 Merge with 3.4 for Issue #24729 by Jason R. Coombs · 9 years ago
  92. dcf841b Merge by Jason R. Coombs · 9 years ago
  93. 8ed4818 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  94. f8d5063 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  95. bd4dd54 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  96. 842c074 Issue #24729: Correct reference to open function. by Jason R. Coombs · 9 years ago
  97. e625e7c Merge 3.5 (Misc/ACKS) by Victor Stinner · 9 years ago
  98. 991d1d3 Merge 3.4 (Misc/ACKS) by Victor Stinner · 9 years ago
  99. 111803c Issue #23319: Add Matthieu Gautier to Misc/ACKS by Victor Stinner · 9 years ago
  100. 245edd4 Merge 3.5 (ctypes) by Victor Stinner · 9 years ago