1. db53805 Rewrap long lines in Misc/NEWS. by R David Murray · 8 years ago
  2. 750018b #2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  3. eec9331 Fix SystemError in "raise" statement by Victor Stinner · 8 years ago
  4. 54005af Use sys.version_info, not sys.version. by Zachary Ware · 8 years ago
  5. 3da5743 Issue #27698: Add socketpair to socket.__all__ on Windows by Victor Stinner · 8 years ago
  6. 034fb56 Issue #27726: Fix "make tags" by Victor Stinner · 8 years ago
  7. 7e6977a script_helper: kill the subprocess on error by Victor Stinner · 8 years ago
  8. 6423429 merge 3.4 (#27783) by Benjamin Peterson · 8 years ago
  9. a12d92b merge 3.3 (#27783) by Benjamin Peterson · 8 years ago
  10. 1f0e7c9 rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) by Benjamin Peterson · 8 years ago
  11. 379a3ff Remove duplicate of the entry in the seealso section by Raymond Hettinger · 8 years ago
  12. d4583d7 Issue #26750: use inspect.isdatadescriptor instead of our own by Gregory P. Smith · 8 years ago
  13. 22ba01e Issue #27611: Don't import volatile attribute. by Terry Jan Reedy · 8 years ago
  14. 76aa1fb merge 3.4 (#27774) by Benjamin Peterson · 8 years ago
  15. 10bc0f6 merge 3.3 (#27774) by Benjamin Peterson · 8 years ago
  16. 3a27b08 do not decref value borrowed from list (closes #27774) by Benjamin Peterson · 8 years ago
  17. 81b9ecd fix corner cases in the management of server_hostname (closes #27773) by Benjamin Peterson · 8 years ago
  18. b1c6bdc merge 3.4 by Benjamin Peterson · 8 years ago
  19. 432ea4f fail when negative values are passed to instr() by Benjamin Peterson · 8 years ago
  20. aa9560c Add docs for typing.AnyStr and typing.Text. By Michael Lee. by Guido van Rossum · 8 years ago
  21. 3d45599 Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 8 years ago
  22. 7659aab Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. by Ned Deily · 8 years ago
  23. 80a3ba9 merge 3.4 by Donald Stufft · 8 years ago
  24. 5e4aafa Update setuptools/pip to 25.2.0/8.1.2 by Donald Stufft · 8 years ago
  25. 91060f2 merge 3.4 (closes #27760) by Benjamin Peterson · 8 years ago
  26. 5295532 merge 3.3 (closes #27760) by Benjamin Peterson · 8 years ago
  27. 4f97651 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 8 years ago
  28. f17a8e9 merge 3.4 by Benjamin Peterson · 8 years ago
  29. 40a77c3 do not allow reading negative values with getstr() by Benjamin Peterson · 8 years ago
  30. 9745ee0 merge 3.4 (closes #27758) by Benjamin Peterson · 8 years ago
  31. 59b6abd merge 3.3 (#27758) by Benjamin Peterson · 8 years ago
  32. 6e01d90 check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 8 years ago
  33. 689016f #27753: fix typo (name->named). by R David Murray · 8 years ago
  34. f6ffa98 Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 8 years ago
  35. bd66435 Issue #24637: Document that locals can be any mapping object by Berker Peksag · 8 years ago
  36. 6336fb2 Issue #27712: Fix some typos in the import docs. by Brett Cannon · 8 years ago
  37. 7f65af3 Issue 27719: Remove a doc example that is not applicable in Python 3 by Raymond Hettinger · 8 years ago
  38. 5401e87 Issue #25825: Fix references to Modules/python.exp by Martin Panter · 8 years ago
  39. b4a2b36 Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax by Martin Panter · 8 years ago
  40. 3cf0b25 Issue #26741: Clean up subprocess.Popen object in test_poll by Martin Panter · 8 years ago
  41. b63c560 Close HTTP connections and responses in tests to avoid ResourceWarnings by Martin Panter · 8 years ago
  42. 2084350 Issue #27714: text_textview now passes when re-run in the same process by Terry Jan Reedy · 8 years ago
  43. 540f045 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  44. 4199bba Issue #27200: Fix doctests in Doc/library/hashlib.rst by Zachary Ware · 8 years ago
  45. 9f8b3a0 Issue #27210: Fix doctests for a few modules. by Zachary Ware · 8 years ago
  46. 640b1ca Issue #27209: Fix doctests in Doc/library/email*.rst by Zachary Ware · 8 years ago
  47. c90fccd Issue #27208: Fix doctest in Doc/library/traceback.rst by Zachary Ware · 8 years ago
  48. 4032620 Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst by Zachary Ware · 8 years ago
  49. c483a01 Issue #27206: Fix doctests in Doc/tutorial. by Zachary Ware · 8 years ago
  50. 2b52c0a Issue #27205: Fix doctests in Doc/library/collections.rst. by Zachary Ware · 8 years ago
  51. 7a26da5 Issue #27722: Fix default for touch method's 'mode' argument by Zachary Ware · 8 years ago
  52. 378a1d7 Issue #27204: Fix doctests in Doc/howto by Zachary Ware · 8 years ago
  53. 2f47fb0 Correct signatures for a couple of logging handlers by Zachary Ware · 8 years ago
  54. 085e806 Closes #21999: Handled empty strings correctly when in POSIX mode. by Vinay Sajip · 8 years ago
  55. f68afd8 Issue #27700: Document AbstractEventLoop, not BaseEventLoop. by Guido van Rossum · 8 years ago
  56. 08d85ee Fix use of default reST role by Berker Peksag · 8 years ago
  57. 7d1c5ef Issue #23322: Remove outdated reference to an example in parser docs by Berker Peksag · 8 years ago
  58. 4365b83 Use asyncio.gather instead of asyncio.wait in example. by Andrew Svetlov · 8 years ago
  59. 9854789 Issue #26750: unittest.mock.create_autospec() now works properly by Gregory P. Smith · 8 years ago
  60. abfe28b Better docs for typing.Any by Michael Lee. Fixes issue #27688. by Guido van Rossum · 8 years ago
  61. ab75e02 Issue #18548: Fix unittest.TestSuite() example by Berker Peksag · 8 years ago
  62. 0b58886 Issue #20160: Merged fix from 3.4. by Vinay Sajip · 8 years ago
  63. a0b2568 Issue #20160: Merged fix from 3.3. by Vinay Sajip · 8 years ago
  64. 6f25003 Issue #20160: Handled passing of large structs to callbacks correctly. by Vinay Sajip · 8 years ago
  65. b858af6 Add typing.Generator docs, by Michael Lee. by Guido van Rossum · 8 years ago
  66. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  67. 72e483a Fix half-finished sentence. by Zachary Ware · 8 years ago
  68. 85b6090 Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs by Berker Peksag · 8 years ago
  69. 6bbc839 Indent ipaddress.ip_address() example correctly by Berker Peksag · 8 years ago
  70. c2fcbf4 https link to the bug tracker (closes #27670) by Benjamin Peterson · 8 years ago
  71. c6c2217 Merge 3.3 by Donald Stufft · 8 years ago
  72. fb79290 Switch upload.pypi.io to upload.pypi.org by Donald Stufft · 8 years ago
  73. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  74. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  75. 43a94a7 Issue #27641: Comment out regeneration rules when cross compiling by Martin Panter · 8 years ago
  76. 6c7d5a2 Issue #24278: Explain how argument parsing output buffers are managed by Martin Panter · 8 years ago
  77. ef330d3 Merge 3.4 by Donald Stufft · 8 years ago
  78. bed6891 Issue #23710: Update PyObject_HEAD documentation by Berker Peksag · 8 years ago
  79. 9de620e Issue #20767: Fix -R option for FreeBSD/clang. by Stefan Krah · 8 years ago
  80. 6cafece Issue #26576: Clarify that the @deco syntax is not always an equivalent of f = deco(f) by Berker Peksag · 8 years ago
  81. e12a68b Issue #27241: Catch exception when running pstats as main. by Stefan Krah · 8 years ago
  82. 7bfbd1d merge heads by Senthil Kumaran · 8 years ago
  83. 17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  84. dbaa559 all SCHED_ constants are optional (closes #27656) by Benjamin Peterson · 8 years ago
  85. 3a32bdf Issue #27453: CPP invocation in configure must use CPPFLAGS. by Xavier de Gaye · 8 years ago
  86. fa95068 Silence another "default role used" warning in typing.rst by Berker Peksag · 8 years ago
  87. c301cbf Fix whitespace. by Guido van Rossum · 8 years ago
  88. 342e800 Expand documentation about type aliases and NewType in the typing module. by Guido van Rossum · 8 years ago
  89. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  90. 87ec85f Correct typo in Windows docs. by Zachary Ware · 8 years ago
  91. 4a865a3 NEWS: tag security related changes with [Security] prefix by Victor Stinner · 8 years ago
  92. 3e5b1d3 Issue #23943: Restore extra fixes lost in merge 4fb2075952a4 by Martin Panter · 8 years ago
  93. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  94. eac67be Issue #27490: Do not build pgen when cross-compiling by Martin Panter · 8 years ago
  95. e33797b ctypes: fix CThunkObject_new() by Victor Stinner · 8 years ago
  96. 25539b0 Issue #27633: Fix usage of versionchanged directive in email.parser.rst by Berker Peksag · 8 years ago
  97. fd0d593 Issue #26662: Set PYTHON_FOR_GEN in configure by Xavier de Gaye · 8 years ago
  98. 254da19 Issue #26638: Don’t link 2to3 -l option to the tarfile -l option by Martin Panter · 8 years ago
  99. e8db861 Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple() by Martin Panter · 8 years ago
  100. aa46bd4 Issue #27601: Improve example in the "Hashing of numeric types" section by Berker Peksag · 8 years ago