1. f2cf1e3 bpo-36623: Clean parser headers and include files (GH-12253) by Pablo Galindo · 5 years ago
  2. f8716c8 bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663) by Cheryl Sabella · 5 years ago
  3. e59ec1b bpo-35734: ipaddress: remove unused methods (GH-11591) by Rémi Lapeyre · 5 years ago
  4. c88fece Doc: define PY_SSIZE_T_CLEAN always (GH-12794) by Inada Naoki · 5 years ago
  5. a304b13 bpo-36618: Don't add -fmax-type-align flag to old clang (GH-12811) by Victor Stinner · 5 years ago
  6. 1e82954 bpo-35581: Document @typing.type_check_only (GH-11312) by Sebastian Rittau · 5 years ago
  7. 1e2ad6c bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849) by mrh1997 · 5 years ago
  8. 472f794 bpo-18748: test_io: silence destructor errors (GH-12805) by Victor Stinner · 5 years ago
  9. e8f9acf bpo-36611: Disable serialno field of debug memory allocators (#12796) by Victor Stinner · 5 years ago
  10. 0fc91ee bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803) by Victor Stinner · 5 years ago
  11. 23a683a bpo-36618: Add -fmax-type-align=8 flag for clang (GH-12809) by Victor Stinner · 5 years ago
  12. 606c66a Allow Windows layout builds to fully skip code signing (GH-12808) by Steve Dower · 5 years ago
  13. f4e5661 bpo-36509: Add iot layout for Windows IoT containers (GH-12663) by Paul Monson · 5 years ago
  14. aa25d5d Enable building nuget packages for ARM32 (GH-12669) by Paul Monson · 5 years ago
  15. b75b1a35 bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806) by Eric Snow · 5 years ago
  16. f938d8b Correct grammar in concurrent/futures/process.py docstring (GH-12761) by Thomas Grainger · 5 years ago
  17. b13552c Indicate that seek and tell are mandatory on BufferedRandom. (GH-11216) by Christopher Head · 5 years ago
  18. b015fc8 bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804) by Kingsley M · 5 years ago
  19. f13c5c8 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360) by Eric Snow · 5 years ago
  20. 4423504 bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786) by Victor Stinner · 5 years ago
  21. 9d949f7 bpo-36588: On AIX, remove major version from sys.platform (GH-12787) by Michael Felt · 5 years ago
  22. 9b8314c bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797) by Victor Stinner · 5 years ago
  23. 9e4f2f3 bpo-20180: Use argument clinic for dict.pop() and dict.popitem() (GH-12792) by Inada Naoki · 5 years ago
  24. 3993ccb bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977) by Emmanuel Arias · 5 years ago
  25. 21a74a9 bpo-36605: make tags: parse Modules/_io directory (GH-12789) by Victor Stinner · 5 years ago
  26. 4c409be bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782) by Victor Stinner · 5 years ago
  27. 536a35b bpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH-8378) by Inada Naoki · 5 years ago
  28. b3c92c6 bpo-36597: fix weakref example code (GH-12779) by Inada Naoki · 5 years ago
  29. 2b00db6 bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770) by Victor Stinner · 5 years ago
  30. 57b1a28 bpo-36597: fix random doctest failure (GH-12776) by Inada Naoki · 5 years ago
  31. adff01e bpo-36597: Disable Travis CI doctest job (GH-12775) by Victor Stinner · 5 years ago
  32. efc4870 bpo-36416: Correct bytes.rpartition documentation (GH-12543) by pewscorner · 5 years ago
  33. 5410d3d better __init__.py explanation in tutorial (#12763) by Inada Naoki · 5 years ago
  34. b5e2959 Doc: fix typo in IncrementalDecoder.setstate (GH-12724) by Christopher Thorne · 5 years ago
  35. a9bd892 bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12764) by Victor Stinner · 5 years ago
  36. 42f55ee fix typo in doc (#12686) by Caleb Marchent · 5 years ago
  37. d914596 bpo-36559: random module: optimize sha512 import (GH-12742) by Christian Heimes · 5 years ago
  38. 6955d44 bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321) by Lorenz Mende · 5 years ago
  39. 2fb2bc8 bpo-14826: document that URLopener quotes fullurl. (GH-12758) by Gregory P. Smith · 5 years ago
  40. 750d74f bpo-12910: update and correct quote docstring (#2568) by Jörn Hees · 5 years ago
  41. 63b5fc5 Fix typos in compile.c comments (GH-12752) by Simeon · 5 years ago
  42. 0e10766 bpo-31512: Add non-elevated symlink support for Windows (GH-3652) by Vidar Tonaas Fauske · 5 years ago
  43. 8709490 bpo-34373: Fix time.mktime() on AIX (GH-12726) by Victor Stinner · 5 years ago
  44. 8abc3f4 bpo-36577: setup.py reports missing OpenSSL again (GH-12746) by Christian Heimes · 5 years ago
  45. bb44478 bpo-36560: regrtest: don't collect the GC twice (GH-12747) by Victor Stinner · 5 years ago
  46. e65f01f bpo-36508: python-config don't export LINKFORSHARED (GH-12661) by Victor Stinner · 5 years ago
  47. 2ee077f bpo-36544 : Fix regression introduced in bpo-36146 (GH-12708) by xdegaye · 5 years ago
  48. 56065d4 bpo-34139: Remove unix datagram socket from FS before binding (GH-8323) by Quentin Dawans · 5 years ago
  49. 5aaac94 bpo-36560: Fix reference leak hunting in regrtest (GH-12744) by Victor Stinner · 5 years ago
  50. e16467a bpo-34060: Report system load when running test suite for Windows (GH-8357) by Ammar Askar · 5 years ago
  51. c324c74 bpo-33456: site module documentation - fix wrong default for key in pyvenv.cfg (GH-6755) by Lukas Waymann · 5 years ago
  52. a8abe09 bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-6762) by Matthias Bussonnier · 5 years ago
  53. 5909ad1 fix code styling (GH-12737) by Inada Naoki · 5 years ago
  54. 7b97ab3 closes bpo-35848: Move all documentation regarding the readinto out of IOBase. (GH-11893) by Steve Palmer · 5 years ago
  55. 8702b67 BPO-17561: set create_server backlog default to None (GH-12735) by Giampaolo Rodola · 5 years ago
  56. 79b5d29 bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733) by Victor Stinner · 5 years ago
  57. eb7e29f bpo-35934: Add socket.create_server() utility function (GH-11784) by Giampaolo Rodola · 5 years ago
  58. 58721a9 bpo-35416: fix potential resource warnings in distutils (GH-10918) by Mickaël Schoentgen · 5 years ago
  59. 7a0630c Add a What's New entry for bpo-35459. (GH-12706) by Serhiy Storchaka · 5 years ago
  60. f4efa31 Correct "inplace" with "in-place" (GH-10480) by Andre Delfino · 5 years ago
  61. 96be340 remove duplicate code in biscet (GH-1270) by Chillar Anand · 5 years ago
  62. b7eec94 bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658) by Michael Felt · 5 years ago
  63. 6463ba3 bpo-27181: Add statistics.geometric_mean() (GH-12638) by Raymond Hettinger · 5 years ago
  64. 9d7b2c0 bpo-35936: Updates to modulefinder (GH-11787) by Brandt Bucher · 5 years ago
  65. 2dad960 bpo-35726: Add test for QueueHandler with multiple handlers (GH-11659) by Xtreak · 5 years ago
  66. 89a8944 bpo-30661: Improve docs for tarfile pax change and effect on shutil (GH-12635) by CAM Gerlach · 5 years ago
  67. 2ea8099 bpo-9883: Update list of unimplemented interfaces in minidom. (GH-12677) by Stefan Behnel · 5 years ago
  68. d6bf6f2 bpo-36050: optimize HTTPResponse.read() (GH-12698) by Inada Naoki · 5 years ago
  69. a0da131 bpo-36527: silence -Wunused-parameter warnings in object.h (GH-12688) by Dmitry Marakasov · 5 years ago
  70. 1328375 Fix doc for create_subprocess_exec (GH-12598) by Dima Tisnek · 5 years ago
  71. 50866e9 bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406) by Zackery Spytz · 5 years ago
  72. f66e336 bpo-29202: improve dict iteration (GH-11900) by Cheryl Sabella · 5 years ago
  73. 6a8c313 bpo-36301: Fix _PyPreConfig_Read() compiler warning (GH-12695) by Victor Stinner · 5 years ago
  74. 176d263 bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12505) by Inada Naoki · 5 years ago
  75. 2a4ce43 Tools/importbench: Fix a misplaced stderr= (GH-12690) by Anthony Sottile · 5 years ago
  76. ded4737 Fix duplicated test case for re. (GH-12662) by MakDon · 5 years ago
  77. 461c416 bpo-36522: Print all values for headers with multiple values. (GH-12681) by Matt Houglum · 5 years ago
  78. cb0748d bpo-36440: include node names in ParserError messages, instead of numeric IDs (GH-12565) by tyomitch · 5 years ago
  79. 76b387b Have UserDict.__init__() implicitly check for updating w/ bool(kwargs) instead of len() (GH-12139) by Slam · 5 years ago
  80. 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
  81. fcef60f bpo-33261: guard access to __code__ attribute in inspect (GH-6448) by Jeroen Demeyer · 5 years ago
  82. 487b73a bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH-12660) by Zackery Spytz · 5 years ago
  83. b8311cf bpo-36473: add maximum iteration check for dict .values() and .items() (GH-12619) by Thomas Perl · 5 years ago
  84. 04694a3 bpo-35838: document optionxform must be idempotent (GH-12656) by Inada Naoki · 5 years ago
  85. e6a0e80 fix confusing argument name in unicodeobject.c (GH-12653) by Max Bernstein · 5 years ago
  86. b00479d bpo-36377: Specify that range() can not be compared (GH-12468) by Emmanuel Arias · 5 years ago
  87. 9139f92 bpo-13120: fix typo with test_issue13120() method name (GH-12250) by Daniel Hahler · 5 years ago
  88. b4bcefe Temporary workaround for an ACL issue on Ubuntu on Azure Pipelines (GH-12649) by Steve Dower · 5 years ago
  89. 8c61739 bpo-36157:Document PyInterpreterState_Main() (GH-12238) by Joannah Nanjekye · 5 years ago
  90. a4d7836 bpo-36495: Fix two out-of-bounds array reads (GH-12641) by Brad Larsen · 5 years ago
  91. 10654c1 bpo-20844: open script file with "rb" mode (GH-12616) by Inada Naoki · 5 years ago
  92. 62f9588 bpo-36026: make descr error message consistent (GH-11930) by Inada Naoki · 5 years ago
  93. 42a139e bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) by Serhiy Storchaka · 5 years ago
  94. 5f2c508 bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(). (GH-12106) by Zackery Spytz · 5 years ago
  95. 48600c7 bpo-35947: Fix a compiler warning in _ctypes.c's StructUnionType_paramfunc(). (GH-12629) by Zackery Spytz · 5 years ago
  96. 79da388 bpo-36085: Add installer check for KB2533625 (GH-12636) by Steve Dower · 5 years ago
  97. ac19d96 bpo-36085: Add additional load flag to ensure DLL loads successfully (GH-12633) by Steve Dower · 5 years ago
  98. e724152 bpo-36010: Add venv to the nuget distribution (GH-12367) by Paul Moore · 5 years ago
  99. e653d4d bpo-36384: Remove check for leading zeroes in IPv4 addresses (GH-12577) by Joel Croteau · 5 years ago
  100. ddbb978 C API docs: Py_IsInitialized is always safe to call (GH-12630) by Nick Coghlan · 5 years ago