1. 239e13b [2.7] Add short-circuit for doc changes to AppVeyor (GH-5629) by Zachary Ware · 7 years ago
  2. ea6e644 bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5613) by Miss Islington (bot) · 7 years ago
  3. e719793 [2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5604) by Serhiy Storchaka · 7 years ago
  4. 672fd7d bpo-32784: Wrong argument name for csv.DictReader in documentation (GH-5575) by Stéphane Wirtel · 7 years ago
  5. 2942b90 bpo-32616: Disable computed gotos by default for clang < 5 (GH-5574) by INADA Naoki · 7 years ago
  6. 0a18422 allow the test suite to pass if the strop module doesn't exist (GH-5566) by Benjamin Peterson · 7 years ago
  7. 2a4e2ea Fix typo -- missing "not" (GH-5532) by Raymond Hettinger · 7 years ago
  8. 42e8ea9 bpo-32739: Show default value for rotate() (GH-5517) by Raymond Hettinger · 7 years ago
  9. 2357cd7 Update Doc build for split off of 3.7 branch by Ned Deily · 7 years ago
  10. 9b7b3a6 bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5494) by Mariatta · 7 years ago
  11. b7a2c17 [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493) by Serhiy Storchaka · 7 years ago
  12. b60f43a bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (GH-2148) (GH-5429) by Victor Stinner · 7 years ago
  13. f5a7935 bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5331) by Bo Bayles · 7 years ago
  14. 5679277 Fix PyTrace_RETURN documentation (GH-5384) (GH-5387) by Miss Islington (bot) · 7 years ago
  15. 745e9de bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (GH-5361) (GH-5378) by Miss Islington (bot) · 7 years ago
  16. 38487a0 [2.7] bpo-32521: nis libnsl (GH-5190) (#5353) by Christian Heimes · 7 years ago
  17. f5e8f71 [2.7] bpo-32640: Clarify the behavior of str.join and unicode object (GH-5333) by Mariatta · 7 years ago
  18. 6996f28 bpo-32667: Fix tests when $PATH contains a file (#5324) by Victor Stinner · 7 years ago
  19. e64a47b bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056). (#5299) by Xiang Zhang · 7 years ago
  20. 6ccdad7 bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH-5284) (#5295) by Miss Islington (bot) · 7 years ago
  21. 8ca036d bpo-32586: Fix code example in urllib2's doc (GH-5238) by Pablo Galindo · 7 years ago
  22. b1a52b1 Use assertItemsEqual instead of assertEqual. (#5224) by Gregory P. Smith · 7 years ago
  23. 016f59a pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5220) by Miss Islington (bot) · 7 years ago
  24. 27f32e9 bpo-32539: Fix OSError for os.listdir() for extended-length paths on Windows (#5169) by Anthony Sottile · 7 years ago
  25. ab95b30 bpo-32521: nis libtirpc (GH-5137) (#5166) by Miss Islington (bot) · 7 years ago
  26. 0ebf0ae Fix version in AppVeyor config (GH-5126) by Zachary Ware · 7 years ago
  27. cd02003 [2.7] Kill the AppVeyor file whitelist (GH-5123) by Zachary Ware · 7 years ago
  28. e136981 [2.7] advance copyright years to 2018 (GH-5094). (#5105) by Benjamin Peterson · 7 years ago
  29. ca54740 [2.7] bpo-32211: Document the existing bug in re.findall() and re.finditer(). (GH-4695). (#5096) by Serhiy Storchaka · 7 years ago
  30. 0bcba37 bpo-32482: Improve syntax and grammar tests. (#5085) by Serhiy Storchaka · 7 years ago
  31. eb08a92 coalesce GILless sections in new_buffersize (#5059) by Benjamin Peterson · 7 years ago
  32. dbf52e0 bpo-31530: fix crash when multiple threads iterate over a file, round 2 (#5060) by Benjamin Peterson · 7 years ago
  33. 0e0d101 bpo-32452: clarify term 'brackets' in generator tutorial (GH-5079) (#5082) by Miss Islington (bot) · 7 years ago
  34. b495377 [2.7] bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (GH-5078). (#5084) by Serhiy Storchaka · 7 years ago
  35. 2de47ca bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5074) by Miss Islington (bot) · 7 years ago
  36. 4be7420 [2.7] Add missing backslashes in PCbuild bat files (GH-5056) (GH-5058) by Zachary Ware · 7 years ago
  37. 3ceaed0 bpo-18035: telnetlib: select.error doesn't have an errno attribute (#5044) by Segev Finer · 7 years ago
  38. 1f9d549 [2.7] remove unused import (GH-5040). (#5043) by Benjamin Peterson · 7 years ago
  39. 417f76a make PatternCompiler use the packaged grammar if possible (more bpo-24960) (GH-5034) (#5037) by Miss Islington (bot) · 7 years ago
  40. c60eca0 [2.7] bpo-32416: Refactor tests for the f_lineno setter and add new tests. (GH-4991). (#5017) by Serhiy Storchaka · 7 years ago
  41. 8b9995f correct wording (GH-4983) (#4985) by Miss Islington (bot) · 7 years ago
  42. 770a802 [2.7] bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (GH-4977) (#4980) by Benjamin Peterson · 7 years ago
  43. e8ab7eb correct the typos (GH-4950) (#4952) by Miss Islington (bot) · 7 years ago
  44. 2316c68 pythoninfo: sync with master (#4843) by Victor Stinner · 7 years ago
  45. 3ff488c trivial: link updates in documentation (GH-2765) (#4836) by Miss Islington (bot) · 7 years ago
  46. d663549 Fix improper use of re.escape() in tests. (GH-4814) (#4817) by Miss Islington (bot) · 7 years ago
  47. 3b9173d bpo-30806: Fix netrc.__repr__() format (GH-2491) by Steven Loria · 7 years ago
  48. 292fce9 bpo-32212: Updated logging documentation to make parameter names more consistent with source. (GH-4765) (GH-4768) by Vinay Sajip · 7 years ago
  49. 830daae [2.7] bpo-32186: Release the GIL during fstat and lseek calls (#4651) by Nir Soffer · 7 years ago
  50. 12fa6b1 Add a missing space in tkinter documentation. (GH-4692). (GH-4723) by Mariatta · 7 years ago
  51. 65d1887 [2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expressions in Py3k mode. (GH-4579) (#4676) by Serhiy Storchaka · 7 years ago
  52. be6b74c bpo-20891: Fix PyGILState_Ensure() (#4650) (#4657) by Victor Stinner · 7 years ago
  53. 7d1cfee make tags: index also Modules/_ctypes/ (#4648) (#4660) by Victor Stinner · 7 years ago
  54. 56e444f [2.7] bpo-32107 - Backport bitmask check fix (GH-4576) (#4590) by Barry Warsaw · 7 years ago
  55. bc19cf5 bpo-32139: test_strftime does not anymore modify the locale (GH-4569) (#4636) by Miss Islington (bot) · 7 years ago
  56. fc73c54 bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) (#4623) by Miss Islington (bot) · 7 years ago
  57. 180372c pythoninfo: add Py_DEBUG (#4198) (#4581) by Victor Stinner · 7 years ago
  58. be1faab bpo-30855: Bump Tcl/Tk to 8.5.19 on Windows (GH-4550) by Zachary Ware · 7 years ago
  59. d6c6e58 Improve Scheduler Objects documentation. (GH-4556) (GH-4558) by Miss Islington (bot) · 7 years ago
  60. c02037d bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) (GH-4555) by Miss Islington (bot) · 7 years ago
  61. 465f3d0 Improve the String tutorial docs (GH-4541) (GH-4546) by Miss Islington (bot) · 7 years ago
  62. 66cdc84 Extending Python Doc minor updates (GH-4518) (GH-4536) by Miss Islington (bot) · 7 years ago
  63. ed4743a bpo-31626: Fix _PyObject_DebugReallocApi() (#4310) by Victor Stinner · 7 years ago
  64. 35d9983 bpo-31324: Optimize support._match_test() (#4523) (#4524) by Victor Stinner · 7 years ago
  65. 2d5890e test_builtin: TestExecFile removes created file (#4525) by Victor Stinner · 7 years ago
  66. 448c673 bpo-29512: Fix Lib/test/bisect.py shebang (#4522) by Victor Stinner · 7 years ago
  67. 733b5f3 bpo-32050: Fix -x option documentation (#4423) by Victor Stinner · 7 years ago
  68. aa91005 Document parameters of BaseServer.finish_request() (GH-4445) by Masayuki Yamamoto · 7 years ago
  69. 3393c80 Fix typo in atexit documentation. (GH-4419) (GH-4442) by Erik Bray · 7 years ago
  70. c02307e bpo-31691: Specify how to build installer in Windows (#4430) by native-api · 7 years ago
  71. a2f1be0 bpo-15606: Improve the re.VERBOSE documentation. (GH-4366) (#4395) by Miss Islington (bot) · 7 years ago
  72. e84f6d3 [2.7] bpo-21149: Workaround a GC finalization bug in logging. (#4368) by Gregory P. Smith · 7 years ago
  73. 6401e56 [2.7] bpo-31530: Stop crashes when iterating over a file on multiple threads. (#3672) by Serhiy Storchaka · 7 years ago
  74. 1bce4ef [2.7] bpo-31927: Fix reading arbitrary data when parse a AF_BLUETOOTH address (GH-4235) (GH-4352) (#4355) by Serhiy Storchaka · 7 years ago
  75. 15e1453 Fix a test for select.kevent. (#4349) by Serhiy Storchaka · 7 years ago
  76. 2ce1ef5 Fix DeprecationWarning in tests (#4345) by Victor Stinner · 7 years ago
  77. fbdd3ee [2.7] bpo-31934: Abort when building out of a not clean source tree (GH-4255). (#4342) by xdegaye · 7 years ago
  78. 8494829 bpo-31955: Fix distutils CCompiler.set_executable() for Unicode (GH-4316) by Mazay0 · 7 years ago
  79. cd66d6d bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-4333) by Oren Milman · 7 years ago
  80. 47eaaa5 bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006) by Miss Islington (bot) · 7 years ago
  81. b74c3d4 Fix a memory leak in _msi.c (GH-4127) (#4308) by Miss Islington (bot) · 7 years ago
  82. 69ea4b4 Fix bpo-27666 backporting error in _cursesmodule.c (#4305) by Serhiy Storchaka · 7 years ago
  83. 4b544aa bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (GH-3968) (#4302) by Miss Islington (bot) · 7 years ago
  84. 3053769 [2.7] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201) (#3951) by Oren Milman · 7 years ago
  85. 4376a22 bpo-31923: Fix spelling in sqlite3 docs (GH-4227) by Miss Islington (bot) · 7 years ago
  86. fd38819 [2.7] bpo-18699: Corrected documentation for window.chgat in curses module (GH-1430). (#4272) by Serhiy Storchaka · 7 years ago
  87. f72ad2d [2.7] bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (#4270) by Serhiy Storchaka · 7 years ago
  88. 6a9a331 bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) (#4260) by Miss Islington (bot) · 7 years ago
  89. c713837 [2.7] bpo-30057: Fix potential missed signal in signal.signal(). (GH-4258) (#4263) by Antoine Pitrou · 7 years ago
  90. b694770 bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (GH-4220) (#4222) by Miss Islington (bot) · 7 years ago
  91. ce51890 bpo-31893: Fix a backporting error in 8cbf4e10646c3f5b8f0d274c2d7dea5bb6305f57. (#4219) by Serhiy Storchaka · 7 years ago
  92. 87c66e4 bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4216) by Miss Islington (bot) · 7 years ago
  93. 4b73a79 Fix test_socket.test_create_connection() (GH-4206) (#4209) by Miss Islington (bot) · 7 years ago
  94. 6ba0b58 bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4213) by Miss Islington (bot) · 7 years ago
  95. e7531e5 bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (GH-4196) (#4202) by Miss Islington (bot) · 7 years ago
  96. 52ba7b4 bpo-20064: Document PyObject_Malloc() (#4204) by Victor Stinner · 7 years ago
  97. 8cbf4e1 [2.7] bpo-31893: Fixed select.kqueue(). (GH-4166) (#4193) by Serhiy Storchaka · 7 years ago
  98. e0fc1af [2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194) by Serhiy Storchaka · 7 years ago
  99. 1d48182 bpo-31629: Add support.SaveSignals (#4183) (#4188) by Victor Stinner · 7 years ago
  100. 107f3cc [2.7] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4163) by Serhiy Storchaka · 7 years ago