1. ab16dc1 bpo-29506: Clarify deep copy note in copy module by Nick Coghlan · 7 years ago
  2. d6d943a Issue #29798: Handle git worktree in patchcheck (#1057) by Nick Coghlan · 7 years ago
  3. e41390a bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046) by Serhiy Storchaka · 7 years ago
  4. 7f85947 [2.7] bpo-19225: Lack of c api exceptions doc (#964) by cocoatomo · 7 years ago
  5. 9b50786 Fix references within buffer protocol docs (#1016) by Eric Wieser · 7 years ago
  6. d7564e5 remove merge=union attribute for Misc/NEWS (GH-460) (GH-989) by Mariatta · 7 years ago
  7. 23d6eb6 bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) (#973) by Victor Stinner · 7 years ago
  8. d64146c Fix socket leaks (#351) by Ivan Mokeev · 7 years ago
  9. 9c2c42c bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963) by Serhiy Storchaka · 7 years ago
  10. 68903b6 bpo-15083: Convert ElementTree doctests to unittests. (#906) by Serhiy Storchaka · 7 years ago
  11. 5aa913d bpo-29952: Use usual terminology of dict (GH-924) by INADA Naoki · 7 years ago
  12. 2ee01ec [2.7] bpo-22392: Improve documentation for __getinitargs__ (GH-899) by Mandeep Singh · 7 years ago
  13. d694a06 bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#913) by T. Wouters · 7 years ago
  14. 079f21f bpo-29935: Fixed error messages in the index() method of tuple and list (#887) (#907) (#910) by Serhiy Storchaka · 7 years ago
  15. 3ceca68 bpo-29917: DOC: Remove link from PyMethodDef (#890) (#896) by Senthil Kumaran · 7 years ago
  16. fd704a0 bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-883) by Mariatta · 7 years ago
  17. 6a04ef7 bpo-29643: Fix check for --enable-optimizations (GH-873) by INADA Naoki · 7 years ago
  18. d665407 Drop the standard gcc test build on Travis (GH-853) (GH-861) by Brett Cannon · 7 years ago
  19. 6f95b37 bpo-29888: Fix the link referring to "Python download page" (GH-823) by cocoatomo · 7 years ago
  20. 5084ff7 bpo-29861: release references to multiprocessing Pool tasks (#743) (#803) by Antoine Pitrou · 7 years ago
  21. de65804 Insert a missing semicolon in sgmllib documentation (#772) by cocoatomo · 7 years ago
  22. dae5482 fix function name in tabnanny documentation (GH-764) by Xiang Zhang · 7 years ago
  23. 9c0408d bpo-29876: fix DECREF for NULL value in subelement() (GH-760) by Xiang Zhang · 7 years ago
  24. e6a55dd bpo-29874: fix INCREF for possible NULL values in select_select() (GH-758) by Xiang Zhang · 7 years ago
  25. 827c783 bpo-29873: fix INCREF for possible NULL value in element_getattr() (GH-757) by Xiang Zhang · 7 years ago
  26. 91f79db bpo-29856: Fix typo in curses documentation (GH-730) (GH-733) by Mariatta · 7 years ago
  27. fc714fd Drop C++ header compatibility test (#718) (#721) by Brett Cannon · 7 years ago
  28. a5f8165 [2.7] Combine the C++ header CI build into the main C build (GH-697) (#706) by Brett Cannon · 7 years ago
  29. 1aa1803 bpo-27880: Fixed integer overflow in cPickle when pickle large strings or (#662) by Serhiy Storchaka · 7 years ago
  30. 4ec14c2 fix parameter names in ftplib documentation (GH-656) by Xiang Zhang · 7 years ago
  31. ee10fb9 bpo-29798: Handle git worktree in `make patchcheck` (#629) (#635) by Nick Coghlan · 7 years ago
  32. c8869af [2.7] bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#628) by Nick Coghlan · 7 years ago
  33. 309fb90 Insert the line which should not have been deleted (#581) by cocoatomo · 7 years ago
  34. 0c2ed76 [2.7] bpo-29768: Fixed compile-time check for expat version. (#577) by Serhiy Storchaka · 7 years ago
  35. de1c7d5 Issue #29682:Possible missing NULL check in pyexpat (#573) by svelankar · 7 years ago
  36. 9fbb65e bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#510) by Serhiy Storchaka · 7 years ago
  37. 6c6186d PCbuild: Add -q option to svn export (GH-539) by INADA Naoki · 7 years ago
  38. 6120484 bpo-27593: Updates Windows build to use information from git (#262) (#448) by Steve Dower · 7 years ago
  39. f9a6516 bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-444) by Zachary Ware · 7 years ago
  40. fc59e5c bpo-29709: Improve Boolean Operations documentation (#433) (#438) by Mariatta · 7 years ago
  41. f1a696e bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-399) by Donald Stufft · 7 years ago
  42. 9514969 Disable mention-bot for maintenance branches (GH-370) by Donald Stufft · 7 years ago
  43. c9ba186 bpo-26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. (GH-374) by Xiang Zhang · 7 years ago
  44. b4f0e98 bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (GH-366) by Xiang Zhang · 7 years ago
  45. 02eb4b0 bpo-29110: Fix file object leak in aifc.open (GH-356) by INADA Naoki · 7 years ago
  46. c8e2021 bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-321) by Mariatta · 7 years ago
  47. 6e9e649 mark various test data binary (#233) (#303) by Benjamin Peterson · 7 years ago
  48. 23d2c31 [2.7] bpo-28929: Add to Misc/NEWS (GH-286) by Mariatta · 7 years ago
  49. 9436bbd bpo-29165: doc: make extending/newtypes more Python 3 friendly (GH-211) by INADA Naoki · 7 years ago
  50. d9a7574 reinit the TLS before anything else (#130) by Benjamin Peterson · 7 years ago
  51. c0b336e bpo-29602: fix signed zero handling in complex constructor (#204) by Mark Dickinson · 7 years ago
  52. 7131a73 bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) (#187) by Xiang Zhang · 7 years ago
  53. af9a40d [2.7] Change some mercurial/ hg.python.org references. (#8) (#183) by Senthil Kumaran · 7 years ago
  54. cf44d95 bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-180) by INADA Naoki · 7 years ago
  55. 98604c7 bpo-29529: Add .travis.yml to 2.7 branch (GH-27) by INADA Naoki · 7 years ago
  56. 4bfb603 Remove redundant footnote (#181) by Qingpeng "Q.P." Zhang · 7 years ago
  57. 0f48ecd Update URL of Mersenne Twister Home Page (GH-116) by INADA Naoki · 7 years ago
  58. e15259c bpo-28929: Link the documentation to its source file on GitHub (#38) by Mariatta · 7 years ago
  59. 52b8c55 [backport to 2.7] Change documentation's `Show Source` link to GitHub (#44) by Mariatta · 7 years ago
  60. 5c32988 bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11) by Mariatta · 7 years ago
  61. 8420cd2 Backport test_gdb fixes for s390x buildbots by Victor Stinner · 7 years ago
  62. 4e1e30d Issue #26355: Specify canonical URLs in docs pages by Nick Coghlan · 7 years ago
  63. d9fb4a9 Issue #29371: Clarify bitwise OR operation in doctest option flags. by Mariatta Wijaya · 7 years ago
  64. ed45f73 Issue #27867: Fixed merging error. by Serhiy Storchaka · 7 years ago
  65. 522a60c Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  66. ea82972 Issue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees. by Mark Dickinson · 7 years ago
  67. ebfb2f7 Issue #29329: Improve documentation for hex(). Patch by Ammar Askar by Mariatta Wijaya · 7 years ago
  68. 40ba60f Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 7 years ago
  69. 3b23004 Issue #29354: Fixed inspect.getargs() for parameters which are cell variables. by Serhiy Storchaka · 7 years ago
  70. 8e21cc3 Issue #29028: Fixed possible use-after-free bugs in the subscription of the by Serhiy Storchaka · 7 years ago
  71. dbbc9d3 update zlib ChangeLog file by doko@ubuntu.com · 7 years ago
  72. 80b24a9 - Issue #29169: Update zlib to 1.2.11. by doko@ubuntu.com · 7 years ago
  73. 60a1b35 Issue #12067: Rewrite Comparisons section in the language reference by Martin Panter · 7 years ago
  74. 19048c3 Add clarity to the warning on certificate verification in urllib. by Senthil Kumaran · 7 years ago
  75. 72acb66 Merge heads by Serhiy Storchaka · 7 years ago
  76. 3efe32e Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro. by Serhiy Storchaka · 7 years ago
  77. 1bfbe4f issue26149 - Point to Wiki for Editors and Python IDEs on Unix. by Senthil Kumaran · 7 years ago
  78. efba28c Issue #29189: Fix indentation in RST markup by Martin Panter · 7 years ago
  79. f0739cb Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 7 years ago
  80. 1b31d28 Issue #29274: tests cases → test cases by Martin Panter · 7 years ago
  81. 9ce1564 revert dd13098a5dc2 (#29006, #10513) by Benjamin Peterson · 7 years ago
  82. ebcf338 generate spaces instead of tabs into config.c by Benjamin Peterson · 7 years ago
  83. 888a29f fix _testcapi to work when statically linked into python by Benjamin Peterson · 7 years ago
  84. ea9342a Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 8 years ago
  85. 1234488 Issue #15527: remove double parens by changing markup. by Martin Panter · 8 years ago
  86. c7496ee Fix spelling and markup in documentation and code comment by Martin Panter · 8 years ago
  87. 43d84ea Merge heads by Serhiy Storchaka · 8 years ago
  88. 7a7e04e Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 8 years ago
  89. a6f10ca Closes #28130: Documented that time.tzset() updates time module globals. by Alexander Belopolsky · 8 years ago
  90. 99ba17f Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows. by Serhiy Storchaka · 8 years ago
  91. c8a752e merge heads by Benjamin Peterson · 8 years ago
  92. 0897a55 revert 030e100f048a (#29006, #10513) by Benjamin Peterson · 8 years ago
  93. da8ea3a Issue #29217: Fix the wrong type description of UUID.variant. by Xiang Zhang · 8 years ago
  94. 01bdbad Don't use getentropy() on Linux by Victor Stinner · 8 years ago
  95. 98b1c82 Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 8 years ago
  96. 7bdb516 Issue #29145: Fix overflow checks in string, bytearray and unicode. by Xiang Zhang · 8 years ago
  97. 10434d6 Issue #29189: Fix broken indentation in FancyURLopener documentation by Berker Peksag · 8 years ago
  98. 9b7ae96 Issue #29023: Clarify that ints and longs are always deterministic seeds for random. by Raymond Hettinger · 8 years ago
  99. 9220111 test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 8 years ago
  100. 54dc428 - Issue #29169: Update zlib to 1.2.10. by doko@ubuntu.com · 8 years ago