- 30 Haz, 2012 7 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
Antoine Pitrou yazdı
Patch by Marc Abramowitz.
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
AC_PATH_PROG and AC_CHECK_PROGS for the target tools.
-
doko@ubuntu.com yazdı
global host_platform instead.
-
Nadeem Vawda yazdı
-
- 29 Haz, 2012 15 kayıt (commit)
-
-
Tim Golden yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Tim Golden yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Tim Golden yazdı
the Ctrl-C signal handler on Windows
-
Tim Golden yazdı
the Ctrl-C signal handler on Windows
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
Hynek Schlawack yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 28 Haz, 2012 11 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Amaury Forgeot d'Arc yazdı
-
Antoine Pitrou yazdı
Patch by Jakub Wilk.
-
Antoine Pitrou yazdı
Patch by Jakub Wilk.
-
Hynek Schlawack yazdı
Now that rmdir supports dir_fd, we also use it. Attackers can't even delete empty directories anymore.
-
Petri Lehtinen yazdı
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 yazdı
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 yazdı
-
Eric V. Smith yazdı
-
Hynek Schlawack yazdı
Also added several regression tests.
-
- 27 Haz, 2012 7 kayıt (commit)
-
-
Victor Stinner yazdı
os.urandom() has now one unique implementation, posix_urandom() which calls _PyOS_URandom(). _PyOS_URandom() uses RAND_pseudo_bytes() on VMS.
-
Antoine Pitrou yazdı
-
Neil Schemenauer yazdı
Use 'srcdir' from sysconfig instead of 'projectbase' to build a path to the Tools directory. 'projectbase' is the path of the build directory, not the source directory.
-
Eric V. Smith yazdı
-
David Malcolm yazdı
The gdb hooks for debugging CPython (within Tools/gdb) have been enhanced to show information on more C frames relevant to CPython within the "py-bt" and "py-bt-full" commands: * C frames that are waiting on the GIL * C frames that are garbage-collecting * C frames that are due to the invocation of a PyCFunction
-
Hynek Schlawack yazdı
-
Antoine Pitrou yazdı
(helps getting results in real-time when stdio is transmitted over a pipe or socket)
-