- 05 Jul, 2012 2 commits
-
-
Antoine Pitrou authored
Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python".
-
Senthil Kumaran authored
Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp
-
- 03 Jul, 2012 1 commit
-
-
Jesus Cea authored
-
- 01 Jul, 2012 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 30 Jun, 2012 2 commits
-
-
Stefan Krah authored
-
Antoine Pitrou authored
-
- 29 Jun, 2012 7 commits
-
-
Tim Golden authored
-
Senthil Kumaran authored
-
Antoine Pitrou authored
-
Tim Golden authored
the Ctrl-C signal handler on Windows
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Senthil Kumaran authored
-
- 28 Jun, 2012 3 commits
-
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Antoine Pitrou authored
Patch by Jakub Wilk.
-
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.
-
- 27 Jun, 2012 2 commits
-
-
Antoine Pitrou authored
(helps getting results in real-time when stdio is transmitted over a pipe or socket)
-
Antoine Pitrou authored
-
- 26 Jun, 2012 4 commits
-
-
Antoine Pitrou authored
Patch by Stefan Mihaila.
-
David Malcolm authored
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 authored
-
Senthil Kumaran authored
-
- 25 Jun, 2012 4 commits
-
-
Vinay Sajip authored
-
Antoine Pitrou authored
-
Stefan Krah authored
-
Gregory P. Smith authored
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 Jun, 2012 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Gregory P. Smith authored
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 authored
alarm for the signal tests.
-
- 23 Jun, 2012 6 commits
-
-
Martin v. Löwis authored
-
Antoine Pitrou authored
Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec().
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs
-
Mark Dickinson authored
Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs
-
Charles-François Natali authored
-
- 22 Jun, 2012 1 commit
-
-
Alexander Belopolsky authored
mktime() when timezone offest is supplied.
-
- 21 Jun, 2012 1 commit
-
-
Hynek Schlawack authored
Loosely based on the work by Hirokazu Yamamoto.
-