- 04 Eki, 2008 11 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Benjamin Peterson yazdı
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 yazdı
-
Benjamin Peterson yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
Hyphenate left- and right-justified. Fix 'registerd' typo
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 03 Eki, 2008 10 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
Issue #1706863: Fixed "'NoneType' object has no attribute 'rfind'" error when sqlite libfile not found.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Hirokazu Yamamoto yazdı
UnboundLocalError: local variable 'serv' referenced before assignment
-
Hirokazu Yamamoto yazdı
-
Andrew M. Kuchling yazdı
-
Benjamin Peterson yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
- 02 Eki, 2008 8 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Martin v. Löwis yazdı
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Christian Heimes yazdı
Fixed a comment to C89 style as of http://drj11.wordpress.com/2008/10/02/python-and-bragging-about-c89/
-
Martin v. Löwis yazdı
-
Barry Warsaw yazdı
-
- 01 Eki, 2008 5 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Martin v. Löwis yazdı
installer.
-
Andrew MacIntyre yazdı
FreeBSD 7's underlying malloc() is behaves differently to earlier versions and seriously overcommits available memory on amd64. This may affect other 64bit platforms in some circumstances, so the scale of the problematic test is wound back. Patch by Mark Dickinson, reviewed by Martin von Loewis.
-
- 30 Eyl, 2008 6 kayıt (commit)
-
-
Gregory P. Smith yazdı
calling fork() from a child thread. This disables that unit test (with a note printed to stderr) on those platforms. A caveat about buggy platforms is added to the os.fork documentation.
-
Brett Cannon yazdı
Fix suggested by Amaury Forgeot d'Arc. Closes issue #4003.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-