1. ad6a99c Correct print() calls to print a blank line in various test cases by Martin Panter · 8 years ago
  2. 7f8ce85 Issue #28019: Backported additional tests for itertools.count(). by Serhiy Storchaka · 8 years ago
  3. d6004b4 Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) by Steve Dower · 8 years ago
  4. 13b56ef remove fix_callable, callable() was readded long ago in 3.x. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  5. 88c0013 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  6. 019a2e2 Issue #22450: Use "Accept: */*" in the default headers for urllib by Raymond Hettinger · 8 years ago
  7. d02905d Fix make buildbottest to not re-trigger a profile-opt build. issue28035. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  8. b420601 Issue #24594: Validates persist parameter when opening MSI database by Steve Dower · 8 years ago
  9. fc7e430 Removes file from installer. by Steve Dower · 8 years ago
  10. 527dc8a Issue #26132: Only adds manifest to executables and main DLL. by Steve Dower · 8 years ago
  11. 6ddd927 Upgrade setuptools to 27.1.2 by Donald Stufft · 8 years ago
  12. 77ba596 Disable test_gdb.PrettyPrintTests when compiled with optimizations, by Gregory P. Smith · 8 years ago
  13. 9cbfa79 issue28032: never imply --with-lto as part of --with-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  14. a661009 Issue #26020: Add news entry by Raymond Hettinger · 8 years ago
  15. e62a694 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 8 years ago
  16. cb20a21 skip two test_gdb tests that fail when compiled in profile-opt mode: by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  17. c4f19c4 document --with-optimizations in the README for issue26359. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  18. 280290a Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions by Davin Potts · 8 years ago
  19. 794b291 Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - by Gregory P. Smith · 8 years ago
  20. 6d8fdfc Issue #26359: Add the --with-optimizations flag. by Gregory P. Smith · 8 years ago
  21. ba5480b Issue #27993: Fix problems with the plural “objects” in docs and comments by Martin Panter · 8 years ago
  22. 440bbd0 Correct occurance → occurrence; extracted from patch by Georg Brandl by Martin Panter · 8 years ago
  23. 6507657 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  24. 6eec878 Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 8 years ago
  25. 68b1f70 Fix placement of Misc/NEWS item for issue #15578. by Gregory P. Smith · 8 years ago
  26. bf00bc7 Issue #15578: Correctly incref the parent module while importing. by Eric Snow · 8 years ago
  27. 280bc22 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  28. 039f184 #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. by R David Murray · 8 years ago
  29. 89f676f promote some shifts to unsigned, so as not to invoke undefined behavior by Benjamin Peterson · 8 years ago
  30. 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
  31. d4d7900 make sure to not call memcpy with a NULL second argument by Benjamin Peterson · 8 years ago
  32. d34677c do not leak addrinfo in configure test by Benjamin Peterson · 8 years ago
  33. 4e64c2c Fix ssl documentation and remove merge accident by Christian Heimes · 8 years ago
  34. 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
  35. d988f42 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 8 years ago
  36. 499378f suppress stderr output when checking gdb (closes #27969) by Benjamin Peterson · 8 years ago
  37. f0039d1 fix unused variable warnings in pysqlite (closes #27967) by Benjamin Peterson · 8 years ago
  38. 28e2771 Backed out changeset 8b6be1341770 by Benjamin Peterson · 8 years ago
  39. bbc8fe1 remove long double from ctypes value union by Benjamin Peterson · 8 years ago
  40. 9940633 Issue #26470: Use short name rather than name for compression name to fix #27958. by Christian Heimes · 8 years ago
  41. b2b734f Issue #27748: Backed out changeset 6137d0ed0a15 by Zachary Ware · 8 years ago
  42. 19071c0 Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 8 years ago
  43. c2fc7c4 Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  44. 3445827 Issue #27748: Simplify test_winsound. by Zachary Ware · 8 years ago
  45. f859d0d move declaration to top of the function to appease the c89 gods by Benjamin Peterson · 8 years ago
  46. aa187c6 rewrite unpack_add_info, so it has less memory corruption bugs (closes #27944) by Benjamin Peterson · 8 years ago
  47. 118eb65 Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible by Zachary Ware · 8 years ago
  48. 91a9c78 Issue #27407: Add prepare_ssl.py to 2.7 by Zachary Ware · 8 years ago
  49. ef2020f Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 8 years ago
  50. cb25198 Issue #27922: IDLE test_idlehistory no longer flash tk widgets. by Terry Jan Reedy · 8 years ago
  51. 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
  52. 0ca4b6f Issue #27888: Prevent Windows installer from displaying console windows and failing when pip cannot be installed/uninstalled. by Steve Dower · 8 years ago
  53. e7607d4 Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 8 years ago
  54. 56c5152 Issue #27706: Document that random.seed() is non-deterministic when PYTHONHASHSEED is enabled by Raymond Hettinger · 8 years ago
  55. 28fb4da Issue #17642: add larger font sizes for classroom projection. by Terry Jan Reedy · 8 years ago
  56. 580ca65 Backport spelling fix. by Terry Jan Reedy · 8 years ago
  57. 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
  58. e63af90 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  59. eac40fd Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 8 years ago
  60. dc60c75 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 8 years ago
  61. 3f0222c Add version to title of IDLE help window. by Terry Jan Reedy · 8 years ago
  62. 558c0de Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 8 years ago
  63. d833c77 Issue #12660: Backport 84bbb8d2d237 by Zachary Ware · 8 years ago
  64. 68854fd #2466: fix test failure on windows. by R David Murray · 8 years ago
  65. 8578316 # 2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  66. 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
  67. 7ff1b62 Fix typo in IDLE News. by Terry Jan Reedy · 8 years ago
  68. 7a2a586 Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 8 years ago
  69. 5055612 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 8 years ago
  70. 9949676 Fix some spelling errors by Martin Panter · 8 years ago
  71. 3911d83 Issue #27614: Avoid race in test_docxmlrpc server setup by Martin Panter · 8 years ago
  72. 42e9d94 Fix a refleak in call_maybe() by Victor Stinner · 8 years ago
  73. c9921d3 Fix a refleak in call_method() by Victor Stinner · 8 years ago
  74. aed5a4e rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) by Benjamin Peterson · 8 years ago
  75. 1872d94 Issue #27611: Don't import volatile attribute. by Terry Jan Reedy · 8 years ago
  76. 0f3596a do not decref value borrowed from list (closes #27774) by Benjamin Peterson · 8 years ago
  77. 505989c fail when negative values are passed to instr() by Benjamin Peterson · 8 years ago
  78. b97001e Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 8 years ago
  79. 98ba455 Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. by Ned Deily · 8 years ago
  80. 285a253 Upgrade setuptools/pip to to 25.2.0/8.1.2 by Donald Stufft · 8 years ago
  81. 6c08d96 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 8 years ago
  82. f670120 do not allow reading negative values with getstr() by Benjamin Peterson · 8 years ago
  83. d81ad0d check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 8 years ago
  84. 04a5385 fix possible overflow in encode_basestring_ascii (#23369) by Benjamin Peterson · 8 years ago
  85. 4ae4e7c #27753: fix typo (name->named). by R David Murray · 8 years ago
  86. af0b38f Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 8 years ago
  87. 0f0ead5 Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocks by Terry Jan Reedy · 8 years ago
  88. 5c715b0 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  89. fa1ce08 Issue #27205: Fix doctests in Doc/library/collections.rst by Zachary Ware · 8 years ago
  90. d379d63 Issue #27204: Fix doctests in Doc/howto by Zachary Ware · 8 years ago
  91. fd16fca Issue #21999: Handled empty strings correctly when in POSIX mode. by Vinay Sajip · 8 years ago
  92. e1f3afb Issue #20160: Handled passing of large structs to callbacks correctly. by Vinay Sajip · 8 years ago
  93. 3d36f0f Spelling and grammar fixes in code comments and documentation by Martin Panter · 8 years ago
  94. 8f1dd22 Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  95. cc8929b https link to the bug tracker (closes #27670) by Benjamin Peterson · 8 years ago
  96. bc82de0 Issue #27641: Comment out regeneration rules when cross compiling by Martin Panter · 8 years ago
  97. 692497a Switch upload.pypi.io to upload.pypi.org by Donald Stufft · 8 years ago
  98. 2246f39 Issue #20767: Fix -R option for FreeBSD/clang. by Stefan Krah · 8 years ago
  99. 75d7b61 Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  100. a850ef6 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago