| Commit message (Expand) | Author | Age | Files | Lines |
* | #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() | Petri Lehtinen | 2012-06-29 | 2 | -0/+20 |
|\ |
|
| * | #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() | Petri Lehtinen | 2012-06-29 | 2 | -0/+20 |
|
|
* | | #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 |
|
|
* | | Issue #5067: improve some json error messages. | Antoine Pitrou | 2012-06-28 | 3 | -7/+9 |
|\ \
| |/ |
|
| * | Issue #5067: improve some json error messages. | Antoine Pitrou | 2012-06-28 | 3 | -7/+9 |
|
|
* | | 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 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #10571: Fix the "--sign" option of distutils' upload command. | Antoine Pitrou | 2012-06-28 | 1 | -1/+1 |
|
|
* | | #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 | 2 | -5/+42 |
|\ \
| |/ |
|
| * | #9559: Append data to single-file mailbox files if messages are only added | Petri Lehtinen | 2012-06-28 | 2 | -5/+42 |
|
|
* | | 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 |
|/ / |
|
* | | 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 | 1 | -2/+99 |
|
|
* | | 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 |
|
|
* | | 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 | 1 | -7/+8 |
|
|
* | | Issue #15079: make a test applicable to both C and Python versions of the pic... | Antoine Pitrou | 2012-06-26 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Issue #15079: make a test applicable to both C and Python versions of the pic... | Antoine Pitrou | 2012-06-26 | 1 | -3/+5 |
|
|
| * | Issue #14443: ensure that brp-python-bytecompile is invoked with the correct | David Malcolm | 2012-06-26 | 1 | -1/+16 |
|
|
* | | Bump version to 3.3.0b1.v3.3.0b1 | Georg Brandl | 2012-06-26 | 2 | -2/+2 |
|
|
* | | Use ValueError, not RuntimeError for a utime flag combination illegal on some... | Georg Brandl | 2012-06-26 | 1 | -1/+1 |
|
|
* | | Update suspicious ignore file and pydoc topics. | Georg Brandl | 2012-06-26 | 1 | -5/+5 |
|
|
* | | Issue #15817: Bugfix: remove temporary directories test_shutil was leaving | Larry Hastings | 2012-06-26 | 1 | -0/+3 |
|
|
* | | Closes #15179: Merged fix from 3.2. | Vinay Sajip | 2012-06-25 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita ... | Vinay Sajip | 2012-06-25 | 1 | -1/+5 |
|
|
| * | Backport test_nntplib fixes from default. | Antoine Pitrou | 2012-06-25 | 1 | -2/+5 |
|
|
* | | Issue #14443: ensure that brp-python-bytecompile is invoked with the correct | David Malcolm | 2012-06-25 | 1 | -1/+16 |
|
|
* | | Issue #15177: Added dir_fd parameter to os.fwalk(). | Larry Hastings | 2012-06-25 | 2 | -12/+35 |
|
|
* | | Skip test in freebsd entirely - Kernel bug in freebsd7/8/9 - #10142: Support ... | Jesus Cea | 2012-06-25 | 1 | -1/+1 |
|
|
* | | Issue #15176: Clarified behavior, documentation, and implementation | Larry Hastings | 2012-06-25 | 1 | -8/+13 |
|
|
* | | #4489 Make fd based rmtree work on bytes | Hynek Schlawack | 2012-06-25 | 2 | -0/+12 |
|
|
* | | Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test | Gregory P. Smith | 2012-06-25 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test | Gregory P. Smith | 2012-06-25 | 1 | -5/+5 |
|
|
* | | Give test directory a more reasonable name. | Eric V. Smith | 2012-06-24 | 3 | -2/+4 |
|
|
* | | Closes #15173: Tidied up copyright statements and removed pythonv references. | Vinay Sajip | 2012-06-24 | 3 | -13/+13 |
|
|
* | | Fixes issue 15039: namespace packages are no longer imported in preference to... | Eric V. Smith | 2012-06-24 | 5 | -3/+16 |
|
|
* | | Issue #15164: Change return value of platform.uname() from a | Larry Hastings | 2012-06-24 | 4 | -11/+21 |
|
|
* | | Support Mageia Linux in the platform module. | Antoine Pitrou | 2012-06-24 | 1 | -1/+1 |
|
|
* | | Closes #11678: support Arch linux in the platform module. | Georg Brandl | 2012-06-24 | 1 | -1/+1 |
|
|
* | | #15156: HTMLParser now uses the new "html.entities.html5" dictionary. | Ezio Melotti | 2012-06-24 | 2 | -18/+21 |
|
|
* | | Merge with 3.2. | Georg Brandl | 2012-06-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org. | Georg Brandl | 2012-06-24 | 1 | -1/+1 |
|
|