Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -11/+11 |
| | | | | | and str (unicode) patterns get full unicode matching by default. The re.ASCII flag is also introduced to ask for ASCII matching instead. | ||||
* | Fix old urllib/urllib2/urlparse usage. | Georg Brandl | 2008-06-23 | 1 | -1/+1 |
| | |||||
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -9/+9 |
| | | | | | | | | | | | | | It consists of code from urllib, urllib2, urlparse, and robotparser. The old modules have all been removed. The new package has five submodules: urllib.parse, urllib.request, urllib.response, urllib.error, and urllib.robotparser. The urllib.request.urlopen() function uses the url opener from urllib2. Note that the unittests have not been renamed for the beta, but they will be renamed in the future. Joint work with Senthil Kumaran. | ||||
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 | 1 | -2/+2 |
| | | | | small fixes by Barry. This removes mimetools from the stdlib. | ||||
* | Remove _FooCookieJar modules and merge their content into http.cookiejar. | Georg Brandl | 2008-05-26 | 1 | -2/+295 |
| | |||||
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -0/+1785 |