| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1677: Handle better a race condition between the interactive interpret... | Tim Golden | 2012-06-29 | 1 | -23/+22 |
|
|
* | #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 |
|\ \
| |/ |
|
| * | Issue #5067: improve some json error messages. | Antoine Pitrou | 2012-06-28 | 5 | -12/+14 |
|
|
* | | 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 |
|\ \
| |/ |
|
| * | Issue #10571: Fix the "--sign" option of distutils' upload command. | Antoine Pitrou | 2012-06-28 | 3 | -1/+5 |
|
|
* | | #4489: Use dir_fd in rmdir in _rmtree_safe_fd() | Hynek Schlawack | 2012-06-28 | 1 | -4/+8 |
|
|
* | | #9559: Append data to single-file mailbox files if messages are only added | Petri Lehtinen | 2012-06-28 | 3 | -5/+46 |
|\ \
| |/ |
|
| * | #9559: Append data to single-file mailbox files if messages are only added | Petri Lehtinen | 2012-06-28 | 3 | -5/+46 |
|
|
* | | 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 |
|
|
* | | | 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 |
|
|
* | | 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 |
|
|
* | | Changed importlib tests to use assertIs, assertIsInstance, etc., instead of j... | Eric V. Smith | 2012-06-27 | 14 | -58/+58 |
|
|
* | | Issue #12605: Show information on more C frames within gdb backtraces | David Malcolm | 2012-06-27 | 3 | -11/+200 |
|
|
* | | 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 |
|\ \
| |/ |
|
| * | Flush stdout and stderr when running tests in parallel | Antoine Pitrou | 2012-06-27 | 1 | -0/+2 |
|
|
* | | 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 p... | Christian Heimes | 2012-06-27 | 2 | -7/+18 |
|
|
* | | build_all_use_profile: Build using -fprofile-correction to automatically | Matthias Klose | 2012-06-27 | 1 | -1/+1 |
|
|
* | | Issue #15079: make a test applicable to both C and Python versions of the pic... | Antoine Pitrou | 2012-06-26 | 2 | -3/+6 |
|\ \
| |/ |
|
| * | Issue #15079: make a test applicable to both C and Python versions of the pic... | Antoine Pitrou | 2012-06-26 | 2 | -3/+6 |
|
|
* | | 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 |
|
|
* | | - whitespace-normalize libffi file | Matthias Klose | 2012-06-26 | 1 | -4/+4 |
|
|
* | | - Issue #15194: Update libffi to the 3.0.11 release. | doko@ubuntu.com | 2012-06-26 | 192 | -6036/+29951 |
|
|
* | | issue13666 - merge from 3.2 | Senthil Kumaran | 2012-06-26 | 1 | -10/+9 |
|\ \
| |/ |
|
| * | issue13666 - Fixing datetime documentation example when using tzinfo | Senthil Kumaran | 2012-06-26 | 1 | -10/+9 |
|
|
* | | Added hmac.compare_digest to whatsnew | Christian Heimes | 2012-06-26 | 1 | -0/+9 |
|
|
* | | Added tag v3.3.0b1 for changeset e15c554cd43e | Georg Brandl | 2012-06-26 | 1 | -0/+1 |
|
|
* | | Bump version to 3.3.0b1.v3.3.0b1 | Georg Brandl | 2012-06-26 | 6 | -9/+9 |
|
|
* | | 3.3 whatsnew: Comment out the section about new POSIX *at functions etc.; has... | Georg Brandl | 2012-06-26 | 1 | -68/+70 |
|
|
* | | Merge heads | Petri Lehtinen | 2012-06-26 | 11 | -43/+266 |
|\ \ |
|
| * | | Use ValueError, not RuntimeError for a utime flag combination illegal on some... | Georg Brandl | 2012-06-26 | 2 | -2/+2 |
|
|
| * | | Merge | Martin v. Löwis | 2012-06-26 | 3 | -24/+203 |
| |\ \ |
|
| | * | | Create PGInstrument/PGUpdate configurations for py.exe and pyw.exe | Martin v. Löwis | 2012-06-26 | 3 | -24/+203 |
|
|
| * | | | Fix issue # in Misc/NEWS (should be #15187, not 15817.) | Larry Hastings | 2012-06-26 | 1 | -1/+1 |
|
|
| * | | | Add yet another missing versionchanged. | Georg Brandl | 2012-06-26 | 1 | -0/+3 |
|
|