1. 0a85728 Don't left shift negative values. Use an unsigned value instead to avoid by Gregory P. Smith · 9 years ago
  2. 937f2f7 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  3. 1d8b7be Issue #24759: Revert 8203fc75b3d2. by Terry Jan Reedy · 9 years ago
  4. d7a4f9e include fcntl.h on all *nix platforms (closes #24217) by Benjamin Peterson · 9 years ago
  5. ea4d287 Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  6. 977be3e Issue #23652: Make the select module compile against LSB headers. by Zachary Ware · 9 years ago
  7. 9de4707 Issue 24745: Add ACKS entry. by Terry Jan Reedy · 9 years ago
  8. 1235214 Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default by Terry Jan Reedy · 9 years ago
  9. 3f32b97 Issue #21192: acks for 2.7 by Terry Jan Reedy · 9 years ago
  10. 8755d78 Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. by Terry Jan Reedy · 9 years ago
  11. a872fec Issue 24759: Gracefull exit Idle if ttk import fails. by Terry Jan Reedy · 9 years ago
  12. fa002d4 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. by Terry Jan Reedy · 9 years ago
  13. ffc7e8e Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  14. 3d731c5 Issue #15138: Speed up base64.urlsafe_b64* considerably (2.7 backport). by Guido van Rossum · 9 years ago
  15. 1edd2f6 make comment not lie about the size of SMALL_REQUEST_THRESHOLD by Benjamin Peterson · 9 years ago
  16. f524799 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  17. 15a92fd Issue #23319: Add Matthieu Gautier to Misc/ACKS by Victor Stinner · 9 years ago
  18. e97944a Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  19. 2f2c829 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  20. 62a2338 Set a default BasePlatformToolset to allow the ICC buildbot to build. by Zachary Ware · 9 years ago
  21. 0287f2f check return value of PyString_FromStringAndSize for NULL (closes #24734) by Benjamin Peterson · 9 years ago
  22. 581234e Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 9 years ago
  23. 76a64ca Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st argument. by Serhiy Storchaka · 9 years ago
  24. cf74c19 Issue #24613: Calling array.fromstring() with self is no longer allowed by Serhiy Storchaka · 9 years ago
  25. 7f18ac4 possible memory leak in error case (closes #24719) by Benjamin Peterson · 9 years ago
  26. 455a2a3 proper overflow checks for mymemreplace (closes #24708) by Benjamin Peterson · 9 years ago
  27. 80277ed Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d. by Ned Deily · 9 years ago
  28. 045c451 Issue #24704: Fixed possible NULL pointer dereferencing in the _json module by Serhiy Storchaka · 9 years ago
  29. 3b77d01 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  30. affac00 Issue #24703: Fixed resource leak on error in bsddb.verify(). by Serhiy Storchaka · 9 years ago
  31. 81c670d Initialize buf.outobj in multibyte encoder (closes issue #24702). by Serhiy Storchaka · 9 years ago
  32. 04fac8a Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond. by Robert Collins · 9 years ago
  33. cdbe6fc we don't care about python 1.5.2 by Benjamin Peterson · 9 years ago
  34. 68773f3 Issue #24603: Update Windows build to use OpenSSL 1.0.2d by Zachary Ware · 9 years ago
  35. c6fe4db Issue #24680: Remove random backslash. Patch by cdz. by Zachary Ware · 9 years ago
  36. 4b2f5d9 Issue #20792: Expand idle_test.test_pathbowser. Tweak file. by Terry Jan Reedy · 9 years ago
  37. fe13eac Issue #19663: Improve error message for defaultdict. by Raymond Hettinger · 9 years ago
  38. 58785d5 Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector. by Terry Jan Reedy · 9 years ago
  39. 46d4ed1 Fixes OpenSSL directory reference by Steve Dower · 9 years ago
  40. 4306063 Issue #24568: fix typo. by Raymond Hettinger · 9 years ago
  41. 65192c1 improve style of the convert macro (#24655) by Benjamin Peterson · 9 years ago
  42. 4734372 Close #24508: Backport the 3.5 MSBuild project files. by Zachary Ware · 9 years ago
  43. 10c997a Close #23963: Fix building with original OpenSSL sources. by Zachary Ware · 9 years ago
  44. 79d0e72 Backport b80d141a044e by Zachary Ware · 9 years ago
  45. be8c6ae Issue #24611: Fixed compiling the posix module on non-Windows platforms by Serhiy Storchaka · 9 years ago
  46. a1b1e5f Added regression test for issue24581. by Serhiy Storchaka · 9 years ago
  47. 8de92c3 Corrected empty lines and removed BOM in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  48. 26040e8 'not' is very important here by Benjamin Peterson · 9 years ago
  49. 678e7a9 tighten warning by Benjamin Peterson · 9 years ago
  50. 7865f21 Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  51. 518602a Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  52. e6f87fc Update Docs/tools/susp-ignored.csv by Zachary Ware · 9 years ago
  53. 6c5824a Issue #24540: fix typo in json.dumps docstring by Ned Deily · 9 years ago
  54. 96ae7fa Merge heads by Benjamin Peterson · 9 years ago
  55. 3ce0b06 'free-after-use' is not a bug :) (closes #24568) by Benjamin Peterson · 9 years ago
  56. b2f949a Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference by Ned Deily · 9 years ago
  57. 3995421 #24548: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  58. 14f233e Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. by Ned Deily · 9 years ago
  59. e079936 Issue #24525: Add missing word. Patch by Vincent Legoll. by Terry Jan Reedy · 9 years ago
  60. 3dd3d7c Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. by Steve Dower · 9 years ago
  61. 99e36b9 Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false by Stefan Krah · 9 years ago
  62. d048003 Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  63. 97cceac Update setuptools to 18.0.1 and pip to 7.1.0 by Donald Stufft · 9 years ago
  64. ab76635 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  65. eabfe8c Issue #20387: Backport fix from Python 3.4 by Jason R. Coombs · 9 years ago
  66. 33b24f5 Issue #20387: Backport test from Python 3.4 by Jason R. Coombs · 9 years ago
  67. 84af51d Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  68. d1d4d8a Issue #24336: Backported test for contextmanager. Patch by Martin Panter. by Serhiy Storchaka · 9 years ago
  69. 1c72acf ensure internal buffer is large enough for string after flushing (closes #24481) by Benjamin Peterson · 9 years ago
  70. 1ecb5ce Issue #24496: Backport gzip examples to Python 2. by Berker Peksag · 9 years ago
  71. 6750c8b Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  72. 3e5e74a Issue #24497: update link in test_decimal comments by Ned Deily · 9 years ago
  73. 0d2fac1 Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  74. 9487043 Issue #24408: Prevent test_font failures with non-ascii font names. by Ned Deily · 9 years ago
  75. 1670af6 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  76. 18d69e0 Issue #24408: Fixed test for tkinter.Font on OS X. by Serhiy Storchaka · 9 years ago
  77. 0e4497a Deprecate unused scripts in Tools/buildbot. by Zachary Ware · 9 years ago
  78. 2409c1f Update PCbuild/readme.txt by Zachary Ware · 9 years ago
  79. 0e8af34 Issue #24443: Fix links for Event.clear() and Event.wait() methods. by Berker Peksag · 9 years ago
  80. 039573d whitespace by Terry Jan Reedy · 9 years ago
  81. f4ae913 Issue #24406: Add sentences on dict comparisons, similar to those for Sequence by Terry Jan Reedy · 9 years ago
  82. f0aa88f Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  83. e1076aa Clean up/refactor the batch scripts used for building on Windows. by Zachary Ware · 9 years ago
  84. 66f8d75 Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 9 years ago
  85. e44cbe7 Issue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library. by Steve Dower · 9 years ago
  86. 637c8e8 Issue #24299: Fixed test__locale on Solaris. by Serhiy Storchaka · 9 years ago
  87. 822be2e that this is "for Python" is obvious by Benjamin Peterson · 9 years ago
  88. 9c933e6 Generates installer product codes for future releases. by Steve Dower · 9 years ago
  89. e629fef Upgrade pip to 7.0.3 and setuptools to 17.0 by Donald Stufft · 9 years ago
  90. 69c0d26 Issue #24267 - Ensure that pip version check is disabled on uninstall by Donald Stufft · 9 years ago
  91. 43a98df Issue #24357: use example.org instead by Ned Deily · 9 years ago
  92. 14c9ea6 Issue #24357: Change host in socket.getaddrinfo example to one that by Ned Deily · 9 years ago
  93. cc06dbf sync opcode prediction code with python 3 by Benjamin Peterson · 9 years ago
  94. c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 9 years ago
  95. cfb7028 Fixed test_audioop for issue #24326. 24-bit samples are not supported in 2.7. by Serhiy Storchaka · 9 years ago
  96. dc967c1 Fixed the array module in unicode disabled build (regression of issue20014). by Serhiy Storchaka · 9 years ago
  97. 062bed2 Issue #24264: Fixed buffer overflow in the imageop module. by Serhiy Storchaka · 9 years ago
  98. d6bfa94 Issue #21853: Fixed the inspect module in unicode disabled build. by Serhiy Storchaka · 9 years ago
  99. 59ea508 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  100. 5127ed7 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago