| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/6742053
|
|
|
|
|
|
|
|
|
|
|
|
| |
In recent Python versions .reason is a read-only property that simply gives you the msg value.
Fixes issue 4024
R=golang-dev, adg
CC=golang-dev
http://codereview.appspot.com/6545052
Committer: Shenghou Ma <minux.ma@gmail.com>
|
|
|
|
|
|
| |
R=gri, dsymonds, skybrian
CC=golang-dev
http://codereview.appspot.com/6631057
|
|
|
|
|
|
| |
R=rsc, bradfitz
CC=golang-dev
http://codereview.appspot.com/6614064
|
|
|
|
|
|
|
|
| |
Fixes issue 4131.
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/6614061
|
|
|
|
|
|
|
|
| |
hosted one
R=golang-dev, adg
CC=golang-dev
http://codereview.appspot.com/6593078
|
|
|
|
|
|
| |
R=dsymonds
CC=golang-dev
http://codereview.appspot.com/6523045
|
|
|
|
|
|
|
|
|
| |
For golang.org I intend to rewrite the jquery link in godoc.html
to point to the Google-hosted jquery.js.
R=dsymonds, minux.ma
CC=golang-dev
http://codereview.appspot.com/6589071
|
|
|
|
|
|
| |
R=dsymonds
CC=gobot, golang-dev
http://codereview.appspot.com/6588079
|
|
|
|
|
|
| |
R=golang-dev, dsymonds, bradfitz, r
CC=golang-dev
http://codereview.appspot.com/6591066
|
|
|
|
|
|
|
|
|
|
| |
Continuation of http://codereview.appspot.com/6499053/
R=golang-dev, minux.ma
CC=golang-dev
http://codereview.appspot.com/6584059
Committer: Rob Pike <r@golang.org>
|
|
|
|
|
|
|
|
|
|
| |
Fixes issue 4121.
R=golang-dev, minux.ma, dave, r
CC=golang-dev
http://codereview.appspot.com/6555049
Committer: Shenghou Ma <minux.ma@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The decorator hides the number of function arguments from Mercurial,
so Mercurial cannot give proper error messages about commands
invoked with the wrong number of arguments.
Left a 'dummy' hgcommand decorator in place as a way to document
what functions are hg commands, and just in case we need some other
kind of hack in the future.
R=adg, rsc
CC=golang-dev
http://codereview.appspot.com/6488059
Committer: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
|
|
| |
Fixes issue 3922.
R=rsc, adg
CC=golang-dev
http://codereview.appspot.com/6453094
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some browsers (e.g. IE9) ignore the case of 'id' attributes
which can lead to conflicts. Prefix non-generated 'id's with
"pkg-" to make them different from any generated attribute.
Also: Added missing entry for "Other packages" to top-level
index.
Fixes issue 3851.
R=adg, dsymonds
CC=golang-dev
http://codereview.appspot.com/6449105
|
|
|
|
|
|
|
|
|
|
| |
Fixes issue 3424.
R=fullung, adg
CC=golang-dev
http://codereview.appspot.com/6343088
Committer: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
|
|
|
|
| |
We explicitly use plainformatter to avoid the
user's debug setting changing our behavior.
Fixes issue 3603.
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/6201069
|
|
|
|
|
|
|
|
| |
R=adg
CC=golang-dev
http://codereview.appspot.com/6127048
Committer: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
|
|
| |
Fixes issue 3522.
R=golang-dev, dsymonds
CC=golang-dev
http://codereview.appspot.com/6063054
|
|
|
|
|
|
|
|
|
| |
Docstrings were not being set for the wrapper
functions returned by the hgcommand decorator.
R=golang-dev, minux.ma, rsc
CC=golang-dev
http://codereview.appspot.com/6059043
|
|
|
|
|
|
|
|
| |
Fixes issue 3430.
R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/5981047
|
|
|
|
|
|
| |
R=golang-dev, adg, bradfitz
CC=golang-dev
http://codereview.appspot.com/5869050
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/5937048
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/5916046
|
|
|
|
|
|
| |
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/5920043
|
|
|
|
|
|
| |
R=r
CC=golang-dev
http://codereview.appspot.com/5913044
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The heading "Copyright" uses id="copyright" as the anchor name.
However, there is also a <div id="copyright"> at the bottom.
Using the same ID value twice in the same file is illegal
(http://www.w3.org/TR/html401/struct/links.html#h-12.2.3).
R=golang-dev, bradfitz, rsc
CC=golang-dev
http://codereview.appspot.com/5909045
Committer: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
|
|
| |
This makes packages with lengthly package comments easier to browse.
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/5901055
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In a browser with many open tabs, the tab titles become short
and uninformative because they all start with the same prefix
("Package ", "Directory ", etc.).
Permit use of shorter tab titles that start with the relevant
information first.
Fixes issue 3365.
R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/5865056
|
|
|
|
|
|
|
|
|
|
|
| |
srcLink includes the / now; adding another yields //,
which means something else entirely in URLs.
Fixes issue 3327.
R=golang-dev, gri
CC=golang-dev
http://codereview.appspot.com/5823060
|
|
|
|
|
|
| |
R=golang-dev, gri
CC=golang-dev
http://codereview.appspot.com/5819048
|
|
|
|
|
|
|
|
|
| |
We use the absence of a Title to detect the front page.
I can't find other pages without titles, so this seems reasonable.
R=golang-dev, bradfitz, gri
CC=golang-dev
http://codereview.appspot.com/5797076
|
|
|
|
|
|
|
|
|
| |
Mercurial: the Python of version control systems.
Python: the Mercurial of programming languages.
R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/5777066
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/5754048
|
|
|
|
|
|
| |
R=golang-dev, bradfitz, r
CC=golang-dev
http://codereview.appspot.com/5753047
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If I click on links which should send you to source code (e.g. type, function, etc),
the link is to //src/... (instead of /src/...).
This causes a DNS resolution failure on the browser.
Quick fix is to remove the leading / from package.html
(since godoc.go src links automatically add a leading / as necessary).
Fixes issue 3193.
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/5730059
Committer: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The motivation for this CL is to support $GOPATH well.
Since we already have a FileSystem interface, implement a
Plan 9-style name space. Bind each of the $GOPATH src
directories onto the $GOROOT src/pkg directory: now
everything is laid out exactly like a normal $GOROOT and
needs very little special case code.
The filter files are no longer used (by us), so I think they
can just be deleted. Similarly, the Mapping code and the
FileSystem interface were two different ways to accomplish
the same end, so delete the Mapping code.
Within the implementation, since FileSystem is defined to be
slash-separated, use package path consistently, leaving
path/filepath only for manipulating operating system paths.
I kept the -path flag, but I think it can be deleted too.
Fixes issue 2234.
Fixes issue 3046.
R=gri, r, r, rsc
CC=golang-dev
http://codereview.appspot.com/5711058
|
|
|
|
|
|
| |
R=golang-dev, kyle, r
CC=golang-dev
http://codereview.appspot.com/5729052
|
|
|
|
|
|
| |
R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/5731056
|
|
|
|
|
|
| |
R=golang-dev
CC=golang-dev
http://codereview.appspot.com/5702043
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The main change is simple: Both the Directory and DirEntry
struct have an extra field 'HasPkg' indicating whether the
directory contains any package files. The remaining changes
are more comments and adjustments to the template files.
Fixes issue 3121.
R=golang-dev, bradfitz, sameer
CC=golang-dev
http://codereview.appspot.com/5699072
|
|
|
|
|
|
|
|
| |
Fixes issue 1226.
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/5694052
|
|
|
|
|
|
| |
R=bradfitz
CC=golang-dev
http://codereview.appspot.com/5690058
|
|
|
|
|
|
|
|
| |
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/5689063
Committer: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/5676099
Committer: Rob Pike <r@golang.org>
|
|
|
|
|
|
|
|
| |
Now in zoneinfo.zip.
R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/5671098
|
|
|
|
|
|
|
|
| |
Removal of old zoneinfo files is a separate CL due to its size.
R=golang-dev, bradfitz, r
CC=golang-dev
http://codereview.appspot.com/5676100
|
|
|
|
|
|
|
|
| |
Generated by lib/time/update.bash.
R=bradfitz
CC=golang-dev
http://codereview.appspot.com/5676096
|
|
|
|
|
|
| |
R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/5674104
|
|
|
|
|
|
| |
R=gri
CC=golang-dev
http://codereview.appspot.com/5677061
|