1. c28317e [3.7] Fix typo in xml.dom.minidom documentation (GH-10956) (GH-10961) by Mariatta · 6 years ago
  2. 0fc3b2f bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965) by Miss Islington (bot) · 6 years ago
  3. 022d7bc Fix typos in concurrent.Futures documentation (GH-10920) by Miss Islington (bot) · 6 years ago
  4. 3451078 bpo-35310: Clear select() lists before returning upon EINTR (GH-10877) by Miss Islington (bot) · 6 years ago
  5. ac8b47c bpo-34604: Use %R because of invisible characters or trailing whitespaces. (GH-9165). (GH-10947) by Serhiy Storchaka · 6 years ago
  6. 1de91a0 bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). (GH-10946) by Serhiy Storchaka · 6 years ago
  7. 53bed18 bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) by Miss Islington (bot) · 6 years ago
  8. 349d991 Correct a couple of unbalanced parenthesis. (GH-10779) by Miss Islington (bot) · 6 years ago
  9. d2c7c1f Move __missing__ after __delitem__ in Data model. (GH-10923) by Miss Islington (bot) · 6 years ago
  10. c7c4e93 bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537) by Miss Islington (bot) · 6 years ago
  11. e2f376f bpo-34987: Fix a possible null pointer dereference in _pickle.c's save_reduce(). (GH-9886) by Miss Islington (bot) · 6 years ago
  12. 983d1ab bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) by Miss Islington (bot) · 6 years ago
  13. 2d594f8 bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914) by Miss Islington (bot) · 6 years ago
  14. c93e3b0 bpo-35363, test_eintr: skip test_open() on macOS (GH-10896) (GH-10911) by Victor Stinner · 6 years ago
  15. 74a80e1 bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) by Miss Islington (bot) · 6 years ago
  16. b02774f bpo-35296: make install now installs the internal API (GH-10665) (GH-10897) by Victor Stinner · 6 years ago
  17. 0091f34 bpo-29564: warnings suggests to enable tracemalloc (GH-10486) (GH-10509) by Miss Islington (bot) · 6 years ago
  18. 1751423 bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797) by Miss Islington (bot) · 6 years ago
  19. 12735c1 bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (GH-10873) (#10887) by Miss Islington (bot) · 6 years ago
  20. 6627d3a bpo-35395: fix typos in asyncio eventloop documentation (GH-10880) by Miss Islington (bot) · 6 years ago
  21. 5eb78c7 [3.7] bpo-35373: Fix PyInit_timezone() error handling (GH-10864) by Victor Stinner · 6 years ago
  22. e8f9e47 bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555) by Miss Islington (bot) · 6 years ago
  23. fe91e9b [3.7] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867) (GH-10872) by Miss Islington (bot) · 6 years ago
  24. a9f435e bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_repr(). (GH-10853) by Miss Islington (bot) · 6 years ago
  25. bdeb56c bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848) by Miss Islington (bot) · 6 years ago
  26. 1ef06c6 bpo-32153: Add unit test for create_autospec with partial function returned in getattr (GH-10398) (#10855) by Miss Islington (bot) · 6 years ago
  27. 6cb0486 bpo-35341: Add generic version of OrderedDict to typing (GH-10850) by Miss Islington (bot) · 6 years ago
  28. 265b419 bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844) by Miss Islington (bot) · 6 years ago
  29. 7da9755 [3.7] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). (GH-10824) by E Kawashima · 6 years ago
  30. 422c165 bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302) by Miss Islington (bot) · 6 years ago
  31. 38c06d9 get_gmtoff() now returns time_t (GH-10838) (GH-10839) by Victor Stinner · 6 years ago
  32. 38bed78 [3.7] bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826) (GH-10834) by Victor Stinner · 6 years ago
  33. b135535 bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) by Miss Islington (bot) · 6 years ago
  34. 365f21c bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791) by Miss Islington (bot) · 6 years ago
  35. df738d5 bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806) (GH-10813) by Victor Stinner · 6 years ago
  36. 0df1f45 Fix typo in Memory Management doc. (GH-10798) by Miss Islington (bot) · 6 years ago
  37. e604b6c bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808) by Miss Islington (bot) · 6 years ago
  38. 8a73cac [3.7] bpo-34279: Synchronize regrtest with master (GH-10800) by Victor Stinner · 6 years ago
  39. 1659c08 bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751) by Miss Islington (bot) · 6 years ago
  40. 7eeab87 bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792) by Victor Stinner · 6 years ago
  41. e754159 bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10789) by Miss Islington (bot) · 6 years ago
  42. 2fa5b2a bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) by Miss Islington (bot) · 6 years ago
  43. d46d753 bpo-33723: Remove busy loop from test_time (GH-10773) by Miss Islington (bot) · 6 years ago
  44. 24b51b1 bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607) by Miss Islington (bot) · 6 years ago
  45. f71a592 bpo-34921: Allow escaped NoReturn in get_type_hints (GH-9750) (GH-10772) by Ismo Toijala · 6 years ago
  46. c901045 pythoninfo: log more environment variable (GH-10719) (GH-10769) by Victor Stinner · 6 years ago
  47. 9c16bc2 [3.7] Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487) (GH-10767) by Julien Palard · 6 years ago
  48. 85ab974 bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759) (GH-10761) by Victor Stinner · 6 years ago
  49. 80db40c bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) by Miss Islington (bot) · 6 years ago
  50. ad8ac54 bpo-33012: Fix signatures of METH_NOARGS functions. (GH-10736) (GH-10748) by Serhiy Storchaka · 6 years ago
  51. 5ceb701 bpo-33029: Fix signatures of getter and setter functions. (GH-10746) by Miss Islington (bot) · 6 years ago
  52. d669154 bpo-35317: Fix mktime() error in test_email (GH-10721) by Miss Islington (bot) · 6 years ago
  53. 7f9fb0f bpo-33954: Rewrite FILL() macro of unicodeobject.c (GH-10738) by Victor Stinner · 6 years ago
  54. 716a808 closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712) by Miss Islington (bot) · 6 years ago
  55. 2a37f01 bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693) by Miss Islington (bot) · 6 years ago
  56. 5350dd1 bpo-33723: Fix test_time.test_thread_time() (GH-10724) by Miss Islington (bot) · 6 years ago
  57. 6f8cab0 [3.7] bpo-35255: Doc: Delete now useless Windows FAQ section (GH-10557) (GH-10722) by Julien Palard · 6 years ago
  58. 6f5fa1b bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) by Victor Stinner · 6 years ago
  59. e88553c bpo-35313: Fix test_embed when run from venv (GH-10713) (GH-10715) by Victor Stinner · 6 years ago
  60. c707400 bpo-35300: Add usage note to the lru_cache() docs (GH-10707) (GH-10708) by Miss Islington (bot) · 6 years ago
  61. 6a528cc closes bpo-35309: cpath should be capath (GH-10701) by Miss Islington (bot) · 6 years ago
  62. 89a3087 bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592) by Miss Islington (bot) · 6 years ago
  63. bc665b4 bpo-35303: Fix a reference leak in _operator.c's methodcaller_repr(). (GH-10689) by Miss Islington (bot) · 6 years ago
  64. 903a3e8 bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856) by Miss Islington (bot) · 6 years ago
  65. 01e5799 bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675) by Miss Islington (bot) · 6 years ago
  66. 70cc092 Linkify SMTP.quit() in smtplib documentation. (GH-9785) by Miss Islington (bot) · 6 years ago
  67. 56742f1 [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) by Victor Stinner · 6 years ago
  68. f6e323c bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) (GH-10673) by Victor Stinner · 6 years ago
  69. 95036ea [3.7] bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662) by Victor Stinner · 6 years ago
  70. a519411 Revert "bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)" (GH-10660) by Victor Stinner · 6 years ago
  71. 18f3327 bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657) by Miss Islington (bot) · 6 years ago
  72. df6374e bpo-31146: Don't fallback switcher to english on not-yet pusblished languages. (GH-10558) by Miss Islington (bot) · 6 years ago
  73. 3b7258a [3.7] bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023) by Miss Islington (bot) · 6 years ago
  74. d170e59 bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) (GH-10629) by Miss Islington (bot) · 6 years ago
  75. 129642a bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039) by Miss Islington (bot) · 6 years ago
  76. 6eff6b8 bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) by Victor Stinner · 6 years ago
  77. d57ab8a bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) by Miss Islington (bot) · 6 years ago
  78. f8f9915 bpo-9842: Add references for using "..." as a placeholder to the index. (GH-10330) by Miss Islington (bot) · 6 years ago
  79. c743a6a Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598) by Miss Islington (bot) · 6 years ago
  80. 0e1312c bpo-35233: test_embed: fix filesystem encoding (GH-10597) by Victor Stinner · 6 years ago
  81. ae02a92 bpo-35269: Fix a possible segfault involving a newly-created coroutine (GH-10585) by Miss Islington (bot) · 6 years ago
  82. e851049 bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9861) by Steve Dower · 6 years ago
  83. d1a97b3 [3.7] bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580) (GH-10586) by Miss Islington (bot) · 6 years ago
  84. f415aa1 Add --tempdir option for test run (GH-10322) by Miss Islington (bot) · 6 years ago
  85. 3a600d2 bpo-35202: Remove more unused imports in idlelib (GH-10573) by Miss Islington (bot) · 6 years ago
  86. 0ee5409 Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576) by Miss Islington (bot) · 6 years ago
  87. 0461c3b bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565) by Miss Islington (bot) · 6 years ago
  88. be34cb2 Fix outdated info in datamodel about dicts (GH-9807) by Miss Islington (bot) · 6 years ago
  89. 1b80a37 bpo-33816: Remove outdated metaclass example (GH-7566) by Miss Islington (bot) · 6 years ago
  90. d2be9a5 bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532) by Miss Islington (bot) · 6 years ago
  91. 579c417 bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478) by Miss Islington (bot) · 6 years ago
  92. b5ea5e5 Fix a possible reference leak in _socket.getaddrinfo(). (GH-10543) by Miss Islington (bot) · 6 years ago
  93. b6b56b4 Fix typo in asynchronous generator iterator documentation (GH-10542) by Miss Islington (bot) · 6 years ago
  94. 9ee1d42 bpo-35233: InitConfigTests tests more config vars (GH-10541) (GH-10546) by Victor Stinner · 6 years ago
  95. 9053d2f [3.7] bpo-32613: Update window FAQ (GH-5552). (GH-10544) by Julien Palard · 6 years ago
  96. bc09ee8 bpo-35233: Fix test_embed.InitConfigTests on macOS (GH-10539) by Victor Stinner · 6 years ago
  97. 88cbea4 bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10537) by Victor Stinner · 6 years ago
  98. 35c28d5 [3.7] bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) (GH-10529) by Victor Stinner · 6 years ago
  99. 52fb9f1 Grammar corrections in abc.rst (GH-10525) by Miss Islington (bot) · 6 years ago
  100. e7a5be5 Link to property built-in in abc.rst (GH-10526) by Miss Islington (bot) · 6 years ago