summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #22161: Conformed arguments type checks in ctype to actually supportedSerhiy Storchaka2014-08-094-3/+22
|\
| * Issue #22161: Conformed arguments type checks in ctype to actually supportedSerhiy Storchaka2014-08-094-3/+22
* | Merge with 3.4Terry Jan Reedy2014-08-092-1/+10
|\ \ | |/
| * Issue #14105: Stop removing breakpoints from Idle editors.Terry Jan Reedy2014-08-092-1/+10
* | Closes #22060: Merge with 3.4Zachary Ware2014-08-088-302/+71
|\ \ | |/
| * Issue #22060: Clean up/simplify test_ctypes, use test discoveryZachary Ware2014-08-088-302/+71
* | Issue #20056: Fixed deprecation warning about bytes path in test_shutil onSerhiy Storchaka2014-08-071-1/+4
|\ \ | |/
| * Issue #20056: Fixed deprecation warning about bytes path in test_shutil onSerhiy Storchaka2014-08-071-1/+4
* | #22092: merge with 3.4.Ezio Melotti2014-08-077-5/+8
|\ \ | |/
| * #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.Ezio Melotti2014-08-077-5/+8
* | Issue #22116: C functions and methods (of the 'builtin_function_or_method' ty...Antoine Pitrou2014-08-062-1/+13
* | Issue #5411: Added support for the "xztar" format in the shutil module.Serhiy Storchaka2014-08-062-4/+31
* | - Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimicBarry Warsaw2014-08-053-8/+63
* | #11955: merge with 3.4.Ezio Melotti2014-08-041-2/+2
|\ \ | |/
| * #11955: show the list of args in case of error in test_argparse.Ezio Melotti2014-08-041-2/+2
* | Closes #22104: Merge with 3.4Zachary Ware2014-08-041-2/+4
|\ \ | |/
| * Issue #22104: Don't hold a reference to the loaded TestSuite in runtest_innerZachary Ware2014-08-041-2/+4
* | #20977: merge with 3.4.Ezio Melotti2014-08-042-3/+15
|\ \ | |/
| * #20977: fix undefined name in the email module. Patch by Rose Ames.Ezio Melotti2014-08-042-3/+15
* | Use two-argument form of next() and use a return-statement instead of an expl...Raymond Hettinger2014-08-041-5/+2
* | Make the import private to keep the global namespace clean.Raymond Hettinger2014-08-041-2/+2
* | Use reversed() instead of creating a new temporary list.Raymond Hettinger2014-08-041-1/+1
* | Merge with 3.4Terry Jan Reedy2014-08-041-548/+582
|\ \ | |/
| * PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments,Terry Jan Reedy2014-08-041-548/+582
* | #21047: set the default value for the *convert_charrefs* argument of HTMLPars...Ezio Melotti2014-08-022-13/+4
* | Add an __all__ to html.entities.Ezio Melotti2014-08-021-0/+3
* | #15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the...Ezio Melotti2014-08-022-158/+17
* | Issue #22077: Improve index error messages for bytearrays, bytes, lists, andTerry Jan Reedy2014-08-023-0/+31
* | Simplify code in multiprocessing.Connection.send_bytes().Antoine Pitrou2014-07-311-9/+6
* | Issue #22111: Assorted cleanups in test_imaplib. Patch by Milan Oberkirch.Antoine Pitrou2014-07-311-65/+51
* | Back out of changes to Tkinter variables trace commands (issue #22085).Serhiy Storchaka2014-07-311-3/+3
* | Merge with 3.4Terry Jan Reedy2014-07-301-29/+38
|\ \ | |/
| * Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog.Terry Jan Reedy2014-07-301-29/+38
* | Issue #22085: Dropped support of Tk 8.3 in Tkinter.Serhiy Storchaka2014-07-301-5/+4
* | Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.Serhiy Storchaka2014-07-302-14/+15
|\ \ | |/
| * Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.Serhiy Storchaka2014-07-302-14/+15
* | Issue #22018: Fix test_signal: use assertEqual() not assertIs()Victor Stinner2014-07-301-3/+3
* | Issue #21951: Temporary skip crashing test_user_command on AIX.Serhiy Storchaka2014-07-301-0/+1
|\ \ | |/
| * Issue #21951: Temporary skip crashing test_user_command on AIX.Serhiy Storchaka2014-07-301-0/+1
* | Issue #22003: When initialized from a bytes object, io.BytesIO() nowAntoine Pitrou2014-07-291-3/+49
* | Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.Victor Stinner2014-07-291-0/+107
* | Merge with Python 3.4 (asyncio)Victor Stinner2014-07-295-4/+48
|\ \ | |/
| * Close #22063: socket operations (socket,recv, sock_sendall, sock_connect,Victor Stinner2014-07-293-0/+34
| * asyncio: Use the new os.set_blocking() function of Python 3.5 if availableVictor Stinner2014-07-292-10/+14
* | Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get andVictor Stinner2014-07-298-57/+56
* | (Merge 3.4) asyncio: sync with TulipVictor Stinner2014-07-297-72/+108
|\ \ | |/
| * asyncio: sync with TulipVictor Stinner2014-07-297-72/+108
* | Merge with 3.4Terry Jan Reedy2014-07-293-0/+30
|\ \ | |/
| * Issue #17172: Add the ability to run turtledemo from Idle.Terry Jan Reedy2014-07-293-0/+30
* | (Merge 3.4) Issue #18174: Fix leak of file descriptor in test_tempfileVictor Stinner2014-07-281-0/+4
|\ \ | |/