1. c0acc0e Improve clarity of try-return-finally-return (GH-15677) (GH-15981) by Miss Islington (bot) · 5 years ago
  2. 0a6693a [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913) by Brett Cannon · 5 years ago
  3. dafbe32 bpo-36324: Apply review comments from Allen Downey (GH-15693) (GH-15694) by Miss Islington (bot) · 5 years ago
  4. 9c2654d bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368) by Miss Islington (bot) · 5 years ago
  5. 6ad0a2c [3.8] bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) (GH-15686) by Abhilash Raj · 5 years ago
  6. d1d42bf bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) by Miss Islington (bot) · 5 years ago
  7. 2cb82d2 bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138) (GH-15557) by Miss Islington (bot) · 5 years ago
  8. 27b38b9 bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227) by Paul Ganssle · 5 years ago
  9. 123f6c4 bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) by Miss Islington (bot) · 5 years ago
  10. 1cc7032 bpo-16970: Adding error message for invalid args (GH-14844) by Miss Islington (bot) · 5 years ago
  11. 77fcccb bpo-37723: Fix performance regression on regular expression parsing. (GH-15030) by Miss Islington (bot) · 5 years ago
  12. d8b914a bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646) by Miss Islington (bot) · 5 years ago
  13. 52ee929 bpo-37627: Add acknowledgment (GH-14883) by Miss Islington (bot) · 5 years ago
  14. b1e4d1b bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) (GH-14759) by Miss Islington (bot) · 5 years ago
  15. b815669 bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163) by Miss Islington (bot) · 5 years ago
  16. 36101c2 closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268) by Miss Islington (bot) · 5 years ago
  17. c7be35c bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607) by Miss Islington (bot) · 5 years ago
  18. aca273e bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545) by Michele Angrisano · 5 years ago
  19. 608876b bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778) by Matěj Cepl · 5 years ago
  20. 933e150 bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479) by Michael J. Sullivan · 5 years ago
  21. 4c7a46e bpo-36972: Add SupportsIndex (GH-13448) by Paul Dagnelie · 5 years ago
  22. ccb7ca7 bpo-36929: Modify io/re tests to allow for missing mod name (#13392) by Max Bernstein · 5 years ago
  23. 4011d86 bpo-23896: Add a grammar where exec isn't a stmt (#13272) by Batuhan Taşkaya · 5 years ago
  24. 522ccef bpo-22865: Expand on documentation for the pty.spawn function (GH-11980) by Geoff Shannon · 5 years ago
  25. 9932fd9 bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-11553) by Niklas Fiekas · 5 years ago
  26. 98ff4d5 bpo-36782: Created C API wrappers and added missing tests for functions in the PyDateTimeAPI. (#13088) by Edison A · 5 years ago
  27. fb7e750 bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) by Paul Monson · 5 years ago
  28. c981ad1 bpo-26707: Enable plistlib to read UID keys. (GH-12153) by Jon Janzen · 5 years ago
  29. 5e48e3d bpo-36845: validate integer network prefix when constructing IP networks (GH-13298) by Nicolai Moore · 5 years ago
  30. 79efbb7 bpo-24538: Fix bug in shutil involving the copying of xattrs to read-only files. (PR-13212) by Olexa Bilaniuk · 5 years ago
  31. 50fed0b bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891) by Gordon P. Hemsley · 5 years ago
  32. a9a2880 bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-12822) by Jakub Molinski · 5 years ago
  33. 1e2ad6c bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849) by mrh1997 · 5 years ago
  34. b7eec94 bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658) by Michael Felt · 5 years ago
  35. 9d7b2c0 bpo-35936: Updates to modulefinder (GH-11787) by Brandt Bucher · 5 years ago
  36. 06e1e68 bpo-34160: Update news entry for XML order attributes (#12335) by Diego Rojas · 5 years ago
  37. 410aea1 canonicalize "Inada Naoki" in ACKS and 3.8 News (GH-12286) by Inada Naoki · 5 years ago
  38. 1fd06f1 bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523) by Rémi Lapeyre · 6 years ago
  39. 995d9b9 bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) by Anthony Sottile · 6 years ago
  40. ab54b9a bpo-35641: IDLE - format calltip properly when no docstring (GH-11415) by Emmanuel Arias · 6 years ago
  41. 92330c0 bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162) by Manjusaka · 6 years ago
  42. 637a33b bpo-2504: Add pgettext() and variants to gettext. (GH-7253) by Cheryl Sabella · 6 years ago
  43. 0e7497c bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704) by guoci · 6 years ago
  44. 59668aa bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) by Lysandros Nikolaou · 6 years ago
  45. ac22f6a bpo-33578: Add getstate/setstate for CJK codec (GH-6984) by Christopher Thorne · 6 years ago
  46. 47d9424 bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures (GH-10090) by Petter Strandmark · 6 years ago
  47. af5658a bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617) by Juliette Monsel · 6 years ago
  48. a0fd7f1 Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535) by Tim Hoffmann · 6 years ago
  49. 4ba3b50 bpo-34472: Add data descriptor signature to zipfile (GH-8871) by Silas Sewell · 6 years ago
  50. 5ac7043 bpo-33073: Adding as_integer_ratio to ints. (GH-8750) by Lisa Roach · 6 years ago
  51. 0fb9fad bpo-34282: Fix Enum._convert shadowing members named _convert (GH-8568) by orlnub123 · 6 years ago
  52. f522374 bpo-33437: add __new__ vs __init__ example (GH-9145) by Ethan Furman · 6 years ago
  53. d5fbe9b bpo-34246: Use no mutable default args in smtplib (GH-8554) by Pablo Aguiar · 6 years ago
  54. 393f1ff bpo-32968: Make modulo and floor division involving Fraction and float consistent with other operations (#5956) by Elias Zamaria · 6 years ago
  55. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 6 years ago
  56. 20678fd Add docstrings to public methods from context.c (GH-8531) by Peter Lamut · 6 years ago
  57. 3f8c691 bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527) by Mickaël Schoentgen · 6 years ago
  58. b91a3a0 bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114) by Eitan Adler · 6 years ago
  59. 9c5ba09 closes bpo-34050: Fix link in SSL docs (GH-8173) by Marcin Niemira · 6 years ago
  60. d134809 bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) by Wonsup Yoon · 6 years ago
  61. 2487f30 bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) by Steve Weber · 6 years ago
  62. 3a5b0d8 bpo-33504: Migrate configparser from OrderedDict to dict. (#6819) by John Reese · 6 years ago
  63. c651275 bpo-32380: Create functools.singledispatchmethod (#6306) by Ethan Smith · 6 years ago
  64. 4054b17 bpo-26103: Fix inspect.isdatadescriptor() and a data descriptor definition. (GH-1959) by Aaron Hall, MBA · 6 years ago
  65. c66c342 bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) by CtrlZvi · 6 years ago
  66. c2f082e bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) by Zvezdan Petkovic · 6 years ago
  67. 5db5c06 bpo-21475: Support the Sitemap extension in robotparser (GH-6883) by Christopher Beacham · 6 years ago
  68. d063b84 bpo-33497: Add NEWS and ACKS entries. (GH-6838) by Ned Deily · 6 years ago
  69. 69a013e bpo-33281: NEWS and ACK (GH-6681) by Ned Deily · 6 years ago
  70. 7d68bfa bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442) by sblondon · 6 years ago
  71. 650ba4f acks += chrBrd (#6584) by Łukasz Langa · 6 years ago
  72. 2bea947 acks += Zsolt Dollenstein (#6490) by Łukasz Langa · 6 years ago
  73. c93938b bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259) by Serhiy Storchaka · 6 years ago
  74. c87eb09 bpo-29613: Added support for SameSite cookies (GH-6413) by Alex Gaynor · 6 years ago
  75. 3a9ccee bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) by Marcel Plch · 6 years ago
  76. dfbbbf1 bpo-32337: Update documentats about dict order (GH-4973) by hui shang · 6 years ago
  77. 8534d53 bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) (GH-6113) by Ned Deily · 6 years ago
  78. 40472dd bpo-33018: Improve issubclass() error checking and message. (GH-5944) by jab · 6 years ago
  79. 5affd5c bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (#5772) by Miro Hrončok · 6 years ago
  80. 0e6c8ee bpo-32981: Fix catastrophic backtracking vulns (#5955) by Jamie Davis · 7 years ago
  81. 6b5df90 bpo-32147: Improved perfomance of binascii.unhexlify(). (GH-4586) by Sergey Fedoseev · 7 years ago
  82. 33dddac bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) by Anselm Kruis · 7 years ago
  83. 745dc65 closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800) by Eddie Elizondo · 7 years ago
  84. 80d20b9 bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (#5240) by Zackery Spytz · 7 years ago
  85. a445feb bpo-30688: Support \N{name} escapes in re patterns. (GH-5588) by Serhiy Storchaka · 7 years ago
  86. 2411292 bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) by Serhiy Storchaka · 7 years ago
  87. a48e78a bpo-32585: Add tkinter.ttk.Spinbox. (#5221) by Alan D Moore · 7 years ago
  88. 2f79c01 bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) by Bar Harel · 7 years ago
  89. ce0f33d bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149) by Bo Bayles · 7 years ago
  90. 1e34da4 bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582) by embg · 7 years ago
  91. 863b1e4 bpo-29237: Create enum for pstats sorting options (GH-5103) by mwidjaja · 7 years ago
  92. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 7 years ago
  93. f7686c1 bpo-29970: Add timeout for SSL handshake in asyncio by Neil Aspinall · 7 years ago
  94. b2a6083 bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Windows (#1218) by Segev Finer · 7 years ago
  95. 2001900 bpo-32255: Always quote a single empty field when write into a CSV file. (#4769) by Licht Takeuchi · 7 years ago
  96. ede2ac9 bpo-23033: Improve SSL Certificate handling (GH-937) by Mandeep Singh · 7 years ago
  97. 8d9bb11 bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537) by Berker Peksag · 7 years ago
  98. f6f90ff bpo-30057: Fix potential missed signal in signal.signal(). (#4258) by Antoine Pitrou · 7 years ago
  99. e8b1965 bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) by stratakis · 7 years ago
  100. 66c88ce Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109) by Alexander Belopolsky · 7 years ago