2015-02-02 |
Benjamin Peterson | revert lineno and col_offset changes from #16795 (close... |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Benjamin Peterson | merge 3.3 (#23364, #23363) |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Benjamin Peterson | check for overflows in permutations() and product(... |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Benjamin Peterson | merge 3.3 (#23365) |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Benjamin Peterson | check for overflow in combinations_with_replacement... |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Benjamin Peterson | merge 3.3 (#23366) |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Benjamin Peterson | detect overflow in combinations (closes #23366) |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Benjamin Peterson | https goodness |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Benjamin Peterson | fix tests on systems that can't validate python.org |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Benjamin Peterson | remove extra ws |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Benjamin Peterson | merge 3.3 (#23369) |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Benjamin Peterson | fix possible overflow in encode_basestring_ascii (close... |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Stefan Krah | Whitespace. |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Stefan Krah | Issue #23352: Document that Py_buffer.suboffsets must... |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Stefan Krah | Issue #23370: Fix off-by-one error for non-contiguous... |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Vinay Sajip | Added a cookbook entry on logging audible messages. |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Steve Dower | Issue #23212: Update Windows copy of OpenSSL to 1.0.1l |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Victor Stinner | Issue #23353: Fix the exception handling of generators... |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Serhiy Storchaka | Issue #22765: Fixed test_gdb failures. Supressed unexpe... |
commit | commitdiff | tree | snapshot |
2015-01-30 |
R David Murray | Fix asyncio doc typo. |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Victor Stinner | asyncio doc: document the new ResourceWarning warnings |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Victor Stinner | Issue #23347, asyncio: send_signal(), terminate(),... |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Victor Stinner | asyncio doc: add a section about task cancellation |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Victor Stinner | Issue #21962, asyncio doc: Suggest the usage of wait_fo... |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Victor Stinner | Issue #23347, asyncio: Make BaseSubprocessTransport... |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Victor Stinner | asyncio: Fix ResourceWarning in test_subprocess.test_pr... |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Victor Stinner | Issue #23243, asyncio: Emit a ResourceWarning when... |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Stefan Krah | Issue #22668: Remove endianness assumption in test. |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Stefan Krah | Issue #22668: Ensure that format strings survive slicin... |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Victor Stinner | asyncio doc: document Protocol state machine |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Victor Stinner | asyncio: BaseSubprocessTransport._kill_wait() now also... |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Gregory P.... | Always #define _PyLong_FromDev as we always need it... |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Victor Stinner | asyncio: Fix _SelectorSocketTransport constructor |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Victor Stinner | asyncio: SSL transports now clear their reference to... |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Victor Stinner | asyncio: Fix SSLProtocol.eof_received() |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Donald Stufft | Update setuptools to 12.0.5 and pip to 6.0.7 |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Serhiy Storchaka | Fixed memory leak in marshal. |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Serhiy Storchaka | Issue #22079: PyType_Ready() now checks that statically... |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Vinay Sajip | Added a logging cookbook entry on customized exception... |
commit | commitdiff | tree | snapshot |
2015-01-27 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2015-01-27 |
Serhiy Storchaka | Issue #23055: Fixed a buffer overflow in PyUnicode_From... |
commit | commitdiff | tree | snapshot |
2015-01-27 |
Berker Peksag | Issue #23286: Fix typo in the tutorial. |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | asyncio, _overlapped.ConnectPipe(): release the GIL |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | asyncio, Tulip issue 204: Fix IocpProactor.recv() |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | Issue #23095, asyncio: Fix _WaitHandleFuture.cancel() |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | Issue #23293, asyncio: Rewrite IocpProactor.connect_pip... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | asyncio: PipeHandle.fileno() now raises an exception... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | asyncio: Fix ProactorEventLoop.start_serving_pipe() |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #14099: Backout changeset e5bb3044402b (except... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #18518: timeit now rejects statements which can... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | Issue #23208, asyncio: Add BaseEventLoop._current_handle |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | Issue #23293, asyncio: Cleanup IocpProactor.close() |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | asyncio: Close transports on error |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #23094: Fixed readline with frames in Python... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #7665: Fixed tests test_ntpath and test_urllib2... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Add credits for Martin Panter. |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #23268: Fixed bugs in the comparison of ipaddress... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #21408: The default __ne__() now returns NotImple... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Benjamin Peterson | handle headers with no key (closes #19996) |
commit | commitdiff | tree | snapshot |
2015-01-25 |
Serhiy Storchaka | Issue #23321: Fixed a crash in str.decode() when error... |
commit | commitdiff | tree | snapshot |
2015-01-25 |
R David Murray | #23215: reflow paragraph. |
commit | commitdiff | tree | snapshot |
2015-01-25 |
R David Murray | #23251: Note that time.sleep affects the calling thread... |
commit | commitdiff | tree | snapshot |
2015-01-25 |
Senthil Kumaran | Increase http.client.HTTPConnection test coverage. |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Vinay Sajip | Issue #23305: clarified RotatingFileHandler documentation. |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Vinay Sajip | Issue #23207: logging.basicConfig() now does additional... |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Vinay Sajip | Updated pyvenv documentation to match its current behav... |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Gregory P.... | revert 7b833bd1f509. I misread the side effect that... |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Gregory P.... | Remove the unimplemented but ignored without='-E' param... |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Gregory P.... | Only pass -E to the child interpreter if our interprete... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Victor Stinner | asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe() |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Gregory P.... | Break up TestCommandLine.test_env_var into four distinc... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Victor Stinner | Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Victor Stinner | asyncio: IocpProactor.close() doesn't cancel anymore... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Victor Stinner | Issue #23009: Add missing "import sys" in test_selectors |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Victor Stinner | Issue #23009: Skip test_selectors.test_empty_select... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Victor Stinner | Issue #23095, asyncio: IocpProactor.close() must not... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Victor Stinner | asyncio: BaseEventLoop._create_connection_transport... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Victor Stinner | Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel() |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Victor Stinner | asyncio: pyflakes, remove unused import |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Victor Stinner | asyncio: Enhance BaseProactorEventLoop._loop_self_reading() |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Gregory P.... | Add the command line to the AssertionError raised by... |
commit | commitdiff | tree | snapshot |
2015-01-20 |
Zachary Ware | Issue #23280: Fix docstrings for binascii.(un)hexlify |
commit | commitdiff | tree | snapshot |
2015-01-20 |
Berker Peksag | Issue #22317: Document the action parameter in Argument... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
Antoine Pitrou | Issue #23248: Update ssl error codes from latest OpenSS... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
Serhiy Storchaka | Issue #23181: More "codepoint" -> "code point". |
commit | commitdiff | tree | snapshot |
2015-01-18 |
Serhiy Storchaka | Issue #23098: 64-bit dev_t is now supported in the... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
Ned Deily | Issue #23180: Rename IDLE "Windows" menu item to "Window". |
commit | commitdiff | tree | snapshot |
2015-01-18 |
Ned Deily | Issue #23211: Fix patch for 3.4 differences. |
commit | commitdiff | tree | snapshot |
2015-01-18 |
Ned Deily | Issue #23211: Workaround test_logging failure on some... |
commit | commitdiff | tree | snapshot |
2015-01-17 |
Zachary Ware | Closes #23256: Avoid a crash in test_ctypes |
commit | commitdiff | tree | snapshot |
2015-01-17 |
Benjamin Peterson | capitialize "HttpOnly" and "Secure" as they appear... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
Victor Stinner | Issue #22685: Fix test_pause_reading() of asyncio/test_... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
Victor Stinner | Backout changeset 6ab2575bc12b |
commit | commitdiff | tree | snapshot |
2015-01-15 |
Steve Dower | Closes #23160: Respect the environment variable SVNROOT... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
Victor Stinner | Closes #23219: cancelling asyncio.wait_for() now cancel... |
commit | commitdiff | tree | snapshot |
next |