- 15 Haz, 2012 7 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting comparison function in hmac
-
Eli Bendersky yazdı
Skip XincludeTest entirely instead of just ignoring failures, because it may segfault, depending on the order of running tests
-
Eli Bendersky yazdı
Removed _SimpleElementPath and its flaky test. The test monkey-patches the module, which causes other failures and fails itself depending on the order tests are run.
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Replace the iter/itertext methods of Element in _elementtree with true C implementations, instead of the bootstrapped Python code. In addition to being cleaner (removing the last remains of the bootstrapping code in _elementtree), this gives a 10x performance boost for iter() on large documents. Also reorganized the tests a bit to be more robust.
-
- 14 Haz, 2012 8 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Richard Oudkerk yazdı
-
Martin v. Löwis yazdı
Patch by Robin Schreiber.
-
Martin v. Löwis yazdı
Patch by Robin Schreiber.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Alexander Belopolsky yazdı
in struct tm, time.struct_time objects returned by time.gmtime(), time.localtime() and time.strptime() functions now have tm_zone and tm_gmtoff attributes. Original patch by Paul Boddie.
-
- 13 Haz, 2012 4 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
- 12 Haz, 2012 5 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Fix also its value on Windows and Linux according to its documentation: "adjustable" indicates if the clock *can be* adjusted, not if it is or was adjusted. In most cases, it is not possible to indicate if a clock is or was adjusted.
-
Victor Stinner yazdı
-
Alexander Belopolsky yazdı
-
Stefan Krah yazdı
2) Abort the loop for all specials, not only infinity. 3) Make the function more general and distinguish between zero clamping and folding down the exponent. The latter case is currently handled by setting context->clamp to 0 before calling the function.
-
- 11 Haz, 2012 8 kayıt (commit)
-
-
Richard Oudkerk yazdı
method
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
Patch by Hallvard B Furuseth.
-
Nick Coghlan yazdı
Berch)
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Stefan Krah yazdı
2) Remove micro optimization (inline checking for NaN before calling mpd_qcheck_nans()) that probably has no benefit in this case.
-
Brian Quinlan yazdı
-
- 10 Haz, 2012 7 kayıt (commit)
-
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Raymond Hettinger yazdı
-
Stefan Krah yazdı
2) Switch argument order to match the function signature of mpd_calloc() (cosmetic change, since the order is irrelevant).
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 09 Haz, 2012 1 kayıt (commit)
-
-
Michael Foord yazdı
-