| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
svn+ssh://svn.python.org/python/branches/py3k
........
r68226 | georg.brandl | 2009-01-03 22:18:54 +0100 (Sat, 03 Jan 2009) | 2 lines
Remove trailing whitespace.
........
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
urllib,urllib2 -> urllib.request,urllib.error
urlparse -> urllib.parse
RobotParser -> urllib.robotparser
Updated tutorial references and other module references (http.client.rst,
ftplib.rst,contextlib.rst)
Updated the examples in the urllib2-howto
Addresses Issue3142.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
I had to fix a few markup issues in controlflow.rst and modules.rst.
There's a unicode issue on line 448 in introduction.rst that someone else needs to fix.
|
| |
|
|
|
| |
codec changes in trubk and branch). Hopefully the Py3k glossary wasn't
different from the trunk one.
|
| |
|