1. f4f67e5 Merge 3.5 by Yury Selivanov · 9 years ago
  2. e319ab0 docs/asyncio: Update ensure_future & run_coroutine_threadsafe docs by Yury Selivanov · 9 years ago
  3. 2c008d8 Merge 3.5 by Yury Selivanov · 9 years ago
  4. 4a18b35 docs/whatsnew/3.5: Fix ref link by Yury Selivanov · 9 years ago
  5. e93f407 Merge 3.5 by Yury Selivanov · 9 years ago
  6. bf077ee whatsnew/3.5: Mention new asyncio APIs in 3.5.1 by Yury Selivanov · 9 years ago
  7. 60889d1 Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst() by Gregory P. Smith · 9 years ago
  8. f1b3134 Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst() by Gregory P. Smith · 9 years ago
  9. fcbdf99 * Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  10. 6edadfc * Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  11. 8c084eb merge head by Gregory P. Smith · 9 years ago
  12. 0212c4d Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  13. 220ba72 Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed by Gregory P. Smith · 9 years ago
  14. 4cb6d37 assert_python_ok docstring typo fix. by Gregory P. Smith · 9 years ago
  15. 86d322f Undo inadvertent line swap by Raymond Hettinger · 9 years ago
  16. 5088f60 Hoist constant expressions (so->table and so->mask) out of the inner-loop. by Raymond Hettinger · 9 years ago
  17. 9fdaff3 Merge 3.5 by Victor Stinner · 9 years ago
  18. e847d71 Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() (new try) by Victor Stinner · 9 years ago
  19. d991963 Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes. by R David Murray · 9 years ago
  20. 51a4b22 Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes. by R David Murray · 9 years ago
  21. 2b4f47e #25495: Clarify b2a_base64 documentation vis 57 bytes. by R David Murray · 9 years ago
  22. 6b8f0c8 (Merge 3.5) Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() by Victor Stinner · 9 years ago
  23. ed53782 Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() by Victor Stinner · 9 years ago
  24. e33baf8 Merge 3.5 by Victor Stinner · 9 years ago
  25. 8de795f Issue #25696: Don't ignore errors in 'make bininstall' on creating $(LIBPC) directory by Victor Stinner · 9 years ago
  26. 117051a (Merge 3.5) Issue #25696: Fix installation of Python on UNIX with make -j9. by Victor Stinner · 9 years ago
  27. c202155 Issue #25696: Fix installation of Python on UNIX with make -j9. by Victor Stinner · 9 years ago
  28. 67dbd0d Fixes #25844: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  29. a1d6f39 Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. by Vinay Sajip · 9 years ago
  30. abeb647 Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. by Vinay Sajip · 9 years ago
  31. 7072447 Sync asyncio with upstream git repo (conditional import in test_pep492.py). (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  32. 1a316e8 Sync asyncio with upstream git repo (conditional import in test_pep492.py). by Guido van Rossum · 9 years ago
  33. 33d8a1b Issue #19771: Merge runpy error adjustment from 3.5 by Martin Panter · 9 years ago
  34. ad587f9 Issue #25845: Merge PyLong_Check() cleanup from 3.5 by Martin Panter · 9 years ago
  35. 58ea910 Issue #25809: Merge French locale test from 3.5 by Martin Panter · 9 years ago
  36. dda5843 Issue #19771: Omit irrelevant message if package could not be initialized by Martin Panter · 9 years ago
  37. f0c0318 Issue #25845: Drop redundant checks leftover from int to long conversion by Martin Panter · 9 years ago
  38. 6a10936 Issue #25809: Skip testing platform-dependent French thousands separator by Martin Panter · 9 years ago
  39. e0ad1e1 Issue #25755: Move PropertyWritableDoc into the test case by Berker Peksag · 9 years ago
  40. a7d8127 Issue #25755: Move PropertyWritableDoc into the test case by Berker Peksag · 9 years ago
  41. 8bb6fa8 Merge 3.5 by Yury Selivanov · 9 years ago
  42. d3ded40 Merge 3.4 by Yury Selivanov · 9 years ago
  43. 0ac3a0c asyncio: Make Tasks check if Futures are attached to the same event loop by Yury Selivanov · 9 years ago
  44. 0f8475a Merge 3.5 by Yury Selivanov · 9 years ago
  45. 7888e67 Merge 3.4 by Yury Selivanov · 9 years ago
  46. dddc781 asyncio: Sync with github by Yury Selivanov · 9 years ago
  47. aa5dcd8 Issue #25764: Merge fix for root user from 3.5 by Martin Panter · 9 years ago
  48. 70fe09b Issue #22341: Merge CRC doc from 3.5 by Martin Panter · 9 years ago
  49. 5cf791b Issue #25764: Skip fork failure test when run as root by Martin Panter · 9 years ago
  50. b82032f Issue #22341: Drop Python 2 workaround and document CRC initial value by Martin Panter · 9 years ago
  51. 8c0b5b9 Issue #14285: Merge runpy fix from 3.5 by Martin Panter · 9 years ago
  52. 36ff997 Issue #25638: Optimized ElementTree parsing; it is now 10% faster. by Serhiy Storchaka · 9 years ago
  53. 7dda421 Issue #14285: Do not catch exceptions initializing any ancestor package by Martin Panter · 9 years ago
  54. 956244b Fixed possible leaks in ElementTree parser. by Serhiy Storchaka · 9 years ago
  55. a29eb08 Fixed possible leaks in ElementTree parser. by Serhiy Storchaka · 9 years ago
  56. 9fcbdf4 Fixed possible leak in ElementTree.Element.iter(). by Serhiy Storchaka · 9 years ago
  57. d6a69d8 Fixed possible leak in ElementTree.Element.iter(). by Serhiy Storchaka · 9 years ago
  58. e0ffe17 Merge with 3.5 by Zachary Ware · 9 years ago
  59. 3181feb Clarify that only *documentation* bugs should go to docs@python.org by Zachary Ware · 9 years ago
  60. 747029a Issue #25820: Merge test_gdb fixes from 3.5 by Martin Panter · 9 years ago
  61. 40e102c Issue #25820: Remove unused assignment and redundant GDB CLI arguments by Martin Panter · 9 years ago
  62. 2e7fca8 Issue #21240: Add an abstractmethod directive to mark abstract methods in the docs more explicitly by Berker Peksag · 9 years ago
  63. 6e9d2e6 Issue #21240: Add an abstractmethod directive to mark abstract methods in the docs more explicitly by Berker Peksag · 9 years ago
  64. 2300bf2 Only update the arr variable when PyObject_RichCompareBool() has been called. by Raymond Hettinger · 9 years ago
  65. e7ceef6 Issue #25701: Merge set and delete documentation from 3.5 by Martin Panter · 9 years ago
  66. 45be8d6 Issue #25701: Document C API functions that both set and delete objects by Martin Panter · 9 years ago
  67. 3a0380f merge 3.5 by doko@ubuntu.com · 9 years ago
  68. f174689 merge 3.4 by doko@ubuntu.com · 9 years ago
  69. 5e58600 Remove x permissions from Lib/test/test_script_helper.py by doko@ubuntu.com · 9 years ago
  70. 3ac5380 Issue #25761: Fixed reference leak added in previous changeset (5c670af0100f). by Serhiy Storchaka · 9 years ago
  71. ef3a676 Null merge from 3.5. by Larry Hastings · 9 years ago
  72. f78d851 Mostly-null merge from 3.4. (Only added the tag for 3.4.4rc1.) by Larry Hastings · 9 years ago
  73. d785da8 Merge. by Larry Hastings · 9 years ago
  74. f9c88ec Merge. by Larry Hastings · 9 years ago
  75. 13cf490 Post-release fixups for Python 3.4.4rc1. by Larry Hastings · 9 years ago
  76. 0c6ffab Post-release fixups for Python 3.5.1. by Larry Hastings · 9 years ago
  77. 9ec5e25 Issue #25638: Optimized ElementTree.iterparse(); it is now 2x faster. by Serhiy Storchaka · 9 years ago
  78. f2fdfe1 Issue25814: Propagate all errors from custom XML parser handlers by Serhiy Storchaka · 9 years ago
  79. 7ff276f Issue25814: Propagate all errors from custom XML parser handlers by Serhiy Storchaka · 9 years ago
  80. 7efaf95 Issue25814: Propagate all errors from custom XML parser handlers by Serhiy Storchaka · 9 years ago
  81. 59fb634 Issue #25761: Improved detecting errors in broken pickle data. by Serhiy Storchaka · 9 years ago
  82. 00a8635 Added tag v3.4.4rc1 for changeset 04f3f725896c by Larry Hastings · 9 years ago
  83. e739601 Version bump for 3.4.4rc1. by Larry Hastings · 9 years ago
  84. 8986c44 Rebuilt pydoc topics for 3.4.4rc1. by Larry Hastings · 9 years ago
  85. c68e723 Issue #25717: Merge comment from 3.5 by Martin Panter · 9 years ago
  86. 49d3db9 Issue #25717: Add comment explaining why errors are ignored by Martin Panter · 9 years ago
  87. 7da28d2 Issue #25798: merge from 3.5 by Ned Deily · 9 years ago
  88. 8d5d466 Issue #25798: merge from 3.4 by Ned Deily · 9 years ago
  89. 6364094 Issue #25798: Update OS X 10.5+ 32-bit-only installer to build by Ned Deily · 9 years ago
  90. c851106 Issue #25717: Merge fstat() fix from 3.5 by Martin Panter · 9 years ago
  91. 0bb62b1 Issue #25717: Tolerate fstat() failures in the FileIO constructor by Martin Panter · 9 years ago
  92. 0c398eb Added tag v3.5.1 for changeset 37a07cee5969 by Larry Hastings · 9 years ago
  93. ffccaa4 Version bump for 3.5.1 final. by Larry Hastings · 9 years ago
  94. 3e7a56a Updated pydoc topics for 3.5.1 final. by Larry Hastings · 9 years ago
  95. c4b8979 Issue #25764: Merge OS X test skipping from 3.4 into 3.5 by Martin Panter · 9 years ago
  96. 0d559cf Issue #25764: Remove test debugging by Martin Panter · 9 years ago
  97. 1a173de Issue #25764: Merge OS X test skipping from 3.5 by Martin Panter · 9 years ago
  98. f7fdbda Issue #25764: Skip the test on OS X by Martin Panter · 9 years ago
  99. 4be79aa merge 3.5 by Benjamin Peterson · 9 years ago
  100. 8fc7d29 merge 3.4 by Benjamin Peterson · 9 years ago