2015-02-16 |
Berker Peksag | Issue #17753: effective_ids unavailable on Windows. |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Berker Peksag | Fix typo in os.supports_effective_ids documentation. |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Serhiy Storchaka | Issue #22885: Fixed arbitrary code execution vulnerabil... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Antoine Pitrou | Issue #23146: Fix mishandling of absolute Windows paths... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Serhiy Storchaka | Issue #19681: Test the repr of partial with more than... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Serhiy Storchaka | Use pickled data compatible with Python 2 for testing... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Serhiy Storchaka | Use os.devnull instead of hardcoded '/dev/null'. |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Berker Peksag | Issue #13637: Improve exception message of a2b_* functions. |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Berker Peksag | Issue #13637: Remove outdated versionchanged directives. |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Serhiy Storchaka | Issue #17753: Skip test_zipfile tests which require... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Serhiy Storchaka | Issue #22844: Fized test_gdb failure on Debian Wheezy... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Benjamin Peterson | avoid reading unallocated memory when argc == 0 (closes... |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Berker Peksag | Issue #23418: Add missing entries to http.server.__all__. |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Serhiy Storchaka | Issue #21849: Ported from 2.7 tests for non-ASCII data. |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Victor Stinner | asyncio doc: annotate coroutine on coroutine functions... |
commit | commitdiff | tree | snapshot |
2015-02-11 |
Antoine Pitrou | Issue #23445: pydebug builds now use "gcc -Og" where... |
commit | commitdiff | tree | snapshot |
2015-02-11 |
Victor Stinner | Fix typo: PyMem_Alloc => PyMem_Malloc |
commit | commitdiff | tree | snapshot |
2015-02-11 |
Victor Stinner | Issue #23433: Fix faulthandler._stack_overflow() |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Victor Stinner | asyncio: BaseSubprocessTransport.close() doesn't try... |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Serhiy Storchaka | Issue #23421: Fixed compression in tarfile CLI. Patch... |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Benjamin Peterson | merge 3.3 (#23361) |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Benjamin Peterson | add overflow checking (closes #23361) |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Martin v. Löwis | Amend b8ebf381390f: find patchlevel.py in extensions. |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Martin v. Löwis | Issue #17896: Update msi.py to new externals dir. |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Larry Hastings | Post-release updates for Python 3.4.3rc1. |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Larry Hastings | Added tag v3.4.3rc1 for changeset 69dd528ca625 |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Larry Hastings | Fix a copyright notice that still said 2014. v3.4.3rc1 |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Larry Hastings | Version bump for 3.4.3rc1. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Larry Hastings | Updated pydoc topics data for 3.4.3rc1 release. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Vinay Sajip | Corrected typo. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Vinay Sajip | Minor change to documentation on creating venvs. |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Barry Warsaw | Issue #23399: pyvenv creates relative symlinks where... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Steve Dower | Fix definition mismatch for type_is_subtype_base_chain. |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Barry Warsaw | Issue #23399: pyvenv creates relative symlinks where... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Serhiy Storchaka | Issue #23392: Added tests for marshal C API that works... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Serhiy Storchaka | Issue #23881: Only use entry-values with gdb 7.4 in... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Ned Deily | Fix missing :ref: for idle in doc build. |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Benjamin Peterson | fix many custom mro() edge cases and improve code quali... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Ned Deily | Issue #23212: Update OS X installer build OpenSSL to... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Victor Stinner | test_multiprocessing: tolerate a delta of 30 ms because... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Serhiy Storchaka | Issue #18982: Add tests for CLI of the calendar module. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Victor Stinner | asyncio: BaseEventLoop: rename _owner to _thread_id |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Ned Deily | Issue #23345: Prevent test_ssl failures with large... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Donald Stufft | Update pip to 6.0.8 |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Gregory P.... | Make the stdlib test suite helper test.script_helper... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Victor Stinner | asyncio doc: explain how to display ResourceWarning... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Victor Stinner | asyncio: Only call _check_resolved_address() in debug... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Victor Stinner | asyncio: BaseSelectorEventLoop uses directly the privat... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Gregory P.... | Fixes issue23390: make profile-opt causes -fprofile... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Gregory P.... | Skip some tests that require a subinterpreter launched... |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Victor Stinner | asyncio, Tulip issue 221: Fix doc of QueueEmpty and... |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Berker Peksag | Issue #23358: Add missing BaseServer entry to socketser... |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Serhiy Storchaka | Issue #23099: Closing io.BytesIO with exported buffer... |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Serhiy Storchaka | Issues #23363, #23364, #23365, #23366: Fixed itertools... |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Serhiy Storchaka | Issues #23363, #23364, #23365, #23366: Fixed itertools... |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Serhiy Storchaka | Issue #22896: Avoid to use PyObject_AsCharBuffer()... |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Benjamin Peterson | reduce memory usage of test (closes #23369) |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Benjamin Peterson | adjust for py3k module renaming |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Benjamin Peterson | _clear_type_cache is cpython-only |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Victor Stinner | Issue #23353, asyncio: Workaround CPython bug #23353 |
commit | commitdiff | tree | snapshot |
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 |
next |