1. 9b7ae96 Issue #29023: Clarify that ints and longs are always deterministic seeds for random. by Raymond Hettinger · 8 years ago
  2. 9220111 test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 8 years ago
  3. 54dc428 - Issue #29169: Update zlib to 1.2.10. by doko@ubuntu.com · 8 years ago
  4. 52e5868 add Modules/zlib/zlib.map to .hgeol by doko@ubuntu.com · 8 years ago
  5. f85dbfc Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 8 years ago
  6. f04790a Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 8 years ago
  7. 2f7d13c only include sys/random.h if it seems like it might have something useful (#29057) by Benjamin Peterson · 8 years ago
  8. ea02cdc ring in 2017 for Python by Benjamin Peterson · 8 years ago
  9. 0f4ed2c Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 8 years ago
  10. c644d53 Issue #29123: Make CheckSqlTimestamp more robust by Berker Peksag · 8 years ago
  11. a19fd46 Issue #29112: Fix a questionable wording in sequence doc. by Xiang Zhang · 8 years ago
  12. 4d42af1 Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  13. f77fe6b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  14. e96095b Fixed running MiscTests in test_xml_etree_c. by Serhiy Storchaka · 8 years ago
  15. 1451874 Backed out changeset 78bf34b6a713 by Serhiy Storchaka · 8 years ago
  16. f939b3c Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  17. 994f04d Issue #28998: More APIs now support longs as well as ints. by Serhiy Storchaka · 8 years ago
  18. 58c2c6e Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 8 years ago
  19. 500794d Issue #28815: Skip TIPC tests if /proc/modules is not readable by Martin Panter · 8 years ago
  20. 427ca62 Issue #1446619: Account for negative slice direction in description by Martin Panter · 8 years ago
  21. 3698bd2 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 8 years ago
  22. c049575 Update documentation index sidebar for 3.6.0 release. by Ned Deily · 8 years ago
  23. c4f91ba Issue #29038: Fix duplicate get_ca_certs() doc entry. by Xiang Zhang · 8 years ago
  24. 00ebffe Grammatical fixes for d95f19892fd0 by Brett Cannon · 8 years ago
  25. 536e7a2 Issue 28923: Remove editor artifacts from Tix.py, by Terry Jan Reedy · 8 years ago
  26. 85add47 Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 8 years ago
  27. 6b1c909 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 8 years ago
  28. e126f98 Issue #29019: Fix dict.fromkeys(x) overallocates when x is sparce dict. by INADA Naoki · 8 years ago
  29. a535d68 Fixes the 2.7 nuget packages to include a shim bdist_wininst by Steve Dower · 8 years ago
  30. f6447e0 doc: Suggest to hash(tuple of attr) rather than XOR by Victor Stinner · 8 years ago
  31. 805f283 Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 8 years ago
  32. 88e4206 Fix spelling in code comments by Martin Panter · 8 years ago
  33. 652a558 Merge by Brett Cannon · 8 years ago
  34. 37eb788 Update the porting HOWTO by Brett Cannon · 8 years ago
  35. eb55e68 merge 2.7.13 release branch by Benjamin Peterson · 8 years ago
  36. 9b68932 Added tag v2.7.13 for changeset a06454b1afa1 by Benjamin Peterson · 8 years ago
  37. 9c1426d 2.7.13 final bump by Benjamin Peterson · 8 years ago
  38. 30ad6e2 Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  39. 6560e22 Issue #28925: cPickle now correctly propagates errors when unpickle instances by Serhiy Storchaka · 8 years ago
  40. 7117d35 Issue #5322: Restored tests for __new__. by Serhiy Storchaka · 8 years ago
  41. 0644d26 merge 2.7.13 release branch by Benjamin Peterson · 8 years ago
  42. 4403d50 revert a37cc3d926ec (#5322) by Benjamin Peterson · 8 years ago
  43. d1aad3f Backed out changeset ea904d4b3634 by Benjamin Peterson · 8 years ago
  44. 3eb92e0 Issue #28916: No special case for leading zeros with %x alternative form by Martin Panter · 8 years ago
  45. 3797922 Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  46. 5cc5493 remove unused logger from BaseFix by Benjamin Peterson · 8 years ago
  47. 8b55287 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  48. e7f555b Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  49. 1426a99 simplify cleanup of test_replace_parent_in_sys_modules (closes #28862) by Benjamin Peterson · 8 years ago
  50. 2df5adb prepare for 2.7.14 dev by Benjamin Peterson · 8 years ago
  51. 9ea8faf fix function name by Benjamin Peterson · 8 years ago
  52. e95048e also do not leak the mode string if creating the file fails by Benjamin Peterson · 8 years ago
  53. d3035d5 do not leak the FILE * pointer in error cases of fdopen() by Benjamin Peterson · 8 years ago
  54. cadd22f Added tag v2.7.13rc1 for changeset 4d6fd49eeb14 by Benjamin Peterson · 8 years ago
  55. 33b2d78 python 2.7.13rc1 by Benjamin Peterson · 8 years ago
  56. ddb9c07 update pydoc topics by Benjamin Peterson · 8 years ago
  57. 5726b63 inline constant into its single use by Benjamin Peterson · 8 years ago
  58. f8f2138 fix refleak in reduce_2 error case by Benjamin Peterson · 8 years ago
  59. 26c985a fix refleak in null-containing error case (#21147) by Benjamin Peterson · 8 years ago
  60. d7324bc when you enter repr, you must leave, too (#25455) by Benjamin Peterson · 8 years ago
  61. ada7d92 fix refleak in file handle creation error case by Benjamin Peterson · 8 years ago
  62. 4458449 fix refleak in the shift-by-zero case (#27870) by Benjamin Peterson · 8 years ago
  63. 32b3734 Issue #28440: No longer add /Library/Python/site-packages, the Apple-supplied by Ned Deily · 8 years ago
  64. 7653c38 Try to fix test.test_support.rmtree() on Windows for fixing issue28847 tests. by Serhiy Storchaka · 8 years ago
  65. 1d2cfe2 Issue #28847: Fix spelling by Martin Panter · 8 years ago
  66. 1ae56fb Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  67. cffc0f4 declarations to the top of the block by Benjamin Peterson · 8 years ago
  68. 1122236 increase test_smtplib timeouts by Benjamin Peterson · 8 years ago
  69. daf82f7 Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. by Serhiy Storchaka · 8 years ago
  70. 9bd44d6 Issue #28847: dubmdbm no longer writes the index file in when it is not by Serhiy Storchaka · 8 years ago
  71. 6df26b5 - Import latest config.sub config.guess files by doko@ubuntu.com · 8 years ago
  72. c30f27d Issue #11145: Fixed miscellaneous issues with C-style formatting of types by Serhiy Storchaka · 8 years ago
  73. b398d2c Issue #28771: Correct documentation of signatures using const by Martin Panter · 8 years ago
  74. ed82604 Issue #25701: Document that some C APIs can both set and delete items by Martin Panter · 8 years ago
  75. a52b567 Issue #28820: Fix spelling of “practice” as a noun by Martin Panter · 8 years ago
  76. 13cc679 Issue #24469: Fixed memory leak caused by int subclasses without overridden by Serhiy Storchaka · 8 years ago
  77. 0092bc7 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  78. e4a147b Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 8 years ago
  79. 8efc3c9 replace --with-optimizations references with --enable-optimizations in docs. by Gregory P. Smith · 8 years ago
  80. 3738ef4 Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 8 years ago
  81. fd08fdc Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 8 years ago
  82. f75a2eb Issue #10656: Fix out-of-tree building on AIX by Martin Panter · 8 years ago
  83. 398bc76 Issue #28666: Fix stat import by Martin Panter · 8 years ago
  84. b999915 Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  85. d54d327 Issue #28666: Fix removing readonly directories on Windows. by Serhiy Storchaka · 8 years ago
  86. f0d0306 Issue #28666: Now test.test_support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  87. b7c057a Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  88. bd20530 Upgrade pip to 9.0.1 and setuptools to 28.8.0 by Donald Stufft · 8 years ago
  89. d3e6c9e Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  90. 2167666 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT by Martin Panter · 8 years ago
  91. 536d93d Issue #28016: Skip /dev/tty seekable() test on AIX by Martin Panter · 8 years ago
  92. 09231e6 Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. by Ned Deily · 8 years ago
  93. 58b6b98 Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 8 years ago
  94. fed0883 Issue #28615: Backport imaginary/complex number text from 3.x. by Terry Jan Reedy · 8 years ago
  95. 30b51c9 Issue #27854: Include idlelib/help.html in 2.7 Windows installer. by Terry Jan Reedy · 8 years ago
  96. 1e4b73f Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 8 years ago
  97. ac33bd7 Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 8 years ago
  98. a33deb2 Issue #25507: Add back import needed for 2.x encoding warning box. by Terry Jan Reedy · 8 years ago
  99. 48aa605 Issue #27942: Fix memory leak in codeobject.c by Yury Selivanov · 8 years ago
  100. a876027 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 8 years ago