- 28 Jun, 2012 1 commit
-
-
Hynek Schlawack authored
Also added several regression tests.
-
- 27 Jun, 2012 13 commits
-
-
Victor Stinner authored
os.urandom() has now one unique implementation, posix_urandom() which calls _PyOS_URandom(). _PyOS_URandom() uses RAND_pseudo_bytes() on VMS.
-
Antoine Pitrou authored
-
Neil Schemenauer authored
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 authored
-
David Malcolm authored
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 authored
-
Antoine Pitrou authored
(helps getting results in real-time when stdio is transmitted over a pipe or socket)
-
Antoine Pitrou authored
(helps getting results in real-time when stdio is transmitted over a pipe or socket)
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Matthias Klose authored
correct inconsistent profiles for multi-threaded programs.
-
- 26 Jun, 2012 24 commits
-
-
Antoine Pitrou authored
Patch by Stefan Mihaila.
-
Antoine Pitrou authored
Patch by Stefan Mihaila.
-
David Malcolm authored
-
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.
-
Matthias Klose authored
-
doko@ubuntu.com authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Christian Heimes authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
3.3 whatsnew: Comment out the section about new POSIX *at functions etc.; has to be rewritten later.
-
Petri Lehtinen authored
-
Georg Brandl authored
-
Petri Lehtinen authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Larry Hastings authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Larry Hastings authored
behind.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 25 Jun, 2012 2 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-