- b06f142 Release bump for 3.5.0a1. by Larry Hastings · 11 years ago
- ead7aec Updated pydoc topics data for 3.5.0a1 release. by Larry Hastings · 11 years ago
- 26dd5ed Fix whitespace. by Charles-François Natali · 11 years ago
- 6e6c59b Issue #23285: PEP 475 -- Retry system calls failing with EINTR. by Charles-François Natali · 11 years ago
- 1670613 Issue #23399: pyvenv creates relative symlinks where possible. by Barry Warsaw · 11 years ago
- 581c29f Issue #23399: pyvenv creates relative symlinks where possible. by Barry Warsaw · 11 years ago
- bf5e960 Issue #20289: cgi.FieldStorage() now supports the context management protocol. by Berker Peksag · 11 years ago
- 6cfb61f Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 11 years ago
- b518134 Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 11 years ago
- 313ee59 Issue #23881: Only use entry-values with gdb 7.4 in tests. by Serhiy Storchaka · 11 years ago
- 17d337b Issue #23881: Only use entry-values with gdb 7.4 in tests. by Serhiy Storchaka · 11 years ago
- 6c62ac1 merge 3.4 (#22735) by Benjamin Peterson · 11 years ago
- 104b9e0 fix many custom mro() edge cases and improve code quality (#22735) by Benjamin Peterson · 11 years ago
- f92766c (Merge 3.4) test_multiprocessing: tolerate a delta of 30 ms because of bad by Victor Stinner · 11 years ago
- aad7b2e test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolution by Victor Stinner · 11 years ago
- 71f5b71 Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 11 years ago
- aef859c Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 11 years ago
- 5c84936 Merge 3.4 (asyncio) by Victor Stinner · 11 years ago
- a87501f asyncio: BaseEventLoop: rename _owner to _thread_id by Victor Stinner · 11 years ago
- 7aa4428 Issue #23345: merge from 3.4 by Ned Deily · 11 years ago
- 05784a7 Issue #23345: Prevent test_ssl failures with large OpenSSL patch level by Ned Deily · 11 years ago
- da3c64c Merge: Update pip to 6.0.8 by Donald Stufft · 11 years ago
- ff0fdef Update pip to 6.0.8 by Donald Stufft · 11 years ago
- 7c60eb8 Make the stdlib test suite helper test.script_helper._assert_python no longer by Gregory P. Smith · 11 years ago
- c3493aa Make the stdlib test suite helper test.script_helper._assert_python no longer by Gregory P. Smith · 11 years ago
- c028b95 Merge 3.4 (asyncio) by Victor Stinner · 11 years ago
- 2fc2313 asyncio: Only call _check_resolved_address() in debug mode by Victor Stinner · 11 years ago
- aa41b9b asyncio: BaseSelectorEventLoop uses directly the private _debug attribute by Victor Stinner · 11 years ago
- 8f2fae1 Skip some tests that require a subinterpreter launched with -E or -I when the by Gregory P. Smith · 11 years ago
- b9a3dd9 Skip some tests that require a subinterpreter launched with -E or -I when the by Gregory P. Smith · 11 years ago
- 650c1e8 Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer() by Stefan Krah · 11 years ago
- 7277761 Merge 3.4 (asyncio doc) by Victor Stinner · 11 years ago
- 17d87f8 asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull by Victor Stinner · 11 years ago
- ab53ab0 Issue #13128: Print response headers for CONNECT requests when debuglevel > 0. by Berker Peksag · 11 years ago
- 5045740 Issue #23358: Add missing BaseServer entry to socketserver.__all__. by Berker Peksag · 11 years ago
- 3265344 Issue #23358: Add missing BaseServer entry to socketserver.__all__. by Berker Peksag · 11 years ago
- 87d0b45 Issue #15381: Optimized io.BytesIO to make less allocations and copyings. by Serhiy Storchaka · 11 years ago
- 83e8027 Issue #22818: Splitting on a pattern that could match an empty string now by Serhiy Storchaka · 11 years ago
- 32ca3dc Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 11 years ago
- c057c38 Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 11 years ago
- 7a27c97 Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 11 years ago
- b5e8e57 Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 11 years ago
- dee948b Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 11 years ago
- 3dd3e26 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 11 years ago
- 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 11 years ago
- 0b2a6dc merge 3.4 by Benjamin Peterson · 11 years ago
- b0ef785 merge 3.3 by Benjamin Peterson · 11 years ago
- 1572944 reduce memory usage of test (closes #23369) by Benjamin Peterson · 11 years ago
- bcf527e merge 3.4 by Benjamin Peterson · 11 years ago
- f5f9c13 adjust for py3k module renaming by Benjamin Peterson · 11 years ago
- 5e69419 merge 3.4 by Benjamin Peterson · 11 years ago
- 3356a2e _clear_type_cache is cpython-only by Benjamin Peterson · 11 years ago
- 29ae763 Merge 3.4 (asyncio) by Victor Stinner · 11 years ago
- 5d44c08 Issue #23353, asyncio: Workaround CPython bug #23353 by Victor Stinner · 11 years ago
- f86d1fd merge 3.4 (#21295) by Benjamin Peterson · 11 years ago
- 7a66fc2 revert lineno and col_offset changes from #16795 (closes #21295) by Benjamin Peterson · 11 years ago
- 5d0bb85 merge 3.4 (#23364, #23363) by Benjamin Peterson · 11 years ago
- c468b53 merge 3.3 (#23364, #23363) by Benjamin Peterson · 11 years ago
- 0eaabf1 check for overflows in permutations() and product() (closes #23363, closes #23364) by Benjamin Peterson · 11 years ago
- 38d9772 merge 3.4 (#23365) by Benjamin Peterson · 11 years ago
- f635dc3 merge 3.3 (#23365) by Benjamin Peterson · 11 years ago
- 6f08229 check for overflow in combinations_with_replacement (closes #23365) by Benjamin Peterson · 11 years ago
- 4db56d5 merge 3.4 (#23366) by Benjamin Peterson · 11 years ago
- 819c4e9 merge 3.3 (#23366) by Benjamin Peterson · 11 years ago
- 4b40eeb detect overflow in combinations (closes #23366) by Benjamin Peterson · 11 years ago
- ad9f99e merge 3.4 by Benjamin Peterson · 11 years ago
- d40f136 https goodness by Benjamin Peterson · 11 years ago
- 337578b fix tests on systems that can't validate python.org by Benjamin Peterson · 11 years ago
- 83e814d merge 3.4 by Benjamin Peterson · 11 years ago
- c0b743a merge 3.3 by Benjamin Peterson · 11 years ago
- 68389ea remove extra ws by Benjamin Peterson · 11 years ago
- 71cf91c merge 3.4 (#23369) by Benjamin Peterson · 11 years ago
- 3675cd9 merge 3.3 (#23369) by Benjamin Peterson · 11 years ago
- e3bfe19 fix possible overflow in encode_basestring_ascii (closes #23369) by Benjamin Peterson · 11 years ago
- 5b90f5d Don't seek to the start of the file when open ZipFile with the 'w' mode by Serhiy Storchaka · 11 years ago
- 363af44 Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity by Stefan Krah · 11 years ago
- 260cd32 Merge heads by Serhiy Storchaka · 11 years ago
- 13a1c60 Merge 3.4 (generator) by Victor Stinner · 11 years ago
- 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 11 years ago
- 57f7db3 Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. by Serhiy Storchaka · 11 years ago
- fdc9953 Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. by Serhiy Storchaka · 11 years ago
- 26f7b8a Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx(). by Victor Stinner · 11 years ago
- 9d4cbcc allow changing __class__ between a heaptype and non-heaptype in some cases (closes #22986) by Benjamin Peterson · 11 years ago
- 934fa34 Merge 3.4 (asyncio) by Victor Stinner · 11 years ago
- f2e43cb Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if the by Victor Stinner · 11 years ago
- 49b74d1 Merge 3.4 (asyncio) by Victor Stinner · 11 years ago
- 1241ecc Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private by Victor Stinner · 11 years ago
- 698a9bd Merge 3.4 (asyncio) by Victor Stinner · 11 years ago
- 0698638 asyncio: Fix ResourceWarning in test_subprocess.test_proc_exit() by Victor Stinner · 11 years ago
- a9373ec Merge 3.4 (asyncio) by Victor Stinner · 11 years ago
- 47cd10d asyncio: sync with Tulip by Victor Stinner · 11 years ago
- 2647375 Merge 3.4 (asyncio) by Victor Stinner · 11 years ago
- 978a9af Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport by Victor Stinner · 11 years ago
- 29b40c1 Issue #22668: Merge from 3.4. by Stefan Krah · 11 years ago
- 3c0cf05 Issue #22668: Remove endianness assumption in test. by Stefan Krah · 11 years ago
- fc341bd Whitespace. by Stefan Krah · 11 years ago
- f5324d7 Closes #22668: Merge from 3.4. by Stefan Krah · 11 years ago
- fa5d6a5 Issue #22668: Ensure that format strings survive slicing after casting. by Stefan Krah · 11 years ago
- 6d14405 Merge 3.4 (asyncio) by Victor Stinner · 11 years ago
- 2934262 asyncio: sync with Tulip by Victor Stinner · 11 years ago