1. e63e617 bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (#10873) by Andrew Dunai · 6 years ago
  2. eeb719e bpo-35365: Use a wchar_t* buffer in the code page decoder. (GH-10837) by Serhiy Storchaka · 6 years ago
  3. 7fc633f Add comments regarding speed/space/entropy trade-offs (GH-10885) by Raymond Hettinger · 6 years ago
  4. 1747334 bpo-35395: fix typos in asyncio eventloop documentation (GH-10880) by Naglis · 6 years ago
  5. 8ca0fa9 bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555) by Chris Withers · 6 years ago
  6. 3bc0eba bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867) by Andrew Svetlov · 6 years ago
  7. 3bb150d bpo-35373: Fix PyInit_time() error handling (GH-10865) by Victor Stinner · 6 years ago
  8. ab66149 bpo-35373: Fix PyInit_timezone() if HAVE_DECL_TZNAME is defined (GH-10861) by Victor Stinner · 6 years ago
  9. 4013c17 bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848) by Serhiy Storchaka · 6 years ago
  10. 062cbb6 bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_repr(). (GH-10853) by Zackery Spytz · 6 years ago
  11. c667b09 bpo-32153: Add unit test for create_autospec with partial function returned in getattr (#10398) by Xtreak · 6 years ago
  12. 68b56d0 bpo-35341: Add generic version of OrderedDict to typing (GH-10850) by Ismo Toijala · 6 years ago
  13. 32bc11c bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844) by Serhiy Storchaka · 6 years ago
  14. edeca92 bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302) by Xtreak · 6 years ago
  15. 9890520 Fix compiler warning in structseq_repr() (GH-10841) by Victor Stinner · 6 years ago
  16. 503ce5c get_gmtoff() now returns time_t (GH-10838) by Victor Stinner · 6 years ago
  17. 7212148 bpo-35352: Cleanup test_asyncio/utils.py (GH-10831) by Victor Stinner · 6 years ago
  18. b062ba7 bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826) by stratakis · 6 years ago
  19. 9eea6ea bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) by Siddhesh Poyarekar · 6 years ago
  20. 1600f60 Fix compiler warning in call_readline() (GH-10820) by Victor Stinner · 6 years ago
  21. b7c2182 Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814) by E Kawashima · 6 years ago
  22. 304315d bpo-35347: Cleanup test_socket.NonBlockingTCPTests (GH-10818) by Victor Stinner · 6 years ago
  23. ebd5d6d bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791) by Victor Stinner · 6 years ago
  24. 55e4980 bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806) by Victor Stinner · 6 years ago
  25. a407004 Fix typo in Memory Management doc. (GH-10798) by Kevin Adler · 6 years ago
  26. a2e3585 bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808) by Zackery Spytz · 6 years ago
  27. 9724348 bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150) by Pablo Galindo · 6 years ago
  28. b2774c8 Use assertEqual to fix DeprecationWarning. (GH-10794) by Xtreak · 6 years ago
  29. 82daa60 bpo-30167: Remove __cached__ from __main__ when removing __file__ (GH-7415) by INADA Naoki · 6 years ago
  30. 9fbcfc0 bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) by Eddie Elizondo · 6 years ago
  31. 73104fa bpo-35345: Remove platform.popen() (GH-10781) by Victor Stinner · 6 years ago
  32. 7cc1fa4 bpo-28167: Remove platform._dist_try_harder() (GH-10787) by Victor Stinner · 6 years ago
  33. 2956bff bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) by Victor Stinner · 6 years ago
  34. 48498dd bpo-33723: Remove busy loop from test_time (GH-10773) by Victor Stinner · 6 years ago
  35. f7e4d36 bpo-34100: compile: Re-enable frozenset merging (GH-10760) by INADA Naoki · 6 years ago
  36. 1cdfcfc bpo-35337: Fix gettmarg(): use PyStructSequence_GET_ITEM() (GH-10765) by Victor Stinner · 6 years ago
  37. 54ba556 bpo-35134: Create Include/cpython/tupleobject.h (GH-10764) by Victor Stinner · 6 years ago
  38. bde9d6b bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759) by Victor Stinner · 6 years ago
  39. a22df48 bpo-35240: Add "doctest" job to Travis CI (GH-10753) by Victor Stinner · 6 years ago
  40. b727873 bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) by Victor Stinner · 6 years ago
  41. 9bdd2de bpo-35134: Don't define types twice in header files (GH-10754) by Victor Stinner · 6 years ago
  42. 1c60715 bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751) by Serhiy Storchaka · 6 years ago
  43. c57e6e2 bpo-35312: Make lib2to3.pgen2.parse.ParseError round-trip pickle-able. (GH-10710) by Anthony Sottile · 6 years ago
  44. d4f9cf5 bpo-33029: Fix signatures of getter and setter functions. (GH-10746) by Serhiy Storchaka · 6 years ago
  45. 1005c84 bpo-34100: Partially revert merge_consts_recursive() (GH-10743) by Victor Stinner · 6 years ago
  46. 4808338 bpo-35134: Update "make tags": add Include/cpython/ (GH-10739) by Victor Stinner · 6 years ago
  47. 163403a bpo-33954: Fix compiler warning in _PyUnicode_FastFill() (GH-10737) by Victor Stinner · 6 years ago
  48. cfaafda bpo-35317: Fix mktime() error in test_email (GH-10721) by Victor Stinner · 6 years ago
  49. 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 6 years ago
  50. 8152402 bpo-33012: Fix signatures of METH_NOARGS funstions. (GH-10736) by Serhiy Storchaka · 6 years ago
  51. 4a934d4 bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748) by Serhiy Storchaka · 6 years ago
  52. b619b09 bpo-31241: Fix AST node position for list and generator comprehensions. (GH-10633) by Serhiy Storchaka · 6 years ago
  53. d1cbc6f Include the highest pickle protocol in a couple of tests. (GH-10735) by Zackery Spytz · 6 years ago
  54. da324d5 closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712) by E. M. Bray · 6 years ago
  55. f2a9d5c bpo-35134: Create Include/cpython/pystate.h (GH-10733) by Victor Stinner · 6 years ago
  56. ffedd9a bpo-35134: Create Include/cpython/dictobject.h (GH-10732) by Victor Stinner · 6 years ago
  57. dd12aa0 bpo-35134: Create Include/cpython/pylifecycle.h (GH-10731) by Victor Stinner · 6 years ago
  58. 4060283 bpo-35134: Create Include/cpython/abstract.h (GH-10728) by Victor Stinner · 6 years ago
  59. 8c281ed bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693) by Zhiming Wang · 6 years ago
  60. 5a8c240 bpo-35134: Add Include/cpython/pyerrors.h (GH-10727) by Victor Stinner · 6 years ago
  61. 65c216e bpo-33723: Fix test_time.test_thread_time() (GH-10724) by Victor Stinner · 6 years ago
  62. 433433f Adds IPv6 support when invoking http.server directly. (GH-10595) by Lisa Roach · 6 years ago
  63. 75e4699 bpo-35134: Create Include/cpython/unicodeobject.h (GH-10680) by Victor Stinner · 6 years ago
  64. 5719f27 Doc: Delete now useless Windows FAQ section (GH-10557) by Mathieu Dupuy · 6 years ago
  65. 6eb9966 bpo-35134: Create Include/cpython/object.h (GH-10679) by Victor Stinner · 6 years ago
  66. 282c03d pythoninfo: log more environment variable (GH-10719) by Victor Stinner · 6 years ago
  67. 59423e3 bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) by Victor Stinner · 6 years ago
  68. df108dc Add assertion to _PyTuple_CAST(op) (GH-10712) by Victor Stinner · 6 years ago
  69. c2e1607 bpo-34100: Merge constants recursively (GH-8341) by INADA Naoki · 6 years ago
  70. f0b366a bpo-35313: Cleanup test_embed.py (GH-10716) by Victor Stinner · 6 years ago
  71. a6537fb bpo-35313: Fix test_embed when run from venv (GH-10713) by Victor Stinner · 6 years ago
  72. f0e0f20 bpo-35300: Add usage note to the lru_cache() docs (GH-10707) by Raymond Hettinger · 6 years ago
  73. ec13b93 bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705) by Victor Stinner · 6 years ago
  74. 8ac6539 bpo-35081: Add _PyTuple_CAST() (GH-10704) by Victor Stinner · 6 years ago
  75. 1586958 closes bpo-35309: cpath should be capath (GH-10699) by Boštjan Mejak · 6 years ago
  76. 4bb186d bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592) by Serhiy Storchaka · 6 years ago
  77. 7f4ba4a Doc: Bump sphinx. (GH-10676) by Julien Palard · 6 years ago
  78. 5b83ef7 bpo-35303: Fix a reference leak in _operator.c's methodcaller_repr(). (GH-10689) by Zackery Spytz · 6 years ago
  79. 1d817e4 bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856) by Dustin Spicuzza · 6 years ago
  80. 9de3632 bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675) by Victor Stinner · 6 years ago
  81. ba57963 Linkify SMTP.quit() in smtplib documentation. (GH-9785) by takey · 6 years ago
  82. e421106 bpo-35134: Create Include/cpython/ subdirectory (GH-10624) by Victor Stinner · 6 years ago
  83. b409ffa bpo-35189: Retry fnctl calls on EINTR (GH-10413) by nierob · 6 years ago
  84. f653fd4 bpo-35296: make install now installs the internal API (GH-10665) by Victor Stinner · 6 years ago
  85. a1c4001 Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487) by Mathieu Dupuy · 6 years ago
  86. 4ac5328 bpo-35081: add NEWS entry for new Include/internal/pycore_*.h files (GH-10666) by Victor Stinner · 6 years ago
  87. b509d52 bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674) by Victor Stinner · 6 years ago
  88. 353933e bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) by Victor Stinner · 6 years ago
  89. e89607c bpo-35059: NEWS entry for macros converted to inline funcs (GH-10671) by Victor Stinner · 6 years ago
  90. 984061e bpo-35081: Add new internal headers to Makefile (GH-10670) by Victor Stinner · 6 years ago
  91. 3bb183d bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664) by Victor Stinner · 6 years ago
  92. 2cf5d32 bpo-9263: Fix _PyObject_Dump() for freed object (#10661) by Victor Stinner · 6 years ago
  93. 9a0d7a7 bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657) by Victor Stinner · 6 years ago
  94. 4d73ae7 bpo-18407: ast.c uses Py_ssize_t for asdl_seq_LEN() iterator (GH-10655) by Victor Stinner · 6 years ago
  95. c48ff73 bpo-18407: win32_urandom() uses PY_DWORD_MAX (GH-10656) by Victor Stinner · 6 years ago
  96. 28f468c bpo-9566: Fix compiler warnings in pyexpat.c (GH-10654) by Victor Stinner · 6 years ago
  97. cdbcb77 cjkcodecs: Fix compiler warning (GH-10651) by Victor Stinner · 6 years ago
  98. a42de74 bpo-35059: Cast void* to PyObject* (GH-10650) by Victor Stinner · 6 years ago
  99. b37672d bpo-35059: Cleanup usage of Python macros (GH-10648) by Victor Stinner · 6 years ago
  100. 2ff8fb7 bpo-35059: Add _PyObject_CAST() macro (GH-10645) by Victor Stinner · 6 years ago