summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #8865: Concurrent invocation of select.poll.poll() now raises aSerhiy Storchaka2013-08-201-2/+40
|\
| * Issue #8865: Concurrent invocation of select.poll.poll() now raises aSerhiy Storchaka2013-08-201-2/+40
* | Issue #7732: try to fix test_bug7732's flakiness on Windows by executing it i...Antoine Pitrou2013-08-191-5/+3
* | Issue #2537: Remove breaked check which prevented valid regular expressions.Serhiy Storchaka2013-08-191-0/+10
|\ \ | |/
| * Issue #2537: Remove breaked check which prevented valid regular expressions.Serhiy Storchaka2013-08-191-0/+10
* | Make test_wakeup_write_error more robustAntoine Pitrou2013-08-171-0/+10
* | Issue #16105: When a signal handler fails to write to the file descriptor reg...Antoine Pitrou2013-08-171-0/+41
* | #18466: merge with 3.3.Ezio Melotti2013-08-175-5/+5
|\ \ | |/
| * #18466: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-175-5/+5
* | #18741: merge with 3.3.Ezio Melotti2013-08-172-8/+8
|\ \ | |/
| * #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-172-8/+8
* | Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytesChristian Heimes2013-08-162-0/+119
|\ \ | |/
| * mergeChristian Heimes2013-08-163-3/+62
| |\
| * | Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytesChristian Heimes2013-08-162-0/+119
* | | Issue #16463: Fix a transient test_timeout failure.Charles-François Natali2013-08-161-3/+16
|\ \ \ | | |/ | |/|
| * | Issue #16463: Fix a transient test_timeout failure.Charles-François Natali2013-08-161-3/+16
* | | Fix the default placeholder in textwrap.shorten() to be " [...]".Antoine Pitrou2013-08-161-6/+6
* | | Make test.support.reap_threads() fasterAntoine Pitrou2013-08-161-2/+2
* | | Issue #18756: Improve error reporting in os.urandom() when the failure is due...Antoine Pitrou2013-08-161-0/+20
|\ \ \ | |/ /
| * | Issue #18756: Improve error reporting in os.urandom() when the failure is due...Antoine Pitrou2013-08-161-0/+20
* | | Issue #1666318: Add a test that shutil.copytree() retains directory permissions.Antoine Pitrou2013-08-161-0/+26
|\ \ \ | |/ /
| * | Issue #1666318: Add a test that shutil.copytree() retains directory permissions.Antoine Pitrou2013-08-161-0/+26
| |/
* | Change the builtin hash algorithms' names to lower case namesChristian Heimes2013-08-151-2/+2
* | (Merge 3.3) Issue #18296: Try to fix TestSendfile.test_trailers() of test_os ...Victor Stinner2013-08-151-4/+5
|\ \ | |/
| * Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on FreeBSDVictor Stinner2013-08-151-4/+5
| * issue #18698: ensure importlib.reload() returns the module out of sys.modules.Eric Snow2013-08-151-0/+17
* | Closes issue #18698: ensure importlib.reload() returns the module out of sys....Eric Snow2013-08-151-0/+16
* | Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-146-167/+342
* | Close #12015: The tempfile module now uses a suffix of 8 random charactersVictor Stinner2013-08-131-2/+2
* | #18687: merge with 3.3.Ezio Melotti2013-08-131-1/+0
|\ \ | |/
| * #18687: remove obsolete comment. Patch by Févry Thibault.Ezio Melotti2013-08-131-1/+0
* | merge from 3.3Senthil Kumaran2013-08-131-0/+8
|\ \ | |/
| * Increasing test coverage of ftplib. Patch by Muhammad JehanzebSenthil Kumaran2013-08-131-0/+8
* | Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece o...Antoine Pitrou2013-08-121-9/+59
* | Issue 18693: Put custom __dir__ back in place. Will instead look at fixing `...Ethan Furman2013-08-121-0/+15
* | Add some docstrings, clarify others, and fix formatting.Eli Bendersky2013-08-111-3/+11
* | Close #12645: Clarify and reformat the documentation of import_fresh_moduleEli Bendersky2013-08-111-12/+25
|\ \ | |/
| * Issue #12645: Clarify and reformat the documentation of import_fresh_moduleEli Bendersky2013-08-111-11/+25
* | Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codecca...Serhiy Storchaka2013-08-111-2/+3
|\ \ | |/
| * Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codecca...Serhiy Storchaka2013-08-111-2/+3
* | Issue #15301: skip new test method so Windows builtbots stop failing.Terry Jan Reedy2013-08-111-0/+1
* | Close #18693: __dir__ removed from Enum; help() now helpful.Ethan Furman2013-08-101-15/+0
* | Close #18264: int- and float-derived enums now converted to int or float.Ethan Furman2013-08-101-0/+81
* | #18681: merge with 3.3.Ezio Melotti2013-08-101-0/+9
|\ \ | |/
| * #18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).Ezio Melotti2013-08-101-0/+9
| * Merge heads.R David Murray2013-08-101-4/+23
| |\
* | \ Merge heads.R David Murray2013-08-101-4/+23
|\ \ \
| * \ \ Merge #8112: Update the documenting xmlrpc server to use getfullargspec.R David Murray2013-08-101-4/+23
| |\ \ \ | | | |/ | | |/|
| | * | #8112: Update the documenting xmlrpc server to use getfullargspec.R David Murray2013-08-101-4/+23
* | | | #18505: merge with 3.3.Ezio Melotti2013-08-101-4/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|