- 30 May, 2009 1 commit
-
-
Martin v. Löwis authored
-
- 29 May, 2009 13 commits
-
-
Raymond Hettinger authored
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73031 | benjamin.peterson | 2009-05-29 16:48:19 -0500 (Fri, 29 May 2009) | 1 line add with statements ........
-
Georg Brandl authored
-
R. David Murray authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73022 | r.david.murray | 2009-05-29 13:31:05 -0400 (Fri, 29 May 2009) | 2 lines Refactor test parameterization to resolve update timing problem. ........
-
Martin v. Löwis authored
-
Martin v. Löwis authored
of the command line.
-
Martin v. Löwis authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73016 | martin.v.loewis | 2009-05-29 17:58:08 +0200 (Fr, 29 Mai 2009) | 2 lines Issue #4873: Fix resource leaks in error cases of pwd and grp. ........
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Hirokazu Yamamoto authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73008 | tarek.ziade | 2009-05-29 17:08:07 +0900 | 1 line Fixed #6131: test_modulefinder leaked when run after test_distutils ........
-
Raymond Hettinger authored
-
R. David Murray authored
-
Raymond Hettinger authored
-
- 28 May, 2009 11 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
R. David Murray authored
and 'cram-md5' auth methods.
-
Tarek Ziadé authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72986 | tarek.ziade | 2009-05-28 15:55:51 +0200 (Thu, 28 May 2009) | 1 line using 'tar' then 'gzip' in the test, because 'tar -czf' is not supported under some platforms ........
-
Tarek Ziadé authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72981 | tarek.ziade | 2009-05-28 14:53:54 +0200 (Thu, 28 May 2009) | 1 line Fixed #6048: Distutils uses the tarfile module instead of the tar command now ........
-
Tarek Ziadé authored
........ r72823 | tarek.ziade | 2009-05-22 11:42:43 +0200 (Fri, 22 May 2009) | 1 line fixed encoding ........
-
Philip Jenvey authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72979 | philip.jenvey | 2009-05-27 22:58:44 -0700 (Wed, 27 May 2009) | 2 lines explicitly close files ........
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72971 | benjamin.peterson | 2009-05-27 22:02:13 -0500 (Wed, 27 May 2009) | 1 line switch library reference and language reference ........
-
Philip Jenvey authored
........ r72972 | philip.jenvey | 2009-05-27 20:10:59 -0700 (Wed, 27 May 2009) | 2 lines explicitly close the file, merged from py3k ........ r72973 | philip.jenvey | 2009-05-27 20:12:16 -0700 (Wed, 27 May 2009) | 2 lines further hint to where the open docs really are ........
-
- 27 May, 2009 11 commits
-
-
Antoine Pitrou authored
-
R. David Murray authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72966 | r.david.murray | 2009-05-27 16:07:21 -0400 (Wed, 27 May 2009) | 4 lines fix issue #6121 by stripping spaces from the argument in the 'help' function. ........
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* Fix an error where True/False were being written-out as title-cased strings when used a dictionary keys. * Speed-up iteration over dicts by looping over items() rather than keys() followed by value lookups. * TODO: sort only by keys, not keys and values.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72958 | benjamin.peterson | 2009-05-26 22:08:44 -0500 (Tue, 26 May 2009) | 1 line plug ref leak ........
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72957 | benjamin.peterson | 2009-05-26 21:43:46 -0500 (Tue, 26 May 2009) | 1 line correctly handle descrs with __missing__ ........
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 26 May, 2009 4 commits
-
-
Ronald Oussoren authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
* Re-enable installation of files in /usr/local/bin in the OSX installer because those files no longer clash with a 2.x install.
-
Ronald Oussoren authored
-