1. b7b5d35 Issue #27369: Merge test_pyexpat from 3.3 into 3.4 by Martin Panter · 8 years ago
  2. d27a7c1 Issue #27369: Merge test_pyexpat from 3.2 into 3.3 by Martin Panter · 8 years ago
  3. 076ca6c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 8 years ago
  4. 2cdcaf1 Issue #22758: Move NEWS entry to Library section by Martin Panter · 8 years ago
  5. 8cf1496 #22758 null merge by R David Murray · 8 years ago
  6. e363894 #22758 null merge by R David Murray · 8 years ago
  7. 5f21f43 #22758: fix regression in handling of secure cookies. by R David Murray · 8 years ago
  8. ede9a0f merge 3.3 by Benjamin Peterson · 8 years ago
  9. ad04a85 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  10. 188c118 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  11. 9105870 Merge. by Larry Hastings · 8 years ago
  12. ea68492 Post-release fixups for Python 3.4.5. by Larry Hastings · 8 years ago
  13. 8e36221 Added tag v3.4.5 for changeset 619b61e505d0 by Larry Hastings · 8 years ago
  14. 98be9d5 Version bump for 3.4.5 final. by Larry Hastings · 8 years ago
  15. 27d3529 Regenerate pydoc topics for 3.4.5 final. by Larry Hastings · 8 years ago
  16. 4b9e75b Docs: add html-stable autobuild variant by Georg Brandl · 8 years ago
  17. 06d49bb sync ordering of stddef.h includes with expat 2.1.1 by Benjamin Peterson · 8 years ago
  18. a8bb04b Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. by Matthias Klose · 8 years ago
  19. 393c759 Added tag v3.4.5rc1 for changeset 3631bb4a2490 by Larry Hastings · 8 years ago
  20. 463c3f3 Release bump for 3.4.5rc1. by Larry Hastings · 8 years ago
  21. 6e77ebe Regenerate pydoc topics for 3.4.5rc1. by Larry Hastings · 8 years ago
  22. 196d7db upgrade expt to 2.1.1 (closes #26556) by Benjamin Peterson · 8 years ago
  23. 46b32f3 raise an error when STARTTLS fails by Benjamin Peterson · 8 years ago
  24. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 8 years ago
  25. 2a86122 Upgrade ensurepip bundled setuptools to 20.10.1 by Donald Stufft · 8 years ago
  26. 5de67b1 Issue26748: Enum classes should evaluate as True by Ethan Furman · 8 years ago
  27. b9869df remove useless $ keyword (closes #17167) by Benjamin Peterson · 8 years ago
  28. 2bc69c4 Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3 by Donald Stufft · 8 years ago
  29. adca846 Backed out changeset 19a3e0e664af by Serhiy Storchaka · 8 years ago
  30. 388b90f Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 8 years ago
  31. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 8 years ago
  32. 25c0ef5 Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 8 years ago
  33. 90faa09 asyncio: Update 3.4 asyncio/test_tasks to upstream version by Yury Selivanov · 8 years ago
  34. 90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 8 years ago
  35. 9491272 open the cert store readonly by Benjamin Peterson · 8 years ago
  36. b1db758 reject negative data_size by Benjamin Peterson · 9 years ago
  37. 5d01246 Upgrade pip to 8.0.2 by Donald Stufft · 9 years ago
  38. c4032da prevent buffer overflow in get_data (closes #26171) by Benjamin Peterson · 9 years ago
  39. ef9cf083 fix refleak in error condition by Benjamin Peterson · 9 years ago
  40. c836f71 remove script from epub (closes #26172) by Benjamin Peterson · 9 years ago
  41. 33a8276 Update pip to 8.0.0 and setuptools to 19.4 by Donald Stufft · 9 years ago
  42. c7b05a4 Make the error message regex more lenient so that it matches both by Gregory P. Smith · 9 years ago
  43. 3f2240c Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4 by Martin Panter · 9 years ago
  44. fab75d9 Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3 by Martin Panter · 9 years ago
  45. 035583b Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT by Martin Panter · 9 years ago
  46. b55f8b7 Issue #25940: Update new SSL tests for self-signed.pythontest.net by Martin Panter · 9 years ago
  47. 514bb07 Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4 by Martin Panter · 9 years ago
  48. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 9 years ago
  49. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 9 years ago
  50. d9d0e86 Issue #26050: Add asyncio.StreamReader.readuntil() method. by Yury Selivanov · 9 years ago
  51. f124016 Document asyncio.timeout() by Andrew Svetlov · 9 years ago
  52. 9d976fa Sync with asyncio by Andrew Svetlov · 9 years ago
  53. c07b16b Sync with asyncio repo by Andrew Svetlov · 9 years ago
  54. 6829dbb delete old crypto prose (closes #26066) by Benjamin Peterson · 9 years ago
  55. 8a6ddb9 fix typo in unittest docs (closes #26046) by Benjamin Peterson · 9 years ago
  56. 9c39b67 Hopeful fix for test_rglob_common on Windows without symlinks. by Guido van Rossum · 9 years ago
  57. bc9fdda Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. by Guido van Rossum · 9 years ago
  58. f3695bf Issue16544 - Add a link to an external documentation resource in ast module docs. by Senthil Kumaran · 9 years ago
  59. b136054 Add versionadded (3.4.5) to docs for issue #22570. by Guido van Rossum · 9 years ago
  60. df85946 Docs for issue #22570. by Guido van Rossum · 9 years ago
  61. e428231 Issue #22570: Add 'path' attribute to pathlib.Path objects. by Guido van Rossum · 9 years ago
  62. 69bfb15 Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). by Guido van Rossum · 9 years ago
  63. 6c2d33a Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. by Guido van Rossum · 9 years ago
  64. 114a1d6 Issue24898 - Improve str.find documentation. by Senthil Kumaran · 9 years ago
  65. a880800 Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid by Senthil Kumaran · 9 years ago
  66. d03d1d4 Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki. by Senthil Kumaran · 9 years ago
  67. c25784c Update copyrights for 2016. by Ned Deily · 9 years ago
  68. 630329e merge 3.3 by Benjamin Peterson · 9 years ago
  69. 0e617e2 remove some copyright notices supserseded by the toplevel ones by Benjamin Peterson · 9 years ago
  70. f1dcdd9 add 2015 and 2016 by Benjamin Peterson · 9 years ago
  71. 86fb46d merge 3.3 by Benjamin Peterson · 9 years ago
  72. 16b347b reflow by Benjamin Peterson · 9 years ago
  73. e8c2a95 merge 3.3 by Benjamin Peterson · 9 years ago
  74. 75e3630 2016 will be another year of writing copyrighted code by Benjamin Peterson · 9 years ago
  75. 52d6c2c Merge. by Larry Hastings · 9 years ago
  76. c4e70ff Post-release touchups for Python 3.4.4 final. by Larry Hastings · 9 years ago
  77. 1014d1c Added tag v3.4.4 for changeset 737efcadf5a6 by Larry Hastings · 9 years ago
  78. fa71932 Release bump for Python 3.4.4 final. by Larry Hastings · 9 years ago
  79. 5caf39d Rebuild pydoc topics for Python 3.4.4 final. by Larry Hastings · 9 years ago
  80. 5aeadb3 Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION MARK. by Terry Jan Reedy · 9 years ago
  81. 999d0f9 Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. by Vinay Sajip · 9 years ago
  82. ce70132 Issue #25809: Skip testing platform-dependent French thousands separator by Martin Panter · 9 years ago
  83. cba0053 docs/asyncio: Twek sections names per Nick Coghlan suggestion by Yury Selivanov · 9 years ago
  84. ea4ce1c asyncio/tests: Fix a ResourceWarning due to unclosed loop by Yury Selivanov · 9 years ago
  85. 3cd863c asyncio/tests: Fix ResourceWarnings related to unclosed transports by Yury Selivanov · 9 years ago
  86. 5f68ca6 asyncio/tests: Fix some ResourceWarnings by Yury Selivanov · 9 years ago
  87. aa78adc asyncio/tests: Fix deprecation warning by Yury Selivanov · 9 years ago
  88. ec45226 Normalize whitespace by Yury Selivanov · 9 years ago
  89. d5c2a62 asyncio: Skip getaddrinfo if host is already resolved. by Yury Selivanov · 9 years ago
  90. 8c084eb merge head by Gregory P. Smith · 9 years ago
  91. 0212c4d Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  92. 220ba72 Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed by Gregory P. Smith · 9 years ago
  93. 4cb6d37 assert_python_ok docstring typo fix. by Gregory P. Smith · 9 years ago
  94. 2b4f47e #25495: Clarify b2a_base64 documentation vis 57 bytes. by R David Murray · 9 years ago
  95. abeb647 Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. by Vinay Sajip · 9 years ago
  96. 0ac3a0c asyncio: Make Tasks check if Futures are attached to the same event loop by Yury Selivanov · 9 years ago
  97. dddc781 asyncio: Sync with github by Yury Selivanov · 9 years ago
  98. 5e58600 Remove x permissions from Lib/test/test_script_helper.py by doko@ubuntu.com · 9 years ago
  99. f9c88ec Merge. by Larry Hastings · 9 years ago
  100. 13cf490 Post-release fixups for Python 3.4.4rc1. by Larry Hastings · 9 years ago