- 09 May, 2011 38 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Vinay Sajip authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Senthil Kumaran authored
sending of headers to output stream and flushing the internal headers buffer. Patch contribution by Andrew Schaaf
-
Antoine Pitrou authored
-
Mark Dickinson authored
Issue #11188: In log2 tests, create powers of 2 using ldexp(1, n) instead of the less reliable 2.0**n.
-
Victor Stinner authored
pthread_t is a pointer, not an integer, on FreeBSD. It should fix the following gcc warning: passing argument 1 of ‘pthread_kill’ makes pointer from integer without a cast
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
I expect the system libc to use more accurate functions than Python. The GNU libc uses for example FYL2X and FYL2XP1 hardware instructions on Intel FPU.
-
Gerhard Haering authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Patch by Arfrever Frehtes Taifersar Arahesis.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Patch by Arfrever Frehtes Taifersar Arahesis.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
- 08 May, 2011 2 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
Dickinson.
-