1. 5084ff7 bpo-29861: release references to multiprocessing Pool tasks (#743) (#803) by Antoine Pitrou · 8 years ago
  2. de65804 Insert a missing semicolon in sgmllib documentation (#772) by cocoatomo · 8 years ago
  3. dae5482 fix function name in tabnanny documentation (GH-764) by Xiang Zhang · 8 years ago
  4. 9c0408d bpo-29876: fix DECREF for NULL value in subelement() (GH-760) by Xiang Zhang · 8 years ago
  5. e6a55dd bpo-29874: fix INCREF for possible NULL values in select_select() (GH-758) by Xiang Zhang · 8 years ago
  6. 827c783 bpo-29873: fix INCREF for possible NULL value in element_getattr() (GH-757) by Xiang Zhang · 8 years ago
  7. 91f79db bpo-29856: Fix typo in curses documentation (GH-730) (GH-733) by Mariatta · 8 years ago
  8. fc714fd Drop C++ header compatibility test (#718) (#721) by Brett Cannon · 8 years ago
  9. a5f8165 [2.7] Combine the C++ header CI build into the main C build (GH-697) (#706) by Brett Cannon · 8 years ago
  10. 1aa1803 bpo-27880: Fixed integer overflow in cPickle when pickle large strings or (#662) by Serhiy Storchaka · 8 years ago
  11. 4ec14c2 fix parameter names in ftplib documentation (GH-656) by Xiang Zhang · 8 years ago
  12. ee10fb9 bpo-29798: Handle git worktree in `make patchcheck` (#629) (#635) by Nick Coghlan · 8 years ago
  13. c8869af [2.7] bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#628) by Nick Coghlan · 8 years ago
  14. 309fb90 Insert the line which should not have been deleted (#581) by cocoatomo · 8 years ago
  15. 0c2ed76 [2.7] bpo-29768: Fixed compile-time check for expat version. (#577) by Serhiy Storchaka · 8 years ago
  16. de1c7d5 Issue #29682:Possible missing NULL check in pyexpat (#573) by svelankar · 8 years ago
  17. 9fbb65e bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#510) by Serhiy Storchaka · 8 years ago
  18. 6c6186d PCbuild: Add -q option to svn export (GH-539) by INADA Naoki · 8 years ago
  19. 6120484 bpo-27593: Updates Windows build to use information from git (#262) (#448) by Steve Dower · 8 years ago
  20. f9a6516 bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-444) by Zachary Ware · 8 years ago
  21. fc59e5c bpo-29709: Improve Boolean Operations documentation (#433) (#438) by Mariatta · 8 years ago
  22. f1a696e bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-399) by Donald Stufft · 8 years ago
  23. 9514969 Disable mention-bot for maintenance branches (GH-370) by Donald Stufft · 8 years ago
  24. c9ba186 bpo-26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. (GH-374) by Xiang Zhang · 8 years ago
  25. b4f0e98 bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (GH-366) by Xiang Zhang · 8 years ago
  26. 02eb4b0 bpo-29110: Fix file object leak in aifc.open (GH-356) by INADA Naoki · 8 years ago
  27. c8e2021 bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-321) by Mariatta · 8 years ago
  28. 6e9e649 mark various test data binary (#233) (#303) by Benjamin Peterson · 8 years ago
  29. 23d2c31 [2.7] bpo-28929: Add to Misc/NEWS (GH-286) by Mariatta · 8 years ago
  30. 9436bbd bpo-29165: doc: make extending/newtypes more Python 3 friendly (GH-211) by INADA Naoki · 8 years ago
  31. d9a7574 reinit the TLS before anything else (#130) by Benjamin Peterson · 8 years ago
  32. c0b336e bpo-29602: fix signed zero handling in complex constructor (#204) by Mark Dickinson · 8 years ago
  33. 7131a73 bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) (#187) by Xiang Zhang · 8 years ago
  34. af9a40d [2.7] Change some mercurial/ hg.python.org references. (#8) (#183) by Senthil Kumaran · 8 years ago
  35. cf44d95 bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-180) by INADA Naoki · 8 years ago
  36. 98604c7 bpo-29529: Add .travis.yml to 2.7 branch (GH-27) by INADA Naoki · 8 years ago
  37. 4bfb603 Remove redundant footnote (#181) by Qingpeng "Q.P." Zhang · 8 years ago
  38. 0f48ecd Update URL of Mersenne Twister Home Page (GH-116) by INADA Naoki · 8 years ago
  39. e15259c bpo-28929: Link the documentation to its source file on GitHub (#38) by Mariatta · 9 years ago
  40. 52b8c55 [backport to 2.7] Change documentation's `Show Source` link to GitHub (#44) by Mariatta · 9 years ago
  41. 5c32988 bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11) by Mariatta · 9 years ago
  42. 8420cd2 Backport test_gdb fixes for s390x buildbots by Victor Stinner · 9 years ago
  43. 4e1e30d Issue #26355: Specify canonical URLs in docs pages by Nick Coghlan · 9 years ago
  44. d9fb4a9 Issue #29371: Clarify bitwise OR operation in doctest option flags. by Mariatta Wijaya · 9 years ago
  45. ed45f73 Issue #27867: Fixed merging error. by Serhiy Storchaka · 9 years ago
  46. 522a60c Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 9 years ago
  47. ea82972 Issue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees. by Mark Dickinson · 9 years ago
  48. ebfb2f7 Issue #29329: Improve documentation for hex(). Patch by Ammar Askar by Mariatta Wijaya · 9 years ago
  49. 40ba60f Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 9 years ago
  50. 3b23004 Issue #29354: Fixed inspect.getargs() for parameters which are cell variables. by Serhiy Storchaka · 9 years ago
  51. 8e21cc3 Issue #29028: Fixed possible use-after-free bugs in the subscription of the by Serhiy Storchaka · 9 years ago
  52. dbbc9d3 update zlib ChangeLog file by doko@ubuntu.com · 9 years ago
  53. 80b24a9 - Issue #29169: Update zlib to 1.2.11. by doko@ubuntu.com · 9 years ago
  54. 60a1b35 Issue #12067: Rewrite Comparisons section in the language reference by Martin Panter · 9 years ago
  55. 19048c3 Add clarity to the warning on certificate verification in urllib. by Senthil Kumaran · 9 years ago
  56. 72acb66 Merge heads by Serhiy Storchaka · 9 years ago
  57. 3efe32e Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro. by Serhiy Storchaka · 9 years ago
  58. 1bfbe4f issue26149 - Point to Wiki for Editors and Python IDEs on Unix. by Senthil Kumaran · 9 years ago
  59. efba28c Issue #29189: Fix indentation in RST markup by Martin Panter · 9 years ago
  60. f0739cb Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 9 years ago
  61. 1b31d28 Issue #29274: tests cases → test cases by Martin Panter · 9 years ago
  62. 9ce1564 revert dd13098a5dc2 (#29006, #10513) by Benjamin Peterson · 9 years ago
  63. ebcf338 generate spaces instead of tabs into config.c by Benjamin Peterson · 9 years ago
  64. 888a29f fix _testcapi to work when statically linked into python by Benjamin Peterson · 9 years ago
  65. ea9342a Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 9 years ago
  66. 1234488 Issue #15527: remove double parens by changing markup. by Martin Panter · 9 years ago
  67. c7496ee Fix spelling and markup in documentation and code comment by Martin Panter · 9 years ago
  68. 43d84ea Merge heads by Serhiy Storchaka · 9 years ago
  69. 7a7e04e Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 9 years ago
  70. a6f10ca Closes #28130: Documented that time.tzset() updates time module globals. by Alexander Belopolsky · 9 years ago
  71. 99ba17f Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows. by Serhiy Storchaka · 9 years ago
  72. c8a752e merge heads by Benjamin Peterson · 9 years ago
  73. 0897a55 revert 030e100f048a (#29006, #10513) by Benjamin Peterson · 9 years ago
  74. da8ea3a Issue #29217: Fix the wrong type description of UUID.variant. by Xiang Zhang · 9 years ago
  75. 01bdbad Don't use getentropy() on Linux by Victor Stinner · 9 years ago
  76. 98b1c82 Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 9 years ago
  77. 7bdb516 Issue #29145: Fix overflow checks in string, bytearray and unicode. by Xiang Zhang · 9 years ago
  78. 10434d6 Issue #29189: Fix broken indentation in FancyURLopener documentation by Berker Peksag · 9 years ago
  79. 9b7ae96 Issue #29023: Clarify that ints and longs are always deterministic seeds for random. by Raymond Hettinger · 9 years ago
  80. 9220111 test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 9 years ago
  81. 54dc428 - Issue #29169: Update zlib to 1.2.10. by doko@ubuntu.com · 9 years ago
  82. 52e5868 add Modules/zlib/zlib.map to .hgeol by doko@ubuntu.com · 9 years ago
  83. 2f7d13c only include sys/random.h if it seems like it might have something useful (#29057) by Benjamin Peterson · 9 years ago
  84. ea02cdc ring in 2017 for Python by Benjamin Peterson · 9 years ago
  85. 0f4ed2c Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 9 years ago
  86. c644d53 Issue #29123: Make CheckSqlTimestamp more robust by Berker Peksag · 9 years ago
  87. a19fd46 Issue #29112: Fix a questionable wording in sequence doc. by Xiang Zhang · 9 years ago
  88. f85dbfc Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 9 years ago
  89. f04790a Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 9 years ago
  90. 4d42af1 Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 9 years ago
  91. f77fe6b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 9 years ago
  92. e96095b Fixed running MiscTests in test_xml_etree_c. by Serhiy Storchaka · 9 years ago
  93. 1451874 Backed out changeset 78bf34b6a713 by Serhiy Storchaka · 9 years ago
  94. f939b3c Issue #28427: old keys should not remove new values from by Antoine Pitrou · 9 years ago
  95. 994f04d Issue #28998: More APIs now support longs as well as ints. by Serhiy Storchaka · 9 years ago
  96. 58c2c6e Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 9 years ago
  97. 500794d Issue #28815: Skip TIPC tests if /proc/modules is not readable by Martin Panter · 9 years ago
  98. 427ca62 Issue #1446619: Account for negative slice direction in description by Martin Panter · 9 years ago
  99. 3698bd2 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 9 years ago
  100. c049575 Update documentation index sidebar for 3.6.0 release. by Ned Deily · 9 years ago