Skip to content

Instantly share code, notes, and snippets.

@willingc
Created November 1, 2024 23:38
Show Gist options
  • Save willingc/e38a03427d7c6120296011cd61fb85e3 to your computer and use it in GitHub Desktop.
Save willingc/e38a03427d7c6120296011cd61fb85e3 to your computer and use it in GitHub Desktop.
CPython Open Docs PRs "Awaiting Core Review"

GitHub Pull Requests Search Results

Search Query: label:docs label:"awaiting core review" is:open is:pr

Title URL Created At Labels
gh-126180: Remove getopt and optparse deprecation notices Link 2024-10-31T05:35:32Z docs; awaiting core review; DO-NOT-MERGE
gh-126165: Improve docs of function math.isclose Link 2024-10-31T00:45:05Z docs; awaiting core review; skip news
gh-123832: Adjust socket.getaddrinfo docs for better POSIX compliance Link 2024-10-30T13:16:11Z docs; awaiting core review; skip news
gh-125897: Fix the range function refering to step as a kwarg Link 2024-10-24T22:51:04Z docs; awaiting core review; skip news
gh-125887: Update PyObject_HasAttr exception behavior Link 2024-10-24T00:53:10Z docs; awaiting core review; skip news; needs backport to 3.13
gh-125904: fix MRO summary discription in tutorial Link 2024-10-23T23:43:01Z docs; awaiting core review; skip news; needs backport to 3.12; needs backport to 3.13
GH-124985: Document that pathlib.Path.copy() uses copy-on-write. Link 2024-10-22T23:47:56Z docs; awaiting core review; skip news; topic-pathlib
gh-125756: Document Pickler.clear_memo Link 2024-10-20T22:36:12Z docs; awaiting core review; skip news
gh-108362: Retarget incremental GC changes to 3.14 Link 2024-10-14T13:24:51Z docs; awaiting core review; skip news
Destroy the turtle window after its doctests finish Link 2024-10-11T03:32:58Z tests; docs; skip issue; awaiting core review; skip news
GH-124549: Add a note that when over-specifying datetime format, only the last directive gets used. Link 2024-10-05T18:17:14Z docs; awaiting core review; skip news; 3.12; 3.13
Doc: Use critical sections for custom types Link 2024-09-30T20:40:29Z docs; skip issue; awaiting core review; skip news; topic-free-threading
gh-90984: clarify math.rst preamble sentence about return types Link 2024-09-21T04:08:48Z docs; awaiting core review; skip news; needs backport to 3.12; needs backport to 3.13
gh-53189: Document peculiarities of InteractiveConsole in relation to pickle Link 2024-08-16T13:56:29Z docs; awaiting core review; skip news; needs backport to 3.12; needs backport to 3.13
gh-122937: Add docs about annotations evaluation order Link 2024-08-16T07:53:09Z docs; awaiting core review; skip news; needs backport to 3.12; needs backport to 3.13
gh-122450: Fix docs to state denominator positivity of Fraction Link 2024-07-30T14:26:53Z docs; awaiting core review; skip news
gh-120802: Providing more information on __getitem__. Link 2024-07-23T14:12:35Z docs; awaiting core review; skip news
gh-121542: Document trailing newline behavior in set_content() Link 2024-07-09T16:47:58Z docs; awaiting core review; skip news; needs backport to 3.12; needs backport to 3.13
gh-121529: Document from_ parameter in _mboxMMDF methods Link 2024-07-09T11:16:38Z docs; awaiting core review; skip news
gh-99880: document rounding mode for new-style formatting Link 2024-07-08T07:58:10Z docs; awaiting core review; skip news; needs backport to 3.12; needs backport to 3.13
gh-121458: update minimum windows version from 8.1 to 10 Link 2024-07-07T02:16:48Z docs; awaiting core review; skip news
docs: Small clarity change for except* Link 2024-06-27T03:28:19Z docs; skip issue; awaiting core review; skip news
gh-117270: Add missed change to COMPARE_OP from 3.12 to dis documentation Link 2024-03-26T20:42:07Z docs; awaiting core review; skip news
gh-115684: Clarify datetime replace documentation Link 2024-03-08T21:14:25Z docs; awaiting core review; skip news
gh-107784 Document interpid C-API and new Unstable API for fetching __main__ of interpreter Link 2023-11-30T07:45:53Z docs; awaiting core review; skip news; topic-subinterpreters
gh-110631: Fix wrong reST markup and list numbers. Link 2023-10-15T01:42:00Z docs; awaiting core review; skip news; needs backport to 3.12; needs backport to 3.13
gh-109070: Document that multiprocessing.get_context() sets the global context Link 2023-09-16T11:17:12Z docs; awaiting core review; skip news; needs backport to 3.12; needs backport to 3.13
gh-105766: Clarify About Custom Allocators in C-API Docs Link 2023-09-06T22:08:39Z docs; awaiting core review; skip news; topic-C-API; needs backport to 3.12; needs backport to 3.13
gh-108514: Add config & transform to hide old versionmodified in docs Link 2023-08-26T19:12:47Z docs; awaiting core review; skip news; DO-NOT-MERGE
gh-105090: Update ssl.rst to show a range of TLS versions supported by a context. Link 2023-07-25T21:39:19Z docs; awaiting core review; skip news
gh-107017: Rework the Fibonacci example. Link 2023-07-23T14:13:00Z docs; awaiting core review; skip news; needs backport to 3.12; needs backport to 3.13
gh-106482: Clarify documentation of character set in RE Link 2023-07-07T12:41:25Z docs; awaiting core review; skip news; needs backport to 3.12; needs backport to 3.13
gh-62480: Remove first-person usage for some docs Link 2023-02-27T13:28:19Z docs; awaiting core review; skip news
gh-95816: fix client_context example from ssl protocol versions docs Link 2022-06-14T09:46:59Z docs; skip issue; awaiting core review; skip news
gh-71566: Fix SocketType introduction in the socket documentation. Link 2022-05-27T12:51:03Z docs; awaiting core review; skip news; needs backport to 3.12; needs backport to 3.13
gh-87245: Improve IPv6Address.ipv4_mapped documentation Link 2022-05-09T20:53:39Z docs; awaiting core review; skip news
bpo-46209: add documentation for decoding newlines in the io module Link 2021-12-30T21:25:02Z docs; awaiting core review
gh-72631: Fix wrong documentation for GzipFile.peek Link 2021-11-28T10:14:50Z docs; skip issue; awaiting core review; skip news; stale; needs backport to 3.12; needs backport to 3.13
bpo-45210: Document that error indicator may be set in tp_dealloc Link 2021-09-15T16:50:04Z docs; awaiting core review
bpo-38656: Clarify MimeTypes obj behaviour in documentation Link 2021-08-12T23:49:26Z docs; awaiting core review; skip news
bpo-8595: Update urllib, httplib, smtplib docs to warn about global timeout value Link 2021-07-11T20:45:37Z docs; awaiting core review; skip news
bpo-12403: Mention sys.displayhook in code module docs and the compile builtin docs Link 2021-05-18T20:21:08Z docs; awaiting core review
bpo-22167: Updated glob.iglob doc with details on memory use Link 2021-05-01T00:06:26Z docs; awaiting core review
bpo-41510: Updated documentation to add header kw-argument of pdb.set_trace() Link 2020-08-09T14:51:04Z docs; awaiting core review; skip news
gh-67377: Document that PyErr_SetString, etc. chain exceptions Link 2020-05-23T04:06:43Z docs; awaiting core review; needs backport to 3.12; needs backport to 3.13

Summary

Total PRs: 45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment