1. a5892ab Fixes #25360: Search for pythonw.exe when in pyw.exe. by Vinay Sajip · 8 years ago
  2. 9cdfd18 Closes #25685: Made SocketHandler emission more efficient. by Vinay Sajip · 8 years ago
  3. f81be8a Issue #22995: Instances of extension types with a state that aren't by Serhiy Storchaka · 8 years ago
  4. bc4ded95 Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser. by Serhiy Storchaka · 9 years ago
  5. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  6. a198645 #1753718: clarify RFC compliance and bytes/string argument types. by R David Murray · 9 years ago
  7. a17ca19 Issue #25860: Fixed test failure caused by inconsistency of os.walk() and by Serhiy Storchaka · 9 years ago
  8. 0bddc9e Issue #25860: os.fwalk() no longer skips remaining directories when error occurs. by Serhiy Storchaka · 9 years ago
  9. 0ce7a3a Issue #25914: Fixed and simplified OrderedDict.__sizeof__. by Serhiy Storchaka · 9 years ago
  10. 5af8564 Issue #25827: Add support for ICC to configure by Zachary Ware · 9 years ago
  11. 66c08d9 Issue #25902: Fixed various refcount issues in ElementTree iteration. by Serhiy Storchaka · 9 years ago
  12. 0744641 Merge 3.4.4 from 3.4 to 3.5. by Larry Hastings · 9 years ago
  13. 52d6c2c Merge. by Larry Hastings · 9 years ago
  14. c4e70ff Post-release touchups for Python 3.4.4 final. by Larry Hastings · 9 years ago
  15. 5aac3ed Issue #25766: Special method __bytes__() now works in str subclasses. by Serhiy Storchaka · 9 years ago
  16. 5185597 Fixed sizeof tests for dict and type (they were passed by accident). by Serhiy Storchaka · 9 years ago
  17. aaf69ac Don't create non-needed file. by Serhiy Storchaka · 9 years ago
  18. 1014d1c Added tag v3.4.4 for changeset 737efcadf5a6 by Larry Hastings · 9 years ago
  19. fa71932 Release bump for Python 3.4.4 final. by Larry Hastings · 9 years ago
  20. 5caf39d Rebuild pydoc topics for Python 3.4.4 final. by Larry Hastings · 9 years ago
  21. 9c297e4 Use correct PyGC_Head size in tests for issue #25421. by Serhiy Storchaka · 9 years ago
  22. 5c4064e Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  23. efd7b34 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  24. 5aeadb3 Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION MARK. by Terry Jan Reedy · 9 years ago
  25. d1f20d1 Fixed markup and spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  26. 581e56a Issue #25899: Fixed typo in .bzrignore. by Serhiy Storchaka · 9 years ago
  27. 225821c Issue #25899: Converted non-ASCII characters in docstrings and manpage by Serhiy Storchaka · 9 years ago
  28. 29e2aa6 Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM. by Serhiy Storchaka · 9 years ago
  29. e0cb9da Issue #25893: Removed unused variable reqdSize. by Serhiy Storchaka · 9 years ago
  30. 3dc74bf docs: Document ASYNC/AWAIT tokens (issue #25580) by Yury Selivanov · 9 years ago
  31. b84ef71 Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  32. 6f9b010 Fix a couple of typos in code comments by Martin Panter · 9 years ago
  33. 9920e29 Merge 3.4 by Yury Selivanov · 9 years ago
  34. cba0053 docs/asyncio: Twek sections names per Nick Coghlan suggestion by Yury Selivanov · 9 years ago
  35. c4e27e2 Merge 3.4 by Yury Selivanov · 9 years ago
  36. ea4ce1c asyncio/tests: Fix a ResourceWarning due to unclosed loop by Yury Selivanov · 9 years ago
  37. 152c408 Merge 3.4 by Yury Selivanov · 9 years ago
  38. 3cd863c asyncio/tests: Fix ResourceWarnings related to unclosed transports by Yury Selivanov · 9 years ago
  39. bcf8afd Merge 3.4 by Yury Selivanov · 9 years ago
  40. 5f68ca6 asyncio/tests: Fix some ResourceWarnings by Yury Selivanov · 9 years ago
  41. e277a3d Merge 3.4 by Yury Selivanov · 9 years ago
  42. aa78adc asyncio/tests: Fix deprecation warning by Yury Selivanov · 9 years ago
  43. a3f82ba Merge 3.4 by Yury Selivanov · 9 years ago
  44. ec45226 Normalize whitespace by Yury Selivanov · 9 years ago
  45. 631546c Merge 3.4 by Yury Selivanov · 9 years ago
  46. d5c2a62 asyncio: Skip getaddrinfo if host is already resolved. by Yury Selivanov · 9 years ago
  47. a7f9933 Issue #23788: Merge redundant test_bad_address() into test_urllibnet by Martin Panter · 9 years ago
  48. e319ab0 docs/asyncio: Update ensure_future & run_coroutine_threadsafe docs by Yury Selivanov · 9 years ago
  49. 4a18b35 docs/whatsnew/3.5: Fix ref link by Yury Selivanov · 9 years ago
  50. bf077ee whatsnew/3.5: Mention new asyncio APIs in 3.5.1 by Yury Selivanov · 9 years ago
  51. f1b3134 Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst() by Gregory P. Smith · 9 years ago
  52. 6edadfc * Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  53. 8c084eb merge head by Gregory P. Smith · 9 years ago
  54. 0212c4d Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  55. 220ba72 Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed by Gregory P. Smith · 9 years ago
  56. 4cb6d37 assert_python_ok docstring typo fix. by Gregory P. Smith · 9 years ago
  57. e847d71 Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() (new try) by Victor Stinner · 9 years ago
  58. 51a4b22 Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes. by R David Murray · 9 years ago
  59. 2b4f47e #25495: Clarify b2a_base64 documentation vis 57 bytes. by R David Murray · 9 years ago
  60. ed53782 Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() by Victor Stinner · 9 years ago
  61. 8de795f Issue #25696: Don't ignore errors in 'make bininstall' on creating $(LIBPC) directory by Victor Stinner · 9 years ago
  62. c202155 Issue #25696: Fix installation of Python on UNIX with make -j9. by Victor Stinner · 9 years ago
  63. a1d6f39 Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. by Vinay Sajip · 9 years ago
  64. 999d0f9 Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. by Vinay Sajip · 9 years ago
  65. abeb647 Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. by Vinay Sajip · 9 years ago
  66. 1a316e8 Sync asyncio with upstream git repo (conditional import in test_pep492.py). by Guido van Rossum · 9 years ago
  67. dda5843 Issue #19771: Omit irrelevant message if package could not be initialized by Martin Panter · 9 years ago
  68. f0c0318 Issue #25845: Drop redundant checks leftover from int to long conversion by Martin Panter · 9 years ago
  69. ce70132 Issue #25809: Skip testing platform-dependent French thousands separator by Martin Panter · 9 years ago
  70. 6a10936 Issue #25809: Skip testing platform-dependent French thousands separator by Martin Panter · 9 years ago
  71. a7d8127 Issue #25755: Move PropertyWritableDoc into the test case by Berker Peksag · 9 years ago
  72. d3ded40 Merge 3.4 by Yury Selivanov · 9 years ago
  73. 0ac3a0c asyncio: Make Tasks check if Futures are attached to the same event loop by Yury Selivanov · 9 years ago
  74. 7888e67 Merge 3.4 by Yury Selivanov · 9 years ago
  75. dddc781 asyncio: Sync with github by Yury Selivanov · 9 years ago
  76. 5cf791b Issue #25764: Skip fork failure test when run as root by Martin Panter · 9 years ago
  77. b82032f Issue #22341: Drop Python 2 workaround and document CRC initial value by Martin Panter · 9 years ago
  78. 7dda421 Issue #14285: Do not catch exceptions initializing any ancestor package by Martin Panter · 9 years ago
  79. a29eb08 Fixed possible leaks in ElementTree parser. by Serhiy Storchaka · 9 years ago
  80. d6a69d8 Fixed possible leak in ElementTree.Element.iter(). by Serhiy Storchaka · 9 years ago
  81. 3181feb Clarify that only *documentation* bugs should go to docs@python.org by Zachary Ware · 9 years ago
  82. 40e102c Issue #25820: Remove unused assignment and redundant GDB CLI arguments by Martin Panter · 9 years ago
  83. 6e9d2e6 Issue #21240: Add an abstractmethod directive to mark abstract methods in the docs more explicitly by Berker Peksag · 9 years ago
  84. 45be8d6 Issue #25701: Document C API functions that both set and delete objects by Martin Panter · 9 years ago
  85. f174689 merge 3.4 by doko@ubuntu.com · 9 years ago
  86. 5e58600 Remove x permissions from Lib/test/test_script_helper.py by doko@ubuntu.com · 9 years ago
  87. f78d851 Mostly-null merge from 3.4. (Only added the tag for 3.4.4rc1.) by Larry Hastings · 9 years ago
  88. d785da8 Merge. by Larry Hastings · 9 years ago
  89. f9c88ec Merge. by Larry Hastings · 9 years ago
  90. 13cf490 Post-release fixups for Python 3.4.4rc1. by Larry Hastings · 9 years ago
  91. 0c6ffab Post-release fixups for Python 3.5.1. by Larry Hastings · 9 years ago
  92. 7ff276f Issue25814: Propagate all errors from custom XML parser handlers by Serhiy Storchaka · 9 years ago
  93. 7efaf95 Issue25814: Propagate all errors from custom XML parser handlers by Serhiy Storchaka · 9 years ago
  94. 00a8635 Added tag v3.4.4rc1 for changeset 04f3f725896c by Larry Hastings · 9 years ago
  95. e739601 Version bump for 3.4.4rc1. by Larry Hastings · 9 years ago
  96. 8986c44 Rebuilt pydoc topics for 3.4.4rc1. by Larry Hastings · 9 years ago
  97. 49d3db9 Issue #25717: Add comment explaining why errors are ignored by Martin Panter · 9 years ago
  98. 8d5d466 Issue #25798: merge from 3.4 by Ned Deily · 9 years ago
  99. 6364094 Issue #25798: Update OS X 10.5+ 32-bit-only installer to build by Ned Deily · 9 years ago
  100. 0bb62b1 Issue #25717: Tolerate fstat() failures in the FileIO constructor by Martin Panter · 9 years ago