1. 762d5ea Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtension(). by Brett Cannon · 10 years ago
  2. 85622e4 Issue #25874: Clarify platform support in the "Using Python on Windows" doc. by Brett Cannon · 10 years ago
  3. f81be8a Issue #22995: Instances of extension types with a state that aren't by Serhiy Storchaka · 10 years ago
  4. bc4ded95 Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser. by Serhiy Storchaka · 10 years ago
  5. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 10 years ago
  6. 0bddc9e Issue #25860: os.fwalk() no longer skips remaining directories when error occurs. by Serhiy Storchaka · 10 years ago
  7. 0ce7a3a Issue #25914: Fixed and simplified OrderedDict.__sizeof__. by Serhiy Storchaka · 10 years ago
  8. 5af8564 Issue #25827: Add support for ICC to configure by Zachary Ware · 10 years ago
  9. 66c08d9 Issue #25902: Fixed various refcount issues in ElementTree iteration. by Serhiy Storchaka · 10 years ago
  10. 5aac3ed Issue #25766: Special method __bytes__() now works in str subclasses. by Serhiy Storchaka · 10 years ago
  11. 5c4064e Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 10 years ago
  12. d1f20d1 Fixed markup and spaces in Misc/NEWS. by Serhiy Storchaka · 10 years ago
  13. 225821c Issue #25899: Converted non-ASCII characters in docstrings and manpage by Serhiy Storchaka · 10 years ago
  14. c202155 Issue #25696: Fix installation of Python on UNIX with make -j9. by Victor Stinner · 10 years ago
  15. dda5843 Issue #19771: Omit irrelevant message if package could not be initialized by Martin Panter · 10 years ago
  16. d785da8 Merge. by Larry Hastings · 10 years ago
  17. 0c6ffab Post-release fixups for Python 3.5.1. by Larry Hastings · 10 years ago
  18. 8d5d466 Issue #25798: merge from 3.4 by Ned Deily · 10 years ago
  19. 6364094 Issue #25798: Update OS X 10.5+ 32-bit-only installer to build by Ned Deily · 10 years ago
  20. 0bb62b1 Issue #25717: Tolerate fstat() failures in the FileIO constructor by Martin Panter · 10 years ago
  21. ffccaa4 Version bump for 3.5.1 final. by Larry Hastings · 10 years ago
  22. c98bbd5 merge 3.4 by Benjamin Peterson · 10 years ago
  23. 68524e1 merge 3.3 by Benjamin Peterson · 10 years ago
  24. 2deaea3 merge 3.2 by Benjamin Peterson · 10 years ago
  25. 5e62117 add CVE and issue number by Benjamin Peterson · 10 years ago
  26. 939614c Merge: #24903: Remove misleading error message to fix regression. by R David Murray · 10 years ago
  27. ced699b #24903: Remove misleading error message to fix regression. by R David Murray · 10 years ago
  28. 6a77c2d Issue #25764: Merge subprocess fix from 3.4 into 3.5 by Martin Panter · 10 years ago
  29. f4f25fe Issue #25500: Fix the language reference to not claim that import by Brett Cannon · 10 years ago
  30. b1f64e7 Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 10 years ago
  31. c7217d7 Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 10 years ago
  32. 657257e Issue #14285: Do not catch __init__.py exceptions in runpy by Martin Panter · 10 years ago
  33. 6648bf5 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 10 years ago
  34. e800941 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 10 years ago
  35. 7aa6908 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 10 years ago
  36. 10f997d Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect logic for launcher detection. by Steve Dower · 10 years ago
  37. 40a841b Fixed issue #25177, problems with the mean of very small and very large numbers. by Steven D'Aprano · 10 years ago
  38. c0c00c3 Fix for issue #25177 with the mean of very small and very large numbers. by Steven D'Aprano · 10 years ago
  39. b63015b Issue #25718: Fixed copying object with state with boolean value is false. by Serhiy Storchaka · 10 years ago
  40. cbbec1c Issue #25718: Fixed copying object with state with boolean value is false. by Serhiy Storchaka · 10 years ago
  41. afdd513 Issue #25764: Preserve subprocess fork exception when preexec_fn used by Martin Panter · 10 years ago
  42. 15f070f Issue #10131: Fixed deep copying of minidom documents. Based on patch by Serhiy Storchaka · 10 years ago
  43. c472246 Issue #10131: Fixed deep copying of minidom documents. Based on patch by Serhiy Storchaka · 10 years ago
  44. 9e87f3d Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5 by Martin Panter · 10 years ago
  45. 747d48c Issues #22989, #21228: Document HTTP response object for urlopen() by Martin Panter · 10 years ago
  46. 670d78a Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 10 years ago
  47. d28bb62 Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 10 years ago
  48. 2cefc1e Issue #25616: Tests for OrderedDict are extracted from test_collections by Serhiy Storchaka · 10 years ago
  49. 33e7ea5 Issue #25616: Tests for OrderedDict are extracted from test_collections by Serhiy Storchaka · 10 years ago
  50. 83cb6b5 Issue #25697: Fixed rough alphabetical order in Misc/ACKS. by Serhiy Storchaka · 10 years ago
  51. 1c855f4 Issue #25697: Fixed rough alphabetical order in Misc/ACKS. by Serhiy Storchaka · 10 years ago
  52. f9afda5 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 10 years ago
  53. 1509580 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 10 years ago
  54. c5f3b42 Issue #25725: Fixed a reference leak in pickle.loads() when unpickling by Serhiy Storchaka · 10 years ago
  55. a49de6b Issue #25725: Fixed a reference leak in pickle.loads() when unpickling by Serhiy Storchaka · 10 years ago
  56. 11bb1ad Issue #25663: Merge rlcompleter fix from 3.4 into 3.5 by Martin Panter · 10 years ago
  57. ed92910 Issue #25663: Make rlcompleter avoid duplicate global names by Martin Panter · 10 years ago
  58. 6f988b5 Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 10 years ago
  59. e3d4ec4 Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 10 years ago
  60. 4409c6c Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 10 years ago
  61. e9b3074 Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 10 years ago
  62. 3715cab Merge 3.5.1rc1 release changes back into main 3.5 branch. by Larry Hastings · 10 years ago
  63. ba11daa Post-release updates for Python 3.5.1rc1. by Larry Hastings · 10 years ago
  64. 3987fef Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 10 years ago
  65. b6aa537 Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 10 years ago
  66. 6e3d2ba Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 10 years ago
  67. 8bc792a Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 10 years ago
  68. 6e86580 Version bump for Python 3.5.1rc1. by Larry Hastings · 10 years ago
  69. 7537898 Misc/NEWS entries for IDLE. by Terry Jan Reedy · 10 years ago
  70. c75d37f Misc/NEWS entries for IDLE. by Terry Jan Reedy · 10 years ago
  71. e99e977 Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX by Martin Panter · 10 years ago
  72. 97cabb9 Issue #25583: Merge makedirs fix from 3.4 into 3.5 by Martin Panter · 10 years ago
  73. 82f9fea Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5) by Guido van Rossum · 10 years ago
  74. 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 10 years ago
  75. a82642f Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True) by Martin Panter · 10 years ago
  76. a27a1e5 Issue #25498: Fixed contributors name. by Serhiy Storchaka · 10 years ago
  77. da32d26 Issue #25498: Fixed contributors name. by Serhiy Storchaka · 10 years ago
  78. a4d33b3 make the PyUnicode_FSConverter cleanup set the decrefed argument to NULL (closes #25630) by Benjamin Peterson · 10 years ago
  79. d0a5b1c Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess by Gregory P. Smith · 10 years ago
  80. 2cd1b3b Fix issue #6973: When we know a subprocess.Popen process has died, do by Gregory P. Smith · 10 years ago
  81. a0c9caa Fix issue #6973: When we know a subprocess.Popen process has died, do by Gregory P. Smith · 10 years ago
  82. fcc2e71 merge 3.4 (#25578) by Benjamin Peterson · 10 years ago
  83. f0c9038 fix possible memory lea k in _get_aia_uri (closes #25578) by Benjamin Peterson · 10 years ago
  84. 7e2b870 Issue #25388: Fixed tokenizer crash when processing undecodable source code by Serhiy Storchaka · 10 years ago
  85. 0d44111 Issue #25388: Fixed tokenizer crash when processing undecodable source code by Serhiy Storchaka · 10 years ago
  86. 97ce0fa Fix grammar in whatsnew/3.5.rst and elsewhere by Martin Panter · 10 years ago
  87. fa9ea04 Issue #25590: Merge rlcompleter change from 3.4 into 3.5 by Martin Panter · 10 years ago
  88. 06622ea Issue #25590: Make rlcompleter only call getattr() once per attribute by Martin Panter · 10 years ago
  89. 0da4ac1 Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 by Martin Panter · 10 years ago
  90. 1bb6515 Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview by Martin Panter · 10 years ago
  91. 19a70e7 Issue #25462: The hash of the key now is calculated only once in most by Serhiy Storchaka · 10 years ago
  92. 609a2e1 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 10 years ago
  93. d7a4415 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 10 years ago
  94. 45bde5d merge 3.4 (#25530) by Benjamin Peterson · 10 years ago
  95. a9dcdab always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 10 years ago
  96. 86429bd merge 3.5 (#25569) by Benjamin Peterson · 10 years ago
  97. eda06c8 fix memory leak in _get_crl_dp (closes #25569) by Benjamin Peterson · 10 years ago
  98. 4f1c187 Added missed periods at the ends of sentences in Misc/NEWS. by Serhiy Storchaka · 10 years ago
  99. fed16ec7c2 Added missed periods at the ends of sentences in Misc/NEWS. by Serhiy Storchaka · 10 years ago
  100. acdb020 Fixed markup in Misc/NEWS. by Serhiy Storchaka · 10 years ago