Golang proposal: encoding/csv: add flag to keep \r\n as-is inside quoted records

Proposal DetailsThe Read() method replaces all the CRLF characters with LF character while reading a csv.This results in...

Golang testing: reconsider adding Context method to testing.T

There have been various previous proposals (#16221 #18182 #18199 #18368) to add a Context method to testing.T. #16221 wa...

Golang debug/buildinfo: TestReadFile/linux_386 failures [consistent failure]

#!watchflakesdefault <- pkg == "debug/buildinfo" && test ~ `TestReadFile/linux_386`Issue created au...

Golang crypto/rand: mutex around /dev/urandom is unnecessarily broad

(Possibly related to #7000)We were trying to read concurrently (on Linux, go 1.3) from the Reader provided by crypto/ran...

Golang crypto/rand: Read fails for non-interactive processes on Windows

What does 'go version' print?go version go1.2 windows/amd64What steps reproduce the problem?1. Create a simple cgi execu...

Golang testing: use $GOTMPDIR for temporary files when set

OutlineThis started as a bug report, however this appears to be a greater change which has a far reaching impact. The us...

Golang net: WriteMsgUDPAddrPort should accept zero value destination addresses

Go versionall versions since go1.18Output of go env in your module/workspace:see aboveWhat did you do?Call net.Dialer.Di...

Golang fmt.Printf("%p", &a) changes result of pointer of empty struct comparison

Go versiongo version go1.22.5 darwin/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''...

Golang x/build: add LUCI openbsd-ppc64 builder

Following the instructions at Dashboard builders:hostname openbsd-ppc64-n2viCSR is attached after renaming since Github ...

Golang cmd/compile: commit eb7f515 causing regression

Go versiongo version go1.26-devel_eb7f515c4d Thu Jul 31 17:12:39 2025 -0700 linux/amd64Output of go env in your module/w...

Golang x/build/cmd/gopherbot: follow-up backport comments are ignored

In https://github.com/golang/go/issues/25242#issuecomment-392110768 I ask for gopherbot to create a backport for 1.9 as ...

Golang debug/buildinfo: may use lots of memory if data segment is large

Since https://go.dev/cl/514075, debug/buildinfo reads the entire "data segment/section" containing the buildinfo in one ...

Golang x/tools/gopls: new CodeAction: "Replace := with var declaration"

DescriptionProposal to add a code action that refactors short variable declarations (:=) into explicit var declarations ...

Pandas DEPR: convert_dtypes keywords

Looking at the keywords for convert_dtypes I'm wondering if users actually want it for anything other than dtype_backend...

Pandas Add axis argument to DataFrame.corr

Location of the documentationhttps://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.corr.htmlDocume...

Pandas API: Expand read_csv dtype for categoricals

In https://github.com/pandas-dev/pandas/pull/13406 Chris added support for read_csv(..., dtype={'col': 'category'}) (tha...

Pandas ENH: .interval accessor

similar to how we work with .dt, .str, and .cat accessors, it might be nice to expose an .interval accessor; in particul...

Pandas Groupby.mode() - feature request

Feature RequestHi,I use pandas a lot in my projects and I got stack with a problem of running the "mode" function (most ...

Pandas ENH: Add Support for GroupBy Numeric Operations

xref some of the conversation in #20024 right now the following is possibleIn [16]: df = pd.DataFrame([(0, 1), (0, 2), (...

Pandas ENH: Implementing NEP 18's __array_function__

It would be useful to have __array_function__ support as described in NEP 18 implemented for Pandas objects. This would ...
上一页 下一页
.