1. 898ff03 bpo-30215: Make re.compile() locale agnostic. (#1361) by Serhiy Storchaka · 8 years ago
  2. 6dd4d73 bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (#1319) by Antoine Pitrou · 8 years ago
  3. a5c62a8 bpo-23404: make touch becomes make regen-all (#1405) by Victor Stinner · 8 years ago
  4. 13f1f42 bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326) by Xiang Zhang · 8 years ago
  5. f06e021 bpo-28556: Routine updates to typing (#1366) by Ivan Levkivskyi · 8 years ago
  6. 495b502 bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370) by Antoine Pitrou · 8 years ago
  7. 9997073 bpo-30228: FileIO seek() and tell() set seekable (#1384) by Victor Stinner · 8 years ago
  8. 5d7a8d0 bpo-30190: improved error msg for assertAlmostEqual(delta=...) (#1331) by Giampaolo Rodola · 8 years ago
  9. d1a1def bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1341) by Serhiy Storchaka · 8 years ago
  10. ab7886b bpo-30101: Add support for curses.A_ITALIC. (#1015) by Eijebong · 8 years ago
  11. 08c1601 bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926) by Jim Fasarakis-Hilliard · 8 years ago
  12. fcfe80e bpo-29822: Make inspect.isabstract() work during __init_subclass__. (#678) by Nate · 8 years ago
  13. 9eb5ca0 bpo-29751: add Cheryl Sabella to Misc/ACKS (GH-1268) by Mariatta · 8 years ago
  14. 7bfd740 Remove unneeded Misc/NEWS entry for bpo-29802. (#1251) by Serhiy Storchaka · 8 years ago
  15. 9616a82 bpo-29960 _random.Random corrupted on exception in setstate(). (#1019) by bladebryan · 8 years ago
  16. 40db90c bpo-29802: Fix reference counting in module-level struct functions (#1213) by Serhiy Storchaka · 8 years ago
  17. b4dc6af bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168) by Dong-hee Na · 8 years ago
  18. a79f4c2 bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (#1131) by Serhiy Storchaka · 8 years ago
  19. d90045f bpo-22352: Adjust widths in the output of dis.dis() for large line numbers and (#1153) by Serhiy Storchaka · 8 years ago
  20. bf623ae bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) by Serhiy Storchaka · 8 years ago
  21. fdbd011 bpo-10076: Compiled regular expression and match objects now are copyable. (#1000) by Serhiy Storchaka · 8 years ago
  22. baf9f29 bpo-29839: Raise ValueError rather than OverflowError in len() for negative values. (#701) by Serhiy Storchaka · 8 years ago
  23. 026435c bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) by Xiang Zhang · 8 years ago
  24. 39f5956 bpo-29738: Add Olivier Vielpeau to Misc/ACKS (GH-1146) by Mariatta · 8 years ago
  25. f9f87f0 bpo-11913: Add README.rst to the distutils standard READMEs list (#563) by Ryan Gonzalez · 8 years ago
  26. 9476299 bpo-29869: Add Nevada Sanchez to Misc/ACKS (GH-1125) by Mariatta · 8 years ago
  27. 22a594a bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089) by Armin Rigo · 8 years ago
  28. 5908300 bpo-29995: re.escape() now escapes only special characters. (#1007) by Serhiy Storchaka · 8 years ago
  29. a6902e6 bpo-26985: Add missing info of code object in inspect documentation (GH-1090) by Xiang Zhang · 8 years ago
  30. 4c0d9ea bpo-30017: Allowed calling the close() method of the zip entry writer object (#1041) by Serhiy Storchaka · 8 years ago
  31. e8a6bb4 bpo-29692: Add missing ACKS entry (#1079) by Nick Coghlan · 8 years ago
  32. 00c75e9 bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH-949) by svelankar · 8 years ago
  33. 19e0494 bpo-29506: Clarify deep copy note in copy module by Sanyam Khurana · 8 years ago
  34. 0e6cb2e bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461) by Aviv Palivoda · 8 years ago
  35. b785396 bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) by Serhiy Storchaka · 8 years ago
  36. 205e00c bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843) by Serhiy Storchaka · 8 years ago
  37. 93b4b47 bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (#24) by Stuart Berg · 8 years ago
  38. a0ce375 bpo-29962: add math.remainder (#950) by Mark Dickinson · 8 years ago
  39. a0157b5 Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) by Serhiy Storchaka · 8 years ago
  40. f78b119 bpo-29649: Improve struct.pack_into() boundary error messages (#424) by Andrew Nester · 8 years ago
  41. e8c7631 bpo-19225: Add a table of warning names and missed exception names in C API doc (#881) by cocoatomo · 8 years ago
  42. 351adda bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298) by Pierre Quentel · 8 years ago
  43. 11fa3c7 bpo-29957: change LBYL key lookup to dict.setdefault (#938) by Michael Selik · 8 years ago
  44. e82cf86 bpo-29949: Fix set memory usage regression (GH-943) by INADA Naoki · 8 years ago
  45. 7bd8d3e bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (#879) by s-sanjay · 8 years ago
  46. 314d6fc bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927) by Serhiy Storchaka · 8 years ago
  47. 5466d4a bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#889) by T. Wouters · 8 years ago
  48. 06e5225 bpo-10030: Sped up reading encrypted ZIP files by 2 times. (#550) by Serhiy Storchaka · 8 years ago
  49. d4edfc9 bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) by Serhiy Storchaka · 8 years ago
  50. 762ec97 bpo-29204: Emit warnings for already deprecated ElementTree features. (#773) by Serhiy Storchaka · 8 years ago
  51. 16f8523 bpo-29913: deprecate compare_networks() in documentation (GH-865) by s-sanjay · 8 years ago
  52. 576def0 bpo-27863: Fixed multiple crashes in ElementTree. (#765) by Serhiy Storchaka · 8 years ago
  53. 918403c bpo-29816: Shift operation now has less opportunity to raise OverflowError. (#680) by Serhiy Storchaka · 8 years ago
  54. ea720fe bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502) by Serhiy Storchaka · 8 years ago
  55. 0a58f72 bpo-24821: Fixed the slowing down to 25 times in the searching of some (#505) by Serhiy Storchaka · 8 years ago
  56. 794623b bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693) by Xiang Zhang · 8 years ago
  57. 1cf93a7 bpo-10379: add 'monetary' to format_string, deprecate format by Garvit Khatri · 8 years ago
  58. c8fa45b NEWS: remove duplicated "Build" section (GH-872) by INADA Naoki · 8 years ago
  59. 9f74deb Improve the documentation for template strings (#856) by Barry Warsaw · 8 years ago
  60. 8cea592 bpo-29643: Fix check for --enable-optimizations (GH-129) by Alex Wang · 8 years ago
  61. bbd3cf8 Fix ref cycles in TestCase.assertRaises() (#193) by Victor Stinner · 8 years ago
  62. 5fb278f Fixes sphinx warning in "changelog" misc/NEWS (#829) by Michael Seifert · 8 years ago
  63. 4aec9a8 bpo-29901: Improve support of path-like objects in zipapp. (#815) by Serhiy Storchaka · 8 years ago
  64. 671079e bpo-29894: Deprecate returning an instance of complex subclass from __complex__. (#798) by Serhiy Storchaka · 8 years ago
  65. af7b9ec bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805) by Serhiy Storchaka · 8 years ago
  66. 8988945 bpo-29861: release references to multiprocessing Pool tasks (#743) by Antoine Pitrou · 8 years ago
  67. e304e33 bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799) by Serhiy Storchaka · 8 years ago
  68. 20fbf8a faulthandler: Restore the old sigaltstack during teardown (#777) by Christophe Zeitouny · 8 years ago
  69. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 8 years ago
  70. 1e2147b bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477) by Nathaniel J. Smith · 8 years ago
  71. d7fa6b2 bpo-29859: Fix error messages from return codes for pthread_* calls (GH-741) by Daniel Birnstiel · 8 years ago
  72. 4830f58 bpo-29849: fix a memory leak in import_from (GH-712) by Xiang Zhang · 8 years ago
  73. df82808 bpo-20087: Revert "make the glibc alias table take precedence over the X11 one (#422)" (#713) by Benjamin Peterson · 8 years ago
  74. e46fb86 bpo-28876: bool of large range raises OverflowError (#699) by 4kir4 · 8 years ago
  75. 80ec836 bpo-29748: Added the slice index converter in Argument Clinic. (#549) by Serhiy Storchaka · 8 years ago
  76. a5af6e1 bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) by Serhiy Storchaka · 8 years ago
  77. bd583ef bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (#527) by Nate · 8 years ago
  78. 6c3d527 bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords are not strings (#649) by Michael Seifert · 8 years ago
  79. 7e2a54c bpo-28856: Let %b format for bytes support objects that follow the buffer protocol (GH-546) by Xiang Zhang · 8 years ago
  80. 2b27e2e bpo-29742: asyncio get_extra_info() throws exception (#525) by Nikolay Kim · 8 years ago
  81. 4125e5c bpo-26121: Revert to using the own implementations of lgamma and gamma on all platforms. (#637) by Serhiy Storchaka · 8 years ago
  82. c2cf128 bpo-8256: Fixed possible failing or crashing input() (#517) by Serhiy Storchaka · 8 years ago
  83. 27abb0e bpo-29723: Add missing NEWS entry (#638) by Nick Coghlan · 8 years ago
  84. f659598 bpo-28692: Deprecate using non-integer value for selecting a plural form in gettext. (#507) by Serhiy Storchaka · 8 years ago
  85. 202fda5 bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) by Serhiy Storchaka · 8 years ago
  86. 97553fd bpo-26121: Use C library implementation for math functions: (#515) by Serhiy Storchaka · 8 years ago
  87. 0f6d733 bpo-29619: Convert st_ino using unsigned integer (#557) by Victor Stinner · 8 years ago
  88. 964281a bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570) by orenmn · 8 years ago
  89. a7cba27 bpo-29645: Speed up importing the webbrowser module. (#484) by Serhiy Storchaka · 8 years ago
  90. 8606e95 bpo-28231: The zipfile module now accepts path-like objects for external paths. (#511) by Serhiy Storchaka · 8 years ago
  91. 21a7431 Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554) by Benjamin Peterson · 8 years ago
  92. 02371e0 make the glibc alias table take precedence over the X11 one (#422) by Benjamin Peterson · 8 years ago
  93. 9f8ad3f bpo-29568: Disable any characters between two percents for escaped percent "%%" in the format string for classic string formatting. (GH-513) by Serhiy Storchaka · 8 years ago
  94. d5d3249 bpo-26915: Test identity first in membership operation in index() and count() methods of collections.abc.Sequence (GH-503) by Xiang Zhang · 8 years ago
  95. 8f6b344 bpo-28682: Added support for bytes paths in os.fwalk(). (#489) by Serhiy Storchaka · 8 years ago
  96. 2e56424 bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518) by Serhiy Storchaka · 8 years ago
  97. b76ad51 bpo-29714: Fix a regression that bytes format may fail when containing zero bytes inside. (GH-499) by Xiang Zhang · 8 years ago
  98. 58d23e6 bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486) by Serhiy Storchaka · 8 years ago
  99. de04644 bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) by Ned Deily · 8 years ago
  100. 5c4b0d0 bpo-27593: Get SCM build info from git instead of hg. (#446) by Ned Deily · 8 years ago