1. 0647ef0 Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 9 years ago
  2. 20be53e Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 9 years ago
  3. 4c9375b #24918: merge with 3.5. by Ezio Melotti · 9 years ago
  4. f2b9a39 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. by Ezio Melotti · 9 years ago
  5. 5f6209a merge by Raymond Hettinger · 9 years ago
  6. a503f70 Minor recipe edit: convert "while 1" to "while True". by Raymond Hettinger · 9 years ago
  7. 0ce835f #25687: merge with 3.5. by Ezio Melotti · 9 years ago
  8. 8dea74f #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 9 years ago
  9. 7dc830e merge by Raymond Hettinger · 9 years ago
  10. 4d02896 Issue #26548: Minor fix to awkward wording in docs by Raymond Hettinger · 9 years ago
  11. 8d9bcb5 Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel. by Steve Dower · 9 years ago
  12. d3722e7 Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel. by Steve Dower · 9 years ago
  13. 6d6b986 Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 9 years ago
  14. d669b6b Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 9 years ago
  15. 11b3918 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 9 years ago
  16. 126c9c1 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 9 years ago
  17. 6e4150f Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 9 years ago
  18. 8a7240e Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 9 years ago
  19. 15a83e8 Revert change 291d47954618 by Victor Stinner · 9 years ago
  20. 25caed5 Merge 3.5 by Victor Stinner · 9 years ago
  21. d756963 Issue #20589: Fix test_pathlib by Victor Stinner · 9 years ago
  22. 474ebbb Always test datetime.strftime("%4Y") by Victor Stinner · 9 years ago
  23. eb2e02b Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 9 years ago
  24. 2c2a4e6 Add Mock.assert_called() by Victor Stinner · 9 years ago
  25. 82442b7 Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 9 years ago
  26. d0e9b69 Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise by Berker Peksag · 9 years ago
  27. 04d4229 Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise by Berker Peksag · 9 years ago
  28. a55553d Merge with 3.5 by Terry Jan Reedy · 9 years ago
  29. ca0250a Issue 25959: Explain in docstring that PhotoImage.zoom arguments are by Terry Jan Reedy · 9 years ago
  30. f915e0e Merge 3.5 (malloc doc) by Victor Stinner · 9 years ago
  31. 29bf27f Issue #26516: Enhance Python mem allocators doc by Victor Stinner · 9 years ago
  32. 2d68f18 Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 9 years ago
  33. b9f3114 Issue #21042: Return full path in ctypes.util.find_library() on Linux by Martin Panter · 9 years ago
  34. 42a4366 Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 9 years ago
  35. aadaa36 Issue #15068: Avoid creating a reference loop in fileinput. by Serhiy Storchaka · 9 years ago
  36. 0554d83 Issue #15068: Avoid creating a reference loop in fileinput. by Serhiy Storchaka · 9 years ago
  37. 39f57ca Backs out buildbot clean trigger. by Steve Dower · 9 years ago
  38. 4a6f482 Backs out buildbot clean trigger. by Steve Dower · 9 years ago
  39. 332018d Adds warning to prepare_ssl when nasm is not available. by Steve Dower · 9 years ago
  40. 79993a9 Adds warning to prepare_ssl when nasm is not available. by Steve Dower · 9 years ago
  41. 786e922 Issue #25911: Tring to silence deprecation warnings in bytes path walk tests. by Serhiy Storchaka · 9 years ago
  42. ada6db7 Issue #25911: Tring to silence deprecation warnings in bytes path walk tests. by Serhiy Storchaka · 9 years ago
  43. 706379a Backed out changeset da020e408c7f by Serhiy Storchaka · 9 years ago
  44. 7ab61ae Backed out changeset f9e22717722d by Serhiy Storchaka · 9 years ago
  45. adca846 Backed out changeset 19a3e0e664af by Serhiy Storchaka · 9 years ago
  46. 43cbd05 Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. by Steve Dower · 9 years ago
  47. 947f411 Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. by Steve Dower · 9 years ago
  48. 674e2d0 Issue #15068: Got rid of excessive buffering in fileinput. by Serhiy Storchaka · 9 years ago
  49. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 9 years ago
  50. 238fecd Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 9 years ago
  51. 55e3218 Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 9 years ago
  52. 388b90f Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 9 years ago
  53. 3a5e1af Issue #26465: merge from 3.5 by Ned Deily · 9 years ago
  54. f4d97ce Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g. by Ned Deily · 9 years ago
  55. 686905f Issue #24324: merge from 3.5 by Ned Deily · 9 years ago
  56. bec699e Issue #24324: Do not enable unreachable code warnings when using by Ned Deily · 9 years ago
  57. 8cd8883 Issue #26505: merge from 3.5 by Ned Deily · 9 years ago
  58. adbf8ce Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 9 years ago
  59. f1fc8f9 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 9 years ago
  60. b4f2f45 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 9 years ago
  61. 5b96d66 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 9 years ago
  62. 777d639 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 9 years ago
  63. 20b3e72 Merge by Raymond Hettinger · 9 years ago
  64. e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 9 years ago
  65. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 9 years ago
  66. d07a1cb Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 9 years ago
  67. d66dd5c Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 9 years ago
  68. 48238c7 Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 9 years ago
  69. e88dd1c Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 9 years ago
  70. 656e41e Null merge by Serhiy Storchaka · 9 years ago
  71. 8cc859c Issue #26167: Backported copy tests. by Serhiy Storchaka · 9 years ago
  72. 818e18d Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy(). by Serhiy Storchaka · 9 years ago
  73. de128e1 Issue #26015: Added new tests for pickling iterators of mutable sequences. by Serhiy Storchaka · 9 years ago
  74. aabafe7 Issue #26015: Added new tests for pickling iterators of mutable sequences. by Serhiy Storchaka · 9 years ago
  75. 5608411 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 9 years ago
  76. d551625 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 9 years ago
  77. b6bfce6 Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. by Serhiy Storchaka · 9 years ago
  78. a01a144 Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. by Serhiy Storchaka · 9 years ago
  79. a0d416f Issue #26482: Allowed pickling recursive dequeues. by Serhiy Storchaka · 9 years ago
  80. 841b930 Issue #17940: Remove redundant code from _Section.format_help() by Berker Peksag · 9 years ago
  81. d79d5b1 More logicial order. Move space saving step to just before it is used. by Raymond Hettinger · 9 years ago
  82. 96c058b Fixed typo in pickle tests. by Serhiy Storchaka · 9 years ago
  83. be70002 Fixed typo in pickle tests. by Serhiy Storchaka · 9 years ago
  84. 0f04bc7 merge 3.5 (closes #26478) by Benjamin Peterson · 9 years ago
  85. cfc2a1f merge 3.4 (closes #26478) by Benjamin Peterson · 9 years ago
  86. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 9 years ago
  87. 998f7d7 Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 9 years ago
  88. ff47cfb Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 9 years ago
  89. 25c0ef5 Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 9 years ago
  90. 6282e65 Issue #26335: Make mmap.write() return the number of bytes written like by Berker Peksag · 9 years ago
  91. d2dc15b Merge 3.5 (issue #25888) by Yury Selivanov · 9 years ago
  92. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 9 years ago
  93. 5604446 Merge 3.5 (issue #26338) by Yury Selivanov · 9 years ago
  94. e076ffb asyncio: Remove duplicate bind addresses in create_server. by Yury Selivanov · 9 years ago
  95. 06495ff Merge 3.5 (issue #26347) by Yury Selivanov · 9 years ago
  96. f9e1f2b inspect: Fix BoundArguments.apply_defaults to handle empty arguments by Yury Selivanov · 9 years ago
  97. a8ac8e3 Merge 3.5 (issue #26221) by Yury Selivanov · 9 years ago
  98. 1bd0307 asyncio: Prevent StopIteration from being thrown into a Future by Yury Selivanov · 9 years ago
  99. 578bc5b Merge 3.5 (issue #25647) by Yury Selivanov · 9 years ago
  100. dce63234 asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647) by Yury Selivanov · 9 years ago