1. 4eb376c Issue #23883: Add missing APIs to calendar.__all__ by Martin Panter · 8 years ago
  2. 7978e10 Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM Rodrigues by Martin Panter · 8 years ago
  3. 7b3a82f Merge from 3.5 by Senthil Kumaran · 8 years ago
  4. a82908f Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args. by Senthil Kumaran · 8 years ago
  5. 2033f41 Issue #26127: Merge test_gdb fix from 3.5 by Martin Panter · 8 years ago
  6. 7a5fe6d Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings by Martin Panter · 8 years ago
  7. 2139a9f Issue #26127: Merge tokenize documentation by Martin Panter · 8 years ago
  8. 20b1bfa Issue #26127: Fix links in tokenize documentation; patch by Silent Ghost by Martin Panter · 8 years ago
  9. d7a815b Make the error message regex more lenient so that it matches both by Gregory P. Smith · 8 years ago
  10. a3a5833 Make the error message regex more lenient so that it matches both by Gregory P. Smith · 8 years ago
  11. c7b05a4 Make the error message regex more lenient so that it matches both by Gregory P. Smith · 8 years ago
  12. ccf44b0 branch merge by Ethan Furman · 8 years ago
  13. 60255b6 revert change 87a9dff5106c: pure Enum members again evaluate to True; by Ethan Furman · 8 years ago
  14. 63b8505 Issue #25791: Raise an ImportWarning when __spec__ or __package__ are by Brett Cannon · 8 years ago
  15. 43cfd82 Merge for issue #17633 by Brett Cannon · 8 years ago
  16. 56aae8f Issue #17633: Improve support for namespace packages with zipimport. by Brett Cannon · 8 years ago
  17. 43dab4b Merge 'used with permission' additions by Brett Cannon · 8 years ago
  18. 07b954d Add some "used with permission" mentions where external resources are referenced. by Brett Cannon · 8 years ago
  19. 2f1a0b6 Merge for issue #26114 by Brett Cannon · 8 years ago
  20. 45adb31 Issue #26114: Remove a reference to 'Numerical Recipes'. by Brett Cannon · 8 years ago
  21. 4edc0e8 Issue #25940: Merge ETIMEDOUT fix from 3.5 by Martin Panter · 8 years ago
  22. a8b43b5 Issue #25940: Merge ETIMEDOUT fix from 3.4 into 3.5 by Martin Panter · 8 years ago
  23. 3f2240c Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4 by Martin Panter · 8 years ago
  24. fab75d9 Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3 by Martin Panter · 8 years ago
  25. 035583b Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT by Martin Panter · 8 years ago
  26. 8df9848 Issue #25940: test_ssl is working again by Martin Panter · 8 years ago
  27. 3570e02 Issue #25940: Merge self-signed.pythontest.net testing from 3.5 by Martin Panter · 8 years ago
  28. 40b97ec Issue #25940: Update new SSL tests for self-signed.pythontest.net by Martin Panter · 8 years ago
  29. 17cbee4 Issue #25940: Merge self-signed.pythontest.net testing from 3.4 into 3.5 by Martin Panter · 8 years ago
  30. 3b63dc3 - merge 3.5 by doko@ubuntu.com · 8 years ago
  31. 17210f5 dictobject.c(dict_sizeof): Make it static again. by doko@ubuntu.com · 8 years ago
  32. b55f8b7 Issue #25940: Update new SSL tests for self-signed.pythontest.net by Martin Panter · 8 years ago
  33. 514bb07 Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4 by Martin Panter · 8 years ago
  34. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 8 years ago
  35. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 8 years ago
  36. 86f7109 Issue #25822: Add docstrings to the fields of urllib.parse results. by Senthil Kumaran · 8 years ago
  37. 4e280a6 Add a NEWS entry for Issue #22642. by Senthil Kumaran · 8 years ago
  38. 436831d Issue22642 - Convert trace module's option handling mechanism from getopt to argparse. by Senthil Kumaran · 8 years ago
  39. 121edbf Issue25347 - Format the error message output of mock's assert_has_calls method. by Senthil Kumaran · 8 years ago
  40. 2b06558 #26001: merge with 3.5. by Ezio Melotti · 8 years ago
  41. 397bb24 #26001: mention in the tutorial that files in binary mode expect bytes, not str. by Ezio Melotti · 8 years ago
  42. 997e6c1 #19006: merge with 3.5. by Ezio Melotti · 8 years ago
  43. f418db2 #19006: fix wording in unittest docs. by Ezio Melotti · 8 years ago
  44. e2c9adb Closes #25348: Merge with 3.5 by Zachary Ware · 8 years ago
  45. bed30c3 Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.bat by Zachary Ware · 8 years ago
  46. 9179c40 Merge 3.5 (issue #25486) by Yury Selivanov · 8 years ago
  47. a7c159d Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs. by Yury Selivanov · 8 years ago
  48. 1d37771 #25517: merge with 3.5. by Ezio Melotti · 8 years ago
  49. 84c63e8 #25517: fix regex in the regex howto. Patch by Elena Oat. by Ezio Melotti · 8 years ago
  50. d4d4f20 #25991: merge with 3.5. by Ezio Melotti · 8 years ago
  51. 7c018aa #25991: fix readline example to limit history size. Patch by Daniel Dye. by Ezio Melotti · 8 years ago
  52. 305e355 Merge heads. by Barry Warsaw · 8 years ago
  53. e973620 Merge heads. by Barry Warsaw · 8 years ago
  54. 3d220cc As per further discussion, re-enable the typeobject.c guard for picklability. by Barry Warsaw · 8 years ago
  55. 0633cb7 Merge 3.5 by doko@ubuntu.com · 8 years ago
  56. b2b1217 - Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars by doko@ubuntu.com · 8 years ago
  57. 37dc2b2 Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1. by Yury Selivanov · 8 years ago
  58. 09880c8 Comment out some tests that won't pass now that we've reverted the by Barry Warsaw · 8 years ago
  59. ec71f17 Issue #22995: [UPDATE] Comment out the one of the pickleability tests in by Barry Warsaw · 8 years ago
  60. 885e193 Issue #22995: [UPDATE] Comment out the one of the pickleability tests in by Barry Warsaw · 8 years ago
  61. 4f8273d Merge 3.5 (issue #26050) by Yury Selivanov · 8 years ago
  62. b4b8a0e Merge 3.4 (Issue #26050) by Yury Selivanov · 8 years ago
  63. d9d0e86 Issue #26050: Add asyncio.StreamReader.readuntil() method. by Yury Selivanov · 8 years ago
  64. 96b531a Issue #26069: Remove the deprecated apis in the trace module. by Senthil Kumaran · 8 years ago
  65. f7272a6 merge 3.5 by Andrew Svetlov · 8 years ago
  66. ea47134 Fix versionadded to use 3.5.1 only for 3.5 branch by Andrew Svetlov · 8 years ago
  67. 38bb42c merge 3.5 by Andrew Svetlov · 8 years ago
  68. 3af81f2 merge 3.4 by Andrew Svetlov · 8 years ago
  69. f124016 Document asyncio.timeout() by Andrew Svetlov · 8 years ago
  70. 511bf78 merge 3.5 by Andrew Svetlov · 8 years ago
  71. 4ea31f5 merge 3.4 by Andrew Svetlov · 8 years ago
  72. 9d976fa Sync with asyncio by Andrew Svetlov · 8 years ago
  73. 9755841 merge 3.5 by Andrew Svetlov · 8 years ago
  74. 3feb946 Add missing Misc/NEWS update by Andrew Svetlov · 8 years ago
  75. 34dd59e merge 3.5 by Andrew Svetlov · 8 years ago
  76. b86abb7 merge 3.4 by Andrew Svetlov · 8 years ago
  77. c07b16b Sync with asyncio repo by Andrew Svetlov · 8 years ago
  78. 32d1e56 Issue #26070: py.exe launcher fails to find in-place built binaries from earlier Python versions. by Mark Hammond · 8 years ago
  79. ce543fd Issue #26070: py.exe launcher fails to find in-place built binaries from earlier Python versions. by Mark Hammond · 8 years ago
  80. 7e23fe1 merge 3.5 (#26066) by Benjamin Peterson · 8 years ago
  81. 4d92742 merge 3.4 (#26066) by Benjamin Peterson · 8 years ago
  82. 6829dbb delete old crypto prose (closes #26066) by Benjamin Peterson · 8 years ago
  83. 656a841 merge from 3.5 by Senthil Kumaran · 8 years ago
  84. 3858a1c Issue23675 - A tiny clarification in the MRO glossary term. by Senthil Kumaran · 8 years ago
  85. c0a732e Merge with 3.5 by Terry Jan Reedy · 8 years ago
  86. 6401e79 Issue #26029: Finish correction. by Terry Jan Reedy · 8 years ago
  87. ef7851b #24789: merge with 3.5. by Ezio Melotti · 8 years ago
  88. ee2a392 #24789: fix docstring of ctypes.create_string_buffer. Patch by Matheus Vieira Portela. by Ezio Melotti · 8 years ago
  89. 3acf170 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  90. 2a97f8a Issue #26029: Remove extraneous word. Patch by Upendra Kumar. by Terry Jan Reedy · 8 years ago
  91. b94591c merge from 3.5 by Senthil Kumaran · 8 years ago
  92. 81bc927 Issue #22138: Fix mock.patch behavior when patching descriptors. Restore by Senthil Kumaran · 8 years ago
  93. a85e927 Issue #25802: Add an examples section to importlib. by Brett Cannon · 8 years ago
  94. fd65958 merge from 3.5 by Senthil Kumaran · 8 years ago
  95. cbe6356 Issue20969 - Set the Epub Author and Epub Publisher in Python docs. by Senthil Kumaran · 8 years ago
  96. 3407473 merge 3.5 (#26046) by Benjamin Peterson · 8 years ago
  97. e95fd0b merge 3.4 (#26046) by Benjamin Peterson · 8 years ago
  98. 8a6ddb9 fix typo in unittest docs (closes #26046) by Benjamin Peterson · 8 years ago
  99. 5db60aa merge 3.5 (closes #25672) by Benjamin Peterson · 8 years ago
  100. 3b1a8b3 enable SSL_MODE_RELEASE_BUFFERS by Benjamin Peterson · 8 years ago