1. 393f1ff bpo-32968: Make modulo and floor division involving Fraction and float consistent with other operations (#5956) by Elias Zamaria · 6 years ago
  2. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 6 years ago
  3. 20678fd Add docstrings to public methods from context.c (GH-8531) by Peter Lamut · 6 years ago
  4. 3f8c691 bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527) by Mickaël Schoentgen · 6 years ago
  5. b91a3a0 bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114) by Eitan Adler · 6 years ago
  6. 9c5ba09 closes bpo-34050: Fix link in SSL docs (GH-8173) by Marcin Niemira · 6 years ago
  7. d134809 bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) by Wonsup Yoon · 6 years ago
  8. 2487f30 bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) by Steve Weber · 6 years ago
  9. 3a5b0d8 bpo-33504: Migrate configparser from OrderedDict to dict. (#6819) by John Reese · 6 years ago
  10. c651275 bpo-32380: Create functools.singledispatchmethod (#6306) by Ethan Smith · 6 years ago
  11. 4054b17 bpo-26103: Fix inspect.isdatadescriptor() and a data descriptor definition. (GH-1959) by Aaron Hall, MBA · 6 years ago
  12. c66c342 bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) by CtrlZvi · 6 years ago
  13. c2f082e bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) by Zvezdan Petkovic · 6 years ago
  14. 5db5c06 bpo-21475: Support the Sitemap extension in robotparser (GH-6883) by Christopher Beacham · 6 years ago
  15. d063b84 bpo-33497: Add NEWS and ACKS entries. (GH-6838) by Ned Deily · 6 years ago
  16. 69a013e bpo-33281: NEWS and ACK (GH-6681) by Ned Deily · 6 years ago
  17. 7d68bfa bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442) by sblondon · 6 years ago
  18. 650ba4f acks += chrBrd (#6584) by Łukasz Langa · 6 years ago
  19. 2bea947 acks += Zsolt Dollenstein (#6490) by Łukasz Langa · 6 years ago
  20. c93938b bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259) by Serhiy Storchaka · 6 years ago
  21. c87eb09 bpo-29613: Added support for SameSite cookies (GH-6413) by Alex Gaynor · 6 years ago
  22. 3a9ccee bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) by Marcel Plch · 6 years ago
  23. dfbbbf1 bpo-32337: Update documentats about dict order (GH-4973) by hui shang · 6 years ago
  24. 8534d53 bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) (GH-6113) by Ned Deily · 6 years ago
  25. 40472dd bpo-33018: Improve issubclass() error checking and message. (GH-5944) by jab · 6 years ago
  26. 5affd5c bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (#5772) by Miro Hrončok · 6 years ago
  27. 0e6c8ee bpo-32981: Fix catastrophic backtracking vulns (#5955) by Jamie Davis · 6 years ago
  28. 6b5df90 bpo-32147: Improved perfomance of binascii.unhexlify(). (GH-4586) by Sergey Fedoseev · 6 years ago
  29. 33dddac bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) by Anselm Kruis · 6 years ago
  30. 745dc65 closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800) by Eddie Elizondo · 6 years ago
  31. 80d20b9 bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (#5240) by Zackery Spytz · 6 years ago
  32. a445feb bpo-30688: Support \N{name} escapes in re patterns. (GH-5588) by Serhiy Storchaka · 7 years ago
  33. 2411292 bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) by Serhiy Storchaka · 7 years ago
  34. a48e78a bpo-32585: Add tkinter.ttk.Spinbox. (#5221) by Alan D Moore · 7 years ago
  35. 2f79c01 bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) by Bar Harel · 7 years ago
  36. ce0f33d bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149) by Bo Bayles · 7 years ago
  37. 1e34da4 bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582) by embg · 7 years ago
  38. 863b1e4 bpo-29237: Create enum for pstats sorting options (GH-5103) by mwidjaja · 7 years ago
  39. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 7 years ago
  40. f7686c1 bpo-29970: Add timeout for SSL handshake in asyncio by Neil Aspinall · 7 years ago
  41. b2a6083 bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Windows (#1218) by Segev Finer · 7 years ago
  42. 2001900 bpo-32255: Always quote a single empty field when write into a CSV file. (#4769) by Licht Takeuchi · 7 years ago
  43. ede2ac9 bpo-23033: Improve SSL Certificate handling (GH-937) by Mandeep Singh · 7 years ago
  44. 8d9bb11 bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537) by Berker Peksag · 7 years ago
  45. f6f90ff bpo-30057: Fix potential missed signal in signal.signal(). (#4258) by Antoine Pitrou · 7 years ago
  46. e8b1965 bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) by stratakis · 7 years ago
  47. 66c88ce Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109) by Alexander Belopolsky · 7 years ago
  48. ea2ef5d bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817) by jlacoline · 7 years ago
  49. de86073 bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014) by Zane Bitter · 7 years ago
  50. 6cfa927 bpo-31334: Fix timeout in select.poll.poll() (GH-3277) by Riccardo Coccioli · 7 years ago
  51. c30b55b bpo-31558: Update NEWS and ACKS (#4013) by Łukasz Langa · 7 years ago
  52. 6a396c9 bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011) by Feanil Patel · 7 years ago
  53. 586c050 bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229) by Pablo Galindo · 7 years ago
  54. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  55. 384899d bpo-30737: Update DevGuide links to new URL (GH-3228) by Lisa Hewus Fresh · 7 years ago
  56. a30f6d4 bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956) by Pier-Yves Lessard · 7 years ago
  57. 5fe59f8 bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153) by Łukasz Langa · 7 years ago
  58. ea57923 bpo-23835: [docs] configparser converts defaults to strings (#3176) by Łukasz Langa · 7 years ago
  59. 02f3b7d bpo-31109: Convert zipimport to use Argument Clinic (GH-2990) by Yaron de Leeuw · 7 years ago
  60. 7cc3399 bpo-30983: Revert changes which broke most buildbots (#3100) by Victor Stinner · 7 years ago
  61. f978405 Add Bruno Penteado to ACKS (#3091) by Łukasz Langa · 7 years ago
  62. 48d9823 bpo-5001, bpo-31169: Fix two uninformative asserts in multiprocessing/managers.py (#3078) by Allen W. Smith, Ph.D · 7 years ago
  63. b811d66 bpo-31072: Add filter to zipapp (#3021) by Jeffrey Rackauckas · 7 years ago
  64. 8238ef0 Add author of the fix for #30841 to ACKS. (#3001) by Łukasz Langa · 7 years ago
  65. c4c9866 bpo-31107: Fix copyreg mangled slot names calculation. (#2989) by Shane Harvey · 7 years ago
  66. 47320a6 Document Path.is_mount(), update Misc/ACKS and Misc/NEWS (#2980) by Łukasz Langa · 7 years ago
  67. b3527bf bpo-30964: Mention ensurepip in package installation docs (GH-2786) by Nicholas · 7 years ago
  68. 287c559 bpo-30822: Fix testing of datetime module. (#2530) (#2783) by Utkarsh Upadhyay · 7 years ago
  69. 8207c17 Revert "bpo-30822: Fix testing of datetime module." (#2588) by Victor Stinner · 7 years ago
  70. 98b6bc3 bpo-30822: Fix testing of datetime module. (#2530) by Utkarsh Upadhyay · 7 years ago
  71. 8a8d285 bpo-30441: Fix bug when modifying os.environ while iterating over it (#2409) by Osvaldo Santana Neto · 7 years ago
  72. fae2c35 bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (#2306) by wohlganger · 7 years ago
  73. a7874c7 bpo-30769: Fix reference leak introduced in 77703942c59 (#2416) by Eric N. Vander Weele · 7 years ago
  74. b350c22 bpo-30532: Fix whitespace folding in certain cases by Joel Hillacre · 7 years ago
  75. c38e32a bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268) by Alexandru Ardelean · 7 years ago
  76. 90e01e5 urllib: Simplify splithost by calling into urlparse. (#1849) by postmasters · 7 years ago
  77. 5cc7ac2 bpo-30629: Add Motoki Naruse to Misc/ACKS (#2284) by Motoki Naruse · 7 years ago
  78. b459f74 [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) by mircea-cosbuc · 7 years ago
  79. 171b9a3 bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (#2016) by Roy Williams · 7 years ago
  80. 897bba7 bpo-30584: Fix test_os fails on non-English Windows (#1980) by Denis Osipov · 7 years ago
  81. add98eb bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893) by Antoine Pietri · 7 years ago
  82. 8b7a4cc bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439) by Oz N Tiram · 7 years ago
  83. ae8750b bpo-24899: Add comparison table for os.path -> pathlib (GH-1753) by Jamiel Almeida · 7 years ago
  84. aead53b bpo-30245: Fix possible overflow when organize struct.pack_into error message (#1682) by Johan Liu · 7 years ago
  85. 9498782 bpo-29851: Have importlib.reload() raise ImportError if the module's spec is not found (GH-972) by Garvit Khatri · 7 years ago
  86. f82c951 bpo-30395 _PyGILState_Reinit deadlock fix (#1734) by Jason Fried · 7 years ago
  87. 753bca3 bpo-27945: Fixed various segfaults with dict. (#1657) by Serhiy Storchaka · 7 years ago
  88. 763557e bpo-17188: DOC: Document 'from None' in raise statement (#1671) by csabella · 7 years ago
  89. 79ef7f8 bpo-30357: test_thread now uses threading_cleanup() (#1592) by Victor Stinner · 7 years ago
  90. 600c5ad bpo-30178: Add Jim Fasarakis-Hilliard to Misc/ACKS (GH-1572) by Mariatta · 7 years ago
  91. f6eae5b bpo-28787: Fix out of tree --with-dtrace builds (#135) by stratakis · 7 years ago
  92. a1054c3 bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478) by torsava · 7 years ago
  93. ab7886b bpo-30101: Add support for curses.A_ITALIC. (#1015) by Eijebong · 7 years ago
  94. 9eb5ca0 bpo-29751: add Cheryl Sabella to Misc/ACKS (GH-1268) by Mariatta · 7 years ago
  95. 9616a82 bpo-29960 _random.Random corrupted on exception in setstate(). (#1019) by bladebryan · 7 years ago
  96. b4dc6af bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168) by Dong-hee Na · 7 years ago
  97. 39f5956 bpo-29738: Add Olivier Vielpeau to Misc/ACKS (GH-1146) by Mariatta · 7 years ago
  98. 9476299 bpo-29869: Add Nevada Sanchez to Misc/ACKS (GH-1125) by Mariatta · 7 years ago
  99. e8a6bb4 bpo-29692: Add missing ACKS entry (#1079) by Nick Coghlan · 7 years ago
  100. 19e0494 bpo-29506: Clarify deep copy note in copy module by Sanyam Khurana · 7 years ago