1. 030dbb9 merge 3.4 by Benjamin Peterson · 10 years ago
  2. a5c9c37 wrap by Benjamin Peterson · 10 years ago
  3. a14414d Merge heads by Antoine Pitrou · 10 years ago
  4. 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
  5. 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
  6. c58e3a4 Merge asyncio doc English phrasing fix. by R David Murray · 10 years ago
  7. 64f10d4 Reflow paragraph. by R David Murray · 10 years ago
  8. 3ca68e7 Fix English phrasing. by R David Murray · 10 years ago
  9. 170af0e Null merge by Serhiy Storchaka · 10 years ago
  10. bb019eb Merge heads by Serhiy Storchaka · 10 years ago
  11. 58905e9 Merge heads by Serhiy Storchaka · 10 years ago
  12. c1ded29 Issue #22388: Unified the style of "Contributed by" sentences in What's New. by Serhiy Storchaka · 10 years ago
  13. e5cf486 Issue #22388: Unified the style of "Contributed by" sentences in What's New. by Serhiy Storchaka · 10 years ago
  14. 6e2db04 #22751: merge with 3.4. by Ezio Melotti · 10 years ago
  15. 8b23f5c #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 10 years ago
  16. 07df655 Fix test_urllib without the ssl module by Antoine Pitrou · 10 years ago
  17. 740e1dc Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 10 years ago
  18. 4b2b1de Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 10 years ago
  19. 048345d Issue #22770: merge from 3.4 by Ned Deily · 10 years ago
  20. 91f01e1 Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. by Ned Deily · 10 years ago
  21. e470d09 Issue #17717: Pull NASM from svn.python.org for OpenSSL build. by Zachary Ware · 10 years ago
  22. bac4777 Null merge with 3.4 by Zachary Ware · 10 years ago
  23. f6c69e6 #22734 marshal needs a lower stack depth for debug builds on Windows by Steve Dower · 10 years ago
  24. 5368396 #22732 ctypes tests don't set correct restype for intptr_t functions by Steve Dower · 10 years ago
  25. aa3ea7e Issue #17717: Pull NASM from svn.python.org for OpenSSL build. by Zachary Ware · 10 years ago
  26. 86e9deb #22731 test_capi test fails because of mismatched newlines by Steve Dower · 10 years ago
  27. 1be0c61 Closes #22776: Merged fix from 3.4. by Vinay Sajip · 10 years ago
  28. c33a0cc Brought excluded code into the scope of a try block in SysLogHandler.emit(). by Vinay Sajip · 10 years ago
  29. 8be6fac standardize Enum docs by referring to 'special methods' instead of __dunder__ methods by Ethan Furman · 10 years ago
  30. 8912270 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
  31. 8083cd6 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
  32. 8f791d3 Issue #6623: Remove deprecated Netrc class in the ftplib module. by Berker Peksag · 10 years ago
  33. 8906f14 issue22780: update NotImplemented description by Ethan Furman · 10 years ago
  34. b8fa289 merge with 3.4 by Georg Brandl · 10 years ago
  35. e1d26f3 Closes #22772: fix __ifloordiv__ and __itruediv__ docstring. by Georg Brandl · 10 years ago
  36. 8f60c0e Null merge by Serhiy Storchaka · 10 years ago
  37. b1847e7 Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. by Serhiy Storchaka · 10 years ago
  38. 4b8f894 Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. by Serhiy Storchaka · 10 years ago
  39. 455de40 merge with 3.4 by Georg Brandl · 10 years ago
  40. 36ac510 Closes #22771: "verbose" is unused; deprecate it. by Georg Brandl · 10 years ago
  41. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  42. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  43. 8ed75cd #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  44. 2677fae #22613: document Cmd.cmdqueue (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  45. 717e028 #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  46. 9b1b0e5 #22613: elaborate on arguments of shutil archival functions (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  47. f30132f #22613: explain what "buffer" is in the struct documentation (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  48. e4196d3 #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  49. fe98180 merge with 3.4 by Georg Brandl · 10 years ago
  50. f0d2ed7 minor grammar fixes (from docs@python.org) by Georg Brandl · 10 years ago
  51. db3f318 Doc: updadate suspicious ignore rules by Georg Brandl · 10 years ago
  52. 2ae7d68 merge with 3.4 by Georg Brandl · 10 years ago
  53. 4433ff9 unittest.mock docs: fix use of default role by Georg Brandl · 10 years ago
  54. 7ad3df6 unittest.mock docs: fix use of default role by Georg Brandl · 10 years ago
  55. 3bf7a6c Fixed compile error in issue #22410. The _locale module is optional. by Serhiy Storchaka · 10 years ago
  56. cf7b1ca Fixed compile error in issue #22410. The _locale module is optional. by Serhiy Storchaka · 10 years ago
  57. 92f56a8 Null merge by Serhiy Storchaka · 10 years ago
  58. d9b8dc2 Merge heads by Serhiy Storchaka · 10 years ago
  59. 7cc0a1f Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 10 years ago
  60. 4659cc0 Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 10 years ago
  61. 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
  62. 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
  63. e075f16 merge with 3.4 by Georg Brandl · 10 years ago
  64. 35903c8 Sphinx extension: move imports to the module top by Georg Brandl · 10 years ago
  65. dbbc3a9 merge with 3.4 by Georg Brandl · 10 years ago
  66. 5aa761d pyporting howto: fix link target by Georg Brandl · 10 years ago
  67. c876cec merge with 3.4 by Georg Brandl · 10 years ago
  68. 884217c distutils example: fix invalid rst in description string by Georg Brandl · 10 years ago
  69. 55c2ae8 merge with 3.4 by Georg Brandl · 10 years ago
  70. 3b4cf55 rstlint: make the "html leaked markup" regex a bit less sensitive by Georg Brandl · 10 years ago
  71. 0b452c1 merge with 3.4 by Georg Brandl · 10 years ago
  72. ef08bde minor markup fix: no inline markup is allowed in a module synopsis by Georg Brandl · 10 years ago
  73. 9ac894a merge with 3.4 by Georg Brandl · 10 years ago
  74. 2273b09 rstlint: we do not use svn anymore by Georg Brandl · 10 years ago
  75. 759a02c merge with 3.4 by Georg Brandl · 10 years ago
  76. 95988f9 rstlint: add more directives we use by Georg Brandl · 10 years ago
  77. 4f8e2a9 merge with 3.4 by Georg Brandl · 10 years ago
  78. eb9106c Doc/contents: avoid false positive in rstlint by Georg Brandl · 10 years ago
  79. dd6b84d merge with 3.4 by Georg Brandl · 10 years ago
  80. f2b5651 rstlint: recognize "deprecated-removed" directive by Georg Brandl · 10 years ago
  81. bbf3a40 merge with 3.4 by Georg Brandl · 10 years ago
  82. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  83. 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  84. aea7f4a Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  85. ed14c86 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  86. 3188f82 (Merge 3.4) Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if by Victor Stinner · 10 years ago
  87. 5e78f4d Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if by Victor Stinner · 10 years ago
  88. 51a4370 Issue #22217: Implemented reprs of classes in the zipfile module. by Serhiy Storchaka · 10 years ago
  89. 659dd62 Close #7559: ImportError when loading a test now shown as ImportError. by Robert Collins · 10 years ago
  90. c134584 Close #22756: Improve the test output for some assertEqual tests. by Robert Collins · 10 years ago
  91. 3b6bd64 Merge two Tests sections of the current NEWS. by Zachary Ware · 10 years ago
  92. 0f26a3a Closes #22173: Merge with 3.4 by Zachary Ware · 10 years ago
  93. 2acbae8 Issue #22173: Update lib2to3 tests to use unittest test discovery. by Zachary Ware · 10 years ago
  94. 55e614a Issue #11957: Explicit parameter name when calling re.split() and re.sub() by Victor Stinner · 10 years ago
  95. bad8d4b merge with 3.4 by Georg Brandl · 10 years ago
  96. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  97. 0ef4966 linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on www.python.org again). by Georg Brandl · 10 years ago
  98. 794e9bf merge with 3.4 by Georg Brandl · 10 years ago
  99. 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 10 years ago
  100. 9bdcb3b Fixing broken links in doc, part 2: howto/ by Georg Brandl · 10 years ago