1. 7db1d16 merge with 3.5 by Georg Brandl · 9 years ago
  2. 92849d1 Closes #20169: fix inner links random doc. by Georg Brandl · 9 years ago
  3. be1aec7 Issue #15608: Merge socketserver doc from 3.5 by Martin Panter · 9 years ago
  4. eac17b8 Issue #15608: Improve socketserver module documentation by Martin Panter · 9 years ago
  5. 4ddbc078 Issue #26309: Merge socketserver fix from 3.5 by Martin Panter · 9 years ago
  6. 4bf4274 Issue #26309: Rewrite test in main thread and avoid race condition by Martin Panter · 9 years ago
  7. 31a252b Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  8. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  9. a2b64e6 Issue #26309: Merge socketserver fix from 3.5 by Martin Panter · 9 years ago
  10. c12fef9 Issue #26309: Shut down socketserver request if verify_request() is false by Martin Panter · 9 years ago
  11. bd81129 merge 3.5 (#26378) by Benjamin Peterson · 9 years ago
  12. 8f0432f fix typo (closes #26378) by Benjamin Peterson · 9 years ago
  13. 4a180a6 merge 3.5 (closes #25939) by Benjamin Peterson · 9 years ago
  14. 1378f7c merge 3.4 (closes #25939) by Benjamin Peterson · 9 years ago
  15. 9491272 open the cert store readonly by Benjamin Peterson · 9 years ago
  16. 5ab2699 Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 9 years ago
  17. f38c93f Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 9 years ago
  18. 40383c8 Minor clarification in tutorial. by Georg Brandl · 9 years ago
  19. 00538ff Issue #25924: merge with 3.5 by Ned Deily · 9 years ago
  20. 47299fd Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X by Ned Deily · 9 years ago
  21. 44f9bc9 Issue #26268: merge from 3.5 by Ned Deily · 9 years ago
  22. 203ce92 Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f. by Ned Deily · 9 years ago
  23. b6f17f5 The return type of a rich comparison is an int by Raymond Hettinger · 9 years ago
  24. 8a5e69c Issue #26316: Merge Arg Clinic fix from 3.5 by Martin Panter · 9 years ago
  25. 4177e7c Issue #26316: Fix variable name typo in Argument Clinic by Martin Panter · 9 years ago
  26. 3e48b38 Merge 3.5 (issue #25887) by Yury Selivanov · 9 years ago
  27. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 9 years ago
  28. 6f79c2c Fixes #26348: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  29. b2a2aa7 Fixes #26348: Corrected typos in activate.fish script. by Vinay Sajip · 9 years ago
  30. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 9 years ago
  31. e0b2309 Issues #26289 and #26315: Optimize floor/modulo div for single-digit longs by Yury Selivanov · 9 years ago
  32. 2da89d7 Null merge by Serhiy Storchaka · 9 years ago
  33. 7c90a82 Issue #25995: os.walk() no longer uses FDs proportional to the tree depth. by Serhiy Storchaka · 9 years ago
  34. 06c45e6 Issue #25995: os.walk() no longer uses FDs proportional to the tree depth. by Serhiy Storchaka · 9 years ago
  35. ffe96ae Issue #25994: Added the close() method and the support of the context manager by Serhiy Storchaka · 9 years ago
  36. 2feb642 Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 9 years ago
  37. 94a619d Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 9 years ago
  38. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 9 years ago
  39. a9725f8 Issue #26312: SystemError is now raised in all programming bugs with using by Serhiy Storchaka · 9 years ago
  40. 78f55ff Issue #23992: multiprocessing: make MapResult not fail-fast upon exception. by Charles-François Natali · 9 years ago
  41. eaf8ebc Null merge of typing.rst change by Guido van Rossum · 9 years ago
  42. e93b06a Hopefully clarify the difference between Optional[t] and an optional argument. by Guido van Rossum · 9 years ago
  43. 3fb5612 Hopefully clarify the difference between Optional[t] and an optional argument. by Guido van Rossum · 9 years ago
  44. 5b613dd Issue #25698: Prevent possible replacing imported module with the empty one by Serhiy Storchaka · 9 years ago
  45. 48a583b Issue #25698: Prevent possible replacing imported module with the empty one by Serhiy Storchaka · 9 years ago
  46. 288ed03 Issue #26304: Additional “allows to” fix specific to 3.6 by Martin Panter · 9 years ago
  47. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 9 years ago
  48. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  49. 7e3a91a Issue #26136: Upgrade the generator_stop warning to DeprecationWarning by Martin Panter · 9 years ago
  50. b0cb42d Issue 26243: Forgot to update zlib doc strings in Argument Clinic by Martin Panter · 9 years ago
  51. 1fe0d13 Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda by Martin Panter · 9 years ago
  52. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 9 years ago
  53. 3841866 Issue #26200: The SETREF macro adds unnecessary work in some cases. by Raymond Hettinger · 9 years ago
  54. 263c448 Issues #26310, 26311: Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  55. 15a3095 compiler: don't emit SyntaxWarning on const stmt by Victor Stinner · 9 years ago
  56. 896632e Issue #25983: Added tests for multi-argument type(). by Serhiy Storchaka · 9 years ago
  57. 763f9f0 Issue #25983: Added tests for multi-argument type(). by Serhiy Storchaka · 9 years ago
  58. b8e5eb3 Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 9 years ago
  59. e27403b Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 9 years ago
  60. a74826b Updates build to use SHA256 hash when signing files by Steve Dower · 9 years ago
  61. 84d9fe3 Updates build to use SHA256 hash when signing files. by Steve Dower · 9 years ago
  62. a272409 compiler now ignores constant statements by Victor Stinner · 9 years ago
  63. 51d8c52 Replace noop constant statement with expression by Victor Stinner · 9 years ago
  64. f089196 Simplify main() of test_ast by Victor Stinner · 9 years ago
  65. fd625c3 Issue #26117: The os.scandir() iterator now closes file descriptor not only by Serhiy Storchaka · 9 years ago
  66. 988b9bc Issue #26117: The os.scandir() iterator now closes file descriptor not only by Serhiy Storchaka · 9 years ago
  67. d2962f1 Issue #25949: __dict__ for an OrderedDict instance is now created only when by Serhiy Storchaka · 9 years ago
  68. 79ad897 Issue #25911: Restored support of bytes paths in os.walk() on Windows. by Serhiy Storchaka · 9 years ago
  69. 192697e Issue #26045: Merge http.client error addition from 3.5 by Martin Panter · 9 years ago
  70. 4439148 Issue #26045: Add UTF-8 suggestion to error in http.client by Martin Panter · 9 years ago
  71. 5f6a0b4 Issue #25911: Restored support of bytes paths in os.walk() on Windows. by Serhiy Storchaka · 9 years ago
  72. d0c1f77 Issue #26198: Make datetime error tests more lenient. by Serhiy Storchaka · 9 years ago
  73. 0c0d537 Issue #26198: Make datetime error tests more lenient. by Serhiy Storchaka · 9 years ago
  74. 4cd63ef Issue #26198: ValueError is now raised instead of TypeError on buffer by Serhiy Storchaka · 9 years ago
  75. 3e17c78 Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 9 years ago
  76. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 9 years ago
  77. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 9 years ago
  78. 503f908 Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). by Serhiy Storchaka · 9 years ago
  79. 46988d3 Merge string formatting doc fixes from 3.5 by Martin Panter · 9 years ago
  80. a0fcaca Issue #26288: Fix comment by Yury Selivanov · 9 years ago
  81. 029f7f7 merge from 3.5 by Senthil Kumaran · 9 years ago
  82. b6213c5 Fix userinfo example presented in urllib2 howto. by Senthil Kumaran · 9 years ago
  83. 186c30b Issue #26288: Optimize PyLong_AsDouble. by Yury Selivanov · 9 years ago
  84. eb588a1 Switch to more idiomatic C code. by Eric V. Smith · 9 years ago
  85. 135d5f4 Fix issue 26287: While handling FORMAT_VALUE opcode, the top of stack was being corrupted if an error occurred in PyObject_Format(). by Eric V. Smith · 9 years ago
  86. a3643c2 Issue #12923: Merge FancyURLopener fix from 3.5 by Martin Panter · 9 years ago
  87. ab8d4fb Merge 3.5 by Yury Selivanov · 9 years ago
  88. 46f7785 Issue #25660: Fix a unittest and rlcompleter when readline isn't available by Yury Selivanov · 9 years ago
  89. f502154 Add early-out for the common case where kwds is NULL (gives 1.1% speedup). by Raymond Hettinger · 9 years ago
  90. aecef0d Merge 3.5 (issue #25660) by Yury Selivanov · 9 years ago
  91. a7eae40 Issue #25660: Fix TAB key behaviour in REPL. by Yury Selivanov · 9 years ago
  92. a037022 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 9 years ago
  93. e922289 Merge with 3.5 by Zachary Ware · 9 years ago
  94. 2b81814 Python for .NET has moved to Github. by Zachary Ware · 9 years ago
  95. 71e8134 Merge with 3.5 by Zachary Ware · 9 years ago
  96. 3df11b2 Fix typo. by Zachary Ware · 9 years ago
  97. 65aaef4 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 9 years ago
  98. 8254f79 Issue #26244: Merge zlib documentation from 3.5 by Martin Panter · 9 years ago
  99. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 9 years ago
  100. c9deece Issue #24421: Compile _math.c separately to avoid race condition by Martin Panter · 9 years ago