summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #15225: improve error message when hmac is passed a wrong key type.Antoine Pitrou2012-06-301-0/+12
* 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-291-0/+17
|\ \ | |/
| * #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-291-0/+17
* | Check for all used fd-based functions in shutil.rmdir, closes #15218Hynek Schlawack2012-06-291-1/+5
* | Port tests from Issue #15219, and verify we don't have a reference leak.Amaury Forgeot d'Arc2012-06-281-6/+2
* | #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-281-2/+27
|\ \ | |/
| * #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-281-2/+27
* | #4489: Don't follow ever symlinks in rmtreeHynek Schlawack2012-06-281-1/+33
* | 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
* | 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
* | 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
| * Backport test_nntplib fixes from default.Antoine Pitrou2012-06-251-2/+5
* | Use ValueError, not RuntimeError for a utime flag combination illegal on some...Georg Brandl2012-06-261-1/+1
* | Issue #15817: Bugfix: remove temporary directories test_shutil was leavingLarry Hastings2012-06-261-0/+3
* | Issue #15177: Added dir_fd parameter to os.fwalk().Larry Hastings2012-06-251-5/+24
* | 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-251-0/+9
* | Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the testGregory P. Smith2012-06-251-5/+5
|\ \ | |/
| * Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the testGregory P. Smith2012-06-251-5/+5
* | Give test directory a more reasonable name.Eric V. Smith2012-06-243-2/+4
* | Closes #15173: Tidied up copyright statements and removed pythonv references.Vinay Sajip2012-06-241-5/+6
* | Fixes issue 15039: namespace packages are no longer imported in preference to...Eric V. Smith2012-06-243-0/+9
* | Issue #15164: Change return value of platform.uname() from aLarry Hastings2012-06-242-3/+9
* | #15156: HTMLParser now uses the new "html.entities.html5" dictionary.Ezio Melotti2012-06-241-1/+6
* | Merge with 3.2.Georg Brandl2012-06-241-1/+1
|\ \ | |/
| * Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org.Georg Brandl2012-06-241-1/+1
* | Branch mergeÉric Araujo2012-06-241-0/+4
|\ \
| * | Restore test that was using pysetup and can now (#15157) use pydocÉric Araujo2012-06-241-0/+4
* | | Fix test__locale on Mac; platform.uname() does not have a structseq-type inte...Georg Brandl2012-06-241-1/+1
|/ /
* | Fix test to really run behind a NNTP virus checkerAntoine Pitrou2012-06-241-2/+5
* | Remove debug output from test_shutilHynek Schlawack2012-06-241-2/+0
* | Issue #15061: Re-implemented hmac.compare_digest() in CChristian Heimes2012-06-241-5/+76
* | Issue #15118: Change return value of os.uname() and os.times() fromLarry Hastings2012-06-243-5/+4
* | Closes #15161: add support for giving path as a fd for truncate() and pathcon...Georg Brandl2012-06-241-0/+2
* | In random's test_seedargs: Make sure to include at least one seed object with...Mark Dickinson2012-06-241-1/+5
* | #15160: Extend the new email parser to handle MIME headers.R David Murray2012-06-243-15/+905
* | Fix whitespaceHynek Schlawack2012-06-241-3/+3
* | Packaging removal: also revert introduction of sysconfig.cfg.Éric Araujo2012-06-242-17/+16
* | merge headsGregory P. Smith2012-06-241-2/+2
|\ \
| * | Issue #4489: Rename the feature marker for the symlink resistant rmtree and s...Nick Coghlan2012-06-241-2/+2
* | | Fixes issue #12268: File readline, readlines and read() or readall() methodsGregory P. Smith2012-06-242-5/+241
|\ \ \ | |/ / |/| / | |/
| * Fixes issue #12268: File readline, readlines and read() or readall() methodsGregory P. Smith2012-06-241-0/+236
| * Speed up test_io by >2x by reducing the sleep time using setitimer instead ofGregory P. Smith2012-06-241-5/+5