1. 280290a Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions by Davin Potts · 8 years ago
  2. 794b291 Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - by Gregory P. Smith · 8 years ago
  3. 6d8fdfc Issue #26359: Add the --with-optimizations flag. by Gregory P. Smith · 8 years ago
  4. ba5480b Issue #27993: Fix problems with the plural “objects” in docs and comments by Martin Panter · 8 years ago
  5. 440bbd0 Correct occurance → occurrence; extracted from patch by Georg Brandl by Martin Panter · 8 years ago
  6. 6507657 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  7. 6eec878 Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 8 years ago
  8. 68b1f70 Fix placement of Misc/NEWS item for issue #15578. by Gregory P. Smith · 8 years ago
  9. bf00bc7 Issue #15578: Correctly incref the parent module while importing. by Eric Snow · 8 years ago
  10. 280bc22 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  11. 039f184 #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. by R David Murray · 8 years ago
  12. 89f676f promote some shifts to unsigned, so as not to invoke undefined behavior by Benjamin Peterson · 8 years ago
  13. 93d1a70 Fixes issue26307: The profile-opt build now applys PGO to the built-in modules. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  14. d4d7900 make sure to not call memcpy with a NULL second argument by Benjamin Peterson · 8 years ago
  15. d34677c do not leak addrinfo in configure test by Benjamin Peterson · 8 years ago
  16. 4e64c2c Fix ssl documentation and remove merge accident by Christian Heimes · 8 years ago
  17. 6663eb6 Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. by Christian Heimes · 8 years ago
  18. d988f42 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 8 years ago
  19. 499378f suppress stderr output when checking gdb (closes #27969) by Benjamin Peterson · 8 years ago
  20. f0039d1 fix unused variable warnings in pysqlite (closes #27967) by Benjamin Peterson · 8 years ago
  21. 28e2771 Backed out changeset 8b6be1341770 by Benjamin Peterson · 8 years ago
  22. bbc8fe1 remove long double from ctypes value union by Benjamin Peterson · 8 years ago
  23. 9940633 Issue #26470: Use short name rather than name for compression name to fix #27958. by Christian Heimes · 8 years ago
  24. b2b734f Issue #27748: Backed out changeset 6137d0ed0a15 by Zachary Ware · 8 years ago
  25. 19071c0 Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 8 years ago
  26. c2fc7c4 Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  27. 3445827 Issue #27748: Simplify test_winsound. by Zachary Ware · 8 years ago
  28. f859d0d move declaration to top of the function to appease the c89 gods by Benjamin Peterson · 8 years ago
  29. aa187c6 rewrite unpack_add_info, so it has less memory corruption bugs (closes #27944) by Benjamin Peterson · 8 years ago
  30. 118eb65 Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible by Zachary Ware · 8 years ago
  31. 91a9c78 Issue #27407: Add prepare_ssl.py to 2.7 by Zachary Ware · 8 years ago
  32. ef2020f Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 8 years ago
  33. cb25198 Issue #27922: IDLE test_idlehistory no longer flash tk widgets. by Terry Jan Reedy · 8 years ago
  34. e6239a3 Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an instance of a float subclass. Thanks Eddie James. by Mark Dickinson · 8 years ago
  35. 0ca4b6f Issue #27888: Prevent Windows installer from displaying console windows and failing when pip cannot be installed/uninstalled. by Steve Dower · 8 years ago
  36. e7607d4 Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 8 years ago
  37. 56c5152 Issue #27706: Document that random.seed() is non-deterministic when PYTHONHASHSEED is enabled by Raymond Hettinger · 8 years ago
  38. 28fb4da Issue #17642: add larger font sizes for classroom projection. by Terry Jan Reedy · 8 years ago
  39. 580ca65 Backport spelling fix. by Terry Jan Reedy · 8 years ago
  40. 02c0c0b Issue #27870: A left shift of zero by a large integer no longer attempts to allocate large amounts of memory. by Mark Dickinson · 8 years ago
  41. e63af90 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  42. eac40fd Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 8 years ago
  43. dc60c75 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 8 years ago
  44. 3f0222c Add version to title of IDLE help window. by Terry Jan Reedy · 8 years ago
  45. 558c0de Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 8 years ago
  46. d833c77 Issue #12660: Backport 84bbb8d2d237 by Zachary Ware · 8 years ago
  47. 68854fd #2466: fix test failure on windows. by R David Murray · 8 years ago
  48. 8578316 # 2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  49. 89446b2 Issue #25604: Fix bug in integer true division that could have resulted in off-by-one-ulp results in unusual cases. by Mark Dickinson · 8 years ago
  50. 7ff1b62 Fix typo in IDLE News. by Terry Jan Reedy · 8 years ago
  51. 7a2a586 Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 8 years ago
  52. 5055612 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 8 years ago
  53. 9949676 Fix some spelling errors by Martin Panter · 8 years ago
  54. 3911d83 Issue #27614: Avoid race in test_docxmlrpc server setup by Martin Panter · 8 years ago
  55. 42e9d94 Fix a refleak in call_maybe() by Victor Stinner · 8 years ago
  56. c9921d3 Fix a refleak in call_method() by Victor Stinner · 8 years ago
  57. aed5a4e rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) by Benjamin Peterson · 8 years ago
  58. 1872d94 Issue #27611: Don't import volatile attribute. by Terry Jan Reedy · 8 years ago
  59. 0f3596a do not decref value borrowed from list (closes #27774) by Benjamin Peterson · 8 years ago
  60. 505989c fail when negative values are passed to instr() by Benjamin Peterson · 8 years ago
  61. b97001e Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 8 years ago
  62. 98ba455 Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. by Ned Deily · 8 years ago
  63. 285a253 Upgrade setuptools/pip to to 25.2.0/8.1.2 by Donald Stufft · 8 years ago
  64. 6c08d96 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 8 years ago
  65. f670120 do not allow reading negative values with getstr() by Benjamin Peterson · 8 years ago
  66. d81ad0d check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 8 years ago
  67. 04a5385 fix possible overflow in encode_basestring_ascii (#23369) by Benjamin Peterson · 8 years ago
  68. 4ae4e7c #27753: fix typo (name->named). by R David Murray · 8 years ago
  69. af0b38f Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 8 years ago
  70. 0f0ead5 Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocks by Terry Jan Reedy · 8 years ago
  71. 5c715b0 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  72. fa1ce08 Issue #27205: Fix doctests in Doc/library/collections.rst by Zachary Ware · 8 years ago
  73. d379d63 Issue #27204: Fix doctests in Doc/howto by Zachary Ware · 8 years ago
  74. fd16fca Issue #21999: Handled empty strings correctly when in POSIX mode. by Vinay Sajip · 8 years ago
  75. e1f3afb Issue #20160: Handled passing of large structs to callbacks correctly. by Vinay Sajip · 8 years ago
  76. 3d36f0f Spelling and grammar fixes in code comments and documentation by Martin Panter · 8 years ago
  77. 8f1dd22 Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  78. cc8929b https link to the bug tracker (closes #27670) by Benjamin Peterson · 8 years ago
  79. bc82de0 Issue #27641: Comment out regeneration rules when cross compiling by Martin Panter · 8 years ago
  80. 692497a Switch upload.pypi.io to upload.pypi.org by Donald Stufft · 8 years ago
  81. 2246f39 Issue #20767: Fix -R option for FreeBSD/clang. by Stefan Krah · 8 years ago
  82. 75d7b61 Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  83. a850ef6 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  84. e2eacc0 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Martin Panter · 8 years ago
  85. 801110b Issue #27490: Do not build pgen when cross-compiling by Martin Panter · 8 years ago
  86. 2e1a340 ctypes: fix CThunkObject_new() by Victor Stinner · 8 years ago
  87. 2a0438d Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple() by Martin Panter · 8 years ago
  88. 1e411c5 Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” module by Martin Panter · 8 years ago
  89. 2955ef7 Issue #25393: Fix probable copy/paste error in resource docs by Zachary Ware · 8 years ago
  90. cdb8be4 Issue #27528: Document and test warning messages must match at beginning by Martin Panter · 8 years ago
  91. 0c08fe0 Issue #27507: Check for integer overflow in bytearray.extend() by Martin Panter · 8 years ago
  92. 6c4fa70 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) by Benjamin Peterson · 8 years ago
  93. 65e0d8c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 8 years ago
  94. 373773d Issue #27473: Fixed possible integer overflow in str, unicode and bytearray by Serhiy Storchaka · 8 years ago
  95. bf2dca9 English spelling and grammar fixes by Martin Panter · 8 years ago
  96. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  97. 8c6849b Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF by Martin Panter · 8 years ago
  98. 2d2e6be [port to 2.7] - Issue #27466: Change time format returned by by Senthil Kumaran · 8 years ago
  99. e5fa8b0 initialize variable to appease gcc by Benjamin Peterson · 8 years ago
  100. 42e1029 assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557) by Benjamin Peterson · 8 years ago