- 02 Mar, 2015 3 commits
-
-
Berker Peksag authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 01 Mar, 2015 13 commits
-
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
Original patch by Akira Li.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
__module__ attribute.
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Steve Dower authored
Bundling versions of the CRT prior to 14.0 is no longer supported.
-
Raymond Hettinger authored
-
- 28 Feb, 2015 10 commits
-
-
Serhiy Storchaka authored
shows the help on str. help('help') now shows the help on help(). Original patch by Mark Lawrence.
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
* Eliminated OverflowError from timedelta * float for some floats; * Corrected rounding in timedlta true division.
-
Alexander Belopolsky authored
* Eliminated OverflowError from timedelta * float for some floats; * Corrected rounding in timedlta true division.
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
On Windows an OSError with errno=EINVAL is raised.
-
Serhiy Storchaka authored
On Windows an OSError with errno=EINVAL is raised.
-
Serhiy Storchaka authored
statement if the pipe was broken. Patch by Martin Panter.
-
Serhiy Storchaka authored
statement if the pipe was broken. Patch by Martin Panter.
-
Raymond Hettinger authored
-
- 27 Feb, 2015 14 commits
-
-
Raymond Hettinger authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Brett Cannon authored
integer. Thanks to Serhiy Storchaka and Martin Panter for the suggestions.
-
Victor Stinner authored
-
Victor Stinner authored
Methods only raise NotImplementedError and are never used.
-
Victor Stinner authored
-
Victor Stinner authored
-
Zachary Ware authored
-
Zachary Ware authored
Reported by Jon Colburn on docs@.
-
Raymond Hettinger authored
Remove the old comment suggesting that it was desireable to have blocksize+2 as a multiple of the cache line length. That would have made sense only if the block structure start point was always aligned to a cache line boundary. However, the memory allocations are 16 byte aligned, so we don't really have control over whether the struct spills across cache line boundaries.
-
Benjamin Peterson authored
-