- 02 Eyl, 2008 2 kayıt (commit)
-
-
Brett Cannon yazdı
catch_warnings(), and clean up the API. While expanding the test suite, a bug was found where a warning about the 'line' argument to showwarning() was not letting functions with '*args' go without a warning. Closes issue 3602. Code review by Benjamin Peterson.
-
Andrew M. Kuchling yazdı
-
- 01 Eyl, 2008 15 kayıt (commit)
-
-
Benjamin Peterson yazdı
Reviewer: Benjamin Peterson
-
Jesus Cea yazdı
-
Amaury Forgeot d'Arc yazdı
a unicode argument. will backport.
-
Vinay Sajip yazdı
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65887 | benjamin.peterson | 2008-08-19 17:45:04 -0500 (Tue, 19 Aug 2008) | 1 line allow the raw_input fixer to handle calls after the raw_input (ie. raw_input().split()) ........ r65889 | benjamin.peterson | 2008-08-19 18:11:03 -0500 (Tue, 19 Aug 2008) | 1 line no need for 2.4 compatibility now ........ r65967 | benjamin.peterson | 2008-08-21 18:43:37 -0500 (Thu, 21 Aug 2008) | 1 line allow a Call to have no arguments ........ r65968 | benjamin.peterson | 2008-08-21 18:45:13 -0500 (Thu, 21 Aug 2008) | 1 line add a fixer for sys.exc_info etc by Jeff Balogh #2357 ........ r65981 | benjamin.peterson | 2008-08-22 15:41:30 -0500 (Fri, 22 Aug 2008) | 1 line add a fixer to add parenthese for list and gen comps #2367 ........
-
Benjamin Peterson yazdı
-
Jesse Noller yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Hirokazu Yamamoto yazdı
Reviewed by Marc-Andre Lemburg.
-
Vinay Sajip yazdı
-
Hirokazu Yamamoto yazdı
Reviewed by Benjamin Peterson.
-
Benjamin Peterson yazdı
Reviewer: Georg Brandl, Benjamin Peterson
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
Reviewer: Gregory P. Smith
-
- 31 Agu, 2008 7 kayıt (commit)
-
-
Gregory P. Smith yazdı
escaped.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Jesus Cea yazdı
be compatible with Python 3.0, also. http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3
-
Nick Coghlan yazdı
-
Andrew M. Kuchling yazdı
-
- 30 Agu, 2008 11 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 29 Agu, 2008 2 kayıt (commit)
-
-
Armin Rigo yazdı
of issue #3720.
-
Antoine Pitrou yazdı
exception afterwards (for a subsequent parameter), the user code will not call PyBuffer_Release() and memory will leak. Reviewed by Amaury Forgeot d'Arc.
-
- 28 Agu, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 27 Agu, 2008 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-