1. 5f161fd bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316) by Serhiy Storchaka · 7 years ago
  2. feec3dc Add myself to mention-bot's alwaysNotifyForPaths for ssl/hashlib (#1425) by Christian Heimes · 7 years ago
  3. 7fdd309 Explicitly mention what should (not) be discussed on GitHub (GH-1437) by Brett Cannon · 7 years ago
  4. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 7 years ago
  5. a5c62a8 bpo-23404: make touch becomes make regen-all (#1405) by Victor Stinner · 7 years ago
  6. 13f1f42 bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326) by Xiang Zhang · 7 years ago
  7. 0360a9d Fix tests: getsockname() can return None on OS X on unbound sockets (#1400) by Antoine Pitrou · 7 years ago
  8. 9ed34a8 bpo-30232: Regenerate configure (#1396) by Victor Stinner · 7 years ago
  9. 5facdbb bpo-30232: Support Git worktree in configure.ac (#1391) by Victor Stinner · 7 years ago
  10. 094909a Remove outdated tests in test_isinstance (GH-1393) by Jim Fasarakis-Hilliard · 7 years ago
  11. f06e021 bpo-28556: Routine updates to typing (#1366) by Ivan Levkivskyi · 7 years ago
  12. 495b502 bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370) by Antoine Pitrou · 7 years ago
  13. b0d8203 Fix typo in selectors.rst (#1383) by Tong SHEN · 7 years ago
  14. 9997073 bpo-30228: FileIO seek() and tell() set seekable (#1384) by Victor Stinner · 7 years ago
  15. 1dae745 bpo-30199: test_ssl closes all asyncore channels (#1381) by Victor Stinner · 7 years ago
  16. 92fd6c9 bpo-30132: distutils BuildExtTestCase use temp_cwd (#1380) by Victor Stinner · 7 years ago
  17. d4069de Clean up some confusing text left by PROTOCOL_SSLv23 -> PROTOCOL_TLS transition (#1355) by Nathaniel J. Smith · 7 years ago
  18. 5d7a8d0 bpo-30190: improved error msg for assertAlmostEqual(delta=...) (#1331) by Giampaolo Rodola · 7 years ago
  19. 1374dbb restore *data* parameter of binascii.b2a_base64 to positional-only (#1352) by Xiang Zhang · 7 years ago
  20. 2e62469 bpo-29679: Implement @contextlib.asynccontextmanager (#360) by Jelle Zijlstra · 7 years ago
  21. 9dc2b38 bpo-30208: DOC: fix small typos in IDLE (#1354) by csabella · 7 years ago
  22. 3cc8259 bpo-30158: Fix deprecation warnings in test_importlib introduced by bpo-29576. (#1285) by Serhiy Storchaka · 7 years ago
  23. 6c991bd Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (#1332) by Neil Schemenauer · 7 years ago
  24. d1a1def bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1341) by Serhiy Storchaka · 7 years ago
  25. 80a3da4 Improve the grammar in windows.rst (GH-1330) by Wieland Hoffmann · 7 years ago
  26. 826f83f bpo-30104: Only use -fno-strict-aliasing on dtoa.c (#1340) by Victor Stinner · 7 years ago
  27. 5a4e3d8 bpo-30174: Remove duplicate definition from pickletools (#1301) by Jelle Zijlstra · 7 years ago
  28. 5bccca5 bpo-30175: Skip client cert tests of test_imaplib (#1320) by Victor Stinner · 7 years ago
  29. e65fcde bpo-27200: Fix several doctests (GH-604) by Marco Buttu · 7 years ago
  30. 6fde770 Use the correct name for ISO in Unicode HOWTO. (#1312) by Jesse Gonzalez · 7 years ago
  31. 88c38b3 bpo-28415: Note 0 conversion different between Python and C (#885) by Louie Lu · 7 years ago
  32. a90b990 bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1296) by Dong-hee Na · 7 years ago
  33. ab7886b bpo-30101: Add support for curses.A_ITALIC. (#1015) by Eijebong · 7 years ago
  34. 8ca2f2f bpo-30131: test_logging now joins queue threads (#1298) by Victor Stinner · 7 years ago
  35. 6e67695 timemodule.c: Cast PyUnicode_AsUTF8() to char* (#1294) by Victor Stinner · 7 years ago
  36. 87c07fe bpo-29974: Improve typing.TYPE_CHECKING example (GH-982) by Mathias Rav · 7 years ago
  37. 0d637e2 bpo-28698: Fix c_wchar_p doc example (GH-1160) by Louie Lu · 7 years ago
  38. c6db481 bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) by csabella · 7 years ago
  39. d819ad9 bpo-30107: Make SuppressCrashReport quiet on macOS (#1279) by Victor Stinner · 7 years ago
  40. 08c1601 bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926) by Jim Fasarakis-Hilliard · 7 years ago
  41. 97bf722 bpo-28851: Improve namedtuple documentation (GH-1274) by csabella · 7 years ago
  42. 3e2ad8e bpo-29617: Remove Python 3.3 support from asyncio (GH-232) by INADA Naoki · 7 years ago
  43. f6448e5 bpo-30132: distutils test_build_ext() uses temp_cwd() (#1278) by Victor Stinner · 7 years ago
  44. 0d659e5 tmtotuple(): use time_t for gmtoff (#1276) by Victor Stinner · 7 years ago
  45. 4bcfa3a bpo-30131: Cleanup threads in test_logging (#1275) by Victor Stinner · 7 years ago
  46. fcfe80e bpo-29822: Make inspect.isabstract() work during __init_subclass__. (#678) by Nate · 7 years ago
  47. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 7 years ago
  48. 9eb5ca0 bpo-29751: add Cheryl Sabella to Misc/ACKS (GH-1268) by Mariatta · 7 years ago
  49. 26896f2 bpo-29751: Improve PyLong_FromString documentation (GH-915) by csabella · 7 years ago
  50. 85157cd bpo-15718: Document the upper bound constrain on the __len__ return value. (#1256) by Serhiy Storchaka · 7 years ago
  51. 997a4ad Remove outdated note about constraining of the bit shift right operand. (#1258) by Serhiy Storchaka · 7 years ago
  52. 7fae81e Fix trailing colon and newline in test.rst (#1250) by Louie Lu · 7 years ago
  53. 7bfd740 Remove unneeded Misc/NEWS entry for bpo-29802. (#1251) by Serhiy Storchaka · 7 years ago
  54. 9616a82 bpo-29960 _random.Random corrupted on exception in setstate(). (#1019) by bladebryan · 7 years ago
  55. 1a5856b bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751) by Serhiy Storchaka · 7 years ago
  56. a36e939 bpo-30125: disable faulthandler in ctypes test_SEH (#1237) by Victor Stinner · 7 years ago
  57. ae5b326 bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH-1170) by Charles Renwick · 7 years ago
  58. d1ae24e Correct the README link in Unix install docs (#1245) by Sebastian Vetter · 7 years ago
  59. 46c2b81 bpo-30125: Fix faulthandler.disable() on Windows (#1240) by Victor Stinner · 7 years ago
  60. 2a1aed0 bpo-30107: don't dump core on expected test_io crash (#1235) by Victor Stinner · 7 years ago
  61. a2c877c bpo-30106: Fix test_asyncore.test_quick_connect() (#1234) by Victor Stinner · 7 years ago
  62. 35f3d24 bpo-30104: configure now detects when cc is clang (#1233) by Victor Stinner · 7 years ago
  63. 28205b2 bpo-30104: Use -fno-strict-aliasing on clang (#1221) by Victor Stinner · 7 years ago
  64. 791dc83 remove configure test for inline keyword (#1231) by Benjamin Peterson · 7 years ago
  65. f60c9e5 bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries (#1222) by Segev Finer · 7 years ago
  66. 8e67528 Add missing .gitignore entries for VS2015 IntelliSense DB (#1223) by Segev Finer · 7 years ago
  67. 40db90c bpo-29802: Fix reference counting in module-level struct functions (#1213) by Serhiy Storchaka · 7 years ago
  68. 8f5cdfa Only define get_zone() and get_gmtoff() if needed (#1193) by Victor Stinner · 7 years ago
  69. d20324a support.threading_cleanup() log a warning on fail (#1195) by Victor Stinner · 7 years ago
  70. b85c136 bpo-30108: Restore sys.path in test_site (#1197) by Victor Stinner · 7 years ago
  71. b4dc6af bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168) by Dong-hee Na · 7 years ago
  72. 58f3c9d bpo-30109: Fix reindent.py (GH-1207) by Mariatta · 7 years ago
  73. 6dbdedb bpo-10379: Add %char examples to locale.format() docs (GH-1145) by Berker Peksag · 7 years ago
  74. 8526fb7 Remove redundant comma in argparse HOWTO (#1141) by Berker Peksag · 7 years ago
  75. f7e62cf bpo-30078: Add an example of passing a path to unittest (#1178) by Louie Lu · 7 years ago
  76. 11470b6 bpo-30106: Fix tearDown() of test_asyncore (#1194) by Victor Stinner · 7 years ago
  77. d13d547 bpo-29887: test_normalization handles PermissionError (#1196) by Victor Stinner · 7 years ago
  78. ec4b172 regrtest: always show before/after of modified env (#1192) by Victor Stinner · 7 years ago
  79. 7b9619a Fix/optimize test_asyncore.test_quick_connect() (#1188) by Victor Stinner · 7 years ago
  80. 1e62bf1 bpo-30030: Revert f50354ad (tempfile) (#1187) by Victor Stinner · 7 years ago
  81. 66bffd1 bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110) by Serhiy Storchaka · 7 years ago
  82. a79f4c2 bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (#1131) by Serhiy Storchaka · 7 years ago
  83. d90045f bpo-22352: Adjust widths in the output of dis.dis() for large line numbers and (#1153) by Serhiy Storchaka · 7 years ago
  84. bf623ae bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) by Serhiy Storchaka · 7 years ago
  85. c209b70 bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971) by Victor Stinner · 7 years ago
  86. 8312fba Minor grammar fixes (GH-1174) by Mariatta · 7 years ago
  87. 992ae64 Fix minor typos (GH-1173) by cocoatomo · 7 years ago
  88. d6d344d bpo-29514: Check magic number for bugfix release (#54) by Eric Appelt · 7 years ago
  89. 8e1ddbd fix a refleak in slot_sq_length (#1162) by Xiang Zhang · 7 years ago
  90. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 7 years ago
  91. fdbd011 bpo-10076: Compiled regular expression and match objects now are copyable. (#1000) by Serhiy Storchaka · 7 years ago
  92. cd85d0b bpo-28765: Use concrete types API in _sre.c. (#1009) by Serhiy Storchaka · 7 years ago
  93. baf9f29 bpo-29839: Raise ValueError rather than OverflowError in len() for negative values. (#701) by Serhiy Storchaka · 7 years ago
  94. 813f943 bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700) by Serhiy Storchaka · 7 years ago
  95. 026435c bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) by Xiang Zhang · 7 years ago
  96. eaeda64 bpo-19225: Remove duplicated description for standard warning categories (GH-1068) by cocoatomo · 7 years ago
  97. 39f5956 bpo-29738: Add Olivier Vielpeau to Misc/ACKS (GH-1146) by Mariatta · 7 years ago
  98. 2849cc3 bpo-29738: Fix memory leak in _get_crl_dp (GH-526) by Olivier Vielpeau · 7 years ago
  99. 0dc5c31 bpo-30059: Include Py_Ellipsis in C API documentation (#1018) by Michael Seifert · 7 years ago
  100. e4f961b improve alignment autoconf test (#1129) by Benjamin Peterson · 7 years ago