1. 40db90c bpo-29802: Fix reference counting in module-level struct functions (#1213) by Serhiy Storchaka · 7 years ago
  2. 8f5cdfa Only define get_zone() and get_gmtoff() if needed (#1193) by Victor Stinner · 7 years ago
  3. d20324a support.threading_cleanup() log a warning on fail (#1195) by Victor Stinner · 7 years ago
  4. b85c136 bpo-30108: Restore sys.path in test_site (#1197) by Victor Stinner · 7 years ago
  5. b4dc6af bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168) by Dong-hee Na · 7 years ago
  6. 58f3c9d bpo-30109: Fix reindent.py (GH-1207) by Mariatta · 7 years ago
  7. 6dbdedb bpo-10379: Add %char examples to locale.format() docs (GH-1145) by Berker Peksag · 7 years ago
  8. 8526fb7 Remove redundant comma in argparse HOWTO (#1141) by Berker Peksag · 7 years ago
  9. f7e62cf bpo-30078: Add an example of passing a path to unittest (#1178) by Louie Lu · 7 years ago
  10. 11470b6 bpo-30106: Fix tearDown() of test_asyncore (#1194) by Victor Stinner · 7 years ago
  11. d13d547 bpo-29887: test_normalization handles PermissionError (#1196) by Victor Stinner · 7 years ago
  12. ec4b172 regrtest: always show before/after of modified env (#1192) by Victor Stinner · 7 years ago
  13. 7b9619a Fix/optimize test_asyncore.test_quick_connect() (#1188) by Victor Stinner · 7 years ago
  14. 1e62bf1 bpo-30030: Revert f50354ad (tempfile) (#1187) by Victor Stinner · 7 years ago
  15. 66bffd1 bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110) by Serhiy Storchaka · 7 years ago
  16. a79f4c2 bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (#1131) by Serhiy Storchaka · 7 years ago
  17. d90045f bpo-22352: Adjust widths in the output of dis.dis() for large line numbers and (#1153) by Serhiy Storchaka · 7 years ago
  18. bf623ae bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) by Serhiy Storchaka · 7 years ago
  19. c209b70 bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971) by Victor Stinner · 7 years ago
  20. 8312fba Minor grammar fixes (GH-1174) by Mariatta · 7 years ago
  21. 992ae64 Fix minor typos (GH-1173) by cocoatomo · 7 years ago
  22. d6d344d bpo-29514: Check magic number for bugfix release (#54) by Eric Appelt · 7 years ago
  23. 8e1ddbd fix a refleak in slot_sq_length (#1162) by Xiang Zhang · 7 years ago
  24. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 7 years ago
  25. fdbd011 bpo-10076: Compiled regular expression and match objects now are copyable. (#1000) by Serhiy Storchaka · 7 years ago
  26. cd85d0b bpo-28765: Use concrete types API in _sre.c. (#1009) by Serhiy Storchaka · 7 years ago
  27. baf9f29 bpo-29839: Raise ValueError rather than OverflowError in len() for negative values. (#701) by Serhiy Storchaka · 7 years ago
  28. 813f943 bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700) by Serhiy Storchaka · 7 years ago
  29. 026435c bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) by Xiang Zhang · 7 years ago
  30. eaeda64 bpo-19225: Remove duplicated description for standard warning categories (GH-1068) by cocoatomo · 7 years ago
  31. 39f5956 bpo-29738: Add Olivier Vielpeau to Misc/ACKS (GH-1146) by Mariatta · 7 years ago
  32. 2849cc3 bpo-29738: Fix memory leak in _get_crl_dp (GH-526) by Olivier Vielpeau · 7 years ago
  33. 0dc5c31 bpo-30059: Include Py_Ellipsis in C API documentation (#1018) by Michael Seifert · 7 years ago
  34. e4f961b improve alignment autoconf test (#1129) by Benjamin Peterson · 7 years ago
  35. ce040f6 Fix misplaced positional argument in OS X support library (#1134) by Jack McCracken · 7 years ago
  36. 685cdb9 Relax test timing (bpo-29861) to avoid sporadic failures (#1120) by Antoine Pitrou · 7 years ago
  37. f9f87f0 bpo-11913: Add README.rst to the distutils standard READMEs list (#563) by Ryan Gonzalez · 7 years ago
  38. 9476299 bpo-29869: Add Nevada Sanchez to Misc/ACKS (GH-1125) by Mariatta · 7 years ago
  39. 22a594a bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089) by Armin Rigo · 7 years ago
  40. 5908300 bpo-29995: re.escape() now escapes only special characters. (#1007) by Serhiy Storchaka · 7 years ago
  41. a6e395d bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119) by Nevada Sanchez · 7 years ago
  42. 873ef20 Fix a typo in Doc/library/functions.rst (GH-1117) by Joshua Diaddigo · 7 years ago
  43. 8fc7bc2 bpo-30021: Add examples for re.escape(). (#1048) by Serhiy Storchaka · 7 years ago
  44. 7b2491a bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616) by Marco Buttu · 7 years ago
  45. d1dc65d Blacklist myself from mention-bot (#1114) by Berker Peksag · 7 years ago
  46. 61b9ac9 bpo-29791: Clarify that flush is keyword-only argument (#1093) by Berker Peksag · 7 years ago
  47. 2c0b5c6 bpo-30055: add testcleanup to leave a fresh context (#1094) by Marco Buttu · 7 years ago
  48. 2c134c3 convert from long long to PyLong loselessly (#1106) by Benjamin Peterson · 7 years ago
  49. a6902e6 bpo-26985: Add missing info of code object in inspect documentation (GH-1090) by Xiang Zhang · 7 years ago
  50. 4c0d9ea bpo-30017: Allowed calling the close() method of the zip entry writer object (#1041) by Serhiy Storchaka · 7 years ago
  51. 3e0f1fc bpo-30047: Fix a typo in Doc/library/select.rst (#1086) by NAKAMURA Osamu · 7 years ago
  52. c7cc14a Remove two legacy constants which hopefully have no consumers (#1087) by Alex Gaynor · 7 years ago
  53. f50354a Reimplement tempfile._RandomNameSequence using a generator function. (#1075) by Serhiy Storchaka · 7 years ago
  54. e8a6bb4 bpo-29692: Add missing ACKS entry (#1079) by Nick Coghlan · 7 years ago
  55. 00c75e9 bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH-949) by svelankar · 7 years ago
  56. 6fab78e Remove superfluous comment in urllib.error. (#1076) by Senthil Kumaran · 7 years ago
  57. 6dfcc81 Remove OSError related comment in urllib.request. (#1070) by Senthil Kumaran · 7 years ago
  58. 19e0494 bpo-29506: Clarify deep copy note in copy module by Sanyam Khurana · 7 years ago
  59. 0e6cb2e bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461) by Aviv Palivoda · 7 years ago
  60. 2abfdf5 Issue #29798: Handle git worktree in patchcheck (#1058) by Nick Coghlan · 7 years ago
  61. 64c8f70 bpo-29951: Include function name for some error messages in `PyArg_ParseTuple*` (#916) by Michael Seifert · 7 years ago
  62. a2a9ddd Remove invalid comment in urllib.request. (#1054) by Senthil Kumaran · 7 years ago
  63. 45d22c2 Improvements to typing documentation (#967) by Jelle Zijlstra · 7 years ago
  64. b785396 bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) by Serhiy Storchaka · 7 years ago
  65. b879fe8 Expand the PySlice_GetIndicesEx macro. (#1023) by Serhiy Storchaka · 7 years ago
  66. 205e00c bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843) by Serhiy Storchaka · 7 years ago
  67. dd9a0a1 Fix a minor typo. (#1032) by Barry Warsaw · 7 years ago
  68. 150cd19 bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944) by Serhiy Storchaka · 7 years ago
  69. fd0cd07 Remove Invalid comment in test_urllib2.py (#1020) by Senthil Kumaran · 7 years ago
  70. 93b4b47 bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (#24) by Stuart Berg · 7 years ago
  71. 01fa9ae Correct typo in configparser.rst (#1012) by Alex Jordan · 7 years ago
  72. a0ce375 bpo-29962: add math.remainder (#950) by Mark Dickinson · 7 years ago
  73. a0157b5 Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) by Serhiy Storchaka · 7 years ago
  74. bae6881 Update Argument Clinic generated code for bpo-29878. (#1001) by Serhiy Storchaka · 7 years ago
  75. 5affd23 bpo-29762: More use "raise from None". (#569) by Serhiy Storchaka · 7 years ago
  76. 43ba886 bpo-29549: Fixes docstring for str.index (#256) by Lisa Roach · 7 years ago
  77. 257b980 correct parse_qs and parse_qsl test case descriptions. (#968) by Senthil Kumaran · 7 years ago
  78. f78b119 bpo-29649: Improve struct.pack_into() boundary error messages (#424) by Andrew Nester · 7 years ago
  79. 5de85a1 bpo-29972: Skip tests known to fail on AIX (#979) by Victor Stinner · 7 years ago
  80. 02e1213 bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) by csabella · 7 years ago
  81. cf1958a Remove obsolete declaration in tokenizer.h (#962) by Jim Fasarakis-Hilliard · 7 years ago
  82. 8614b59 Correct typo (#976) by Angus Hollands · 7 years ago
  83. 9acc6a0 test_locale now ignores the DeprecationWarning (#977) by Victor Stinner · 7 years ago
  84. 7341259 Fix misleading documentation for math.exp. (#951) by Mark Dickinson · 7 years ago
  85. e8c7631 bpo-19225: Add a table of warning names and missed exception names in C API doc (#881) by cocoatomo · 7 years ago
  86. 351adda bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298) by Pierre Quentel · 7 years ago
  87. efbd4ea Minor spell fix and formatting fixes in urllib tests. (#959) by Senthil Kumaran · 7 years ago
  88. 11fa3c7 bpo-29957: change LBYL key lookup to dict.setdefault (#938) by Michael Selik · 7 years ago
  89. 64c887a bpo-26947: DOC: clarify wording on hashable in glossary (#948) by csabella · 7 years ago
  90. e82cf86 bpo-29949: Fix set memory usage regression (GH-943) by INADA Naoki · 7 years ago
  91. cd815ed Revert "bpo-29763: Use unittest cleanup in test_site (GH-841)" (GH-942) by Zachary Ware · 7 years ago
  92. 7bd8d3e bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (#879) by s-sanjay · 7 years ago
  93. 1f5425f Add helpful explaination to test_password_manager tests. (#936) by Senthil Kumaran · 7 years ago
  94. b94d7fd bpo-29763: Use unittest cleanup in test_site (GH-841) by Zachary Ware · 7 years ago
  95. 1e5766f Link to the devguide's PR guidelines (GH-932) by Brett Cannon · 7 years ago
  96. 314d6fc bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927) by Serhiy Storchaka · 7 years ago
  97. 06bb487 Fix spurious MemoryError introduced by PR #886. (#930) by T. Wouters · 7 years ago
  98. a00c3fd bpo-29941: Assert fixes (#886) by T. Wouters · 7 years ago
  99. 164d30e suppress compiler warnings in _ctypes_test (#902) by Benjamin Peterson · 7 years ago
  100. cdcac03 bpo-29952: Use usual terminology of dict (GH-917) by cocoatomo · 7 years ago