- 18 Eyl, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
Initial patch by Bruno Piguet. This is implemented as if a useful .netrc file could exist without passwords, which is possible in the general case; but in fact our netrc implementation does not support it. Fixing that issue will be an enhancement.
-
- 10 Haz, 2011 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 02 Ara, 2010 3 kayıt (commit)
-
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86925 | r.david.murray | 2010-12-01 21:58:07 -0500 (Wed, 01 Dec 2010) | 4 lines #10464: fix netrc handling of lines with embedded '#" characters. Patch by Xuanji Li. ........
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86925 | r.david.murray | 2010-12-01 21:58:07 -0500 (Wed, 01 Dec 2010) | 4 lines #10464: fix netrc handling of lines with embedded '#" characters. Patch by Xuanji Li. ........
-
R. David Murray yazdı
Patch by Xuanji Li.
-
- 13 Agu, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://svn.python.org/python/branches/py3k ........ r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line convert old fail* assertions to assert* ........
-
- 30 Haz, 2009 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 20 May, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 26 Eki, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
The patch fixes some of the problems on Windows. It doesn't introduce addition problems on Linux.
-
- 11 Agu, 2003 1 kayıt (commit)
-
-
Jason Tishler yazdı
under Cygwin. The attached patch corrects this problem. I tested this patch under Red Hat Linux 8.0 too.
-
- 17 Şub, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
There was no test_main() and the main body was protected by if __name__ == '__main__' so the test didn't happen on import either.
-
- 09 Agu, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones.
-
- 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. :)
-
- 16 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 22 Mar, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-