summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove packaging from the standard library.Éric Araujo2012-06-243-50/+0
* | Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir"Larry Hastings2012-06-231-1/+4
* | Errors in "client" methods in test_socket were ignored because of a bogus exc...Antoine Pitrou2012-06-231-1/+2
* | Lower test-skipping threshold in test_reprlibAntoine Pitrou2012-06-231-1/+1
* | Avoid depending on directory iteration order in test_shutilAntoine Pitrou2012-06-231-6/+5
* | Add debug output to test_shutilAntoine Pitrou2012-06-231-0/+2
* | Proper cleanup in test_shutil, even in case of error.Antoine Pitrou2012-06-231-8/+6
* | #4489: Fix usage of fd-based functions to new api introduced earlier todayHynek Schlawack2012-06-231-2/+21
* | Properly test the various builtins lookup cases in inspect.getclosurevarsNick Coghlan2012-06-231-0/+24
* | #4489: Add a shutil.rmtree that isn't suspectible to symlink attacksHynek Schlawack2012-06-231-18/+45
* | Use non-deprecated speling.Antoine Pitrou2012-06-231-44/+44
* | Properly cleanup pep3147 modules in test_importAntoine Pitrou2012-06-231-4/+4
* | Try to further debug occasional buildbot failureAntoine Pitrou2012-06-231-0/+6
* | #15114: the strict mode of HTMLParser and the HTMLParseError exception are de...Ezio Melotti2012-06-231-2/+4
* | Issue #3665: \u and \U escapes are now supported in unicode regular expressions.Antoine Pitrou2012-06-231-15/+83
* | Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing o...Nick Coghlan2012-06-231-0/+46
* | Close #13062: Add inspect.getclosurevars to simplify testing stateful closuresNick Coghlan2012-06-231-1/+100
* | Issue #14742: test_unparse now only checks a limited number of files unless t...Mark Dickinson2012-06-231-0/+1
* | fixed whitespaceAlexander Belopolsky2012-06-231-1/+1
* | Issues #11024: Fixes and additional tests for Time2Internaldate.Alexander Belopolsky2012-06-231-9/+25
* | Skip the test only if neccesary - Kernel bug in freebsd9 - #10142: Support fo...Jesus Cea2012-06-231-2/+2
* | Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-06-231-0/+3
* | Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.)Larry Hastings2012-06-232-2/+7
* | Issue #14626: Large refactoring of functions / parameters in the os module.Larry Hastings2012-06-224-208/+200
* | Fix silly mistake in debugging codeAntoine Pitrou2012-06-221-1/+1
* | Issue #15008: Implement PEP 362 "Signature Objects".Larry Hastings2012-06-221-1/+922