1. a267056 bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842) by Alexey Izbyshev · 7 years ago
  2. 4acf6c9 bpo-34536: Cleanup test_enum imports (GH-9979) by Victor Stinner · 7 years ago
  3. ded87d8 bpo-33594: Add deprecation info in inspect.py module (GH-7036) by Matthias Bussonnier · 7 years ago
  4. 0f14fc1 bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294) by Andrés Delfino · 7 years ago
  5. 6f17e51 bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349) by Serhiy Storchaka · 7 years ago
  6. d6a61f2 Elaborate datetime.timedelta docstring (GH-7458) by Chris Barker · 7 years ago
  7. 8deab96 bpo-34070: open() only checks for isatty if buffering < 0 (GH-8187) by David Herberth · 7 years ago
  8. acef690 queue doc: Clarify that the simple FIFO queue is SimpleQueue (GH-8372) by Julien Palard · 7 years ago
  9. 96200eb unittest.mock doc: Fix references to recursive seal of Mocks (GH-9028) by Mario Corchero · 7 years ago
  10. 5a30620 bpo-25750: Add test on bad descriptor __get__() (GH-9084) by jdemeyer · 7 years ago
  11. b2e2025 bpo-33073: Rework int.as_integer_ratio() implementation (GH-9303) by Serhiy Storchaka · 7 years ago
  12. b981fec Use dict unpacking in functools.partial() docs (GH-9412) by Sergey Fedoseev · 7 years ago
  13. 3bd0d62 Fix typos in comments (GH-9905) by Quan Tian · 7 years ago
  14. f192aeb bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 7 years ago
  15. dd13c88 bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 7 years ago
  16. 55f8249 bpo-34741: Get rid of tp_getattro and tp_setattro in pyexpat.xmlparser. (GH-9422) by Serhiy Storchaka · 7 years ago
  17. 6543912 bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652) by Serhiy Storchaka · 7 years ago
  18. 2091448 bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) by matthewbelisle-wf · 7 years ago
  19. f081fd8 bpo-35013: Add more type checks for children of Element. (GH-9944) by Serhiy Storchaka · 7 years ago
  20. 68def05 Fix several reference counting bugs in pyexpat.c. (GH-9955) by Zackery Spytz · 7 years ago
  21. d16f012 bpo-31522: mailbox.get_string: pass `from_` parameter to `get_bytes` (#9857) by Cheryl Sabella · 7 years ago
  22. 5be0024 bpo-26441: Remove documentation for deleted to_splittable and from_splittable methods (#9865) by Braden Groom · 7 years ago
  23. e3d1455 Update opcode.h header comment to mention the source data file (GH-9935) by Shivank98 · 7 years ago
  24. 1deea5e bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) by Juliette Monsel · 7 years ago
  25. bbd90e4 Updated documentation on logging.debug(). (GH-9946) by Vinay Sajip · 7 years ago
  26. b7ad31c bpo-34765: Update the install-sh file (GH-9592) by stratakis · 7 years ago
  27. 6f906b3 bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924) by Serhiy Storchaka · 7 years ago
  28. 9d4712b bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) by Gregory P. Smith · 7 years ago
  29. 74a8b6e bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) by Stéphane Wirtel · 7 years ago
  30. 0f11a88 Add missing comma to wsgiref doc (GH-9932) by Cheryl Sabella · 7 years ago
  31. fcd5e84 bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) by Stéphane Wirtel · 7 years ago
  32. 8e73ad3 Doc: Fix is_prime (GH-9909) by Julien Palard · 7 years ago
  33. c984d20 In email docs, correct spelling of foregoing (#9856) by Cheryl Sabella · 7 years ago
  34. a5ca985 In email.parser in message_from_bytes, update `strict` to `policy` (#9854) by Cheryl Sabella · 7 years ago
  35. 137b063 bpo-34997: Fix test_logging.ConfigDictTest.test_out_of_order (GH-9913) by Pablo Galindo · 7 years ago
  36. 1a4a10d Added CLI starter example to logging cookbook. (GH-9910) by Vinay Sajip · 7 years ago
  37. ea75187 bpo-34783: Fix test_nonexisting_script() (GH-9896) by Victor Stinner · 7 years ago
  38. 43a5bd7 bpo-23554: Change echo server example class name from EchoServerClientProtocol to EchoServerProtocol (GH-9859) by Braden Groom · 7 years ago
  39. 2e438cc bpo-34989: python-gdb.py: fix current_line_num() (GH-9889) by Victor Stinner · 7 years ago
  40. ee171a2 Stop using deprecated logging API in Sphinx suspicious checker (GH-9875) by Pablo Galindo · 7 years ago
  41. 6bdb6f7 fix dangling keyfunc examples in documentation of heapq and sorted (#1432) by Wolfgang Maier · 7 years ago
  42. 18fb1fb bpo-34844: logging.Formatter enhancement - Ensure style and format string matches in logging.Formatter (GH-9703) by BNMetrics · 7 years ago
  43. e890421 bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852) by Serhiy Storchaka · 7 years ago
  44. de2aea0 bpo-34939: Allow annotated global names in module namespace (GH-9844) by Pablo Galindo · 7 years ago
  45. bd036d3 bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850) by Pablo Galindo · 7 years ago
  46. c8bb467 Update compound_stmts.rst (#9864) by Andrés Delfino · 7 years ago
  47. b11c566 bpo-34941: Fix searching Element subclasses. (GH-9766) by Serhiy Storchaka · 7 years ago
  48. d274afb bpo-33656: Move pyshell ctypes import inside try block. (GH-9858) by Terry Jan Reedy · 7 years ago
  49. 97cf082 bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) by Andrew Svetlov · 7 years ago
  50. 1a997eb Add new tests for bytes and bytearray constructors. (GH-9843) by Serhiy Storchaka · 7 years ago
  51. a486a47 Fixes issues in Windows release upload script (GH-9845) by Steve Dower · 7 years ago
  52. d4d6013 bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569) by Zackery Spytz · 7 years ago
  53. 0461704 bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if the queue is closed. (GH-9010) by Zackery Spytz · 7 years ago
  54. e385d06 bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827) by Stéphane Wirtel · 7 years ago
  55. f6c29a6 bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831) by Ned Deily · 7 years ago
  56. 17775ae4 Pin again sphinx version as stated in the comment. (GH-9824) by Julien Palard · 7 years ago
  57. bf03471 bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768) by Juliette Monsel · 7 years ago
  58. dc0d571 bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822) by Serhiy Storchaka · 7 years ago
  59. 2d6097d bpo-11233: Create availability directive for documentation (GH-9692) by Cheryl Sabella · 7 years ago
  60. da2bf9f bpo-34900: Make TestCase.debug() work with subtests (GH-9707) by Bruno Oliveira · 7 years ago
  61. 4505f65 bpo-34203: FAQ now recommends python 3.x over 2.x (GH-9796) by Gus Goulart · 7 years ago
  62. 65d2f8c bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. (GH-8052) by Zackery Spytz · 7 years ago
  63. a4b48f1 bpo-34940: Fix the error handling in _check_for_legacy_statements(). (GH-9764) by Zackery Spytz · 7 years ago
  64. 859c068 bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806) by Stéphane Wirtel · 7 years ago
  65. 53ebf4b Fix an incorrect check in compiler_try_except(). (GH-9810) by Zackery Spytz · 7 years ago
  66. fc439d2 Fix a possible decref of a borrowed reference in symtable.c. (GH-9786) by Zackery Spytz · 7 years ago
  67. 9b8c2e7 bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) by Serhiy Storchaka · 7 years ago
  68. f1aa8ae Micro-optimize list index range checks (GH-9784) by Raymond Hettinger · 7 years ago
  69. 1d26c72 bpo-34576 warn users on security for http.server (#9720) by Felipe Rodrigues · 7 years ago
  70. a6b3ec5 bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607) by Elvis Pranskevichus · 7 years ago
  71. 7e18dee bpo-34926: Make mimetypes.guess_type accept os.PathLike objects (GH-9777) by Mayank Asthana · 7 years ago
  72. 3058b7d bpo-33613: Fix test_semaphore_tracker signal tests when using -Werror (GH-9778) by Pablo Galindo · 7 years ago
  73. d0bb5d7 Convert code of conduct to markdown for Github (GH-9776) by Ammar Askar · 7 years ago
  74. 7c817e6 bpo-34913: Document gzip command line interface (GH-9782) by Stéphane Wirtel · 7 years ago
  75. e8bbc52 bpo-23596: Use argparse for the command line of gzip (GH-9781) by Stéphane Wirtel · 7 years ago
  76. 84eec11 bpo-23596: Add unit tests for the command line for the gzip module (GH-9775) by Stéphane Wirtel · 7 years ago
  77. c880ffe bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) by twisteroid ambassador · 7 years ago
  78. 79d2133 bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656) by Victor Stinner · 7 years ago
  79. 7b31397 bpo-32680 add default "sock" on SMTP objects (#5345) by Romuald Brunet · 7 years ago
  80. 2b2758d Extract sendfile tests into a separate test file (#9757) by Andrew Svetlov · 7 years ago
  81. 199a280 bpo-34758: add .wasm to recognized file extensions in mimetypes module (GH-9464) by travisoneill · 7 years ago
  82. 6261ae9 bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758) by animalize · 7 years ago
  83. 60d230c Extract tests for sock_*() functions into a separate file (GH-9761) by Andrew Svetlov · 7 years ago
  84. 0854b92 bpo-31715 Add mimetype for extension .mjs (#3908) by Bradley Meck · 7 years ago
  85. 5eea0ad bpo-34921: Allow escaped NoReturn in get_type_hints (GH-9750) by Noah Wood · 7 years ago
  86. 4c33997 bpo-34911: Added support for secure websocket cookies (GH-9734) by Paul Bailey · 7 years ago
  87. af5658a bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617) by Juliette Monsel · 7 years ago
  88. a8d5e2f Use double quote instead of backtick to clarify Ellipsis constant (GH-9754) by Xtreak · 7 years ago
  89. de2e448 bpo-34925: Optimize common case for bisect() argument parsing (#9753) by Raymond Hettinger · 7 years ago
  90. fc8205c Add missing closing quote and trailing period in str.isidentifier() docstring (GH-9756) by Emanuele Gaifas · 7 years ago
  91. ffc5a14 bpo-33014: Clarify str.isidentifier docstring (GH-6088) by Sanyam Khurana · 7 years ago
  92. 656d52d bpo-34901: add isolated (-I) flag to sys.flags (GH-9708) by Danish Prakash · 7 years ago
  93. 7dfbd49 Correct grammar mistake in re.rst. (GH-9745) by Andrés Delfino · 7 years ago
  94. 365ad2e bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) by Zackery Spytz · 7 years ago
  95. 683281f bpo-34906: Doc: Fix typos (2) (GH-9735) by Stéphane Wirtel · 7 years ago
  96. ae62f01 bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733) by Zackery Spytz · 7 years ago
  97. cd45385 bpo-34909: keep searching mixins until base class is found (GH-9737) by Ethan Furman · 7 years ago
  98. 9287882 bpo-34158: Documentation UTC offset update (GH-8377) by Christophe Nanteuil · 7 years ago
  99. 7bb9cd0 bpo-34899: Fix a possible assertion failure due to int_from_bytes_impl() (GH-9705) by Zackery Spytz · 7 years ago
  100. addf8af Fix a compiler warning added in bpo-34872. (GH-9722) by Serhiy Storchaka · 7 years ago