summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, renameVictor Stinner2014-08-0113-68/+138
* Issue #21907: Avoid using double quotes to check argument values.Zachary Ware2014-08-011-6/+6
* Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker.Zachary Ware2014-08-013-15/+23
* 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-312-65/+53
* timemodule.c: Replace PyExc_IOError with PyExc_OSErrorVictor Stinner2014-07-311-5/+5
* 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-303-31/+19
* | Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.Serhiy Storchaka2014-07-304-16/+20
|\ \ | |/
| * Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.Serhiy Storchaka2014-07-304-16/+20
* | 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-294-54/+205
* | Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.Victor Stinner2014-07-296-29/+294
* | (Merge 3.4) Issue #22063: Mention in asyncio documentation that socketVictor Stinner2014-07-291-0/+8
|\ \ | |/
| * Issue #22063: Mention in asyncio documentation that socket operations requireVictor Stinner2014-07-291-0/+8
* | 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
* | Edit NEWS entryNed Deily2014-07-291-2/+2
|\ \ | |/
| * Edit NEWS entryNed Deily2014-07-291-3/+3
* | Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get andVictor Stinner2014-07-2913-58/+198
* | #21704: merge with 3.4.Ezio Melotti2014-07-291-1/+0
|\ \ | |/
| * #21704: remove duplicate name in Misc/ACKS.Ezio Melotti2014-07-291-1/+0
* | (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-291-0/+7
|\ \ | |/
| * Issue #17172: add NEWSTerry Jan Reedy2014-07-291-0/+7
* | 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
|\ \ | |/
| * Issue #18174: Fix leak of file descriptor in test_tempfileVictor Stinner2014-07-281-0/+4
* | (Merge 3.4) Issue #11453, #18174: Fix leak of file descriptor in test_asyncoreVictor Stinner2014-07-281-0/+4
|\ \ | |/
| * Issue #11453, #18174: Fix leak of file descriptor in test_asyncoreVictor Stinner2014-07-281-0/+4
* | (Merge 3.4) Fix sporadic failure of test_pep277 on Windows: useVictor Stinner2014-07-281-24/+9
|\ \ | |/
| * Fix sporadic failure of test_pep277 on Windows: use support.rmtree() instead ofVictor Stinner2014-07-281-24/+9
* | Issue #21704: Merge.Richard Oudkerk2014-07-283-0/+6
|\ \ | |/
| * Issue #21704: Fix build error for _multiprocessing when semaphoresRichard Oudkerk2014-07-283-0/+6
* | (Merge 3.4) Fix test_bytes when sys.stdin is None, for example on Windows whenVictor Stinner2014-07-281-1/+1
|\ \ | |/
| * Fix test_bytes when sys.stdin is None, for example on Windows when usingVictor Stinner2014-07-281-1/+1
* | (Merge 3.4) asyncio, tulip issue 196: ProactorIocp._register() now registersVictor Stinner2014-07-271-15/+38
|\ \ | |/
| * asyncio, tulip issue 196: ProactorIocp._register() now registers the overlappedVictor Stinner2014-07-271-15/+38
* | Issue #22076: Minor grammar fix.Berker Peksag2014-07-272-5/+5
* | Rerun AC, silence pointer conversion warnings.Martin v. Löwis2014-07-272-73/+102
* | Issue #20179: Apply Argument Clinic to bytes and bytearray.Martin v. Löwis2014-07-275-559/+1872
* | Argument Clinic bugfix: Don't let the C preprocessor "Monitor" see linesLarry Hastings2014-07-271-3/+4
* | Issue #22082: Fix a compiler warning (function is not a prototype)Victor Stinner2014-07-271-2/+2