- 18 Aug, 2008 20 commits
-
-
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 18 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
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
- 16 Aug, 2008 2 commits
-
-
Benjamin Peterson authored
-
Georg Brandl authored
-