commit d3f8f0c258be17e742abb59da26025a6b5656c7b [browse]
Author: Andrew Gerrand
Date: 2012-02-08 14:37:47 +11:00

weekly.2012-02-07

R=golang-dev, dsymonds, r
CC=golang-dev
https://golang.org/cl/5615056

commit 0a6e2461e39aeffa517ed238e4f6592aa4a50477 [browse]
Author: Andrew Gerrand
Date: 2012-02-08 14:34:40 +11:00

archive/zip: tweak API and docs.

Fixes #2835.

R=golang-dev, n13m3y3r, r, bradfitz
CC=golang-dev
https://golang.org/cl/5645051

commit 90d43ad720a4669878bcabf14c4ea915557c0545 [browse]
Author: Rob Pike
Date: 2012-02-08 14:24:04 +11:00

encoding/csv: document ReadAll behavior at EOF

Fixes #2847.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5641050

commit c02db82b83da2f820531bebeba5604ac7aa4846a [browse]
Author: Brad Fitzpatrick
Date: 2012-02-07 19:15:25 -08:00

net/http: don't ignore some errors in tests

to help debug Issue 2651

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5644049

commit 52ebadd3569b31ce423d4868ac9aa54a373aa1ad [browse]
Author: Rob Pike
Date: 2012-02-08 14:09:20 +11:00

encoding/binary: hide TotalSize

The function has a bizarre signature: it was the only public function there
that exposed the reflect package. Also, its definition is peculiar and hard to
explain. It doesn't merit being exported.

This is an API change but really, it should never have been exported and
it's certain very few programs will depend on it: it's too weird.

Fixes #2846.

R=golang-dev, gri, bradfitz
CC=golang-dev
https://golang.org/cl/5639054

clone the repository to get more history