- 28 Feb, 2012 7 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 27 Feb, 2012 21 commits
-
-
Brett Cannon authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Mikhail Novikov.
-
Antoine Pitrou authored
Patch by Mikhail Novikov.
-
Eli Bendersky authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Benjamin Peterson authored
-
Stefan Krah authored
out the location of the problem. MS_WINDOWS currently implies !HAVE_WCSFTIME, so the addition of !defined(HAVE_WCSFTIME) is for readability.
-
Stefan Krah authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Éric Araujo authored
I added some tests in 2105ab8553b7 and found no bug, but it turns out that the doctest is not actually run. While converting the doctest to unittest style, I stumbled upon this bug again and this time applied the code patch provided by Filip Gruszczyński.
-
Stefan Krah authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 26 Feb, 2012 12 commits
-
-
Antoine Pitrou authored
Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. Patch by Filip Gruszczyński.
-
Antoine Pitrou authored
Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. Patch by Filip Gruszczyński.
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Charles-François Natali authored
-
Gregory P. Smith authored
Issue #14123: Explicitly mention that old style % string formatting has caveats but is not going away any time soon.
-
Gregory P. Smith authored
but is not going away any time soon.
-
Nick Coghlan authored
-
Ezio Melotti authored
#14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearray.split may now be passed as keyword arguments.
-