- 10 Oct, 2008 2 commits
-
-
Armin Rigo authored
-
Matthias Klose authored
-
- 09 Oct, 2008 3 commits
-
-
Benjamin Peterson authored
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
returned a path longer than MAX_PATH. (But It's doubtful this code path is really executed because I cannot move to such directory on win2k)
-
- 08 Oct, 2008 6 commits
-
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
Patch reviewed by Raymond.
-
Georg Brandl authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
- 07 Oct, 2008 5 commits
-
-
Amaury Forgeot d'Arc authored
Now it correctly refers to the initial otherset. Reviewed by Raymond. Will backport to 2.6.
-
Hirokazu Yamamoto authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
- 06 Oct, 2008 5 commits
-
-
Brett Cannon authored
Re-closes issue 3758. Thanks to Ralph Corderoy for the catch.
-
Martin v. Löwis authored
to claiming it is Mature.
-
Andrew M. Kuchling authored
I'll look at the bugs in the Optik bug tracker and copy them to the Python bug tracker if they're still relevant.
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
-
- 05 Oct, 2008 1 commit
-
-
Andrew M. Kuchling authored
#1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(), disable_interspersed_args()
-
- 04 Oct, 2008 12 commits
-
-
Benjamin Peterson authored
-
Andrew M. Kuchling authored
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66707 | benjamin.peterson | 2008-09-30 18:27:10 -0500 (Tue, 30 Sep 2008) | 1 line fix #4001: fix_imports didn't check for __init__.py before converting to relative imports ........ r66775 | collin.winter | 2008-10-03 12:08:26 -0500 (Fri, 03 Oct 2008) | 4 lines Add an alternative iterative pattern matching system that, while slower, correctly parses files that cause the faster recursive pattern matcher to fail with a recursion error. lib2to3 falls back to the iterative matcher if the recursive one fails. Fixes http://bugs.python.org/issue2532. Thanks to Nick Edds. ........ r66782 | benjamin.peterson | 2008-10-03 17:51:36 -0500 (Fri, 03 Oct 2008) | 1 line add Victor Stinner's fixer for os.getcwdu -> os.getcwd #4023 ........
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Hyphenate left- and right-justified. Fix 'registerd' typo
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 03 Oct, 2008 6 commits
-
-
Hirokazu Yamamoto authored
Issue #1706863: Fixed "'NoneType' object has no attribute 'rfind'" error when sqlite libfile not found.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Hirokazu Yamamoto authored
UnboundLocalError: local variable 'serv' referenced before assignment
-
Hirokazu Yamamoto authored
-
Andrew M. Kuchling authored
-