1. ce543fd Issue #26070: py.exe launcher fails to find in-place built binaries from earlier Python versions. by Mark Hammond · 8 years ago
  2. 4d92742 merge 3.4 (#26066) by Benjamin Peterson · 8 years ago
  3. 6829dbb delete old crypto prose (closes #26066) by Benjamin Peterson · 8 years ago
  4. 3858a1c Issue23675 - A tiny clarification in the MRO glossary term. by Senthil Kumaran · 8 years ago
  5. 6401e79 Issue #26029: Finish correction. by Terry Jan Reedy · 8 years ago
  6. ee2a392 #24789: fix docstring of ctypes.create_string_buffer. Patch by Matheus Vieira Portela. by Ezio Melotti · 8 years ago
  7. 2a97f8a Issue #26029: Remove extraneous word. Patch by Upendra Kumar. by Terry Jan Reedy · 8 years ago
  8. 81bc927 Issue #22138: Fix mock.patch behavior when patching descriptors. Restore by Senthil Kumaran · 8 years ago
  9. cbe6356 Issue20969 - Set the Epub Author and Epub Publisher in Python docs. by Senthil Kumaran · 8 years ago
  10. e95fd0b merge 3.4 (#26046) by Benjamin Peterson · 8 years ago
  11. 8a6ddb9 fix typo in unittest docs (closes #26046) by Benjamin Peterson · 8 years ago
  12. 3b1a8b3 enable SSL_MODE_RELEASE_BUFFERS by Benjamin Peterson · 8 years ago
  13. 03abf6d Hopeful fix for test_rglob_common on Windows without symlinks. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  14. 9c39b67 Hopeful fix for test_rglob_common on Windows without symlinks. by Guido van Rossum · 8 years ago
  15. c3a8272 Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  16. bc9fdda Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. by Guido van Rossum · 8 years ago
  17. 16fb674 Fix typo in docstring of multiprocessing.spawn.spawn_main() by Berker Peksag · 8 years ago
  18. 94541f4 Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms has no effect by Berker Peksag · 8 years ago
  19. 0deaf9a merge from 3.4 by Senthil Kumaran · 8 years ago
  20. f3695bf Issue16544 - Add a link to an external documentation resource in ast module docs. by Senthil Kumaran · 8 years ago
  21. 1469d74 Cross-reference os.DirEntry and pathlib.Path for issue #22570. by Guido van Rossum · 8 years ago
  22. 0507520 Add versionadded (3.4.5) to docs for issue #22570. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  23. b136054 Add versionadded (3.4.5) to docs for issue #22570. by Guido van Rossum · 8 years ago
  24. 4060051 Docs for issue #22570. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  25. df85946 Docs for issue #22570. by Guido van Rossum · 8 years ago
  26. 1a4afec Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  27. e428231 Issue #22570: Add 'path' attribute to pathlib.Path objects. by Guido van Rossum · 8 years ago
  28. 520f297 Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  29. 69bfb15 Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). by Guido van Rossum · 8 years ago
  30. d54377d Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  31. 6c2d33a Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. by Guido van Rossum · 8 years ago
  32. f34c3fe merge from 3.4 by Senthil Kumaran · 8 years ago
  33. 114a1d6 Issue24898 - Improve str.find documentation. by Senthil Kumaran · 8 years ago
  34. 6ffbcdf merge from 3.4 by Senthil Kumaran · 8 years ago
  35. a880800 Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid by Senthil Kumaran · 8 years ago
  36. 830207e #22709: Use stdin as-is if it does not have a buffer attribute. by R David Murray · 8 years ago
  37. fcb6db5 merge from 3.4 by Senthil Kumaran · 8 years ago
  38. d03d1d4 Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki. by Senthil Kumaran · 8 years ago
  39. 9ecf00e Remove a duplicate test_addresses key:value as identified by Vincent by Gregory P. Smith · 8 years ago
  40. 489bbfb Update copyrights for 2016. by Ned Deily · 8 years ago
  41. c25784c Update copyrights for 2016. by Ned Deily · 8 years ago
  42. 46a78bc Fix grammar. by Zachary Ware · 8 years ago
  43. 4e3dd51 merge 3.4 by Benjamin Peterson · 8 years ago
  44. 630329e merge 3.3 by Benjamin Peterson · 8 years ago
  45. 0e617e2 remove some copyright notices supserseded by the toplevel ones by Benjamin Peterson · 8 years ago
  46. f1dcdd9 add 2015 and 2016 by Benjamin Peterson · 8 years ago
  47. f2be8d7 merge 3.4 by Benjamin Peterson · 8 years ago
  48. 86fb46d merge 3.3 by Benjamin Peterson · 8 years ago
  49. 16b347b reflow by Benjamin Peterson · 8 years ago
  50. 4c70293 merge 3.4 by Benjamin Peterson · 8 years ago
  51. e8c2a95 merge 3.3 by Benjamin Peterson · 8 years ago
  52. 75e3630 2016 will be another year of writing copyrighted code by Benjamin Peterson · 8 years ago
  53. 42bf8fc Issue #25961: Disallowed null characters in the type name. by Serhiy Storchaka · 8 years ago
  54. beb652c Make catched exception more specific and correct a comment. by Serhiy Storchaka · 8 years ago
  55. 1ba0161 Fixed formatting comman-line usage message. by Serhiy Storchaka · 8 years ago
  56. ff8d087 Issue #25977: Fix typos in Lib/tokenize.py by Berker Peksag · 8 years ago
  57. 3cc8f4b make recording and reporting errors and nonlocal and global directives more robust (closes #25973) by Benjamin Peterson · 8 years ago
  58. 01f7ac3 Backport of fix for issue #25930 by Brett Cannon · 8 years ago
  59. e4d65e3 Issue #25447: Copying the lru_cache() wrapper object now always works, by Serhiy Storchaka · 8 years ago
  60. 762d5ea Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtension(). by Brett Cannon · 8 years ago
  61. 85622e4 Issue #25874: Clarify platform support in the "Using Python on Windows" doc. by Brett Cannon · 8 years ago
  62. 191321d Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 8 years ago
  63. 4a1e70f Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 8 years ago
  64. a5892ab Fixes #25360: Search for pythonw.exe when in pyw.exe. by Vinay Sajip · 8 years ago
  65. 9cdfd18 Closes #25685: Made SocketHandler emission more efficient. by Vinay Sajip · 8 years ago
  66. f81be8a Issue #22995: Instances of extension types with a state that aren't by Serhiy Storchaka · 8 years ago
  67. bc4ded95 Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser. by Serhiy Storchaka · 8 years ago
  68. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 8 years ago
  69. a198645 #1753718: clarify RFC compliance and bytes/string argument types. by R David Murray · 8 years ago
  70. a17ca19 Issue #25860: Fixed test failure caused by inconsistency of os.walk() and by Serhiy Storchaka · 8 years ago
  71. 0bddc9e Issue #25860: os.fwalk() no longer skips remaining directories when error occurs. by Serhiy Storchaka · 8 years ago
  72. 0ce7a3a Issue #25914: Fixed and simplified OrderedDict.__sizeof__. by Serhiy Storchaka · 8 years ago
  73. 5af8564 Issue #25827: Add support for ICC to configure by Zachary Ware · 8 years ago
  74. 66c08d9 Issue #25902: Fixed various refcount issues in ElementTree iteration. by Serhiy Storchaka · 8 years ago
  75. 0744641 Merge 3.4.4 from 3.4 to 3.5. by Larry Hastings · 8 years ago
  76. 52d6c2c Merge. by Larry Hastings · 8 years ago
  77. c4e70ff Post-release touchups for Python 3.4.4 final. by Larry Hastings · 8 years ago
  78. 5aac3ed Issue #25766: Special method __bytes__() now works in str subclasses. by Serhiy Storchaka · 8 years ago
  79. 5185597 Fixed sizeof tests for dict and type (they were passed by accident). by Serhiy Storchaka · 8 years ago
  80. aaf69ac Don't create non-needed file. by Serhiy Storchaka · 8 years ago
  81. 1014d1c Added tag v3.4.4 for changeset 737efcadf5a6 by Larry Hastings · 8 years ago
  82. fa71932 Release bump for Python 3.4.4 final. by Larry Hastings · 8 years ago
  83. 5caf39d Rebuild pydoc topics for Python 3.4.4 final. by Larry Hastings · 8 years ago
  84. 9c297e4 Use correct PyGC_Head size in tests for issue #25421. by Serhiy Storchaka · 8 years ago
  85. 5c4064e Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 8 years ago
  86. efd7b34 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  87. 5aeadb3 Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION MARK. by Terry Jan Reedy · 9 years ago
  88. d1f20d1 Fixed markup and spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  89. 581e56a Issue #25899: Fixed typo in .bzrignore. by Serhiy Storchaka · 9 years ago
  90. 225821c Issue #25899: Converted non-ASCII characters in docstrings and manpage by Serhiy Storchaka · 9 years ago
  91. 29e2aa6 Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM. by Serhiy Storchaka · 9 years ago
  92. e0cb9da Issue #25893: Removed unused variable reqdSize. by Serhiy Storchaka · 9 years ago
  93. 3dc74bf docs: Document ASYNC/AWAIT tokens (issue #25580) by Yury Selivanov · 9 years ago
  94. b84ef71 Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  95. 6f9b010 Fix a couple of typos in code comments by Martin Panter · 9 years ago
  96. 9920e29 Merge 3.4 by Yury Selivanov · 9 years ago
  97. cba0053 docs/asyncio: Twek sections names per Nick Coghlan suggestion by Yury Selivanov · 9 years ago
  98. c4e27e2 Merge 3.4 by Yury Selivanov · 9 years ago
  99. ea4ce1c asyncio/tests: Fix a ResourceWarning due to unclosed loop by Yury Selivanov · 9 years ago
  100. 152c408 Merge 3.4 by Yury Selivanov · 9 years ago