- 04 Aug, 2008 7 commits
-
-
Andrew M. Kuchling authored
and add corresponding tests. Possible 2.5 backport candidate
-
Gregory P. Smith authored
of using pipes that cause deadlocks.
-
Brett Cannon authored
while running under -3.
-
Brett Cannon authored
-
Brett Cannon authored
running under -3.
-
Gregory P. Smith authored
argument in python 2.5, this broke code that subclassed Popen to include its own poll method. Fixed my moving _deadstate to an _internal_poll method.
-
Brett Cannon authored
warnings when run under -3.
-
- 03 Aug, 2008 13 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
warnings triggered under -3.
-
Brett Cannon authored
-
Brett Cannon authored
package, when run under -3, about using <>.
-
Brett Cannon authored
-
Brett Cannon authored
under -3 through test_xmlrpc.
-
Brett Cannon authored
move from list.sort(cmp=) to key=.
-
Brett Cannon authored
-
Brett Cannon authored
cookielib.
-
Georg Brandl authored
-
Georg Brandl authored
-
Brett Cannon authored
unpacking in parameter lists and using callable(). Found through -3.
-
Brett Cannon authored
urlparse when run under -3.
-
- 02 Aug, 2008 11 commits
-
-
Antoine Pitrou authored
-
Lars Gustäbel authored
AttributeError since __slots__ were added to zipfile.ZipInfo in r46967 two years ago. Add a warning about the removal of TarFileCompat in Python 3.0.
-
Martin v. Löwis authored
Tcl command objects.
-
Brett Cannon authored
under -3.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
while running under -3.
-
Brett Cannon authored
-3.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 01 Aug, 2008 9 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
have the feature of putting all the small EBNF snippets together into one big file.
-
Jesse Noller authored
-
Martin v. Löwis authored
Fixes part of #3131.
-
Mark Dickinson authored
-
Brett Cannon authored
-
Brett Cannon authored
unpacking in a parameter list and set some constants by hand that were pulled from the 'compiler' package.
-
Brett Cannon authored
SyntaxWarning as triggered by -3.
-
Brett Cannon authored
by -3.
-