- 19 Aug, 2008 3 commits
-
-
Benjamin Peterson authored
-
Thomas Heller authored
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65853 | benjamin.peterson | 2008-08-19 11:09:09 -0500 (Tue, 19 Aug 2008) | 1 line apply a patch for #3131. this solves the problem for the moment, but we should do some refactoring to get display logic out of RefactoringTool ........ r65854 | benjamin.peterson | 2008-08-19 11:37:38 -0500 (Tue, 19 Aug 2008) | 1 line another quick fix to get lib2to3 to work ........
-
- 18 Aug, 2008 21 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
they will still live in 3.0 but it can't hurt
-
Amaury Forgeot d'Arc authored
Be less strict when parsing these version numbers, they don't necessarily follow the python numbering scheme.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
This is new in 2.6 so now need to worry about backwards compatibility :)
-
Eric Smith authored
Optimization of str.format() for cases with str, unicode, int, long, and float arguments. This gives about 30% speed improvement for the simplest (but most common) cases. This patch skips the __format__ dispatch, and also avoids creating an object to hold the format_spec. Unfortunately there's a complication in 2.6 with int, long, and float because they always expect str format_specs. So in the unicode version of this optimization, just check for unicode objects. int, float, long, and str can be added later, if needed.
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Marc-André Lemburg authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Brett Cannon authored
the module but exposed as part of the API.
-
Brett Cannon authored
-
Brett Cannon authored
-
- 17 Aug, 2008 16 commits
-
-
Brett Cannon authored
filecmp, and shelve.
-
Amaury Forgeot d'Arc authored
regrtest.py -R:: test_bytes
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
- Fix broken functions - Add (hopefully) extensive tests - Modernize a little
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Hirokazu Yamamoto authored
function now takes bytearray by using 's*' instead of 't#'.
-
Antoine Pitrou authored
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
fails unicode conversion on 2nd parameter. (windows only)
-
Brett Cannon authored
-
Facundo Batista authored
in a redirect.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-