1. 91f259b Clarify expectedFailure in the unittest docs. (#10953) by Gregory P. Smith · 6 years ago
  2. 42b1d61 bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934) by Serhiy Storchaka · 6 years ago
  3. 2042852 Remove unused function in `testmock/support.py` (GH-10975) by Mario Corchero · 6 years ago
  4. 0644b33 bpo-35363: test_eintr uses print(flush=True) (GH-10990) by Victor Stinner · 6 years ago
  5. 388c8c2 bpo-35424: test_multiprocessing: join 3 pools (GH-10986) by Victor Stinner · 6 years ago
  6. 3ffa8b9 bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii character. (GH-10863) by Serhiy Storchaka · 6 years ago
  7. 9dfc754 Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)" (GH-10971) by Victor Stinner · 6 years ago
  8. 8752dfb bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278) by native-api · 6 years ago
  9. 6ea9d54 bpo-34162: Update idlelib NEWS to 2018-12-05. (GH-10964) by Terry Jan Reedy · 6 years ago
  10. aa8ae90 bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965) by Victor Stinner · 6 years ago
  11. 848acf7 bpo-35389: test.pythoninfo logs platform.libc_ver (GH-10951) by Victor Stinner · 6 years ago
  12. 2d8f976 Fix typo in xml.dom.minidom documentation (GH-10956) by E Kawashima · 6 years ago
  13. ea0ca21 bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780) by Victor Stinner · 6 years ago
  14. 40a61da Fix typos in concurrent.Futures documentation (GH-10920) by Matt Wheeler · 6 years ago
  15. 7f52415 bpo-35310: Clear select() lists before returning upon EINTR (GH-10877) by Oran Avraham · 6 years ago
  16. 67a93b3 bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) by Serhiy Storchaka · 6 years ago
  17. 55f41e4 Correct a couple of unbalanced parenthesis. (GH-10779) by Andre Delfino · 6 years ago
  18. 1ce853f Move __missing__ after __delitem__ in Data model. (GH-10923) by Andre Delfino · 6 years ago
  19. 54fd455 bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537) by Alex H · 6 years ago
  20. 34c7f0c bpo-34604: Use %R because of invisible characters or trailing whitespaces. (GH-9165) by William Grzybowski · 6 years ago
  21. 25d3897 bpo-34987: Fix a possible null pointer dereference in _pickle.c's save_reduce(). (GH-9886) by Zackery Spytz · 6 years ago
  22. 5b25f1d bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113) by Sergey Fedoseev · 6 years ago
  23. f2f4555 bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) by Victor Stinner · 6 years ago
  24. 398bd27 bpo-32787: Better error handling in ctypes. (#3727) by Serhiy Storchaka · 6 years ago
  25. 476b113 bpo-35389: platform.libc_ver() uses os.confstr() (GH-10891) by Victor Stinner · 6 years ago
  26. 2a89343 bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914) by Zackery Spytz · 6 years ago
  27. c11b3b1 bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) by Victor Stinner · 6 years ago
  28. 09473ac Remove unnecessary and over-restrictive type check (GH-10905) by Raymond Hettinger · 6 years ago
  29. b8e689a bpo-35346, platform: import subprocess in _syscmd_file() (GH-10892) by Victor Stinner · 6 years ago
  30. 4752e65 bpo-35363, test_eintr: skip test_open() on macOS (GH-10896) by Victor Stinner · 6 years ago
  31. f92c7aa bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797) by stratakis · 6 years ago
  32. e63e617 bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (#10873) by Andrew Dunai · 6 years ago
  33. eeb719e bpo-35365: Use a wchar_t* buffer in the code page decoder. (GH-10837) by Serhiy Storchaka · 6 years ago
  34. 7fc633f Add comments regarding speed/space/entropy trade-offs (GH-10885) by Raymond Hettinger · 6 years ago
  35. 1747334 bpo-35395: fix typos in asyncio eventloop documentation (GH-10880) by Naglis · 6 years ago
  36. 8ca0fa9 bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555) by Chris Withers · 6 years ago
  37. 3bc0eba bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867) by Andrew Svetlov · 6 years ago
  38. 3bb150d bpo-35373: Fix PyInit_time() error handling (GH-10865) by Victor Stinner · 6 years ago
  39. ab66149 bpo-35373: Fix PyInit_timezone() if HAVE_DECL_TZNAME is defined (GH-10861) by Victor Stinner · 6 years ago
  40. 4013c17 bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848) by Serhiy Storchaka · 6 years ago
  41. 062cbb6 bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_repr(). (GH-10853) by Zackery Spytz · 6 years ago
  42. c667b09 bpo-32153: Add unit test for create_autospec with partial function returned in getattr (#10398) by Xtreak · 6 years ago
  43. 68b56d0 bpo-35341: Add generic version of OrderedDict to typing (GH-10850) by Ismo Toijala · 6 years ago
  44. 32bc11c bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844) by Serhiy Storchaka · 6 years ago
  45. edeca92 bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302) by Xtreak · 6 years ago
  46. 9890520 Fix compiler warning in structseq_repr() (GH-10841) by Victor Stinner · 6 years ago
  47. 503ce5c get_gmtoff() now returns time_t (GH-10838) by Victor Stinner · 6 years ago
  48. 7212148 bpo-35352: Cleanup test_asyncio/utils.py (GH-10831) by Victor Stinner · 6 years ago
  49. b062ba7 bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826) by stratakis · 6 years ago
  50. 9eea6ea bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) by Siddhesh Poyarekar · 6 years ago
  51. 1600f60 Fix compiler warning in call_readline() (GH-10820) by Victor Stinner · 6 years ago
  52. b7c2182 Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814) by E Kawashima · 6 years ago
  53. 304315d bpo-35347: Cleanup test_socket.NonBlockingTCPTests (GH-10818) by Victor Stinner · 6 years ago
  54. ebd5d6d bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791) by Victor Stinner · 6 years ago
  55. 55e4980 bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806) by Victor Stinner · 6 years ago
  56. a407004 Fix typo in Memory Management doc. (GH-10798) by Kevin Adler · 6 years ago
  57. a2e3585 bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808) by Zackery Spytz · 6 years ago
  58. 9724348 bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150) by Pablo Galindo · 6 years ago
  59. b2774c8 Use assertEqual to fix DeprecationWarning. (GH-10794) by Xtreak · 6 years ago
  60. 82daa60 bpo-30167: Remove __cached__ from __main__ when removing __file__ (GH-7415) by INADA Naoki · 6 years ago
  61. 9fbcfc0 bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) by Eddie Elizondo · 6 years ago
  62. 73104fa bpo-35345: Remove platform.popen() (GH-10781) by Victor Stinner · 6 years ago
  63. 7cc1fa4 bpo-28167: Remove platform._dist_try_harder() (GH-10787) by Victor Stinner · 6 years ago
  64. 2956bff bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) by Victor Stinner · 6 years ago
  65. 48498dd bpo-33723: Remove busy loop from test_time (GH-10773) by Victor Stinner · 6 years ago
  66. f7e4d36 bpo-34100: compile: Re-enable frozenset merging (GH-10760) by INADA Naoki · 6 years ago
  67. 1cdfcfc bpo-35337: Fix gettmarg(): use PyStructSequence_GET_ITEM() (GH-10765) by Victor Stinner · 6 years ago
  68. 54ba556 bpo-35134: Create Include/cpython/tupleobject.h (GH-10764) by Victor Stinner · 6 years ago
  69. bde9d6b bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759) by Victor Stinner · 6 years ago
  70. a22df48 bpo-35240: Add "doctest" job to Travis CI (GH-10753) by Victor Stinner · 6 years ago
  71. b727873 bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) by Victor Stinner · 6 years ago
  72. 9bdd2de bpo-35134: Don't define types twice in header files (GH-10754) by Victor Stinner · 6 years ago
  73. 1c60715 bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751) by Serhiy Storchaka · 6 years ago
  74. c57e6e2 bpo-35312: Make lib2to3.pgen2.parse.ParseError round-trip pickle-able. (GH-10710) by Anthony Sottile · 6 years ago
  75. d4f9cf5 bpo-33029: Fix signatures of getter and setter functions. (GH-10746) by Serhiy Storchaka · 6 years ago
  76. 1005c84 bpo-34100: Partially revert merge_consts_recursive() (GH-10743) by Victor Stinner · 6 years ago
  77. 4808338 bpo-35134: Update "make tags": add Include/cpython/ (GH-10739) by Victor Stinner · 6 years ago
  78. 163403a bpo-33954: Fix compiler warning in _PyUnicode_FastFill() (GH-10737) by Victor Stinner · 6 years ago
  79. cfaafda bpo-35317: Fix mktime() error in test_email (GH-10721) by Victor Stinner · 6 years ago
  80. 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 6 years ago
  81. 8152402 bpo-33012: Fix signatures of METH_NOARGS funstions. (GH-10736) by Serhiy Storchaka · 6 years ago
  82. 4a934d4 bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748) by Serhiy Storchaka · 6 years ago
  83. b619b09 bpo-31241: Fix AST node position for list and generator comprehensions. (GH-10633) by Serhiy Storchaka · 6 years ago
  84. d1cbc6f Include the highest pickle protocol in a couple of tests. (GH-10735) by Zackery Spytz · 6 years ago
  85. da324d5 closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712) by E. M. Bray · 6 years ago
  86. f2a9d5c bpo-35134: Create Include/cpython/pystate.h (GH-10733) by Victor Stinner · 6 years ago
  87. ffedd9a bpo-35134: Create Include/cpython/dictobject.h (GH-10732) by Victor Stinner · 6 years ago
  88. dd12aa0 bpo-35134: Create Include/cpython/pylifecycle.h (GH-10731) by Victor Stinner · 6 years ago
  89. 4060283 bpo-35134: Create Include/cpython/abstract.h (GH-10728) by Victor Stinner · 6 years ago
  90. 8c281ed bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693) by Zhiming Wang · 6 years ago
  91. 5a8c240 bpo-35134: Add Include/cpython/pyerrors.h (GH-10727) by Victor Stinner · 6 years ago
  92. 65c216e bpo-33723: Fix test_time.test_thread_time() (GH-10724) by Victor Stinner · 6 years ago
  93. 433433f Adds IPv6 support when invoking http.server directly. (GH-10595) by Lisa Roach · 6 years ago
  94. 75e4699 bpo-35134: Create Include/cpython/unicodeobject.h (GH-10680) by Victor Stinner · 6 years ago
  95. 5719f27 Doc: Delete now useless Windows FAQ section (GH-10557) by Mathieu Dupuy · 6 years ago
  96. 6eb9966 bpo-35134: Create Include/cpython/object.h (GH-10679) by Victor Stinner · 6 years ago
  97. 282c03d pythoninfo: log more environment variable (GH-10719) by Victor Stinner · 6 years ago
  98. 59423e3 bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) by Victor Stinner · 6 years ago
  99. df108dc Add assertion to _PyTuple_CAST(op) (GH-10712) by Victor Stinner · 6 years ago
  100. c2e1607 bpo-34100: Merge constants recursively (GH-8341) by INADA Naoki · 6 years ago