- 30 Jun, 2012 12 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
use log10() to calculate the size of the output array. The current code has been tested on x86/amd64 (and to a lesser extent on qemu-mips qemu-sparc) and produces sufficiently large values for all inputs tested so far (coefficient sizes of 10**18 - 1 are hard to test exhaustively). The new code does not rely on the correctness of log10() and resizes the output arrays if the allocated space is insufficient.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
doko@ubuntu.com authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Marc Abramowitz.
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
AC_PATH_PROG and AC_CHECK_PROGS for the target tools.
-
doko@ubuntu.com authored
global host_platform instead.
-
Nadeem Vawda authored
-
- 29 Jun, 2012 16 commits
-
-
Tim Golden authored
-
Tim Golden authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Tim Golden authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Tim Golden authored
the Ctrl-C signal handler on Windows
-
Tim Golden authored
the Ctrl-C signal handler on Windows
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Hynek Schlawack authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 28 Jun, 2012 11 commits
-
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Amaury Forgeot d'Arc authored
-
Antoine Pitrou authored
Patch by Jakub Wilk.
-
Antoine Pitrou authored
Patch by Jakub Wilk.
-
Hynek Schlawack authored
Now that rmdir supports dir_fd, we also use it. Attackers can't even delete empty directories anymore.
-
Petri Lehtinen authored
If messages were only added, a new file is no longer created and renamed over the old file when flush() is called on an mbox, MMDF or Babyl mailbox.
-
Petri Lehtinen authored
If messages were only added, a new file is no longer created and renamed over the old file when flush() is called on an mbox, MMDF or Babyl mailbox.
-
Eric V. Smith authored
-
Eric V. Smith authored
-
Hynek Schlawack authored
Also added several regression tests.
-
- 27 Jun, 2012 1 commit
-
-
Victor Stinner authored
os.urandom() has now one unique implementation, posix_urandom() which calls _PyOS_URandom(). _PyOS_URandom() uses RAND_pseudo_bytes() on VMS.
-