- 01 Sep, 2008 14 commits
-
-
Jesus Cea authored
-
Amaury Forgeot d'Arc authored
a unicode argument. will backport.
-
Vinay Sajip authored
-
Benjamin Peterson authored
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 authored
-
Jesse Noller authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Hirokazu Yamamoto authored
Reviewed by Marc-Andre Lemburg.
-
Vinay Sajip authored
-
Hirokazu Yamamoto authored
Reviewed by Benjamin Peterson.
-
Benjamin Peterson authored
Reviewer: Georg Brandl, Benjamin Peterson
-
Georg Brandl authored
-
Benjamin Peterson authored
Reviewer: Gregory P. Smith
-
- 31 Aug, 2008 7 commits
-
-
Gregory P. Smith authored
escaped.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Jesus Cea authored
be compatible with Python 3.0, also. http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3
-
Nick Coghlan authored
-
Andrew M. Kuchling authored
-
- 30 Aug, 2008 11 commits
-
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 29 Aug, 2008 2 commits
-
-
Armin Rigo authored
of issue #3720.
-
Antoine Pitrou authored
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 Aug, 2008 1 commit
-
-
Georg Brandl authored
-
- 27 Aug, 2008 3 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 26 Aug, 2008 2 commits
-
-
Antoine Pitrou authored
match Python 2.5 speed despite the __instancecheck__ / __subclasscheck__ mechanism. In the process, fix a bug where isinstance() and issubclass(), when given a tuple of classes as second argument, were looking up __instancecheck__ / __subclasscheck__ on the tuple rather than on each type object. Reviewed by Benjamin Peterson and Raymond Hettinger.
-
Benjamin Peterson authored
-