1. 87ec85f Correct typo in Windows docs. by Zachary Ware · 8 years ago
  2. 4a865a3 NEWS: tag security related changes with [Security] prefix by Victor Stinner · 8 years ago
  3. 3e5b1d3 Issue #23943: Restore extra fixes lost in merge 4fb2075952a4 by Martin Panter · 8 years ago
  4. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  5. eac67be Issue #27490: Do not build pgen when cross-compiling by Martin Panter · 8 years ago
  6. e33797b ctypes: fix CThunkObject_new() by Victor Stinner · 8 years ago
  7. 25539b0 Issue #27633: Fix usage of versionchanged directive in email.parser.rst by Berker Peksag · 8 years ago
  8. fd0d593 Issue #26662: Set PYTHON_FOR_GEN in configure by Xavier de Gaye · 8 years ago
  9. 254da19 Issue #26638: Don’t link 2to3 -l option to the tarfile -l option by Martin Panter · 8 years ago
  10. e8db861 Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple() by Martin Panter · 8 years ago
  11. aa46bd4 Issue #27601: Improve example in the "Hashing of numeric types" section by Berker Peksag · 8 years ago
  12. 6ed63f3 Fixes default intermediate directory when building on Windows. by Steve Dower · 8 years ago
  13. df450d1 Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly. by Steve Dower · 8 years ago
  14. 5f804e3 Issue #13849: Fix test_null_bytes under Windows by Berker Peksag · 8 years ago
  15. 9adc1a3 Issue #13849: Add tests for null byte checking in test_genericpath by Berker Peksag · 8 years ago
  16. 1fd497e Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() returns false by Berker Peksag · 8 years ago
  17. 84544c1 Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module by Martin Panter · 8 years ago
  18. 524714e socket: use INVALID_SOCKET by Victor Stinner · 8 years ago
  19. 0cec877 socket: Fix internal_select() by Victor Stinner · 8 years ago
  20. 48e3f98 Issue #25393: Fix probable copy/paste error in resource docs by Zachary Ware · 8 years ago
  21. 2219450 Issue #27528: Document and test warning messages must match at beginning by Martin Panter · 8 years ago
  22. 95f53c1 Issue #16191: Fix up references to renamed variables by Martin Panter · 8 years ago
  23. 371731e Issue #27507: Check for integer overflow in bytearray.extend() by Martin Panter · 8 years ago
  24. 5852fa3 Removes unused files from PC folder. by Steve Dower · 8 years ago
  25. 25f9cf4 Issue #27309: Enables proper Windows styles in python[w].exe manifest. by Steve Dower · 8 years ago
  26. b22a677 Issue #27533: Release GIL in nt._isdir by Steve Dower · 8 years ago
  27. bc3e9ca Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj by Steve Dower · 8 years ago
  28. ebf9fd3 Issue #27531: Update signature of Mock.assert_not_called method by Berker Peksag · 8 years ago
  29. 8c126f1 Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively by Stefan Krah · 8 years ago
  30. 80ab069 Issue #27419: Added temporary workaround for subinterpreters. by Serhiy Storchaka · 8 years ago
  31. 6c2f1fd Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList. by Serhiy Storchaka · 8 years ago
  32. b3b65e6 Issue #27419: Standard __import__() no longer look up "__import__" in globals by Serhiy Storchaka · 8 years ago
  33. dec25af Issue #17711: Fixed unpickling by the persistent ID with protocol 0. by Serhiy Storchaka · 8 years ago
  34. 6fd76bc Fixes use of Py_IntDir and Py_OutDir to control build directories. by Steve Dower · 8 years ago
  35. ff1d5ab Issue #25507: IDLE no longer runs buggy code because of its tkinter imports. by Terry Jan Reedy · 8 years ago
  36. 7ca63cb Fix regressions introduced by fixes for issue #27083. by Brett Cannon · 8 years ago
  37. 702b046 #27522: break unintended cycle in feedparser. by R David Murray · 8 years ago
  38. 9305bba Issue #26696: Document collections.abc.ByteString. by Brett Cannon · 8 years ago
  39. b7567c5 Fix building tcl/tk with only the VC build tools installed. by Steve Dower · 8 years ago
  40. a47a7a5 Issue #27083: Respect the PYTHONCASEOK environment variable under Windows. by Brett Cannon · 8 years ago
  41. f76457e Issue #26844: Fix imp.find_module() to have the exception related to by Brett Cannon · 8 years ago
  42. 5d9c7ed Issue #27518: Fix typo in Grammar/Grammar by Berker Peksag · 8 years ago
  43. e09ed54 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) by Benjamin Peterson · 8 years ago
  44. 2b87921 Issue #27180: Clarify Path.rename() behavior on Unix systems by Berker Peksag · 8 years ago
  45. 3093bf1 Issue #27455: Improve examples in tkinter documentation by Berker Peksag · 8 years ago
  46. c29df65 Issue #27369: Merge test_pyexpat from 3.4 into 3.5 by Martin Panter · 8 years ago
  47. 945863a Fixes build order and lingering intermediate files. by Steve Dower · 8 years ago
  48. b7b5d35 Issue #27369: Merge test_pyexpat from 3.3 into 3.4 by Martin Panter · 8 years ago
  49. d27a7c1 Issue #27369: Merge test_pyexpat from 3.2 into 3.3 by Martin Panter · 8 years ago
  50. 076ca6c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 8 years ago
  51. 2cdcaf1 Issue #22758: Move NEWS entry to Library section by Martin Panter · 8 years ago
  52. 252e9ed Issue #27392: Add loop.connect_accepted_socket(). by Yury Selivanov · 8 years ago
  53. 6f379f4 Issue #27481: Docummented that ValueError is now raised instead of TypeError by Serhiy Storchaka · 8 years ago
  54. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  55. 0ca0ede Restore NEWS entries lost in revision 8145f25f26aa by Martin Panter · 8 years ago
  56. bed7f1a Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF by Martin Panter · 8 years ago
  57. c95300a Merge heads by Serhiy Storchaka · 8 years ago
  58. 2a8c7ca #22758 null merge by R David Murray · 8 years ago
  59. 8cf1496 #22758 null merge by R David Murray · 8 years ago
  60. e363894 #22758 null merge by R David Murray · 8 years ago
  61. 7a139c5 #26176: fix usage of Address constructor in email examples. by R David Murray · 8 years ago
  62. 06cfb0c Issue #27473: Fixed possible integer overflow in bytes and bytearray by Serhiy Storchaka · 8 years ago
  63. 5f21f43 #22758: fix regression in handling of secure cookies. by R David Murray · 8 years ago
  64. 537ad7a #20647: Update dictobject.c comments to account for randomized string hashes. by R David Murray · 8 years ago
  65. d5b47fb Issue #27466: Change time format returned by http.cookie.time2netscape, by Senthil Kumaran · 8 years ago
  66. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  67. b8a2f51 assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557) by Benjamin Peterson · 8 years ago
  68. 27007dc fix refleaks in PyDict_SetItem error cases (closes #27248) by Benjamin Peterson · 8 years ago
  69. a1fc45a Fix a test with the new upload URL by Donald Stufft · 8 years ago
  70. 1af8b63 merge 3.4 by Benjamin Peterson · 8 years ago
  71. ede9a0f merge 3.3 by Benjamin Peterson · 8 years ago
  72. 9409b4a merge 3.4 by Benjamin Peterson · 8 years ago
  73. ad04a85 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  74. 188c118 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  75. 2279aeb Issue #27452: add line counter and crc to IDLE configHandler test dump. by Terry Jan Reedy · 8 years ago
  76. e75ffa9 Add versionadded to PyDict_SetDefault documentation by Berker Peksag · 8 years ago
  77. a793037 Issue #19527: Fixed tests with defined COUNT_ALLOCS. by Serhiy Storchaka · 8 years ago
  78. af65872 Issue #27443: __length_hint__() of bytearray itearator no longer return by Serhiy Storchaka · 8 years ago
  79. 8faca61 Issue #27431: Update default protocol version in shelve.Shelf() documentation by Berker Peksag · 8 years ago
  80. e39682b Issue #27430: Fix typos, patch by scop. by Berker Peksag · 8 years ago
  81. 660c8fc Issue #26665: Remove mis-use of ``$`` in activate.fish. by Brett Cannon · 8 years ago
  82. 15287f8 Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 8 years ago
  83. 0ab67df Issue #27416: clarify copy doc by Victor Stinner · 8 years ago
  84. eb51faa Issue #27418: Fixed Tools/importbench/importbench.py. by Serhiy Storchaka · 8 years ago
  85. 4575098 Fix issue #27402: example for typing did not type-check. by Guido van Rossum · 8 years ago
  86. 63bf487 asyncio: Use socket specs for getaddrinfo() in sock_connect() by Yury Selivanov · 8 years ago
  87. 77bc04a asyncio: Fix NameError in sslproto _fatal_error() by Yury Selivanov · 8 years ago
  88. 2e4cdb6 Adds script for purging the caching server for downloads on python.org. by Steve Dower · 8 years ago
  89. aaa1767 Adds batch file to build nuget packages. by Steve Dower · 8 years ago
  90. 33128c8 Include libs folder in nuget package and allow preinstalling packages by Steve Dower · 8 years ago
  91. 6803f35 Issue #27393: Fix escaping of C:\ too by Berker Peksag · 8 years ago
  92. 9c1e9d4 Issue #27393: Fix escaping of venv activate commands on Windows by Berker Peksag · 8 years ago
  93. bddc356 Null merge from 3.4 (well, except, pull in the tag for 3.4.5.) by Larry Hastings · 8 years ago
  94. 1b329e7 Merge. by Larry Hastings · 8 years ago
  95. 9bb2005 Post-release fixups for Python 3.5.2. by Larry Hastings · 8 years ago
  96. 9105870 Merge. by Larry Hastings · 8 years ago
  97. ea68492 Post-release fixups for Python 3.4.5. by Larry Hastings · 8 years ago
  98. 1e957d1 Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 8 years ago
  99. 745a407 Issue #22115: Fixed tracing Tkinter variables: by Serhiy Storchaka · 8 years ago
  100. e7614dd Simplifies nuget build with better parameters. by Steve Dower · 8 years ago