summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #23630, asyncio: host parameter of loop.create_server() can now be aVictor Stinner2015-09-213-8/+63
* Issue #25114, asyncio: add ssl_object extra info to SSL transportsVictor Stinner2015-09-213-12/+68
* Issue #25138: test_socket.test_idna() uses support.transient_internet() insteadVictor Stinner2015-09-211-5/+4
* Issue #24861: Add docstring to idlelib.__init__ with 'private' warning.Terry Jan Reedy2015-09-211-1/+8
* Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 linesTerry Jan Reedy2015-09-211-100/+20
* Issue #16893: finish deprecation.Terry Jan Reedy2015-09-211-3/+1
* Issue #25199: Idle: add synchronization comments for future maintainers.Terry Jan Reedy2015-09-212-3/+14
* Issue #16893: whitespace in idle.html.Terry Jan Reedy2015-09-211-14/+14
* Issue #16893: Replace help.txt with idle.html for Idle doc display.Terry Jan Reedy2015-09-206-12/+927
* Issue #24199: Add stacklevel to deprecation warning call.Terry Jan Reedy2015-09-201-1/+1
* Issue #25101: Try to create a file to test write access in test_zipfile.Serhiy Storchaka2015-09-191-0/+7
* Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X SnowVictor Stinner2015-09-181-0/+3
* Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methodsVictor Stinner2015-09-182-33/+42
* Issue #25108: Backported tests for traceback functions print_stack(),Serhiy Storchaka2015-09-181-0/+35
* test_gdb: fix regex to parse the GDB versionVictor Stinner2015-09-141-1/+1
* fix name of argument in docstring and the docs (closes #25076)Benjamin Peterson2015-09-131-1/+1
* Issue #25021: Merge from 3.3 to 3.4Kristján Valur Jónsson2015-09-121-0/+10
|\
| * Issue #25021: Correctly make sure that product.__setstate__ does not accessKristján Valur Jónsson2015-09-121-0/+10
* | Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-122-3/+3
* | Issue #16473: Fix byte transform codec documentation; test quotetabs=TrueMartin Panter2015-09-122-1/+9
* | Issue #24857: Comparing call_args to a long sequence now correctly returns aBerker Peksag2015-09-092-2/+6
* | os.sendfile(headers=None, trailers=None) arguments are not actually acceptedMartin Panter2015-09-091-1/+1
* | Issue 24199: Deprecate idlelib.idlever with a warning on import.Terry Jan Reedy2015-09-092-3/+19
* | Issue #23738: Document and test actual keyword parameter namesMartin Panter2015-09-095-3/+43
* | Fixed tests for shutil.make_archive() with relative base_name in the case whenSerhiy Storchaka2015-09-081-2/+2
* | Fix whitespace in comment.Raymond Hettinger2015-09-081-3/+2
* | Issue #24982: shutil.make_archive() with the "zip" format now adds entriesSerhiy Storchaka2015-09-082-6/+40
* | Raise more correct exception on overflow in setting buffer_size attribute ofSerhiy Storchaka2015-09-071-0/+3
* | Issue #25019: Fixed a crash caused by setting non-string key of expat parser.Serhiy Storchaka2015-09-071-15/+41
* | Issue #25018: Fixed testing shutil.make_archive() with relative base_name onSerhiy Storchaka2015-09-071-9/+19
* | Explicitly test archive name in shutil.make_archive() tests to expose failureSerhiy Storchaka2015-09-071-11/+11
* | Issue #24889: When starting Idle, force focus onto Idle window if not alreadyTerry Jan Reedy2015-09-071-0/+1
* | Issue #25004: Handle out-of-disk-space error in LargeMmapTestsMartin Panter2015-09-071-1/+4
* | #23144: Make sure that HTMLParser.feed() returns all the data, even when conv...Ezio Melotti2015-09-062-4/+21
* | Fix, refactor and extend tests for shutil.make_archive().Serhiy Storchaka2015-09-061-89/+83
* | Use support.change_cwd() in tests.Serhiy Storchaka2015-09-068-99/+33
* | Issue #16180: Exit pdb if file has syntax error, instead of trapping userTerry Jan Reedy2015-09-052-0/+15
* | Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily.Terry Jan Reedy2015-09-041-7/+11
* | test_gdb: oops, the regex to parse the gdb version was still too strictVictor Stinner2015-09-031-2/+3
* | test_wsgiref: add missing import (support)Victor Stinner2015-09-031-0/+2
* | Fix test_wsgiref execution from the test module.Senthil Kumaran2015-09-031-3/+2
* | test_gdb: fix regex to parse GDB version for 'GNU gdb 6.1.1 [FreeBSD]\n'Victor Stinner2015-09-031-1/+2
* | Issue #21192: Change 'RUN' back to 'RESTART' when running editor file.Terry Jan Reedy2015-09-031-1/+1
* | Fix test_warnings: don't modify warnings.filtersVictor Stinner2015-09-021-0/+6
* | test_gdb: use subprocess.Popen context manager to fix ResourceWarning warningsVictor Stinner2015-09-021-20/+29
* | test_gdb: fix regex to parse gdb version for SUSE Linux EntrepriseVictor Stinner2015-09-021-4/+11
* | Issue #24931: Resolve __dict__ conflict in namedtuple subclasses.Raymond Hettinger2015-08-302-11/+12
* | Issue #21112: Fix regression in unittest.expectedFailure on subclasses.Robert Collins2015-08-272-2/+38
* | Issue #24790: correct typo noticed by Eric SmithTerry Jan Reedy2015-08-271-1/+1
* | Issue #24790: Restore unused function.Terry Jan Reedy2015-08-271-0/+3