- 18 Agu, 2008 16 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
This is new in 2.6 so now need to worry about backwards compatibility :)
-
Eric Smith yazdı
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 yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Marc-André Lemburg yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
the module but exposed as part of the API.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
- 17 Agu, 2008 18 kayıt (commit)
-
-
Brett Cannon yazdı
filecmp, and shelve.
-
Amaury Forgeot d'Arc yazdı
regrtest.py -R:: test_bytes
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
- Fix broken functions - Add (hopefully) extensive tests - Modernize a little
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Hirokazu Yamamoto yazdı
function now takes bytearray by using 's*' instead of 't#'.
-
Antoine Pitrou yazdı
-
Hirokazu Yamamoto yazdı
-
Hirokazu Yamamoto yazdı
fails unicode conversion on 2nd parameter. (windows only)
-
Brett Cannon yazdı
-
Facundo Batista yazdı
in a redirect.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
- 16 Agu, 2008 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
This does have an unfortunate side-effect of silencing the warning for all subsequent code that imports mimetools as well since the warning is only executed upon the first import of mimetools.
-