1. 27f32e9 bpo-32539: Fix OSError for os.listdir() for extended-length paths on Windows (#5169) by Anthony Sottile · 7 years ago
  2. ab95b30 bpo-32521: nis libtirpc (GH-5137) (#5166) by Miss Islington (bot) · 7 years ago
  3. 0ebf0ae Fix version in AppVeyor config (GH-5126) by Zachary Ware · 7 years ago
  4. cd02003 [2.7] Kill the AppVeyor file whitelist (GH-5123) by Zachary Ware · 7 years ago
  5. e136981 [2.7] advance copyright years to 2018 (GH-5094). (#5105) by Benjamin Peterson · 7 years ago
  6. ca54740 [2.7] bpo-32211: Document the existing bug in re.findall() and re.finditer(). (GH-4695). (#5096) by Serhiy Storchaka · 7 years ago
  7. 0bcba37 bpo-32482: Improve syntax and grammar tests. (#5085) by Serhiy Storchaka · 7 years ago
  8. eb08a92 coalesce GILless sections in new_buffersize (#5059) by Benjamin Peterson · 7 years ago
  9. dbf52e0 bpo-31530: fix crash when multiple threads iterate over a file, round 2 (#5060) by Benjamin Peterson · 7 years ago
  10. 0e0d101 bpo-32452: clarify term 'brackets' in generator tutorial (GH-5079) (#5082) by Miss Islington (bot) · 7 years ago
  11. b495377 [2.7] bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (GH-5078). (#5084) by Serhiy Storchaka · 7 years ago
  12. 2de47ca bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5074) by Miss Islington (bot) · 7 years ago
  13. 4be7420 [2.7] Add missing backslashes in PCbuild bat files (GH-5056) (GH-5058) by Zachary Ware · 7 years ago
  14. 3ceaed0 bpo-18035: telnetlib: select.error doesn't have an errno attribute (#5044) by Segev Finer · 7 years ago
  15. 1f9d549 [2.7] remove unused import (GH-5040). (#5043) by Benjamin Peterson · 7 years ago
  16. 417f76a make PatternCompiler use the packaged grammar if possible (more bpo-24960) (GH-5034) (#5037) by Miss Islington (bot) · 7 years ago
  17. 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
  18. 8b9995f correct wording (GH-4983) (#4985) by Miss Islington (bot) · 7 years ago
  19. 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
  20. e8ab7eb correct the typos (GH-4950) (#4952) by Miss Islington (bot) · 7 years ago
  21. 2316c68 pythoninfo: sync with master (#4843) by Victor Stinner · 7 years ago
  22. 3ff488c trivial: link updates in documentation (GH-2765) (#4836) by Miss Islington (bot) · 7 years ago
  23. d663549 Fix improper use of re.escape() in tests. (GH-4814) (#4817) by Miss Islington (bot) · 7 years ago
  24. 3b9173d bpo-30806: Fix netrc.__repr__() format (GH-2491) by Steven Loria · 7 years ago
  25. 292fce9 bpo-32212: Updated logging documentation to make parameter names more consistent with source. (GH-4765) (GH-4768) by Vinay Sajip · 7 years ago
  26. 830daae [2.7] bpo-32186: Release the GIL during fstat and lseek calls (#4651) by Nir Soffer · 7 years ago
  27. 12fa6b1 Add a missing space in tkinter documentation. (GH-4692). (GH-4723) by Mariatta · 7 years ago
  28. 65d1887 [2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expressions in Py3k mode. (GH-4579) (#4676) by Serhiy Storchaka · 7 years ago
  29. be6b74c bpo-20891: Fix PyGILState_Ensure() (#4650) (#4657) by Victor Stinner · 7 years ago
  30. 7d1cfee make tags: index also Modules/_ctypes/ (#4648) (#4660) by Victor Stinner · 7 years ago
  31. 56e444f [2.7] bpo-32107 - Backport bitmask check fix (GH-4576) (#4590) by Barry Warsaw · 7 years ago
  32. bc19cf5 bpo-32139: test_strftime does not anymore modify the locale (GH-4569) (#4636) by Miss Islington (bot) · 7 years ago
  33. fc73c54 bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) (#4623) by Miss Islington (bot) · 7 years ago
  34. 180372c pythoninfo: add Py_DEBUG (#4198) (#4581) by Victor Stinner · 7 years ago
  35. be1faab bpo-30855: Bump Tcl/Tk to 8.5.19 on Windows (GH-4550) by Zachary Ware · 7 years ago
  36. d6c6e58 Improve Scheduler Objects documentation. (GH-4556) (GH-4558) by Miss Islington (bot) · 7 years ago
  37. 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
  38. 465f3d0 Improve the String tutorial docs (GH-4541) (GH-4546) by Miss Islington (bot) · 7 years ago
  39. 66cdc84 Extending Python Doc minor updates (GH-4518) (GH-4536) by Miss Islington (bot) · 7 years ago
  40. ed4743a bpo-31626: Fix _PyObject_DebugReallocApi() (#4310) by Victor Stinner · 7 years ago
  41. 35d9983 bpo-31324: Optimize support._match_test() (#4523) (#4524) by Victor Stinner · 7 years ago
  42. 2d5890e test_builtin: TestExecFile removes created file (#4525) by Victor Stinner · 7 years ago
  43. 448c673 bpo-29512: Fix Lib/test/bisect.py shebang (#4522) by Victor Stinner · 7 years ago
  44. 733b5f3 bpo-32050: Fix -x option documentation (#4423) by Victor Stinner · 7 years ago
  45. aa91005 Document parameters of BaseServer.finish_request() (GH-4445) by Masayuki Yamamoto · 7 years ago
  46. 3393c80 Fix typo in atexit documentation. (GH-4419) (GH-4442) by Erik Bray · 7 years ago
  47. c02307e bpo-31691: Specify how to build installer in Windows (#4430) by native-api · 7 years ago
  48. a2f1be0 bpo-15606: Improve the re.VERBOSE documentation. (GH-4366) (#4395) by Miss Islington (bot) · 7 years ago
  49. e84f6d3 [2.7] bpo-21149: Workaround a GC finalization bug in logging. (#4368) by Gregory P. Smith · 7 years ago
  50. 6401e56 [2.7] bpo-31530: Stop crashes when iterating over a file on multiple threads. (#3672) by Serhiy Storchaka · 7 years ago
  51. 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
  52. 15e1453 Fix a test for select.kevent. (#4349) by Serhiy Storchaka · 7 years ago
  53. 2ce1ef5 Fix DeprecationWarning in tests (#4345) by Victor Stinner · 7 years ago
  54. fbdd3ee [2.7] bpo-31934: Abort when building out of a not clean source tree (GH-4255). (#4342) by xdegaye · 7 years ago
  55. 8494829 bpo-31955: Fix distutils CCompiler.set_executable() for Unicode (GH-4316) by Mazay0 · 7 years ago
  56. 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
  57. 47eaaa5 bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006) by Miss Islington (bot) · 7 years ago
  58. b74c3d4 Fix a memory leak in _msi.c (GH-4127) (#4308) by Miss Islington (bot) · 7 years ago
  59. 69ea4b4 Fix bpo-27666 backporting error in _cursesmodule.c (#4305) by Serhiy Storchaka · 7 years ago
  60. 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
  61. 3053769 [2.7] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201) (#3951) by Oren Milman · 7 years ago
  62. 4376a22 bpo-31923: Fix spelling in sqlite3 docs (GH-4227) by Miss Islington (bot) · 7 years ago
  63. fd38819 [2.7] bpo-18699: Corrected documentation for window.chgat in curses module (GH-1430). (#4272) by Serhiy Storchaka · 7 years ago
  64. f72ad2d [2.7] bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (#4270) by Serhiy Storchaka · 7 years ago
  65. 6a9a331 bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) (#4260) by Miss Islington (bot) · 7 years ago
  66. c713837 [2.7] bpo-30057: Fix potential missed signal in signal.signal(). (GH-4258) (#4263) by Antoine Pitrou · 7 years ago
  67. b694770 bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (GH-4220) (#4222) by Miss Islington (bot) · 7 years ago
  68. ce51890 bpo-31893: Fix a backporting error in 8cbf4e10646c3f5b8f0d274c2d7dea5bb6305f57. (#4219) by Serhiy Storchaka · 7 years ago
  69. 87c66e4 bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4216) by Miss Islington (bot) · 7 years ago
  70. 4b73a79 Fix test_socket.test_create_connection() (GH-4206) (#4209) by Miss Islington (bot) · 7 years ago
  71. 6ba0b58 bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4213) by Miss Islington (bot) · 7 years ago
  72. e7531e5 bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (GH-4196) (#4202) by Miss Islington (bot) · 7 years ago
  73. 52ba7b4 bpo-20064: Document PyObject_Malloc() (#4204) by Victor Stinner · 7 years ago
  74. 8cbf4e1 [2.7] bpo-31893: Fixed select.kqueue(). (GH-4166) (#4193) by Serhiy Storchaka · 7 years ago
  75. e0fc1af [2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194) by Serhiy Storchaka · 7 years ago
  76. 1d48182 bpo-31629: Add support.SaveSignals (#4183) (#4188) by Victor Stinner · 7 years ago
  77. 107f3cc [2.7] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4163) by Serhiy Storchaka · 7 years ago
  78. 7c622be bpo-30855: Fix winfo_id related Tkinter test on Windows. (#4121) by Serhiy Storchaka · 7 years ago
  79. 88d5e2c fix marshal uninitialized variable warnings (#4114) by Benjamin Peterson · 7 years ago
  80. 04c0a40 [2.7] bpo-25287: Backport new tests for crypt and skip test_crypt on OpenBSD. (GH-4111). (#4112) by Serhiy Storchaka · 7 years ago
  81. ef346a2 [2.7] bpo-31667: Fix gettext related links. (GH-3860) (#4100) by Serhiy Storchaka · 7 years ago
  82. 5ef883b [2.7] bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (GH-3947) (#4088) by Serhiy Storchaka · 7 years ago
  83. f7d19b0 [2.7] bpo-28286: Add tests for the mode argument of GzipFile. (GH-4074). (#4077) by Serhiy Storchaka · 7 years ago
  84. 4dc05c3 Fix py3k warnings in 1/0 in tests. (#4072) by Serhiy Storchaka · 7 years ago
  85. 8fa0648 Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-3998) (GH-4040) by Miss Islington (bot) · 7 years ago
  86. 27b951c [2.7] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4034) by Riccardo Coccioli · 7 years ago
  87. ed267e3 [2.7] bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (GH-4003). (#4031) by Serhiy Storchaka · 7 years ago
  88. 355393e [2.7] bpo-31733, bpo-31692: Document 2 new env vars in What's New in Python 2.7 (GH-4019) by Victor Stinner · 7 years ago
  89. 7b4ba62 [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927) by Victor Stinner · 7 years ago
  90. 3c082a7 bpo-31733: Add PYTHONSHOWREFCOUNT env var (GH-3932) by Victor Stinner · 7 years ago
  91. 50cef52 [2.7] bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993) by vyas45 · 7 years ago
  92. 9aa6024 [2.7] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095). (#3976) by Serhiy Storchaka · 7 years ago
  93. 356b680 bpo-31766: restore 3.5 to docs version switchers (#3971) by Ned Deily · 7 years ago
  94. fb3bb8d [2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (GH-3615) (#3952) by Oren Milman · 7 years ago
  95. f15058a [2.7] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (GH-3924) (#3950) by Oren Milman · 7 years ago
  96. cfe1aef bpo-31681: Make sure pkgutil.get_data closes files properly (#3875) by Elvis Pranskevichus · 7 years ago
  97. cc4b6f1 bpo-31719: Fix test_regrtest.test_crashed() on s390x (#3912) by Victor Stinner · 7 years ago
  98. 7440655 bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) (GH-3916) by Miss Islington (bot) · 7 years ago
  99. c829bbf bpo-31507: Add docstring to parseaddr function in email.utils.parseaddr (GH-3647) (GH-3735) by Rohit Balasubramanian · 7 years ago
  100. 2fb8e93 [2.7] remove tabs from getcompiler.c (GH-3892) (#3894) by Miss Islington (bot) · 7 years ago