summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #15114: The html.parser module now raises a DeprecationWarning when the stric...Ezio Melotti2013-11-024-9/+29
* Issue #19085. Try to fix tkinter tests on Windows.Serhiy Storchaka2013-11-021-7/+7
* Issue #10734: Fix and re-enable test_ttk test_heading_callback.Serhiy Storchaka2013-11-021-3/+1
|\
| * Issue #10734: Fix and re-enable test_ttk test_heading_callback.Serhiy Storchaka2013-11-021-3/+1
* | Merge headsSerhiy Storchaka2013-11-0211-132/+350
|\ \
| * | asyncio: Slight rearrangement of tests for server_hostname=...Guido van Rossum2013-11-011-3/+4
| * | asyncio: Better-looking errors when ssl module cannot be imported. In part by...Guido van Rossum2013-11-013-12/+41
| * | asyncio: Various style nits.Guido van Rossum2013-11-016-23/+48
| * | asyncio: Log a warning when eof_received() returns true and using ssl.Guido van Rossum2013-11-011-1/+4
| * | asyncio: Document EventLoop.close().Guido van Rossum2013-11-013-0/+20
| * | asyncio: Refactor ssl transport ready loop (Nikolay Kim).Guido van Rossum2013-11-012-92/+136
| * | asyncio: Add server_hostname as create_connection() argument, with secure def...Guido van Rossum2013-11-014-5/+78
| * | asyncio: Fold some long lines.Guido van Rossum2013-11-012-3/+5
| * | asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyn...Guido van Rossum2013-11-013-9/+30
* | | Issue #19085: Added basic tests for all tkinter widget options.Serhiy Storchaka2013-11-025-25/+1919
|\ \ \ | |/ / |/| / | |/
| * Issue #19085: Added basic tests for all tkinter widget options.Serhiy Storchaka2013-11-025-25/+1922
* | Abstract out stat calls in importlib for easier experimentation.Brett Cannon2013-11-012-2738/+2762
* | Issue #19410: Put back in special-casing of '' forBrett Cannon2013-11-015-800/+797
* | Silence a compiler warning about an unused functionBrett Cannon2013-11-011-28/+28
* | Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware.Tim Golden2013-11-011-8/+8
* | Issue #19413: Disregard duplicate namespace portions during reload tests.Eric Snow2013-11-011-2/+2
* | Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.Eric Snow2013-11-015-507/+642
* | Close #19442: warn_explicit() does nothing when called late during Python shu...Victor Stinner2013-10-311-9/+9
* | Closes #19349: Merged fix from 3.3.Vinay Sajip2013-10-311-1/+1
|\ \ | |/
| * Issue #19349: Corrected error message.Vinay Sajip2013-10-311-1/+1
* | Close resources owned by subclass before calling super().close().Guido van Rossum2013-10-311-2/+2
* | Null mergeTim Golden2013-10-310-0/+0
|\ \ | |/
| * Issue #19418 Fix some warnings on Win64Tim Golden2013-10-311-2/+5
* | Issue #19437: Cleanup r_ref() of the marshal moduleVictor Stinner2013-10-311-5/+6
* | Issue #19437: Fix r_object() of marshal module, handle PyDict_SetItem() failureVictor Stinner2013-10-311-3/+12
* | Issue #19437: Fix r_object() of marshal module, handle r_byte() failure forVictor Stinner2013-10-311-0/+2
* | Issue #19437: Fix r_PyLong() of marshal module, stop immediatly at firstVictor Stinner2013-10-311-4/+11
* | Issue #19437: Fix newPySSLSocket(), handle PyWeakref_NewRef() failureVictor Stinner2013-10-311-0/+4
* | Issue #19437: Fix PyCFuncPtrType constructor, handleVictor Stinner2013-10-311-0/+4
* | Issue #19437: Fix PyCArrayType constructor, raise MemoryError on PyMem_Malloc()Victor Stinner2013-10-311-1/+3
* | Issue #19437: Fix fill_and_set_sslerror() of _ssl, handle Py_BuildValue()Victor Stinner2013-10-311-1/+5
* | Issue #19437: Fix show_warning() of _warnings, stop at the first error to notVictor Stinner2013-10-311-10/+16
* | Issue #19437: Fix get_filter() from _warnings, don't call PyObject_IsSubclass()Victor Stinner2013-10-311-2/+10
* | Null merge for issue #19452Eli Bendersky2013-10-310-0/+0
|\ \ | |/
| * Issue #19452: Clarify the documentation of iterparse w.r.t. events argument.Eli Bendersky2013-10-311-1/+1
* | Issue #19437: Fix _pickle, don't call _Unpickler_SkipConsumed() with anVictor Stinner2013-10-311-3/+3
* | cleanup _Unpickler_SkipConsumed(): remove 1 level of indentationVictor Stinner2013-10-311-12/+15
* | Issue #19418 Fix some warnings on Win64Tim Golden2013-10-311-2/+5
* | merge 3.3Benjamin Peterson2013-10-311-1/+1
|\ \ | |/
| * make string literal constBenjamin Peterson2013-10-311-1/+1
* | Merged documentation update from 3.3.Vinay Sajip2013-10-311-7/+8
|\ \ | |/
| * Corrected some incorrect cross-references.Vinay Sajip2013-10-311-7/+8
* | asyncio: Add new file (forgotten).Guido van Rossum2013-10-301-0/+166
* | asyncio: Add support for running subprocesses on Windows with the IOCP event ...Guido van Rossum2013-10-307-195/+137
* | asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).Guido van Rossum2013-10-303-0/+256