1. b13552c Indicate that seek and tell are mandatory on BufferedRandom. (GH-11216) by Christopher Head · 5 years ago
  2. b015fc8 bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804) by Kingsley M · 5 years ago
  3. f13c5c8 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360) by Eric Snow · 5 years ago
  4. 4423504 bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786) by Victor Stinner · 5 years ago
  5. 9d949f7 bpo-36588: On AIX, remove major version from sys.platform (GH-12787) by Michael Felt · 5 years ago
  6. 9b8314c bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797) by Victor Stinner · 5 years ago
  7. 9e4f2f3 bpo-20180: Use argument clinic for dict.pop() and dict.popitem() (GH-12792) by Inada Naoki · 5 years ago
  8. 3993ccb bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977) by Emmanuel Arias · 5 years ago
  9. 21a74a9 bpo-36605: make tags: parse Modules/_io directory (GH-12789) by Victor Stinner · 5 years ago
  10. 4c409be bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782) by Victor Stinner · 5 years ago
  11. 536a35b bpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH-8378) by Inada Naoki · 5 years ago
  12. b3c92c6 bpo-36597: fix weakref example code (GH-12779) by Inada Naoki · 5 years ago
  13. 2b00db6 bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770) by Victor Stinner · 5 years ago
  14. 57b1a28 bpo-36597: fix random doctest failure (GH-12776) by Inada Naoki · 5 years ago
  15. adff01e bpo-36597: Disable Travis CI doctest job (GH-12775) by Victor Stinner · 5 years ago
  16. efc4870 bpo-36416: Correct bytes.rpartition documentation (GH-12543) by pewscorner · 5 years ago
  17. 5410d3d better __init__.py explanation in tutorial (#12763) by Inada Naoki · 5 years ago
  18. b5e2959 Doc: fix typo in IncrementalDecoder.setstate (GH-12724) by Christopher Thorne · 5 years ago
  19. a9bd892 bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12764) by Victor Stinner · 5 years ago
  20. 42f55ee fix typo in doc (#12686) by Caleb Marchent · 5 years ago
  21. d914596 bpo-36559: random module: optimize sha512 import (GH-12742) by Christian Heimes · 5 years ago
  22. 6955d44 bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321) by Lorenz Mende · 5 years ago
  23. 2fb2bc8 bpo-14826: document that URLopener quotes fullurl. (GH-12758) by Gregory P. Smith · 5 years ago
  24. 750d74f bpo-12910: update and correct quote docstring (#2568) by Jörn Hees · 5 years ago
  25. 63b5fc5 Fix typos in compile.c comments (GH-12752) by Simeon · 5 years ago
  26. 0e10766 bpo-31512: Add non-elevated symlink support for Windows (GH-3652) by Vidar Tonaas Fauske · 5 years ago
  27. 8709490 bpo-34373: Fix time.mktime() on AIX (GH-12726) by Victor Stinner · 5 years ago
  28. 8abc3f4 bpo-36577: setup.py reports missing OpenSSL again (GH-12746) by Christian Heimes · 5 years ago
  29. bb44478 bpo-36560: regrtest: don't collect the GC twice (GH-12747) by Victor Stinner · 5 years ago
  30. e65f01f bpo-36508: python-config don't export LINKFORSHARED (GH-12661) by Victor Stinner · 5 years ago
  31. 2ee077f bpo-36544 : Fix regression introduced in bpo-36146 (GH-12708) by xdegaye · 5 years ago
  32. 56065d4 bpo-34139: Remove unix datagram socket from FS before binding (GH-8323) by Quentin Dawans · 5 years ago
  33. 5aaac94 bpo-36560: Fix reference leak hunting in regrtest (GH-12744) by Victor Stinner · 5 years ago
  34. e16467a bpo-34060: Report system load when running test suite for Windows (GH-8357) by Ammar Askar · 5 years ago
  35. c324c74 bpo-33456: site module documentation - fix wrong default for key in pyvenv.cfg (GH-6755) by Lukas Waymann · 5 years ago
  36. a8abe09 bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-6762) by Matthias Bussonnier · 5 years ago
  37. 5909ad1 fix code styling (GH-12737) by Inada Naoki · 5 years ago
  38. 7b97ab3 closes bpo-35848: Move all documentation regarding the readinto out of IOBase. (GH-11893) by Steve Palmer · 5 years ago
  39. 8702b67 BPO-17561: set create_server backlog default to None (GH-12735) by Giampaolo Rodola · 5 years ago
  40. 79b5d29 bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733) by Victor Stinner · 5 years ago
  41. eb7e29f bpo-35934: Add socket.create_server() utility function (GH-11784) by Giampaolo Rodola · 5 years ago
  42. 58721a9 bpo-35416: fix potential resource warnings in distutils (GH-10918) by Mickaël Schoentgen · 5 years ago
  43. 7a0630c Add a What's New entry for bpo-35459. (GH-12706) by Serhiy Storchaka · 5 years ago
  44. f4efa31 Correct "inplace" with "in-place" (GH-10480) by Andre Delfino · 5 years ago
  45. 96be340 remove duplicate code in biscet (GH-1270) by Chillar Anand · 5 years ago
  46. b7eec94 bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658) by Michael Felt · 5 years ago
  47. 6463ba3 bpo-27181: Add statistics.geometric_mean() (GH-12638) by Raymond Hettinger · 5 years ago
  48. 9d7b2c0 bpo-35936: Updates to modulefinder (GH-11787) by Brandt Bucher · 5 years ago
  49. 2dad960 bpo-35726: Add test for QueueHandler with multiple handlers (GH-11659) by Xtreak · 5 years ago
  50. 89a8944 bpo-30661: Improve docs for tarfile pax change and effect on shutil (GH-12635) by CAM Gerlach · 5 years ago
  51. 2ea8099 bpo-9883: Update list of unimplemented interfaces in minidom. (GH-12677) by Stefan Behnel · 5 years ago
  52. d6bf6f2 bpo-36050: optimize HTTPResponse.read() (GH-12698) by Inada Naoki · 5 years ago
  53. a0da131 bpo-36527: silence -Wunused-parameter warnings in object.h (GH-12688) by Dmitry Marakasov · 5 years ago
  54. 1328375 Fix doc for create_subprocess_exec (GH-12598) by Dima Tisnek · 5 years ago
  55. 50866e9 bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406) by Zackery Spytz · 5 years ago
  56. f66e336 bpo-29202: improve dict iteration (GH-11900) by Cheryl Sabella · 5 years ago
  57. 6a8c313 bpo-36301: Fix _PyPreConfig_Read() compiler warning (GH-12695) by Victor Stinner · 5 years ago
  58. 176d263 bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12505) by Inada Naoki · 5 years ago
  59. 2a4ce43 Tools/importbench: Fix a misplaced stderr= (GH-12690) by Anthony Sottile · 5 years ago
  60. ded4737 Fix duplicated test case for re. (GH-12662) by MakDon · 5 years ago
  61. 461c416 bpo-36522: Print all values for headers with multiple values. (GH-12681) by Matt Houglum · 5 years ago
  62. cb0748d bpo-36440: include node names in ParserError messages, instead of numeric IDs (GH-12565) by tyomitch · 5 years ago
  63. 76b387b Have UserDict.__init__() implicitly check for updating w/ bool(kwargs) instead of len() (GH-12139) by Slam · 5 years ago
  64. 1c5fa5a bpo-32413: Add documentation that at the module level, locals(), globals() are the same dictionary (GH-5004) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 5 years ago
  65. fcef60f bpo-33261: guard access to __code__ attribute in inspect (GH-6448) by Jeroen Demeyer · 5 years ago
  66. 487b73a bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH-12660) by Zackery Spytz · 5 years ago
  67. b8311cf bpo-36473: add maximum iteration check for dict .values() and .items() (GH-12619) by Thomas Perl · 5 years ago
  68. 04694a3 bpo-35838: document optionxform must be idempotent (GH-12656) by Inada Naoki · 5 years ago
  69. e6a0e80 fix confusing argument name in unicodeobject.c (GH-12653) by Max Bernstein · 5 years ago
  70. b00479d bpo-36377: Specify that range() can not be compared (GH-12468) by Emmanuel Arias · 5 years ago
  71. 9139f92 bpo-13120: fix typo with test_issue13120() method name (GH-12250) by Daniel Hahler · 5 years ago
  72. b4bcefe Temporary workaround for an ACL issue on Ubuntu on Azure Pipelines (GH-12649) by Steve Dower · 5 years ago
  73. 8c61739 bpo-36157:Document PyInterpreterState_Main() (GH-12238) by Joannah Nanjekye · 5 years ago
  74. a4d7836 bpo-36495: Fix two out-of-bounds array reads (GH-12641) by Brad Larsen · 5 years ago
  75. 10654c1 bpo-20844: open script file with "rb" mode (GH-12616) by Inada Naoki · 5 years ago
  76. 62f9588 bpo-36026: make descr error message consistent (GH-11930) by Inada Naoki · 5 years ago
  77. 42a139e bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) by Serhiy Storchaka · 5 years ago
  78. 5f2c508 bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(). (GH-12106) by Zackery Spytz · 5 years ago
  79. 48600c7 bpo-35947: Fix a compiler warning in _ctypes.c's StructUnionType_paramfunc(). (GH-12629) by Zackery Spytz · 5 years ago
  80. 79da388 bpo-36085: Add installer check for KB2533625 (GH-12636) by Steve Dower · 5 years ago
  81. ac19d96 bpo-36085: Add additional load flag to ensure DLL loads successfully (GH-12633) by Steve Dower · 5 years ago
  82. e724152 bpo-36010: Add venv to the nuget distribution (GH-12367) by Paul Moore · 5 years ago
  83. e653d4d bpo-36384: Remove check for leading zeroes in IPv4 addresses (GH-12577) by Joel Croteau · 5 years ago
  84. ddbb978 C API docs: Py_IsInitialized is always safe to call (GH-12630) by Nick Coghlan · 5 years ago
  85. 172bb39 bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927) by Serhiy Storchaka · 5 years ago
  86. afbb7a3 bpo-22831: Use "with" to avoid possible fd leaks in tools (part 1). (GH-10926) by Serhiy Storchaka · 5 years ago
  87. 2524fde bpo-36434: Properly handle writing errors in ZIP files. (GH-12559) by Serhiy Storchaka · 5 years ago
  88. 7a465cb bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603) by Serhiy Storchaka · 5 years ago
  89. 38f4e46 bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602) by Inada Naoki · 5 years ago
  90. 7444daa github: assign @methane to dict owner (GH-12617) by Inada Naoki · 5 years ago
  91. 2438cdf bpo-36085: Enable better DLL resolution on Windows (GH-12302) by Steve Dower · 5 years ago
  92. 32119e1 bpo-35947: Update Windows to the current version of libffi (GH-11797) by Paul Monson · 5 years ago
  93. 3396d1e bpo-36448: mention 'make regen-all' in error message (GH-12585) by Jeroen Demeyer · 5 years ago
  94. 2f54908 bpo-36471: Add _Py_RunMain() (GH-12618) by Victor Stinner · 5 years ago
  95. 5f45979 bpo-35194: cjkcodec: check the encoded value is not truncated (GH-10432) by Alexey Izbyshev · 5 years ago
  96. 9e30fba bpo-36064: Clarify allowed data types for urllib.request.Request. (GH-11990) by Julien Palard · 5 years ago
  97. 081158e bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page (#12006) by Susan Su · 5 years ago
  98. 74510e2 bpo-30427: eliminate redundant type checks in os.path.normcase() (GH-1712) by Wolfgang Maier · 5 years ago
  99. 02b84cb bpo-36366: Return None on stopping unstarted patch object (GH-12472) by Xtreak · 5 years ago
  100. 3d78c4a Fixed capital letters missing and missing . (GH-12584) by Jules Lasne (jlasne) · 5 years ago