summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: PyMem_Alloc => PyMem_MallocVictor Stinner2015-02-111-1/+1
* Issue #23433: Fix faulthandler._stack_overflow()Victor Stinner2015-02-111-4/+5
* asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if itVictor Stinner2015-02-102-1/+61
* Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.Serhiy Storchaka2015-02-103-8/+26
* merge 3.3 (#23361)Benjamin Peterson2015-02-102-2/+13
|\
| * add overflow checking (closes #23361)Benjamin Peterson2015-02-102-2/+14
* | Amend b8ebf381390f: find patchlevel.py in extensions.Martin v. Löwis2015-02-091-1/+1
* | Issue #17896: Update msi.py to new externals dir.Martin v. Löwis2015-02-091-4/+4
* | Post-release updates for Python 3.4.3rc1.Larry Hastings2015-02-082-1/+12
* | Added tag v3.4.3rc1 for changeset 69dd528ca625Larry Hastings2015-02-081-0/+1
* | Fix a copyright notice that still said 2014.v3.4.3rc1Larry Hastings2015-02-081-1/+1
* | Version bump for 3.4.3rc1.Larry Hastings2015-02-086-11/+11
* | Updated pydoc topics data for 3.4.3rc1 release.Larry Hastings2015-02-071-78/+78
* | Corrected typo.Vinay Sajip2015-02-071-1/+1
* | Minor change to documentation on creating venvs.Vinay Sajip2015-02-071-4/+7
* | Issue #23399: pyvenv creates relative symlinks where possible.Barry Warsaw2015-02-062-6/+10
|\ \
| * | Issue #23399: pyvenv creates relative symlinks where possible.Barry Warsaw2015-02-062-6/+10
* | | Fix definition mismatch for type_is_subtype_base_chain.Steve Dower2015-02-061-1/+1
|/ /
* | Issue #23392: Added tests for marshal C API that works with FILE*.Serhiy Storchaka2015-02-063-12/+255
* | Issue #23881: Only use entry-values with gdb 7.4 in tests.Serhiy Storchaka2015-02-061-8/+10
* | Fix missing :ref: for idle in doc build.Ned Deily2015-02-061-3/+3
* | fix many custom mro() edge cases and improve code quality (#22735)Benjamin Peterson2015-02-064-254/+622
* | Issue #23212: Update OS X installer build OpenSSL to 1.0.1l.Ned Deily2015-02-062-4/+4
* | test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolutionVictor Stinner2015-02-051-2/+4
* | Issue #18982: Add tests for CLI of the calendar module.Serhiy Storchaka2015-02-052-25/+132
* | asyncio: BaseEventLoop: rename _owner to _thread_idVictor Stinner2015-02-051-6/+6
* | Issue #23345: Prevent test_ssl failures with large OpenSSL patch levelNed Deily2015-02-052-1/+4
* | Update pip to 6.0.8Donald Stufft2015-02-052-1/+1
* | Make the stdlib test suite helper test.script_helper._assert_python no longerGregory P. Smith2015-02-052-2/+36
* | asyncio doc: explain how to display ResourceWarning in the debug mode sectionVictor Stinner2015-02-041-15/+24
* | asyncio: Only call _check_resolved_address() in debug modeVictor Stinner2015-02-044-18/+40
* | asyncio: BaseSelectorEventLoop uses directly the private _debug attributeVictor Stinner2015-02-041-5/+5
* | Fixes issue23390: make profile-opt causes -fprofile-generate and related flagsGregory P. Smith2015-02-041-2/+2
* | Skip some tests that require a subinterpreter launched with -E or -I when theGregory P. Smith2015-02-044-2/+82
* | asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFullVictor Stinner2015-02-032-8/+10
* | Issue #23358: Add missing BaseServer entry to socketserver.__all__.Berker Peksag2015-02-032-11/+16
* | Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-035-7/+23
* | Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.Serhiy Storchaka2015-02-022-27/+11
|\ \ | |/
| * Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.Serhiy Storchaka2015-02-022-27/+11
* | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()Serhiy Storchaka2015-02-0217-333/+325
* | merge 3.3Benjamin Peterson2015-02-021-1/+2
|\ \ | |/
| * reduce memory usage of test (closes #23369)Benjamin Peterson2015-02-021-1/+2
* | adjust for py3k module renamingBenjamin Peterson2015-02-021-1/+1
* | _clear_type_cache is cpython-onlyBenjamin Peterson2015-02-021-0/+1
* | Issue #23353, asyncio: Workaround CPython bug #23353Victor Stinner2015-02-023-4/+23
* | revert lineno and col_offset changes from #16795 (closes #21295)Benjamin Peterson2015-02-024-3948/+3925
* | merge 3.3 (#23364, #23363)Benjamin Peterson2015-02-023-2/+32
|\ \ | |/
| * check for overflows in permutations() and product() (closes #23363, closes #2...Benjamin Peterson2015-02-023-2/+32
* | merge 3.3 (#23365)Benjamin Peterson2015-02-023-1/+11
|\ \ | |/
| * check for overflow in combinations_with_replacement (closes #23365)Benjamin Peterson2015-02-023-1/+12