- 24 Haz, 2013 15 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 23 Haz, 2013 25 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Clarified comment on the impact of BLOCKLEN on deque_index (with a power-of-two, the division and modulo computations are done with a right-shift and bitwise-and). * Clarified comment on the overflow check to note that it is general and not just applicable the 64-bit builds. * In deque._rotate(), the "deque->" indirections are factored-out of the loop (loop invariant code motion), leaving the code cleaner looking and slightly faster. * In deque._rotate(), replaced the memcpy() with an equivalent loop. That saved the memcpy setup time and allowed the pointers to move in their natural leftward and rightward directions. See comparative timings at: http://pastebin.com/p0RJnT5N
-
Christian Heimes yazdı
-
Christian Heimes yazdı
of arbitrary looking numbers.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Victor Stinner yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Add extra braces to S_IS*() macros
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Original patch by Berker Peksag.
-
R David Murray yazdı
Original patch by Berker Peksag.
-
R David Murray yazdı
This provides a way to specify arbitrary doctest options when using the CLI interface to process test files, just as one can when calling testmod or testfile programmatically.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
OverflowError when an argument of %c format is out of range.
-
Serhiy Storchaka yazdı
OverflowError when an argument of %c format is out of range.
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Christian Heimes yazdı
for symlinks.
-
Christian Heimes yazdı
for symlinks.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-