- 18 Eyl, 2013 2 kayıt (commit)
-
-
R David Murray yazdı
-
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.
-
- 28 May, 2009 1 kayıt (commit)
-
-
Philip Jenvey 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.
-
- 09 Şub, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.)
-
- 24 Nis, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Let netrc handle entries with login fields (mail servers for instance) by having login default to ''. Backport candidate.
-
- 23 Nis, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Expanded the range of allowable characters to include ascii punctuation. Allows resource files to have a larger character set for passwords. (Idea contributed by Bram Moolenaar.)
-
- 01 Haz, 2002 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 22 Mar, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
* 'macdef' (macro definition) wasn't parsed correctly * account value not reset for a subsequent 'default' line * typo: 'whitepace' -> 'whitespace' Bugfix candidate.
-
- 18 Mar, 2002 1 kayıt (commit)
-
-
Paul Prescod yazdı
(as it is often not on Windows). The code was always designed so that it would raise an IOError if there was no .netrc. But if there was no $HOME it would return a KeyError which would be somewhat unexpected for code that didn't know the algorithm it used to find .netrc. The particular code that triggered this problem for me was ftpmirror.py which handled the IOError gracefully, but not the KeyError.
-
- 15 Nis, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Neil Norwitz's PyChecker.
-
- 06 Mar, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
Always has the lineno and filename of the source text.
-
- 06 Şub, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 23 Ara, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 12 Ara, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
-
- 13 Tem, 2000 2 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
Eric S. Raymond yazdı
-
- 04 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
who writes: Here is batch 2, as a big collection of CVS context diffs. Along with moving comments into docstrings, i've added a couple of missing docstrings and attempted to make sure more module docstrings begin with a one-line summary. I did not add docstrings to the methods in profile.py for fear of upsetting any careful optimizations there, though i did move class documentation into class docstrings. The convention i'm using is to leave credits/version/copyright type of stuff in # comments, and move the rest of the descriptive stuff about module usage into module docstrings. Hope this is okay.
-
- 03 May, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Nis, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-