1. e15259c bpo-28929: Link the documentation to its source file on GitHub (#38) by Mariatta · 7 years ago
  2. 52b8c55 [backport to 2.7] Change documentation's `Show Source` link to GitHub (#44) by Mariatta · 7 years ago
  3. 5c32988 bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11) by Mariatta · 8 years ago
  4. 8420cd2 Backport test_gdb fixes for s390x buildbots by Victor Stinner · 8 years ago
  5. 4e1e30d Issue #26355: Specify canonical URLs in docs pages by Nick Coghlan · 8 years ago
  6. d9fb4a9 Issue #29371: Clarify bitwise OR operation in doctest option flags. by Mariatta Wijaya · 8 years ago
  7. ed45f73 Issue #27867: Fixed merging error. by Serhiy Storchaka · 8 years ago
  8. 522a60c Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 8 years ago
  9. ea82972 Issue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees. by Mark Dickinson · 8 years ago
  10. ebfb2f7 Issue #29329: Improve documentation for hex(). Patch by Ammar Askar by Mariatta Wijaya · 8 years ago
  11. 40ba60f Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 8 years ago
  12. 3b23004 Issue #29354: Fixed inspect.getargs() for parameters which are cell variables. by Serhiy Storchaka · 8 years ago
  13. 8e21cc3 Issue #29028: Fixed possible use-after-free bugs in the subscription of the by Serhiy Storchaka · 8 years ago
  14. dbbc9d3 update zlib ChangeLog file by doko@ubuntu.com · 8 years ago
  15. 80b24a9 - Issue #29169: Update zlib to 1.2.11. by doko@ubuntu.com · 8 years ago
  16. 60a1b35 Issue #12067: Rewrite Comparisons section in the language reference by Martin Panter · 8 years ago
  17. 19048c3 Add clarity to the warning on certificate verification in urllib. by Senthil Kumaran · 8 years ago
  18. 72acb66 Merge heads by Serhiy Storchaka · 8 years ago
  19. 3efe32e Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro. by Serhiy Storchaka · 8 years ago
  20. 1bfbe4f issue26149 - Point to Wiki for Editors and Python IDEs on Unix. by Senthil Kumaran · 8 years ago
  21. efba28c Issue #29189: Fix indentation in RST markup by Martin Panter · 8 years ago
  22. f0739cb Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  23. 1b31d28 Issue #29274: tests cases → test cases by Martin Panter · 8 years ago
  24. 9ce1564 revert dd13098a5dc2 (#29006, #10513) by Benjamin Peterson · 8 years ago
  25. ebcf338 generate spaces instead of tabs into config.c by Benjamin Peterson · 8 years ago
  26. 888a29f fix _testcapi to work when statically linked into python by Benjamin Peterson · 8 years ago
  27. ea9342a Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 8 years ago
  28. 1234488 Issue #15527: remove double parens by changing markup. by Martin Panter · 8 years ago
  29. c7496ee Fix spelling and markup in documentation and code comment by Martin Panter · 8 years ago
  30. 43d84ea Merge heads by Serhiy Storchaka · 8 years ago
  31. 7a7e04e Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 8 years ago
  32. a6f10ca Closes #28130: Documented that time.tzset() updates time module globals. by Alexander Belopolsky · 8 years ago
  33. 99ba17f Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows. by Serhiy Storchaka · 8 years ago
  34. c8a752e merge heads by Benjamin Peterson · 8 years ago
  35. 0897a55 revert 030e100f048a (#29006, #10513) by Benjamin Peterson · 8 years ago
  36. da8ea3a Issue #29217: Fix the wrong type description of UUID.variant. by Xiang Zhang · 8 years ago
  37. 01bdbad Don't use getentropy() on Linux by Victor Stinner · 8 years ago
  38. 98b1c82 Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 8 years ago
  39. 7bdb516 Issue #29145: Fix overflow checks in string, bytearray and unicode. by Xiang Zhang · 8 years ago
  40. 10434d6 Issue #29189: Fix broken indentation in FancyURLopener documentation by Berker Peksag · 8 years ago
  41. 9b7ae96 Issue #29023: Clarify that ints and longs are always deterministic seeds for random. by Raymond Hettinger · 8 years ago
  42. 9220111 test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 8 years ago
  43. 54dc428 - Issue #29169: Update zlib to 1.2.10. by doko@ubuntu.com · 8 years ago
  44. 52e5868 add Modules/zlib/zlib.map to .hgeol by doko@ubuntu.com · 8 years ago
  45. 2f7d13c only include sys/random.h if it seems like it might have something useful (#29057) by Benjamin Peterson · 8 years ago
  46. ea02cdc ring in 2017 for Python by Benjamin Peterson · 8 years ago
  47. 0f4ed2c Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 8 years ago
  48. c644d53 Issue #29123: Make CheckSqlTimestamp more robust by Berker Peksag · 8 years ago
  49. a19fd46 Issue #29112: Fix a questionable wording in sequence doc. by Xiang Zhang · 8 years ago
  50. f85dbfc Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 8 years ago
  51. f04790a Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 8 years ago
  52. 4d42af1 Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  53. f77fe6b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  54. e96095b Fixed running MiscTests in test_xml_etree_c. by Serhiy Storchaka · 8 years ago
  55. 1451874 Backed out changeset 78bf34b6a713 by Serhiy Storchaka · 8 years ago
  56. f939b3c Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  57. 994f04d Issue #28998: More APIs now support longs as well as ints. by Serhiy Storchaka · 8 years ago
  58. 58c2c6e Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 8 years ago
  59. 500794d Issue #28815: Skip TIPC tests if /proc/modules is not readable by Martin Panter · 8 years ago
  60. 427ca62 Issue #1446619: Account for negative slice direction in description by Martin Panter · 8 years ago
  61. 3698bd2 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 8 years ago
  62. c049575 Update documentation index sidebar for 3.6.0 release. by Ned Deily · 8 years ago
  63. c4f91ba Issue #29038: Fix duplicate get_ca_certs() doc entry. by Xiang Zhang · 8 years ago
  64. 00ebffe Grammatical fixes for d95f19892fd0 by Brett Cannon · 8 years ago
  65. 536e7a2 Issue 28923: Remove editor artifacts from Tix.py, by Terry Jan Reedy · 8 years ago
  66. 85add47 Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 8 years ago
  67. 6b1c909 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 8 years ago
  68. e126f98 Issue #29019: Fix dict.fromkeys(x) overallocates when x is sparce dict. by INADA Naoki · 8 years ago
  69. a535d68 Fixes the 2.7 nuget packages to include a shim bdist_wininst by Steve Dower · 8 years ago
  70. f6447e0 doc: Suggest to hash(tuple of attr) rather than XOR by Victor Stinner · 8 years ago
  71. 805f283 Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 8 years ago
  72. 88e4206 Fix spelling in code comments by Martin Panter · 8 years ago
  73. 652a558 Merge by Brett Cannon · 8 years ago
  74. 37eb788 Update the porting HOWTO by Brett Cannon · 8 years ago
  75. eb55e68 merge 2.7.13 release branch by Benjamin Peterson · 8 years ago
  76. 9b68932 Added tag v2.7.13 for changeset a06454b1afa1 by Benjamin Peterson · 8 years ago
  77. 9c1426d 2.7.13 final bump by Benjamin Peterson · 8 years ago
  78. 30ad6e2 Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  79. 6560e22 Issue #28925: cPickle now correctly propagates errors when unpickle instances by Serhiy Storchaka · 8 years ago
  80. 7117d35 Issue #5322: Restored tests for __new__. by Serhiy Storchaka · 8 years ago
  81. 0644d26 merge 2.7.13 release branch by Benjamin Peterson · 8 years ago
  82. 4403d50 revert a37cc3d926ec (#5322) by Benjamin Peterson · 8 years ago
  83. d1aad3f Backed out changeset ea904d4b3634 by Benjamin Peterson · 8 years ago
  84. 3eb92e0 Issue #28916: No special case for leading zeros with %x alternative form by Martin Panter · 8 years ago
  85. 3797922 Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  86. 5cc5493 remove unused logger from BaseFix by Benjamin Peterson · 8 years ago
  87. 8b55287 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  88. e7f555b Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  89. 1426a99 simplify cleanup of test_replace_parent_in_sys_modules (closes #28862) by Benjamin Peterson · 8 years ago
  90. 2df5adb prepare for 2.7.14 dev by Benjamin Peterson · 8 years ago
  91. 9ea8faf fix function name by Benjamin Peterson · 8 years ago
  92. e95048e also do not leak the mode string if creating the file fails by Benjamin Peterson · 8 years ago
  93. d3035d5 do not leak the FILE * pointer in error cases of fdopen() by Benjamin Peterson · 8 years ago
  94. cadd22f Added tag v2.7.13rc1 for changeset 4d6fd49eeb14 by Benjamin Peterson · 8 years ago
  95. 33b2d78 python 2.7.13rc1 by Benjamin Peterson · 8 years ago
  96. ddb9c07 update pydoc topics by Benjamin Peterson · 8 years ago
  97. 5726b63 inline constant into its single use by Benjamin Peterson · 8 years ago
  98. f8f2138 fix refleak in reduce_2 error case by Benjamin Peterson · 8 years ago
  99. 26c985a fix refleak in null-containing error case (#21147) by Benjamin Peterson · 8 years ago
  100. d7324bc when you enter repr, you must leave, too (#25455) by Benjamin Peterson · 8 years ago