1. eb73563 merge with 3.5 by Georg Brandl · 8 years ago
  2. 32fbd3a Closes #26442: fix copy-paste. by Georg Brandl · 8 years ago
  3. def4ff6 merge with 3.5 by Georg Brandl · 8 years ago
  4. adeffcc Closes #26444: typo fixes. by Georg Brandl · 8 years ago
  5. 9d66d4a remove unused c_encoding struct member by Benjamin Peterson · 8 years ago
  6. 768921c rewrite parsestr() so it's comprehensible; remove dead code by Benjamin Peterson · 8 years ago
  7. 202803a c_encoding can never be NULL, which allows some code simplification by Benjamin Peterson · 8 years ago
  8. 7812dbc Dummy merge with 3.5 by Martin Panter · 8 years ago
  9. de9b27d Issue #26390: Merge pbkdf2_hmac() doc from 3.5 by Martin Panter · 8 years ago
  10. 6d6dd73 merge with 3.5 by Georg Brandl · 8 years ago
  11. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 8 years ago
  12. 057ab49 merge with 3.5 by Georg Brandl · 8 years ago
  13. 2305b3c Fix rstlint to also look for indented comments that should be directives. by Georg Brandl · 8 years ago
  14. 6e13225 Issue #26402: Merge XML-RPC client fix from 3.5 by Martin Panter · 9 years ago
  15. eae3336 Issue #26402: Fix XML-RPC client retrying after server disconnection by Martin Panter · 9 years ago
  16. f799ca8 Issue #25801: Fixed resource warnings in test_zipfile64. Patch by SilentGhost. by Serhiy Storchaka · 9 years ago
  17. f828218 Issue #25801: Fixed resource warnings in test_zipfile64. Patch by SilentGhost. by Serhiy Storchaka · 9 years ago
  18. 62bc321 Fix out-of-date comment by Raymond Hettinger · 9 years ago
  19. 3ece994 Issue #25136: merge from 3.5 by Ned Deily · 9 years ago
  20. e76a6d5 Issue #25136: Add reference to 'xcode-select --install' to Mac README. by Ned Deily · 9 years ago
  21. 5c884df Change OS X installer builds targeted for 10.10 and above to build by Ned Deily · 9 years ago
  22. 5988498 Change OS X installer builds targeted for 10.10 and above to build by Ned Deily · 9 years ago
  23. b8da1a4 Issue #25136: merge from 3.5 by Ned Deily · 9 years ago
  24. 020250f Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 9 years ago
  25. b118870 Issue #26302: merge from 3.5 by Jason R. Coombs · 9 years ago
  26. d10aa2e Null merge by Serhiy Storchaka · 9 years ago
  27. e14c07e Fixed a bug in os.walk() with bytes path on Windows caused by merging fixes by Serhiy Storchaka · 9 years ago
  28. 6c783ac Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. by Serhiy Storchaka · 9 years ago
  29. 205e75b Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. by Serhiy Storchaka · 9 years ago
  30. 510addf Issue #5824: Merge socketserver tests from 3.5 by Martin Panter · 9 years ago
  31. 1827eff Issue #5824: Fix DatagramRequestHandler tests by binding the client socket by Martin Panter · 9 years ago
  32. 150ea1a Issue #22088: Merge base64 docs from 3.5 by Martin Panter · 9 years ago
  33. ee3074e Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 9 years ago
  34. 3d2778c Issue #26406: merge from 3.5 by Ned Deily · 9 years ago
  35. e1d4e58 Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on by Ned Deily · 9 years ago
  36. 2d43bc2 merge with 3.5 by Georg Brandl · 9 years ago
  37. f1d371b Update example; str(float) changed so there is difference now. by Georg Brandl · 9 years ago
  38. 72f2ef4 Issue #26268: Merge with 3.5 by Zachary Ware · 9 years ago
  39. fe93283 Issue #26261: Merge NamedTemporaryFile docs from 3.5 by Martin Panter · 9 years ago
  40. 1f0e1f3 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 9 years ago
  41. 6fe57ad Issue #26268: Update Windows builds to use OpenSSL 1.0.2f by Zachary Ware · 9 years ago
  42. 16f164e Issue #26268: Update the prepare_ssl.py script by Zachary Ware · 9 years ago
  43. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago
  44. 0d34530 Merge XML-RPC client documentation from 3.5 by Martin Panter · 9 years ago
  45. 1c5e715 Fix errors in XML-RPC client example code by Martin Panter · 9 years ago
  46. 42b33a4 Issue #26401: Fix compile() documentation by Berker Peksag · 9 years ago
  47. 0334c3c Issue #26401: Fix compile() documentation by Berker Peksag · 9 years ago
  48. ccd6c59 Fix some typos in the NEWS file by Brett Cannon · 9 years ago
  49. 31feb71 Fix some typos in the NEWS file by Brett Cannon · 9 years ago
  50. d9108d1 Issue #23430: Stop socketserver from catching SystemExit etc from handlers by Martin Panter · 9 years ago
  51. 86a8be0 Fix a name in an example by Brett Cannon · 9 years ago
  52. 4cbab34 Issue #26397: Update an importlib example to use util.module_from_spec() instead of create_module() by Brett Cannon · 9 years ago
  53. fe1941e Merge w/ 3.5 by Brett Cannon · 9 years ago
  54. 27c712e List what classes from importlib.machinery don't work with importlib.util.LazyLoader by Brett Cannon · 9 years ago
  55. e5f4d3c Merge for issue #26186 by Brett Cannon · 9 years ago
  56. 558823a Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. by Brett Cannon · 9 years ago
  57. 0911c0d Merge for issue #26367 by Brett Cannon · 9 years ago
  58. 4f38cb4 Issue #26367: Have importlib.__init__() raise RuntimeError when by Brett Cannon · 9 years ago
  59. d9dc530 Merged cookbook update from 3.5. by Vinay Sajip · 9 years ago
  60. e10d370 Added simple threading example to logging cookbook. by Vinay Sajip · 9 years ago
  61. 2d2d08d Issue #22468: Merge gettarinfo() doc from 3.5 by Martin Panter · 9 years ago
  62. f817a48 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 9 years ago
  63. 7db1d16 merge with 3.5 by Georg Brandl · 9 years ago
  64. 92849d1 Closes #20169: fix inner links random doc. by Georg Brandl · 9 years ago
  65. be1aec7 Issue #15608: Merge socketserver doc from 3.5 by Martin Panter · 9 years ago
  66. eac17b8 Issue #15608: Improve socketserver module documentation by Martin Panter · 9 years ago
  67. 4ddbc078 Issue #26309: Merge socketserver fix from 3.5 by Martin Panter · 9 years ago
  68. 4bf4274 Issue #26309: Rewrite test in main thread and avoid race condition by Martin Panter · 9 years ago
  69. 31a252b Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  70. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  71. a2b64e6 Issue #26309: Merge socketserver fix from 3.5 by Martin Panter · 9 years ago
  72. c12fef9 Issue #26309: Shut down socketserver request if verify_request() is false by Martin Panter · 9 years ago
  73. bd81129 merge 3.5 (#26378) by Benjamin Peterson · 9 years ago
  74. 8f0432f fix typo (closes #26378) by Benjamin Peterson · 9 years ago
  75. 4a180a6 merge 3.5 (closes #25939) by Benjamin Peterson · 9 years ago
  76. 1378f7c merge 3.4 (closes #25939) by Benjamin Peterson · 9 years ago
  77. 9491272 open the cert store readonly by Benjamin Peterson · 9 years ago
  78. 5ab2699 Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 9 years ago
  79. f38c93f Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 9 years ago
  80. 40383c8 Minor clarification in tutorial. by Georg Brandl · 9 years ago
  81. 00538ff Issue #25924: merge with 3.5 by Ned Deily · 9 years ago
  82. 47299fd Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X by Ned Deily · 9 years ago
  83. 44f9bc9 Issue #26268: merge from 3.5 by Ned Deily · 9 years ago
  84. 203ce92 Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f. by Ned Deily · 9 years ago
  85. b6f17f5 The return type of a rich comparison is an int by Raymond Hettinger · 9 years ago
  86. 8a5e69c Issue #26316: Merge Arg Clinic fix from 3.5 by Martin Panter · 9 years ago
  87. 4177e7c Issue #26316: Fix variable name typo in Argument Clinic by Martin Panter · 9 years ago
  88. 3e48b38 Merge 3.5 (issue #25887) by Yury Selivanov · 9 years ago
  89. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 9 years ago
  90. 6f79c2c Fixes #26348: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  91. b2a2aa7 Fixes #26348: Corrected typos in activate.fish script. by Vinay Sajip · 9 years ago
  92. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 9 years ago
  93. e0b2309 Issues #26289 and #26315: Optimize floor/modulo div for single-digit longs by Yury Selivanov · 9 years ago
  94. 2da89d7 Null merge by Serhiy Storchaka · 9 years ago
  95. 7c90a82 Issue #25995: os.walk() no longer uses FDs proportional to the tree depth. by Serhiy Storchaka · 9 years ago
  96. 06c45e6 Issue #25995: os.walk() no longer uses FDs proportional to the tree depth. by Serhiy Storchaka · 9 years ago
  97. ffe96ae Issue #25994: Added the close() method and the support of the context manager by Serhiy Storchaka · 9 years ago
  98. 2feb642 Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 9 years ago
  99. 94a619d Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 9 years ago
  100. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 9 years ago