- 29 Haz, 2012 7 kayıt (commit)
-
-
Tim Golden yazdı
-
Senthil Kumaran yazdı
-
Antoine Pitrou yazdı
-
Tim Golden yazdı
the Ctrl-C signal handler on Windows
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
Senthil Kumaran yazdı
-
- 28 Haz, 2012 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Antoine Pitrou yazdı
Patch by Jakub Wilk.
-
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.
-
- 27 Haz, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
(helps getting results in real-time when stdio is transmitted over a pipe or socket)
-
Antoine Pitrou yazdı
-
- 26 Haz, 2012 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Stefan Mihaila.
-
David Malcolm yazdı
python executable The __os_install_macro defines some post-processing activities during an rpm build; one of the scripts it calls is brp-python-bytecompile, which can take an argument: the python executable with which to byte-compile .py files in the package payload. In some older versions of rpm (e.g. in RHEL 6), this invocation doesn't pass in an argument, and brp-python-bytecompile defaults to using /usr/bin/python, which can lead to the .py files being byte-compiled for the wrong version of python. This has been fixed in later versions of rpm by passing in %{__python} as an argument to brp-python-bytecompile. Workaround this by detecting if __os_install_post has a 0-argument invocation of brp-python-bytecompile, and if so generating an equivalent macro that has the argument, and explicitly provide the new definition within the specfile.
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 25 Haz, 2012 4 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Antoine Pitrou yazdı
-
Stefan Krah yazdı
-
Gregory P. Smith yazdı
to using signal.alarm(1) instead of signal.setitimer(signal.ITIMER_REAL, 0.1). This is an attempt to see if this change is what caused the ubuntu arm buildbot to hang in test_io's test_interrupted_write_retry_text. Discussion in Issue #12268.
-
- 24 Haz, 2012 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Gregory P. Smith yazdı
no longer lose data when an underlying read system call is interrupted. IOError is no longer raised due to a read system call returning EINTR from within these methods.
-
Gregory P. Smith yazdı
alarm for the signal tests.
-
- 23 Haz, 2012 6 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Antoine Pitrou yazdı
Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec().
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs
-
Mark Dickinson yazdı
Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs
-
Charles-François Natali yazdı
-
- 22 Haz, 2012 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
mktime() when timezone offest is supplied.
-
- 21 Haz, 2012 1 kayıt (commit)
-
-
Hynek Schlawack yazdı
Loosely based on the work by Hirokazu Yamamoto.
-
- 19 Haz, 2012 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
- 18 Haz, 2012 2 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Petri Lehtinen yazdı
-
- 17 Haz, 2012 4 kayıt (commit)
-
-
R David Murray yazdı
-
Ezio Melotti yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-