1. 96f5028 bpo-30224: remove outdated checks in struct (#1374) by Xiang Zhang · 7 years ago
  2. 12b1c18 bpo-30354: Update data model documentation for super() (GH-1561) by csabella · 7 years ago
  3. d48214f bpo-29763: Clean up _pth tests (GH-954) by Zachary Ware · 7 years ago
  4. 9977629 bpo-30358: Document sort argument of profile.runctx() (GH-1566) by csabella · 7 years ago
  5. 4ab6abf bpo-30299: Display a bytecode when compile a regex in debug mode. (#1491) by Serhiy Storchaka · 7 years ago
  6. 821a9d1 bpo-30340: Enhanced regular expressions optimization. (#1542) by Serhiy Storchaka · 7 years ago
  7. cbddf58 Move Codecov's configuration file under .github (GH-1494) by morrme · 7 years ago
  8. 600c5ad bpo-30178: Add Jim Fasarakis-Hilliard to Misc/ACKS (GH-1572) by Mariatta · 7 years ago
  9. c711680 bpo-30178: Indent methods and attributes of MimeType class (GH-1306) by Jim Fasarakis-Hilliard · 7 years ago
  10. 7e19dbc bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506) by Serhiy Storchaka · 7 years ago
  11. a66f9c6 bpo-30341: Improve _PyTrash_thread_destroy_chain() a little bit (#1545) by Xiang Zhang · 7 years ago
  12. 8619c54 PCbuild/build.bat: Add note about using msbuild response file. (#1551) by Charles · 7 years ago
  13. 870f6a1 bpo-30291 Changes to launcher so as to allow py -3-32, -2.7-64, 3.10, etc. by Steve (Gadget) Barnes · 7 years ago
  14. 82a6384 Indented Handler sections for improved clarity. (#1554) by Vinay Sajip · 7 years ago
  15. 31b3901 Comment as to why docs are built against Python 3.6 (#1550) by Brett Cannon · 7 years ago
  16. f111fd2 bpo-30308: Code coverage for argument in random.shuffle (#1504) by csabella · 7 years ago
  17. 991adca bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097) by INADA Naoki · 7 years ago
  18. c475095 #30190: fix invalid escape sequence warnings (#1534) by Giampaolo Rodola · 7 years ago
  19. f6eae5b bpo-28787: Fix out of tree --with-dtrace builds (#135) by stratakis · 7 years ago
  20. 2ddf5a1 bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) by Xiang Zhang · 7 years ago
  21. 305ccbe bpo-30298: Weaken the condition of deprecation warnings for inline modifiers. (#1490) by Serhiy Storchaka · 7 years ago
  22. 211a392 bpo-30320: test_eintr now uses pthread_sigmask() (#1523) by Victor Stinner · 7 years ago
  23. 291557e PCbuild/build.bat: pass command line parameters when building PGO (#1510) by Charles · 7 years ago
  24. 6d336a0 bpo-30285: Optimize case-insensitive matching and searching (#1482) by Serhiy Storchaka · 7 years ago
  25. f93234b bpo-30024: Circular imports involving absolute imports with binding (#1264) by Serhiy Storchaka · 7 years ago
  26. dbdea62 bpo-30273: update distutils.sysconfig for venv's created from Python (#1515) by Jeremy Kloth · 7 years ago
  27. 74683fc bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479) by Victor Stinner · 7 years ago
  28. 9da408d bpo-29990: Fix range checking in GB18030 decoder (#1495) by Xiang Zhang · 7 years ago
  29. fa5abac bpo-30289: remove Misc/python-config.sh when make distclean (#1498) by Xiang Zhang · 7 years ago
  30. cc3fa20 bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorage (#991) by Pierre Quentel · 7 years ago
  31. f34c6850 Fix a trivial typo in global section (#1497) by Jim Fasarakis-Hilliard · 7 years ago
  32. 55ace65 Closes bpo-30168: indent methods in Logger Class (#1295) by Jim Fasarakis-Hilliard · 7 years ago
  33. 3763ea8 Revert bpo-26293 for zipfile breakage. See also bpo-29094. (#1484) by Serhiy Storchaka · 7 years ago
  34. a12df7b bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367) by Jelle Zijlstra · 7 years ago
  35. a1054c3 bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478) by torsava · 7 years ago
  36. c07b3a1 bpo-29920: Document cgitb.text() and cgitb.html() functions (GH-849) by masklinn · 7 years ago
  37. fdaeea6 bpo-30279: Remove unused Python/thread_foobar.h (#1473) by Masayuki Yamamoto · 7 years ago
  38. ef9c0e7 bpo-30264: ExpatParser closes the source on error (#1451) by Victor Stinner · 7 years ago
  39. 7186cc2 bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode_tolower(). (#1468) by Serhiy Storchaka · 7 years ago
  40. 76a3e51 bpo-30243: Fixed the possibility of a crash in _json. (#1420) by Serhiy Storchaka · 7 years ago
  41. 898ff03 bpo-30215: Make re.compile() locale agnostic. (#1361) by Serhiy Storchaka · 7 years ago
  42. 647c3d3 Make code coverage less strict (GH-1438) by Brett Cannon · 7 years ago
  43. b109a1d bpo-30273: Update sysconfig (#1464) by Victor Stinner · 7 years ago
  44. 6dd4d73 bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (#1319) by Antoine Pitrou · 7 years ago
  45. 3d00568 bpo-30263: regrtest: log system load (#1452) by Victor Stinner · 7 years ago
  46. dbaf746 bpo-29956: Improve the math.exp() related documentation. (#1073) by Serhiy Storchaka · 7 years ago
  47. 7e4db2f bpo-30166: Import command-line parsing modules only when needed. (#1293) by Serhiy Storchaka · 7 years ago
  48. 1c4670e bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443) by Victor Stinner · 7 years ago
  49. 5f161fd bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316) by Serhiy Storchaka · 7 years ago
  50. feec3dc Add myself to mention-bot's alwaysNotifyForPaths for ssl/hashlib (#1425) by Christian Heimes · 7 years ago
  51. 7fdd309 Explicitly mention what should (not) be discussed on GitHub (GH-1437) by Brett Cannon · 7 years ago
  52. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 7 years ago
  53. a5c62a8 bpo-23404: make touch becomes make regen-all (#1405) by Victor Stinner · 7 years ago
  54. 13f1f42 bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326) by Xiang Zhang · 7 years ago
  55. 0360a9d Fix tests: getsockname() can return None on OS X on unbound sockets (#1400) by Antoine Pitrou · 7 years ago
  56. 9ed34a8 bpo-30232: Regenerate configure (#1396) by Victor Stinner · 7 years ago
  57. 5facdbb bpo-30232: Support Git worktree in configure.ac (#1391) by Victor Stinner · 7 years ago
  58. 094909a Remove outdated tests in test_isinstance (GH-1393) by Jim Fasarakis-Hilliard · 7 years ago
  59. f06e021 bpo-28556: Routine updates to typing (#1366) by Ivan Levkivskyi · 7 years ago
  60. 495b502 bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370) by Antoine Pitrou · 7 years ago
  61. b0d8203 Fix typo in selectors.rst (#1383) by Tong SHEN · 7 years ago
  62. 9997073 bpo-30228: FileIO seek() and tell() set seekable (#1384) by Victor Stinner · 7 years ago
  63. 1dae745 bpo-30199: test_ssl closes all asyncore channels (#1381) by Victor Stinner · 7 years ago
  64. 92fd6c9 bpo-30132: distutils BuildExtTestCase use temp_cwd (#1380) by Victor Stinner · 7 years ago
  65. d4069de Clean up some confusing text left by PROTOCOL_SSLv23 -> PROTOCOL_TLS transition (#1355) by Nathaniel J. Smith · 7 years ago
  66. 5d7a8d0 bpo-30190: improved error msg for assertAlmostEqual(delta=...) (#1331) by Giampaolo Rodola · 7 years ago
  67. 1374dbb restore *data* parameter of binascii.b2a_base64 to positional-only (#1352) by Xiang Zhang · 7 years ago
  68. 2e62469 bpo-29679: Implement @contextlib.asynccontextmanager (#360) by Jelle Zijlstra · 7 years ago
  69. 9dc2b38 bpo-30208: DOC: fix small typos in IDLE (#1354) by csabella · 7 years ago
  70. 3cc8259 bpo-30158: Fix deprecation warnings in test_importlib introduced by bpo-29576. (#1285) by Serhiy Storchaka · 7 years ago
  71. 6c991bd Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (#1332) by Neil Schemenauer · 7 years ago
  72. d1a1def bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1341) by Serhiy Storchaka · 7 years ago
  73. 80a3da4 Improve the grammar in windows.rst (GH-1330) by Wieland Hoffmann · 7 years ago
  74. 826f83f bpo-30104: Only use -fno-strict-aliasing on dtoa.c (#1340) by Victor Stinner · 7 years ago
  75. 5a4e3d8 bpo-30174: Remove duplicate definition from pickletools (#1301) by Jelle Zijlstra · 7 years ago
  76. 5bccca5 bpo-30175: Skip client cert tests of test_imaplib (#1320) by Victor Stinner · 7 years ago
  77. e65fcde bpo-27200: Fix several doctests (GH-604) by Marco Buttu · 7 years ago
  78. 6fde770 Use the correct name for ISO in Unicode HOWTO. (#1312) by Jesse Gonzalez · 7 years ago
  79. 88c38b3 bpo-28415: Note 0 conversion different between Python and C (#885) by Louie Lu · 7 years ago
  80. a90b990 bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1296) by Dong-hee Na · 7 years ago
  81. ab7886b bpo-30101: Add support for curses.A_ITALIC. (#1015) by Eijebong · 7 years ago
  82. 8ca2f2f bpo-30131: test_logging now joins queue threads (#1298) by Victor Stinner · 7 years ago
  83. 6e67695 timemodule.c: Cast PyUnicode_AsUTF8() to char* (#1294) by Victor Stinner · 7 years ago
  84. 87c07fe bpo-29974: Improve typing.TYPE_CHECKING example (GH-982) by Mathias Rav · 7 years ago
  85. 0d637e2 bpo-28698: Fix c_wchar_p doc example (GH-1160) by Louie Lu · 7 years ago
  86. c6db481 bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) by csabella · 7 years ago
  87. d819ad9 bpo-30107: Make SuppressCrashReport quiet on macOS (#1279) by Victor Stinner · 7 years ago
  88. 08c1601 bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926) by Jim Fasarakis-Hilliard · 7 years ago
  89. 97bf722 bpo-28851: Improve namedtuple documentation (GH-1274) by csabella · 7 years ago
  90. 3e2ad8e bpo-29617: Remove Python 3.3 support from asyncio (GH-232) by INADA Naoki · 7 years ago
  91. f6448e5 bpo-30132: distutils test_build_ext() uses temp_cwd() (#1278) by Victor Stinner · 7 years ago
  92. 0d659e5 tmtotuple(): use time_t for gmtoff (#1276) by Victor Stinner · 7 years ago
  93. 4bcfa3a bpo-30131: Cleanup threads in test_logging (#1275) by Victor Stinner · 7 years ago
  94. fcfe80e bpo-29822: Make inspect.isabstract() work during __init_subclass__. (#678) by Nate · 7 years ago
  95. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 7 years ago
  96. 9eb5ca0 bpo-29751: add Cheryl Sabella to Misc/ACKS (GH-1268) by Mariatta · 7 years ago
  97. 26896f2 bpo-29751: Improve PyLong_FromString documentation (GH-915) by csabella · 7 years ago
  98. 85157cd bpo-15718: Document the upper bound constrain on the __len__ return value. (#1256) by Serhiy Storchaka · 7 years ago
  99. 997a4ad Remove outdated note about constraining of the bit shift right operand. (#1258) by Serhiy Storchaka · 7 years ago
  100. 7fae81e Fix trailing colon and newline in test.rst (#1250) by Louie Lu · 7 years ago