1. 0bb62b1 Issue #25717: Tolerate fstat() failures in the FileIO constructor by Martin Panter · 9 years ago
  2. 0c398eb Added tag v3.5.1 for changeset 37a07cee5969 by Larry Hastings · 9 years ago
  3. ffccaa4 Version bump for 3.5.1 final. by Larry Hastings · 9 years ago
  4. 3e7a56a Updated pydoc topics for 3.5.1 final. by Larry Hastings · 9 years ago
  5. c4b8979 Issue #25764: Merge OS X test skipping from 3.4 into 3.5 by Martin Panter · 9 years ago
  6. f7fdbda Issue #25764: Skip the test on OS X by Martin Panter · 9 years ago
  7. 8fc7d29 merge 3.4 by Benjamin Peterson · 9 years ago
  8. e2825e9 merge 3.3 by Benjamin Peterson · 9 years ago
  9. 14b2c82 fix reordering by Benjamin Peterson · 9 years ago
  10. c98bbd5 merge 3.4 by Benjamin Peterson · 9 years ago
  11. 68524e1 merge 3.3 by Benjamin Peterson · 9 years ago
  12. 2deaea3 merge 3.2 by Benjamin Peterson · 9 years ago
  13. 5e62117 add CVE and issue number by Benjamin Peterson · 9 years ago
  14. 2356069 Issue #25800: Merge with 3.4 by Zachary Ware · 9 years ago
  15. 6d8a260 Issue #25800: Fix running test_capi directly by Zachary Ware · 9 years ago
  16. ac28b79 Issue #25795: Fix several tests to run independently. by Zachary Ware · 9 years ago
  17. 939614c Merge: #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  18. ced699b #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  19. 6a77c2d Issue #25764: Merge subprocess fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  20. ccddbb1 Issue #23936: Clarify what finders are. by Brett Cannon · 9 years ago
  21. f4f25fe Issue #25500: Fix the language reference to not claim that import by Brett Cannon · 9 years ago
  22. f17c200 Add Awaitable, AsyncIterable, AsyncIterator to typing.py. by Guido van Rossum · 9 years ago
  23. b1f64e7 Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 9 years ago
  24. c7217d7 Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 9 years ago
  25. 657257e Issue #14285: Do not catch __init__.py exceptions in runpy by Martin Panter · 9 years ago
  26. 6648bf5 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  27. e800941 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  28. a8f4405 Merge. by Larry Hastings · 9 years ago
  29. 7aa6908 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  30. 38982e5 Null merge by Serhiy Storchaka · 9 years ago
  31. 10f997d Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect logic for launcher detection. by Steve Dower · 9 years ago
  32. 09a08de Fix test_doctest in verbose mode by Victor Stinner · 9 years ago
  33. f02de49 Merge heads. by Steven D'Aprano · 9 years ago
  34. 40a841b Fixed issue #25177, problems with the mean of very small and very large numbers. by Steven D'Aprano · 9 years ago
  35. ee1a0e4 Issue #25767: Merge with 3.4 by Zachary Ware · 9 years ago
  36. 992bfe0 Issue #25767: Link to English Wikipedia instead of French. by Zachary Ware · 9 years ago
  37. c0c00c3 Fix for issue #25177 with the mean of very small and very large numbers. by Steven D'Aprano · 9 years ago
  38. 1f23e23 Removed debugging output of exception raised by __reduce__ method. by Serhiy Storchaka · 9 years ago
  39. a8d83f5 Removed debugging output of exception raised by __reduce__ method. by Serhiy Storchaka · 9 years ago
  40. 77a61d2 Fixed reference leak when read truncated pickle. by Serhiy Storchaka · 9 years ago
  41. ca28eba Fixed reference leak when read truncated pickle. by Serhiy Storchaka · 9 years ago
  42. b63015b Issue #25718: Fixed copying object with state with boolean value is false. by Serhiy Storchaka · 9 years ago
  43. cbbec1c Issue #25718: Fixed copying object with state with boolean value is false. by Serhiy Storchaka · 9 years ago
  44. afdd513 Issue #25764: Preserve subprocess fork exception when preexec_fn used by Martin Panter · 9 years ago
  45. 3c49710 Issue #25761: Added more test cases for testing unpickling broken data. by Serhiy Storchaka · 9 years ago
  46. 7279bef Issue #25761: Added more test cases for testing unpickling broken data. by Serhiy Storchaka · 9 years ago
  47. 15f070f Issue #10131: Fixed deep copying of minidom documents. Based on patch by Serhiy Storchaka · 9 years ago
  48. c472246 Issue #10131: Fixed deep copying of minidom documents. Based on patch by Serhiy Storchaka · 9 years ago
  49. 9e87f3d Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  50. 747d48c Issues #22989, #21228: Document HTTP response object for urlopen() by Martin Panter · 9 years ago
  51. 077e36a Issue #25622: Use repr(bytes) to avoid BytesWarning by Martin Panter · 9 years ago
  52. 7b2eb81 Issue #25622: Merge ctypes test from 3.4 into 3.5 by Martin Panter · 9 years ago
  53. 92072ac Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows by Martin Panter · 9 years ago
  54. 44d682a Null merge by Serhiy Storchaka · 9 years ago
  55. 097a664 Issue #19687: Fixed possible integer overflows in ElementTree. by Serhiy Storchaka · 9 years ago
  56. 670d78a Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 9 years ago
  57. d28bb62 Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 9 years ago
  58. 2cefc1e Issue #25616: Tests for OrderedDict are extracted from test_collections by Serhiy Storchaka · 9 years ago
  59. 33e7ea5 Issue #25616: Tests for OrderedDict are extracted from test_collections by Serhiy Storchaka · 9 years ago
  60. 83cb6b5 Issue #25697: Fixed rough alphabetical order in Misc/ACKS. by Serhiy Storchaka · 9 years ago
  61. 1c855f4 Issue #25697: Fixed rough alphabetical order in Misc/ACKS. by Serhiy Storchaka · 9 years ago
  62. f9afda5 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  63. 1509580 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  64. c5f3b42 Issue #25725: Fixed a reference leak in pickle.loads() when unpickling by Serhiy Storchaka · 9 years ago
  65. a49de6b Issue #25725: Fixed a reference leak in pickle.loads() when unpickling by Serhiy Storchaka · 9 years ago
  66. 46cc4a8 Issue #25508: Merged documentation fix from 3.4. by Vinay Sajip · 9 years ago
  67. 4f44d53 Issue #25508: Clarify documentation on LogRecord args attribute. by Vinay Sajip · 9 years ago
  68. f7e8d07 Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  69. cda85a0 Issue #25576: Remove application/x-www-form-urlencoded charset advice by Martin Panter · 9 years ago
  70. 6e70131 Issue #25700: Clarify that namedtuple property docstrings became writeable in 3.5 by Raymond Hettinger · 9 years ago
  71. c3f7d17 Fix non-ascii character by Raymond Hettinger · 9 years ago
  72. c9c3dd8 Add a missing docstring by Raymond Hettinger · 9 years ago
  73. 11bb1ad Issue #25663: Merge rlcompleter fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  74. ed92910 Issue #25663: Make rlcompleter avoid duplicate global names by Martin Panter · 9 years ago
  75. 1f84765 Issue #25706: Fixed markup in the documentation. by Serhiy Storchaka · 9 years ago
  76. bf7b9ed Issue #25706: Fixed markup in the documentation. by Serhiy Storchaka · 9 years ago
  77. 6f988b5 Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 9 years ago
  78. e3d4ec4 Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 9 years ago
  79. 4409c6c Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  80. e9b3074 Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  81. 3715cab Merge 3.5.1rc1 release changes back into main 3.5 branch. by Larry Hastings · 9 years ago
  82. ba11daa Post-release updates for Python 3.5.1rc1. by Larry Hastings · 9 years ago
  83. 3987fef Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  84. b6aa537 Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  85. 10fa83c Fixes upload directories for Windows installer. by Steve Dower · 9 years ago
  86. 21cecb9 Fixes upload directories for Windows installer. by Steve Dower · 9 years ago
  87. 6e3d2ba Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  88. 8bc792a Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  89. 36e4f76 Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 9 years ago
  90. 04d759b Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 9 years ago
  91. 8f576d9 Added tag v3.5.1rc1 for changeset 948ef16a6951 by Larry Hastings · 9 years ago
  92. 6e86580 Version bump for Python 3.5.1rc1. by Larry Hastings · 9 years ago
  93. 1fb5b73 Updated pydoc topics for 3.5.1rc1. by Larry Hastings · 9 years ago
  94. 23244e5 Issue #25689: Merge ftplib and nntplib docs from 3.4 into 3.5 by Martin Panter · 9 years ago
  95. 828123c Issue #25689: Fix language in ftplib and nntplib docs by Martin Panter · 9 years ago
  96. 4a93cf7 Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  97. 6e92c11 Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  98. 7537898 Misc/NEWS entries for IDLE. by Terry Jan Reedy · 9 years ago
  99. c75d37f Misc/NEWS entries for IDLE. by Terry Jan Reedy · 9 years ago
  100. efd83fe Issue #25686: test_shutil no longer uses the distutils package for searching by Serhiy Storchaka · 9 years ago