1. 5239caf (Merge 3.4) asyncio: Move loop attribute to _FlowControlMixin by Victor Stinner · 10 years ago
  2. 004adb9 asyncio: Move loop attribute to _FlowControlMixin by Victor Stinner · 10 years ago
  3. a5b335e Issue #20597, #21274: Remove unused definition of PATH_MAX on GNU/Hurd, by Victor Stinner · 10 years ago
  4. ce43f38 Issue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN is by Victor Stinner · 10 years ago
  5. 68b11d1 Fix regression in issue 22457 fix. by Robert Collins · 10 years ago
  6. bf2bda3 Close #22457: Honour load_tests in the start_dir of discovery. by Robert Collins · 10 years ago
  7. d39e199 Issue #22773: fix failing test with old readline versions due to issue #19884. by Antoine Pitrou · 10 years ago
  8. 7e8b867 Issue #22773: fix failing test with old readline versions due to issue #19884. by Antoine Pitrou · 10 years ago
  9. 98e1b91 merge 3.4 by Benjamin Peterson · 10 years ago
  10. 1ea070e test that keyfile can be None by Benjamin Peterson · 10 years ago
  11. 4a358de context has been backported so fix versionchanged by Benjamin Peterson · 10 years ago
  12. 678e11a merge 3.4 by Benjamin Peterson · 10 years ago
  13. 8d2d5b9 merge 3.3 by Benjamin Peterson · 10 years ago
  14. 97751fa merge 3.2 by Benjamin Peterson · 10 years ago
  15. 863c962 move idna test domain to pythontest.net by Benjamin Peterson · 10 years ago
  16. 1cca273 merge 3.4 (#22417) by Benjamin Peterson · 10 years ago
  17. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  18. 2cb0e73 Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 by Serhiy Storchaka · 10 years ago
  19. 8cf7c1c Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 by Serhiy Storchaka · 10 years ago
  20. 030dbb9 merge 3.4 by Benjamin Peterson · 10 years ago
  21. a5c9c37 wrap by Benjamin Peterson · 10 years ago
  22. a14414d Merge heads by Antoine Pitrou · 10 years ago
  23. 8a03896 Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform. by Antoine Pitrou · 10 years ago
  24. cc23154 Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform. by Antoine Pitrou · 10 years ago
  25. c58e3a4 Merge asyncio doc English phrasing fix. by R David Murray · 10 years ago
  26. 64f10d4 Reflow paragraph. by R David Murray · 10 years ago
  27. 3ca68e7 Fix English phrasing. by R David Murray · 10 years ago
  28. 170af0e Null merge by Serhiy Storchaka · 10 years ago
  29. bb019eb Merge heads by Serhiy Storchaka · 10 years ago
  30. 58905e9 Merge heads by Serhiy Storchaka · 10 years ago
  31. c1ded29 Issue #22388: Unified the style of "Contributed by" sentences in What's New. by Serhiy Storchaka · 10 years ago
  32. e5cf486 Issue #22388: Unified the style of "Contributed by" sentences in What's New. by Serhiy Storchaka · 10 years ago
  33. 6e2db04 #22751: merge with 3.4. by Ezio Melotti · 10 years ago
  34. 8b23f5c #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 10 years ago
  35. 07df655 Fix test_urllib without the ssl module by Antoine Pitrou · 10 years ago
  36. 740e1dc Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 10 years ago
  37. 4b2b1de Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 10 years ago
  38. 048345d Issue #22770: merge from 3.4 by Ned Deily · 10 years ago
  39. 91f01e1 Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. by Ned Deily · 10 years ago
  40. e470d09 Issue #17717: Pull NASM from svn.python.org for OpenSSL build. by Zachary Ware · 10 years ago
  41. bac4777 Null merge with 3.4 by Zachary Ware · 10 years ago
  42. f6c69e6 #22734 marshal needs a lower stack depth for debug builds on Windows by Steve Dower · 10 years ago
  43. 5368396 #22732 ctypes tests don't set correct restype for intptr_t functions by Steve Dower · 10 years ago
  44. aa3ea7e Issue #17717: Pull NASM from svn.python.org for OpenSSL build. by Zachary Ware · 10 years ago
  45. 86e9deb #22731 test_capi test fails because of mismatched newlines by Steve Dower · 10 years ago
  46. 1be0c61 Closes #22776: Merged fix from 3.4. by Vinay Sajip · 10 years ago
  47. c33a0cc Brought excluded code into the scope of a try block in SysLogHandler.emit(). by Vinay Sajip · 10 years ago
  48. 8be6fac standardize Enum docs by referring to 'special methods' instead of __dunder__ methods by Ethan Furman · 10 years ago
  49. 8912270 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
  50. 8083cd6 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
  51. 8f791d3 Issue #6623: Remove deprecated Netrc class in the ftplib module. by Berker Peksag · 10 years ago
  52. 8906f14 issue22780: update NotImplemented description by Ethan Furman · 10 years ago
  53. b8fa289 merge with 3.4 by Georg Brandl · 10 years ago
  54. e1d26f3 Closes #22772: fix __ifloordiv__ and __itruediv__ docstring. by Georg Brandl · 10 years ago
  55. 8f60c0e Null merge by Serhiy Storchaka · 10 years ago
  56. b1847e7 Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. by Serhiy Storchaka · 10 years ago
  57. 4b8f894 Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. by Serhiy Storchaka · 10 years ago
  58. 455de40 merge with 3.4 by Georg Brandl · 10 years ago
  59. 36ac510 Closes #22771: "verbose" is unused; deprecate it. by Georg Brandl · 10 years ago
  60. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  61. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  62. 8ed75cd #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  63. 2677fae #22613: document Cmd.cmdqueue (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  64. 717e028 #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  65. 9b1b0e5 #22613: elaborate on arguments of shutil archival functions (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  66. f30132f #22613: explain what "buffer" is in the struct documentation (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  67. e4196d3 #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  68. fe98180 merge with 3.4 by Georg Brandl · 10 years ago
  69. f0d2ed7 minor grammar fixes (from docs@python.org) by Georg Brandl · 10 years ago
  70. db3f318 Doc: updadate suspicious ignore rules by Georg Brandl · 10 years ago
  71. 2ae7d68 merge with 3.4 by Georg Brandl · 10 years ago
  72. 4433ff9 unittest.mock docs: fix use of default role by Georg Brandl · 10 years ago
  73. 7ad3df6 unittest.mock docs: fix use of default role by Georg Brandl · 10 years ago
  74. 3bf7a6c Fixed compile error in issue #22410. The _locale module is optional. by Serhiy Storchaka · 10 years ago
  75. cf7b1ca Fixed compile error in issue #22410. The _locale module is optional. by Serhiy Storchaka · 10 years ago
  76. 92f56a8 Null merge by Serhiy Storchaka · 10 years ago
  77. d9b8dc2 Merge heads by Serhiy Storchaka · 10 years ago
  78. 7cc0a1f Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 10 years ago
  79. 4659cc0 Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 10 years ago
  80. c689101 Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError. by Antoine Pitrou · 10 years ago
  81. 2b2852b Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError. by Antoine Pitrou · 10 years ago
  82. e075f16 merge with 3.4 by Georg Brandl · 10 years ago
  83. 35903c8 Sphinx extension: move imports to the module top by Georg Brandl · 10 years ago
  84. dbbc3a9 merge with 3.4 by Georg Brandl · 10 years ago
  85. 5aa761d pyporting howto: fix link target by Georg Brandl · 10 years ago
  86. c876cec merge with 3.4 by Georg Brandl · 10 years ago
  87. 884217c distutils example: fix invalid rst in description string by Georg Brandl · 10 years ago
  88. 55c2ae8 merge with 3.4 by Georg Brandl · 10 years ago
  89. 3b4cf55 rstlint: make the "html leaked markup" regex a bit less sensitive by Georg Brandl · 10 years ago
  90. 0b452c1 merge with 3.4 by Georg Brandl · 10 years ago
  91. ef08bde minor markup fix: no inline markup is allowed in a module synopsis by Georg Brandl · 10 years ago
  92. 9ac894a merge with 3.4 by Georg Brandl · 10 years ago
  93. 2273b09 rstlint: we do not use svn anymore by Georg Brandl · 10 years ago
  94. 759a02c merge with 3.4 by Georg Brandl · 10 years ago
  95. 95988f9 rstlint: add more directives we use by Georg Brandl · 10 years ago
  96. 4f8e2a9 merge with 3.4 by Georg Brandl · 10 years ago
  97. eb9106c Doc/contents: avoid false positive in rstlint by Georg Brandl · 10 years ago
  98. dd6b84d merge with 3.4 by Georg Brandl · 10 years ago
  99. f2b5651 rstlint: recognize "deprecated-removed" directive by Georg Brandl · 10 years ago
  100. bbf3a40 merge with 3.4 by Georg Brandl · 10 years ago