1. 68c1f1e Issue #27787: Clean up weak references before checking for dangling threads by Martin Panter · 8 years ago
  2. 17cfc86 Issue #27713: Surpress spurious build warnings when updating importlib's by Ned Deily · 8 years ago
  3. db53805 Rewrap long lines in Misc/NEWS. by R David Murray · 8 years ago
  4. 750018b #2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  5. eec9331 Fix SystemError in "raise" statement by Victor Stinner · 8 years ago
  6. 6423429 merge 3.4 (#27783) by Benjamin Peterson · 8 years ago
  7. a12d92b merge 3.3 (#27783) by Benjamin Peterson · 8 years ago
  8. 1f0e7c9 rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) by Benjamin Peterson · 8 years ago
  9. 76aa1fb merge 3.4 (#27774) by Benjamin Peterson · 8 years ago
  10. 10bc0f6 merge 3.3 (#27774) by Benjamin Peterson · 8 years ago
  11. 3a27b08 do not decref value borrowed from list (closes #27774) by Benjamin Peterson · 8 years ago
  12. 81b9ecd fix corner cases in the management of server_hostname (closes #27773) by Benjamin Peterson · 8 years ago
  13. b1c6bdc merge 3.4 by Benjamin Peterson · 8 years ago
  14. 432ea4f fail when negative values are passed to instr() by Benjamin Peterson · 8 years ago
  15. 3d45599 Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 8 years ago
  16. 91060f2 merge 3.4 (closes #27760) by Benjamin Peterson · 8 years ago
  17. 5295532 merge 3.3 (closes #27760) by Benjamin Peterson · 8 years ago
  18. 4f97651 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 8 years ago
  19. f17a8e9 merge 3.4 by Benjamin Peterson · 8 years ago
  20. 40a77c3 do not allow reading negative values with getstr() by Benjamin Peterson · 8 years ago
  21. 9745ee0 merge 3.4 (closes #27758) by Benjamin Peterson · 8 years ago
  22. 59b6abd merge 3.3 (#27758) by Benjamin Peterson · 8 years ago
  23. 6e01d90 check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 8 years ago
  24. 5401e87 Issue #25825: Fix references to Modules/python.exp by Martin Panter · 8 years ago
  25. 9854789 Issue #26750: unittest.mock.create_autospec() now works properly by Gregory P. Smith · 8 years ago
  26. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  27. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  28. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  29. 43a94a7 Issue #27641: Comment out regeneration rules when cross compiling by Martin Panter · 8 years ago
  30. 7bfbd1d merge heads by Senthil Kumaran · 8 years ago
  31. 17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  32. dbaa559 all SCHED_ constants are optional (closes #27656) by Benjamin Peterson · 8 years ago
  33. 3a32bdf Issue #27453: CPP invocation in configure must use CPPFLAGS. by Xavier de Gaye · 8 years ago
  34. 4a865a3 NEWS: tag security related changes with [Security] prefix by Victor Stinner · 8 years ago
  35. 3e5b1d3 Issue #23943: Restore extra fixes lost in merge 4fb2075952a4 by Martin Panter · 8 years ago
  36. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  37. eac67be Issue #27490: Do not build pgen when cross-compiling by Martin Panter · 8 years ago
  38. fd0d593 Issue #26662: Set PYTHON_FOR_GEN in configure by Xavier de Gaye · 8 years ago
  39. e8db861 Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple() by Martin Panter · 8 years ago
  40. df450d1 Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly. by Steve Dower · 8 years ago
  41. 84544c1 Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module by Martin Panter · 8 years ago
  42. 48e3f98 Issue #25393: Fix probable copy/paste error in resource docs by Zachary Ware · 8 years ago
  43. 371731e Issue #27507: Check for integer overflow in bytearray.extend() by Martin Panter · 8 years ago
  44. 25f9cf4 Issue #27309: Enables proper Windows styles in python[w].exe manifest. by Steve Dower · 8 years ago
  45. b22a677 Issue #27533: Release GIL in nt._isdir by Steve Dower · 8 years ago
  46. b3b65e6 Issue #27419: Standard __import__() no longer look up "__import__" in globals by Serhiy Storchaka · 8 years ago
  47. dec25af Issue #17711: Fixed unpickling by the persistent ID with protocol 0. by Serhiy Storchaka · 8 years ago
  48. 702b046 #27522: break unintended cycle in feedparser. by R David Murray · 8 years ago
  49. a47a7a5 Issue #27083: Respect the PYTHONCASEOK environment variable under Windows. by Brett Cannon · 8 years ago
  50. f76457e Issue #26844: Fix imp.find_module() to have the exception related to by Brett Cannon · 8 years ago
  51. e09ed54 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) by Benjamin Peterson · 8 years ago
  52. c29df65 Issue #27369: Merge test_pyexpat from 3.4 into 3.5 by Martin Panter · 8 years ago
  53. b7b5d35 Issue #27369: Merge test_pyexpat from 3.3 into 3.4 by Martin Panter · 8 years ago
  54. d27a7c1 Issue #27369: Merge test_pyexpat from 3.2 into 3.3 by Martin Panter · 8 years ago
  55. 076ca6c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 8 years ago
  56. 2cdcaf1 Issue #22758: Move NEWS entry to Library section by Martin Panter · 8 years ago
  57. 252e9ed Issue #27392: Add loop.connect_accepted_socket(). by Yury Selivanov · 8 years ago
  58. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  59. 0ca0ede Restore NEWS entries lost in revision 8145f25f26aa by Martin Panter · 8 years ago
  60. bed7f1a Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF by Martin Panter · 8 years ago
  61. 06cfb0c Issue #27473: Fixed possible integer overflow in bytes and bytearray by Serhiy Storchaka · 8 years ago
  62. 5f21f43 #22758: fix regression in handling of secure cookies. by R David Murray · 8 years ago
  63. d5b47fb Issue #27466: Change time format returned by http.cookie.time2netscape, by Senthil Kumaran · 8 years ago
  64. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  65. af65872 Issue #27443: __length_hint__() of bytearray itearator no longer return by Serhiy Storchaka · 8 years ago
  66. e39682b Issue #27430: Fix typos, patch by scop. by Berker Peksag · 8 years ago
  67. 660c8fc Issue #26665: Remove mis-use of ``$`` in activate.fish. by Brett Cannon · 8 years ago
  68. eb51faa Issue #27418: Fixed Tools/importbench/importbench.py. by Serhiy Storchaka · 8 years ago
  69. 1b329e7 Merge. by Larry Hastings · 8 years ago
  70. 9bb2005 Post-release fixups for Python 3.5.2. by Larry Hastings · 8 years ago
  71. ea68492 Post-release fixups for Python 3.4.5. by Larry Hastings · 8 years ago
  72. 1e957d1 Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 8 years ago
  73. 745a407 Issue #22115: Fixed tracing Tkinter variables: by Serhiy Storchaka · 8 years ago
  74. 98be9d5 Version bump for 3.4.5 final. by Larry Hastings · 8 years ago
  75. e92dc9c Fix a scoping issue where an UnboundLocalError was triggered if a by Brett Cannon · 8 years ago
  76. 514f973 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  77. 9305d83 Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  78. 08bb8a4 Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters by Steve Dower · 8 years ago
  79. adef646 Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  80. 42d4b9c Issue #26930: Update Windows build to OpenSSL 1.0.2h by Zachary Ware · 8 years ago
  81. f88d83b Issue #26930: Update Windows build to OpenSSL 1.0.2h by Zachary Ware · 8 years ago
  82. cefa917 Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Serhiy Storchaka · 8 years ago
  83. fcbe337 issue27122: fix typo in the news file, wrong issue #. not issue27123. by Gregory P. Smith · 8 years ago
  84. ba2ecd6 Issue #27123: When an exception is raised within the context being by Gregory P. Smith · 8 years ago
  85. b98a36e Fix os.urandom() using getrandom() on Linux by Victor Stinner · 8 years ago
  86. fd7f19e Issue #25843: Fix the NEWS entry by Victor Stinner · 8 years ago
  87. 8e6d09c Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 8 years ago
  88. bfb15ab Issue #22636: avoid using a shell in the ctypes.util module by Martin Panter · 8 years ago
  89. f00c49d Issue #16182: Fix readline begidx, endidx, and use locale encoding by Martin Panter · 8 years ago
  90. 6e9a96b Post-release fixups for Python 3.5.2rc1. by Larry Hastings · 8 years ago
  91. 29f9637 Merge 3.5.2rc1 with current 3.5 branch. by Larry Hastings · 8 years ago
  92. 7bea234 Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 by Berker Peksag · 8 years ago
  93. 179f960 Issue #25455: Fixed a crash in repr of recursive functools.partial objects. by Serhiy Storchaka · 8 years ago
  94. cbe6142 Merge heads by Serhiy Storchaka · 8 years ago
  95. 9062c26 Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. by Serhiy Storchaka · 8 years ago
  96. 3c317e7 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  97. 70c502a Fix typos and English grammar in documentation and code comment by Martin Panter · 8 years ago
  98. 463c3f3 Release bump for 3.4.5rc1. by Larry Hastings · 8 years ago
  99. 4f8aaf6 Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi by Martin Panter · 8 years ago
  100. d31a255 Release bump for 3.5.2rc1. by Larry Hastings · 8 years ago