summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* #18705: merge with 3.3.Ezio Melotti2013-08-1726-49/+49
|\
| * #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-1725-44/+44
* | 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-162-8/+8
* | | 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
| |/
* | Merge with 3.3Terry Jan Reedy2013-08-152-22/+10
|\ \ | |/
| * Issue #18732: Remove unused* parameter output_sep from IdleHistory.HistoryTerry Jan Reedy2013-08-152-22/+10
* | Merge with 3.3Terry Jan Reedy2013-08-152-3/+179
|\ \ | |/
| * Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.Terry Jan Reedy2013-08-152-3/+179
* | 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-152-1/+20
* | Closes issue #18698: ensure importlib.reload() returns the module out of sys....Eric Snow2013-08-152-1/+19
* | Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-1428-1051/+2106
* | Merge with 3.3Terry Jan Reedy2013-08-132-15/+35
|\ \ | |/
| * Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'Terry Jan Reedy2013-08-132-15/+35
* | (Merge 3.3) Issue #18405: Improve the entropy of crypt.mksalt().Victor Stinner2013-08-131-1/+1
|\ \ | |/
| * Issue #18405: Improve the entropy of crypt.mksalt().Victor Stinner2013-08-131-1/+1
* | Close #12015: The tempfile module now uses a suffix of 8 random charactersVictor Stinner2013-08-132-3/+3
* | #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-122-11/+110
* | Closes issue #18598: Have the exception message forBrett Cannon2013-08-121-1/+3
* | Issue 18693: Put custom __dir__ back in place. Will instead look at fixing `...Ethan Furman2013-08-122-0/+21
* | 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
* | #18663: merge with 3.3.Ezio Melotti2013-08-111-0/+4
|\ \ | |/
| * #18663: document that assertAlmostEqual also works when the values are equal ...Ezio Melotti2013-08-111-0/+4
* | Issue #15301: skip new test method so Windows builtbots stop failing.Terry Jan Reedy2013-08-111-0/+1
* | Issue #18676: Merge from 3.3Terry Jan Reedy2013-08-101-4/+4
|\ \ | |/
| * Issue #18676: Change 'positive' to 'non-negative' in queue.py put and getTerry Jan Reedy2013-08-101-4/+4
* | Merge with 3.3Terry Jan Reedy2013-08-102-49/+463
|\ \ | |/
| * Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.Terry Jan Reedy2013-08-102-49/+463
* | Close #18693: __dir__ removed from Enum; help() now helpful.Ethan Furman2013-08-102-21/+0
* | Close #18264: int- and float-derived enums now converted to int or float.Ethan Furman2013-08-102-8/+100
* | #18681: merge with 3.3.Ezio Melotti2013-08-102-1/+10
|\ \ | |/