1. 93ba6da [2.7] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7374) by Serhiy Storchaka · 6 years ago
  2. b02ceb5 [2.7] bpo-33760: Fix file leaks in test_io. (GH-7361). (GH-7373) by Serhiy Storchaka · 6 years ago
  3. 9b5c948 [2.7] bpo-33744: Fix test_uu. (GH-7350) (GH-7354) by Serhiy Storchaka · 6 years ago
  4. 1d4be0a bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7323) by Victor Stinner · 6 years ago
  5. 3604b23 bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7314) by Victor Stinner · 6 years ago
  6. 0f64262 bpo-33692: Update pythoninfo from master (GH-7304) by Victor Stinner · 6 years ago
  7. 8b98d2a Add a crasher to Lib/test for issue #26153. This crasher doesn't crash (#6518) by T. Wouters · 6 years ago
  8. 82c456f bpo-33532: Fix multiprocessing test_ignore() (GH-7265) by Victor Stinner · 6 years ago
  9. d5e7556 bpo-33645: Fix an "unknown parsing error" in the parser. (GH-7119) by Serhiy Storchaka · 6 years ago
  10. 9994eff bpo-33692: pythoninfo detect libedit on Python 2.7 (#7246) by Victor Stinner · 6 years ago
  11. 823c295 bpo-29512: Rename Lib/test/bisect.py to bisect_cmd.py (#7229) by Victor Stinner · 6 years ago
  12. f3d269a [2.7] Improve ensurepip's --help (GH-4686) (GH-7240) by Petr Viktorin · 6 years ago
  13. 1da37ad test.regrtest: flush stdout to display progress (#7120) by Victor Stinner · 6 years ago
  14. 19f6bd0 bpo-33354: Fix test_ssl when a filename cannot be encoded (GH-6613) by Pablo Galindo · 6 years ago
  15. ea9a0994 [2.7] bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) (GH-7015) by Serhiy Storchaka · 6 years ago
  16. 861d384 [2.7] bpo-32861: robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) (GH-6817) by Serhiy Storchaka · 6 years ago
  17. afe5f63 bpo-33038: Fix gzip.GzipFile for file objects with a non-string name attribute. (GH-6095) by Bo Bayles · 6 years ago
  18. 903f189 bpo-33096: Removed unintentionally backported from Python 3 Tkinter files. (GH-6724) by Serhiy Storchaka · 6 years ago
  19. c40eeeb [2.7] bpo-33422: Fix quotation marks getting deleted when looking up byte/string literals on pydoc. (GH-6701) (GH-6712) by Andrés Delfino · 6 years ago
  20. a55ac80 [2.7] bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (GH-6708). (GH-6717) by Serhiy Storchaka · 6 years ago
  21. 3a04598 bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701) (GH-6620) by Cheryl Sabella · 6 years ago
  22. 07ad02f [2.7] bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442). (GH-6650) by Serhiy Storchaka · 6 years ago
  23. 3219bbf fix running the curses.has_key module (closes bpo-33359) (GH-6608) by Benjamin Peterson · 6 years ago
  24. 4caba7a bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546) by Miss Islington (bot) · 6 years ago
  25. 7a45eb9 bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) (GH-6542) by Andrés Delfino · 6 years ago
  26. d988c0b [2.7] bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519) (GH-6532) by Serhiy Storchaka · 6 years ago
  27. afc768d bpo-33295: Skip test using missing external site (GH-6504) (GH-6510) by Miss Islington (bot) · 6 years ago
  28. 325191b [2.7] bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (GH-6339) by Cheryl Sabella · 7 years ago
  29. e80a232 [2.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228) (GH-6326) by Serhiy Storchaka · 7 years ago
  30. 0694b6a bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executing user code) with a live exception set. (GH-3992) by scoder · 7 years ago
  31. 1ce4e5b Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184) by Miss Islington (bot) · 7 years ago
  32. 4e907d8 Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (GH-6135) by Miss Islington (bot) · 7 years ago
  33. baca85f [2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6111) by xdegaye · 7 years ago
  34. 3854f58 [2.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-6026). (GH-6074) (GH-6076) by Miss Islington (bot) · 7 years ago
  35. 55d5bfb [2.7] closes bpo-32997: Fix REDOS in fpformat (GH-5984) by Jamie Davis · 7 years ago
  36. e052d40 [2.7] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) by Benjamin Peterson · 7 years ago
  37. c20c97f bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357) by bennorth · 7 years ago
  38. 07c13ee Delete a broken threading.local example (GH-5870) by Miss Islington (bot) · 7 years ago
  39. 6e8f395 bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459) by Christian Heimes · 7 years ago
  40. 8d4d173 bpo-31518: Change TLS protocol for Debian (#3661) by Christian Heimes · 7 years ago
  41. 61bd4d2 [2.7] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5825) by Anselm Kruis · 7 years ago
  42. b852d8c [2.7] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240) (GH-5781) by Miss Islington (bot) · 7 years ago
  43. eeb3365 [2.7] bpo-21060 Improve error message for "setup.py upload" without dist files (GH-5726). by Éric Araujo · 7 years ago
  44. 17cec70 bpo-30109: Fix reindent.py for non-ASCII files. (#5637) by Serhiy Storchaka · 7 years ago
  45. e719793 [2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5604) by Serhiy Storchaka · 7 years ago
  46. 0a18422 allow the test suite to pass if the strop module doesn't exist (GH-5566) by Benjamin Peterson · 7 years ago
  47. b7a2c17 [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493) by Serhiy Storchaka · 7 years ago
  48. b60f43a bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (GH-2148) (GH-5429) by Victor Stinner · 7 years ago
  49. f5a7935 bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5331) by Bo Bayles · 7 years ago
  50. 6996f28 bpo-32667: Fix tests when $PATH contains a file (#5324) by Victor Stinner · 7 years ago
  51. b1a52b1 Use assertItemsEqual instead of assertEqual. (#5224) by Gregory P. Smith · 7 years ago
  52. 016f59a pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5220) by Miss Islington (bot) · 7 years ago
  53. 27f32e9 bpo-32539: Fix OSError for os.listdir() for extended-length paths on Windows (#5169) by Anthony Sottile · 7 years ago
  54. 0bcba37 bpo-32482: Improve syntax and grammar tests. (#5085) by Serhiy Storchaka · 7 years ago
  55. dbf52e0 bpo-31530: fix crash when multiple threads iterate over a file, round 2 (#5060) by Benjamin Peterson · 7 years ago
  56. b495377 [2.7] bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (GH-5078). (#5084) by Serhiy Storchaka · 7 years ago
  57. 2de47ca bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5074) by Miss Islington (bot) · 7 years ago
  58. 3ceaed0 bpo-18035: telnetlib: select.error doesn't have an errno attribute (#5044) by Segev Finer · 7 years ago
  59. 1f9d549 [2.7] remove unused import (GH-5040). (#5043) by Benjamin Peterson · 7 years ago
  60. 417f76a make PatternCompiler use the packaged grammar if possible (more bpo-24960) (GH-5034) (#5037) by Miss Islington (bot) · 7 years ago
  61. 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
  62. 8b9995f correct wording (GH-4983) (#4985) by Miss Islington (bot) · 7 years ago
  63. 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
  64. 2316c68 pythoninfo: sync with master (#4843) by Victor Stinner · 7 years ago
  65. d663549 Fix improper use of re.escape() in tests. (GH-4814) (#4817) by Miss Islington (bot) · 7 years ago
  66. 3b9173d bpo-30806: Fix netrc.__repr__() format (GH-2491) by Steven Loria · 7 years ago
  67. 65d1887 [2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expressions in Py3k mode. (GH-4579) (#4676) by Serhiy Storchaka · 7 years ago
  68. 56e444f [2.7] bpo-32107 - Backport bitmask check fix (GH-4576) (#4590) by Barry Warsaw · 7 years ago
  69. bc19cf5 bpo-32139: test_strftime does not anymore modify the locale (GH-4569) (#4636) by Miss Islington (bot) · 7 years ago
  70. fc73c54 bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) (#4623) by Miss Islington (bot) · 7 years ago
  71. 180372c pythoninfo: add Py_DEBUG (#4198) (#4581) by Victor Stinner · 7 years ago
  72. 35d9983 bpo-31324: Optimize support._match_test() (#4523) (#4524) by Victor Stinner · 7 years ago
  73. 2d5890e test_builtin: TestExecFile removes created file (#4525) by Victor Stinner · 7 years ago
  74. 448c673 bpo-29512: Fix Lib/test/bisect.py shebang (#4522) by Victor Stinner · 7 years ago
  75. e84f6d3 [2.7] bpo-21149: Workaround a GC finalization bug in logging. (#4368) by Gregory P. Smith · 7 years ago
  76. 6401e56 [2.7] bpo-31530: Stop crashes when iterating over a file on multiple threads. (#3672) by Serhiy Storchaka · 7 years ago
  77. 15e1453 Fix a test for select.kevent. (#4349) by Serhiy Storchaka · 7 years ago
  78. 2ce1ef5 Fix DeprecationWarning in tests (#4345) by Victor Stinner · 7 years ago
  79. 8494829 bpo-31955: Fix distutils CCompiler.set_executable() for Unicode (GH-4316) by Mazay0 · 7 years ago
  80. 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
  81. 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
  82. 3053769 [2.7] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201) (#3951) by Oren Milman · 7 years ago
  83. f72ad2d [2.7] bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (#4270) by Serhiy Storchaka · 7 years ago
  84. 6a9a331 bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) (#4260) by Miss Islington (bot) · 7 years ago
  85. b694770 bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (GH-4220) (#4222) by Miss Islington (bot) · 7 years ago
  86. 87c66e4 bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4216) by Miss Islington (bot) · 7 years ago
  87. 4b73a79 Fix test_socket.test_create_connection() (GH-4206) (#4209) by Miss Islington (bot) · 7 years ago
  88. e0fc1af [2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194) by Serhiy Storchaka · 7 years ago
  89. 1d48182 bpo-31629: Add support.SaveSignals (#4183) (#4188) by Victor Stinner · 7 years ago
  90. 107f3cc [2.7] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4163) by Serhiy Storchaka · 7 years ago
  91. 7c622be bpo-30855: Fix winfo_id related Tkinter test on Windows. (#4121) by Serhiy Storchaka · 7 years ago
  92. 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
  93. 5ef883b [2.7] bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (GH-3947) (#4088) by Serhiy Storchaka · 7 years ago
  94. f7d19b0 [2.7] bpo-28286: Add tests for the mode argument of GzipFile. (GH-4074). (#4077) by Serhiy Storchaka · 7 years ago
  95. 4dc05c3 Fix py3k warnings in 1/0 in tests. (#4072) by Serhiy Storchaka · 7 years ago
  96. 8fa0648 Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-3998) (GH-4040) by Miss Islington (bot) · 7 years ago
  97. 27b951c [2.7] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4034) by Riccardo Coccioli · 7 years ago
  98. 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
  99. 7b4ba62 [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927) by Victor Stinner · 7 years ago
  100. 9aa6024 [2.7] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095). (#3976) by Serhiy Storchaka · 7 years ago