1. 101a5e8 bpo-31648: Improve ElementPath (#3835) by scoder · 7 years ago
  2. 3d2b407 bpo-31574: importlib dtrace (#3749) by Christian Heimes · 7 years ago
  3. d87b105 bpo-31638: Add compression support to zipapp (GH-3819) by Zhiming Wang · 7 years ago
  4. 8d59aca Fix typo in Simple Statements documentation (GH-3809) by kms70847 · 7 years ago
  5. 236329e point to the module-level get_ident function rather than the one in _thread (#3782) by Benjamin Peterson · 7 years ago
  6. 4a2d00c bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691) by Guilherme Caminha · 7 years ago
  7. f1502d0 bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) by Stefan Grönke · 7 years ago
  8. 49392c6 bpo-27385: Clarify docstring for groupby() (#3738) by Raymond Hettinger · 7 years ago
  9. 0d4497b bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound methods (#3739) by Raymond Hettinger · 7 years ago
  10. 0bf287b bpo-18558: Clarify glossary entry for "Iterable" (#3732) by Raymond Hettinger · 7 years ago
  11. 5b9299d bpo-30085: Improve documentation for operator (#1171) by Sanket Dasgupta · 7 years ago
  12. 8337239 Update Email library documentation example (GH-3720) by Henk-Jaap Wagenaar · 7 years ago
  13. 2fad102 bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (#3667) by Serhiy Storchaka · 7 years ago
  14. c247caf bpo-30346: An iterator produced by the itertools.groupby() iterator (#1569) by Serhiy Storchaka · 7 years ago
  15. 039b25d bpo-31564: Update typing documentation (GH-3696) by topper-123 · 7 years ago
  16. aecc08a Docs: correct hashlib.blake2 keyed hashing example (bpo-31560) by Dmitry Chestnykh · 7 years ago
  17. da9b4cf bpo-31423: Fix building the PDF documentation (GH-3693) by François Magimel · 7 years ago
  18. 35425d6 bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438) by Barry Warsaw · 7 years ago
  19. b1558a0 bpo-31443: Update included code. (#3697) by Stefan Krah · 7 years ago
  20. ca72589 bpo-31443: Formulate the type slot initialization rules in terms of C99. (#3688) by Stefan Krah · 7 years ago
  21. 9adda0c bpo-31351: Set return code in ensurepip when pip fails (GH-3626) by Igor Filatov · 7 years ago
  22. aaf6fc0 bpo-26510: make argparse subparsers required by default (#3027) by Anthony Sottile · 7 years ago
  23. 19e4d93 bpo-31533: fix broken link to OpenSSL docs (#3674) by Felipe · 7 years ago
  24. a4bb58f Fix build issues in Doc/make.bat (#3658) by Steve Dower · 7 years ago
  25. b43c4ca Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3648) by Antoine Pitrou · 7 years ago
  26. 9b47af6 bpo-31501: Operator precedence description for arithmetic operators (#3633) by svelankar · 7 years ago
  27. 63c591c bpo-31487: Update F-strings doc example (GH-3627) by Mariatta · 7 years ago
  28. f361897 Improve f-strings documentation (GH-3604) by Mariatta · 7 years ago
  29. 0ec8c4b bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-3617) by Mariatta · 7 years ago
  30. 3f9eee6 bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593) by Eric Snow · 7 years ago
  31. e82c034 bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531) by Christian Heimes · 7 years ago
  32. 4df60f1 bpo-31386: Custom wrap_bio and wrap_socket type (#3426) by Christian Heimes · 7 years ago
  33. ff70289 bpo-314777: IDLE - improve rstrip entry in doc (#3602) by Terry Jan Reedy · 7 years ago
  34. 992f613 Fix description in Python 3.7 What's New (#3603) by Paul Romano · 7 years ago
  35. da67e0d bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) by Michael Seifert · 7 years ago
  36. b2e5794 bpo-31338 (#3374) by Barry Warsaw · 7 years ago
  37. 6a396c9 bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011) by Feanil Patel · 7 years ago
  38. 93c92f7 bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) by Eric Snow · 7 years ago
  39. 312ffea Improve code examples in hashlib cookie signing (GH-3562) by sww · 7 years ago
  40. 1b8f612 bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) by Mariatta · 7 years ago
  41. b8d1b9d Mention enum as an ex (#2982) by Louie Lu · 7 years ago
  42. ea0f7c2 bpo-31394: Make tokenize.rst PEP 8-compliant (GH-3526) by Mariatta · 7 years ago
  43. 5f8fbf9 bpo-31394: Clarify documentation about token type attribute (GH-3469) by Aivar Annamaa · 7 years ago
  44. 98758bc bpo-31421: Document how IDLE runs tkinter programs. (#3513) by Terry Jan Reedy · 7 years ago
  45. adb4cd2 bpo-27099: Finish updating IDLE doc and help text. (#3510) by Terry Jan Reedy · 7 years ago
  46. 58fc71c bpo-27099: IDLE - Convert built-in extensions to regular features (#2494) by wohlganger · 7 years ago
  47. 8b57d73 bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#3454) by Raymond Hettinger · 7 years ago
  48. 30644de Improve IncrementalEncoder documentation (GH-2746) by Zhiming Wang · 7 years ago
  49. a7fbad9 Make `json.dumps()` example to be PEP-8 compliant. (GH-3472) by Sergey Fedoseev · 7 years ago
  50. b3ad0e5 bpo-28182: Expose OpenSSL verification results (#3412) by Christian Heimes · 7 years ago
  51. 70c2dd3 Show example of itemgetter() applied to a dictionary (#3431) by Raymond Hettinger · 7 years ago
  52. cb5b68a bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363) by Christian Heimes · 7 years ago
  53. 590665c bpo-31036: Allow sphinx and blurb to be found automatically (#3440) by Ned Deily · 7 years ago
  54. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 7 years ago
  55. 3147b04 bpo-31270: Modification of Pr 3200 (#3427) by Raymond Hettinger · 7 years ago
  56. 0c72a0c Update copyright PSF to 2001-2017 (#3421) by Christian Heimes · 7 years ago
  57. 586c050 bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229) by Pablo Galindo · 7 years ago
  58. 397c467 bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newlines. (#3272) by Elena Oat · 7 years ago
  59. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  60. 738b7d9 bpo-22635: subprocess.getstatusoutput doc update. (#3398) by Gregory P. Smith · 7 years ago
  61. 0f6b9d2 bpo-14191 Add parse_intermixed_args. (#3319) by R. David Murray · 7 years ago
  62. ad0ffa0 bpo-21649: Add RFC 7525 and Mozilla server side TLS (#3387) by Christian Heimes · 7 years ago
  63. 49ce74e Remove all mention of Windows IA-64 support (GH-3389) by Zachary Ware · 7 years ago
  64. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  65. 5fcd5e6 bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) by Steve Dower · 7 years ago
  66. 60dbed1 link to legacy doc on the non-legacy website (#3362) by Benjamin Peterson · 7 years ago
  67. 52451fb Prevent a few make suspicious warnings. (#3341) by Ned Deily · 7 years ago
  68. fcd97d4 Include additional changes to support blurbified NEWS (#3340) by Ned Deily · 7 years ago
  69. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 7 years ago
  70. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  71. 973b901 What's New for bpo-1198569 (#3303) by Barry Warsaw · 7 years ago
  72. d5cd21d Fixes doc/make.bat to properly handle quoted paths. (#3302) by Steve Dower · 7 years ago
  73. 5b79d60 remote note about IRIX in aifc (#3299) by Benjamin Peterson · 7 years ago
  74. ba42796 bpo-1198569: Allow string.Template braced pattern to be different (#3288) by Barry Warsaw · 7 years ago
  75. f9f1734 Blurbify master branch. (#3298) by larryhastings · 7 years ago
  76. 0c7983e Clarify nature of parse_args 'args' argument. (#3292) by R. David Murray · 7 years ago
  77. 122e88a bpo-30096: Use ABC in abc reference examples (#1220) by Eric Appelt · 7 years ago
  78. 384899d bpo-30737: Update DevGuide links to new URL (GH-3228) by Lisa Hewus Fresh · 7 years ago
  79. d9a2b99 Fix the indentation in Extending Python code example (GH-3244) by Sergey Fedoseev · 7 years ago
  80. 006617f bpo-31065: Add doc about Popen.poll returning None. (#3169) by Ivan Chernoff · 7 years ago
  81. e9d978f Fix a typo in the Programming FAQ. (#3230) by Gregory P. Smith · 7 years ago
  82. a30f6d4 bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956) by Pier-Yves Lessard · 7 years ago
  83. ed94a8b bpo-26656: Improve re.compile documentation (GH-3211) by Henk-Jaap Wagenaar · 7 years ago
  84. 0780bf7 bpo-31072: Rename the new filter argument for zipapp.create_archive. (#3049) by Paul Moore · 7 years ago
  85. a5fab17 bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191) by Łukasz Langa · 7 years ago
  86. a6296d3 bpo-31095: fix potential crash during GC (GH-2974) by INADA Naoki · 7 years ago
  87. ea57923 bpo-23835: [docs] configparser converts defaults to strings (#3176) by Łukasz Langa · 7 years ago
  88. a3110a0 Fix a minor grammar issue in the logging cookbook (GH-3136) by Brett Cannon · 7 years ago
  89. b9ff498 Fix broken `Show Source` links on documentation pages (GH-3113) by Elmar Ritsch · 7 years ago
  90. fe2b56a bpo-31183: `dis` now handles coroutines & async generators (GH-3077) by syncosmic · 7 years ago
  91. b616b97 Update the language selection in the docs language switch. (GH-3114) by Julien Palard · 7 years ago
  92. 7b40cb7 bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305) by Christian Heimes · 7 years ago
  93. 143be36 bpo-31191: Improve grammar in threading.Barrier docs (GH-3080) by Saurabh Chaturvedi · 7 years ago
  94. dadca48 Fix typo in 3.7 What's New (GH-3069) by Daniel Himmelstein · 7 years ago
  95. 122081d bpo-31159: fix language switch regex on unknown yet built languages. (#3039) by Julien Palard · 7 years ago
  96. b811d66 bpo-31072: Add filter to zipapp (#3021) by Jeffrey Rackauckas · 7 years ago
  97. c82b7f3 bpo-31149: Doc: Add Japanese to the language switcher. (#3028) by Julien Palard · 7 years ago
  98. dff9b5f bpo-31045: Language switch (#2652) by Julien · 7 years ago
  99. 87c3c5d Improve grammar in asyncio documentation (GH-2993) by Mike DePalatis · 7 years ago
  100. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago