Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - check for libtinfo as a termcap library | doko@ubuntu.com | 2012-06-30 | 2 | -2/+2 |
| | |||||
* | Issue #15225: improve error message when hmac is passed a wrong key type. | Antoine Pitrou | 2012-06-30 | 3 | -1/+14 |
| | | | | Patch by Marc Abramowitz. | ||||
* | - Issue #3754: Some unrelated configure.ac cleanups. | doko@ubuntu.com | 2012-06-30 | 2 | -7/+16 |
| | |||||
* | - Issue #14324: use a linker test to check for profiling support | doko@ubuntu.com | 2012-06-30 | 2 | -39/+38 |
| | |||||
* | - Issue #3754: Use AC_PATH_TOOL and AC_CHECK_TOOLS instead of | doko@ubuntu.com | 2012-06-30 | 2 | -168/+440 |
| | | | | AC_PATH_PROG and AC_CHECK_PROGS for the target tools. | ||||
* | - Issue #3754, refactor sys.platform / get_platform bits, use a | doko@ubuntu.com | 2012-06-30 | 1 | -64/+59 |
| | | | | global host_platform instead. | ||||
* | Update GzipFile docstring to mention gzip.open()'s new text-mode support. | Nadeem Vawda | 2012-06-30 | 1 | -1/+1 |
| | |||||
* | Merged | Tim Golden | 2012-06-29 | 1 | -23/+22 |
|\ | |||||
| * | Dummy merge from 3.2 | Tim Golden | 2012-06-29 | 0 | -0/+0 |
| |\ | |||||
| | * | Issue #1677: Handle better a race condition between the interactive ↵ | Tim Golden | 2012-06-29 | 1 | -22/+15 |
| | | | | | | | | | | | | | | | | | | interpreter and the Ctrl-C signal handler on Windows | ||||
| * | | Issue #1677: Handle better a race condition between the interactive ↵ | Tim Golden | 2012-06-29 | 1 | -23/+22 |
| | | | | | | | | | | | | | | | | | | interpreter and the Ctrl-C signal handler on Windows | ||||
* | | | urllib.parse cleanup. rename keywords used as variables | Senthil Kumaran | 2012-06-29 | 1 | -7/+7 |
|\ \ \ | |||||
| * | | | urllib.parse cleanup. rename keywords used as variables | Senthil Kumaran | 2012-06-29 | 1 | -7/+7 |
| | | | | |||||
* | | | | Better diagnose test failure | Antoine Pitrou | 2012-06-29 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | Better diagnose test failure | Antoine Pitrou | 2012-06-29 | 1 | -2/+2 |
| |/ | |||||
* | | #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() | Petri Lehtinen | 2012-06-29 | 3 | -0/+23 |
|\ \ | |/ | |||||
| * | #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() | Petri Lehtinen | 2012-06-29 | 3 | -0/+23 |
| | | |||||
* | | #9559: Don't call _pre_mailbox_hook more than once | Petri Lehtinen | 2012-06-29 | 1 | -2/+5 |
|\ \ | |/ | |||||
| * | #9559: Don't call _pre_mailbox_hook more than once | Petri Lehtinen | 2012-06-29 | 1 | -2/+5 |
| | | |||||
* | | Check for all used fd-based functions in shutil.rmdir, closes #15218 | Hynek Schlawack | 2012-06-29 | 2 | -3/+9 |
| | | |||||
* | | urlparse docs clean up - no reference to earlier draft | Senthil Kumaran | 2012-06-29 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | urlparse docs clean up - no reference to earlier draft | Senthil Kumaran | 2012-06-29 | 1 | -5/+5 |
| | | |||||
* | | Issue #5067: improve some json error messages. | Antoine Pitrou | 2012-06-28 | 5 | -12/+14 |
|\ \ | |/ | | | | | Patch by Serhiy Storchaka. | ||||
| * | Issue #5067: improve some json error messages. | Antoine Pitrou | 2012-06-28 | 5 | -12/+14 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | Port tests from Issue #15219, and verify we don't have a reference leak. | Amaury Forgeot d'Arc | 2012-06-28 | 1 | -6/+2 |
| | | |||||
* | | Issue #10571: Fix the "--sign" option of distutils' upload command. | Antoine Pitrou | 2012-06-28 | 3 | -1/+5 |
|\ \ | |/ | | | | | Patch by Jakub Wilk. | ||||
| * | Issue #10571: Fix the "--sign" option of distutils' upload command. | Antoine Pitrou | 2012-06-28 | 3 | -1/+5 |
| | | | | | | | | Patch by Jakub Wilk. | ||||
* | | #4489: Use dir_fd in rmdir in _rmtree_safe_fd() | Hynek Schlawack | 2012-06-28 | 1 | -4/+8 |
| | | | | | | | | | | Now that rmdir supports dir_fd, we also use it. Attackers can't even delete empty directories anymore. | ||||
* | | #9559: Append data to single-file mailbox files if messages are only added | Petri Lehtinen | 2012-06-28 | 3 | -5/+46 |
|\ \ | |/ | | | | | | | | | 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. | ||||
| * | #9559: Append data to single-file mailbox files if messages are only added | Petri Lehtinen | 2012-06-28 | 3 | -5/+46 |
| | | | | | | | | | | | | 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. | ||||
* | | Merge. | Eric V. Smith | 2012-06-28 | 2 | -3/+35 |
|\ \ | |||||
| * | | #4489: Don't follow ever symlinks in rmtree | Hynek Schlawack | 2012-06-28 | 2 | -3/+35 |
| | | | | | | | | | | | | Also added several regression tests. | ||||
* | | | Use assertIsNone. Thanks Terry Reedy. | Eric V. Smith | 2012-06-28 | 9 | -11/+11 |
|/ / | |||||
* | | Remove dead code | Victor Stinner | 2012-06-27 | 1 | -36/+0 |
| | | | | | | | | | | os.urandom() has now one unique implementation, posix_urandom() which calls _PyOS_URandom(). _PyOS_URandom() uses RAND_pseudo_bytes() on VMS. | ||||
* | | Avoid using scrdir, it's broken. | Antoine Pitrou | 2012-06-27 | 1 | -2/+2 |
| | | |||||
* | | Fix bug in test_tools that prevented building is separate directory. | Neil Schemenauer | 2012-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | 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. | ||||
* | | Changed importlib tests to use assertIs, assertIsInstance, etc., instead of ↵ | Eric V. Smith | 2012-06-27 | 14 | -58/+58 |
| | | | | | | | | just assertTrue. | ||||
* | | Issue #12605: Show information on more C frames within gdb backtraces | David Malcolm | 2012-06-27 | 3 | -11/+200 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Fix typo in shutil doc | Hynek Schlawack | 2012-06-27 | 1 | -1/+1 |
| | | |||||
* | | Flush stdout and stderr when running tests in parallel | Antoine Pitrou | 2012-06-27 | 1 | -0/+2 |
|\ \ | |/ | | | | | (helps getting results in real-time when stdio is transmitted over a pipe or socket) | ||||
| * | Flush stdout and stderr when running tests in parallel | Antoine Pitrou | 2012-06-27 | 1 | -0/+2 |
| | | | | | | | | (helps getting results in real-time when stdio is transmitted over a pipe or socket) | ||||
* | | Merge buildbot script changes | Antoine Pitrou | 2012-06-27 | 2 | -3/+2 |
|\ \ | |/ | |||||
| * | Allow passing extra testing options to the buildbot test scripts | Antoine Pitrou | 2012-06-27 | 2 | -3/+2 |
| | | |||||
* | | white space cleanup | Christian Heimes | 2012-06-27 | 1 | -1/+0 |
| | | |||||
* | | Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic ↵ | Christian Heimes | 2012-06-27 | 2 | -7/+18 |
| | | | | | | | | purpose | ||||
* | | build_all_use_profile: Build using -fprofile-correction to automatically | Matthias Klose | 2012-06-27 | 1 | -1/+1 |
| | | | | | | | | correct inconsistent profiles for multi-threaded programs. | ||||
* | | Issue #15079: make a test applicable to both C and Python versions of the ↵ | Antoine Pitrou | 2012-06-26 | 2 | -3/+6 |
|\ \ | |/ | | | | | | | | | pickle module. Patch by Stefan Mihaila. | ||||
| * | Issue #15079: make a test applicable to both C and Python versions of the ↵ | Antoine Pitrou | 2012-06-26 | 2 | -3/+6 |
| | | | | | | | | | | | | pickle module. Patch by Stefan Mihaila. | ||||
* | | Null merge | David Malcolm | 2012-06-26 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue #14443: ensure that brp-python-bytecompile is invoked with the correct | David Malcolm | 2012-06-26 | 2 | -1/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. |