summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #15229: An OSError subclass whose __init__ doesn't call backAntoine Pitrou2012-06-301-0/+10
* - Issue #14330: For cross builds, don't use host python, use host search pathsdoko@ubuntu.com2012-06-301-2/+2
* - Issue #14330: For cross builds, don't use host python, use host search pathsdoko@ubuntu.com2012-06-302-0/+12
* Issue #9239: add tests for modifying zipfile comments in append mode.Antoine Pitrou2012-06-301-0/+18
|\
| * Issue #9239: add tests for modifying zipfile comments in append mode.Antoine Pitrou2012-06-301-0/+18
* | Issue #15225: improve error message when hmac is passed a wrong key type.Antoine Pitrou2012-06-302-1/+13
* | Update GzipFile docstring to mention gzip.open()'s new text-mode support.Nadeem Vawda2012-06-301-1/+1
* | urllib.parse cleanup. rename keywords used as variablesSenthil Kumaran2012-06-291-7/+7
|\ \ | |/
| * urllib.parse cleanup. rename keywords used as variablesSenthil Kumaran2012-06-291-7/+7
* | Better diagnose test failureAntoine Pitrou2012-06-291-2/+2
|\ \ | |/
| * Better diagnose test failureAntoine Pitrou2012-06-291-2/+2
* | #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-292-0/+20
|\ \ | |/
| * #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-292-0/+20
* | #9559: Don't call _pre_mailbox_hook more than oncePetri Lehtinen2012-06-291-2/+5
|\ \ | |/
| * #9559: Don't call _pre_mailbox_hook more than oncePetri Lehtinen2012-06-291-2/+5
* | Check for all used fd-based functions in shutil.rmdir, closes #15218Hynek Schlawack2012-06-292-3/+9
* | Issue #5067: improve some json error messages.Antoine Pitrou2012-06-283-7/+9
|\ \ | |/
| * Issue #5067: improve some json error messages.Antoine Pitrou2012-06-283-7/+9
* | Port tests from Issue #15219, and verify we don't have a reference leak.Amaury Forgeot d'Arc2012-06-281-6/+2
* | Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-281-1/+1
|\ \ | |/
| * Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-281-1/+1
* | #4489: Use dir_fd in rmdir in _rmtree_safe_fd()Hynek Schlawack2012-06-281-4/+8
* | #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-282-5/+42
|\ \ | |/
| * #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-282-5/+42
* | Merge.Eric V. Smith2012-06-282-3/+35
|\ \
| * | #4489: Don't follow ever symlinks in rmtreeHynek Schlawack2012-06-282-3/+35
* | | Use assertIsNone. Thanks Terry Reedy.Eric V. Smith2012-06-289-11/+11
|/ /
* | Avoid using scrdir, it's broken.Antoine Pitrou2012-06-271-2/+2
* | Fix bug in test_tools that prevented building is separate directory.Neil Schemenauer2012-06-271-1/+1
* | Changed importlib tests to use assertIs, assertIsInstance, etc., instead of j...Eric V. Smith2012-06-2714-58/+58
* | Issue #12605: Show information on more C frames within gdb backtracesDavid Malcolm2012-06-271-2/+99
* | Flush stdout and stderr when running tests in parallelAntoine Pitrou2012-06-271-0/+2
|\ \ | |/
| * Flush stdout and stderr when running tests in parallelAntoine Pitrou2012-06-271-0/+2
* | white space cleanupChristian Heimes2012-06-271-1/+0
* | Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic p...Christian Heimes2012-06-271-7/+8
* | Issue #15079: make a test applicable to both C and Python versions of the pic...Antoine Pitrou2012-06-261-3/+5
|\ \ | |/
| * Issue #15079: make a test applicable to both C and Python versions of the pic...Antoine Pitrou2012-06-261-3/+5
| * Issue #14443: ensure that brp-python-bytecompile is invoked with the correctDavid Malcolm2012-06-261-1/+16
* | Bump version to 3.3.0b1.v3.3.0b1Georg Brandl2012-06-262-2/+2
* | Use ValueError, not RuntimeError for a utime flag combination illegal on some...Georg Brandl2012-06-261-1/+1
* | Update suspicious ignore file and pydoc topics.Georg Brandl2012-06-261-5/+5
* | Issue #15817: Bugfix: remove temporary directories test_shutil was leavingLarry Hastings2012-06-261-0/+3
* | Closes #15179: Merged fix from 3.2.Vinay Sajip2012-06-251-1/+5
|\ \ | |/
| * Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita ...Vinay Sajip2012-06-251-1/+5
| * Backport test_nntplib fixes from default.Antoine Pitrou2012-06-251-2/+5
* | Issue #14443: ensure that brp-python-bytecompile is invoked with the correctDavid Malcolm2012-06-251-1/+16
* | Issue #15177: Added dir_fd parameter to os.fwalk().Larry Hastings2012-06-252-12/+35
* | Skip test in freebsd entirely - Kernel bug in freebsd7/8/9 - #10142: Support ...Jesus Cea2012-06-251-1/+1
* | Issue #15176: Clarified behavior, documentation, and implementationLarry Hastings2012-06-251-8/+13
* | #4489 Make fd based rmtree work on bytesHynek Schlawack2012-06-252-0/+12