- 01 Eki, 2009 3 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 30 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 01 May, 2009 1 kayıt (commit)
-
-
Walter Dörwald yazdı
All changes are mirrored to the underlying os.environ dict, but rolled back on exit from the with block.
-
- 26 Nis, 2009 1 kayıt (commit)
-
-
Walter Dörwald yazdı
-
- 21 Nis, 2009 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 30 Mar, 2009 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 21 Eki, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 21 Eyl, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
reviewers: Benjamin, Georg
-
- 09 Eyl, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
WarningsRecorder object. This makes the API simpler to use as no special object must be learned. Closes issue 3781. Review by Benjamin Peterson.
-
- 02 Tem, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
* Deprecate urllib.urlopen() in favor of urllib2.urlopen() for 3.0. * Update docs to mention split/rename of the module and deprecation of urlopen(). Changes to lib2to3 are in a separate commit. Work is for issue #2885.
-
- 29 May, 2008 1 kayıt (commit)
-
-
Facundo Batista yazdı
all the upper level libraries that use it, including urllib2. Added and fixed some tests, and changed docs correspondingly. Thanks to John J Lee for the patch and the pusing, :)
-
- 23 Şub, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 20 Ock, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 02 Ock, 2008 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
r58207 and r58247 patch logic is reversed. I noticed this when I tried to use urllib to retrieve a file which required auth. Fix that and add a test for 401 error to verify.
-
- 25 May, 2007 4 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Facundo Batista yazdı
one of the problematic enviroments.
-
Facundo Batista yazdı
other thread is awakened and finish sending data.
-
Facundo Batista yazdı
else just works
-
- 24 May, 2007 3 kayıt (commit)
-
-
Facundo Batista yazdı
test to pass (now I know why there were so few tests in ftp, http, etc, :( ).
-
Facundo Batista yazdı
causing problems that didn't have anything to do with was actually being tested...
-
Facundo Batista yazdı
(for this and a basic one, because there weren't any). Changed also NEWS, but didn't find documentation for this function, assumed it wasn't public...
-
- 12 Nis, 2007 1 kayıt (commit)
-
-
Žiga Seilnacht yazdı
again.
-
- 09 Nis, 2007 1 kayıt (commit)
-
-
Žiga Seilnacht yazdı
on Windows buildbots. The change is a one time fix and will be removed after a successful buildbot run.
-
- 20 Mar, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Try to make this test more resistant to dropping from previous runs (ie, files that may exist but cause the test to fail). Should be backported (assuming it works :-)
-
- 14 Mar, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
AttributeError instead of an IOError when the server's response didn't contain a valid HTTP status line.
-
- 15 Eki, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 10 Eyl, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 26 Agu, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 29 Haz, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 05 Haz, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
in HTTP/0.9 due to dissonance of httplib.LineAndFileWrapper and urllib.addbase.
-
- 12 May, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 01 May, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
and test_support.run_classtests() into run_unittest() and use it wherever possible. Also don't use "from test.test_support import ...", but "from test import test_support" in a few spots. From SF patch #662807.
-
- 29 Nis, 2003 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 25 Nis, 2003 2 kayıt (commit)
-
-
Guido van Rossum yazdı
mode. XXX I'm not convinced that this is the right solution -- arguably, on Windows, the _fileobject class should honor the mode argument and do newline translation. But it's never done that so I think there's no urgent need to fix this today.
-
Brett Cannon yazdı
should go in test_urllibnet.py . Still need to write tests for _urlopener usage and urlretrieve.
-
- 23 Tem, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
-
- 28 Ock, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-