summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Dont define an empty SPHINXOPTS, which overrides a definition from the enviro...Georg Brandl2014-09-301-1/+0
* Prepare sphinx extensions for 1.3.Georg Brandl2014-09-302-1/+3
* add link to pdb source (closes #22528)Benjamin Peterson2014-09-301-0/+3
* Issue #22448: asyncio, cleanup _run_once(), only iterate once to remove delayedVictor Stinner2014-09-301-4/+7
* faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(),Victor Stinner2014-09-302-17/+25
* faulthandler: _sigsegv() and _sigabrt() don't accept parametersVictor Stinner2014-09-301-2/+2
* Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() norVictor Stinner2014-09-302-4/+15
* merge 3.3 (#22520)Benjamin Peterson2014-09-302-11/+20
|\
| * prevent overflow in unicode_repr (closes #22520)Benjamin Peterson2014-09-302-11/+20
* | merge 3.3 (#22517)Benjamin Peterson2014-09-303-0/+11
|\ \ | |/
| * clear BufferedRWPair weakrefs on deallocation (closes #22517)Benjamin Peterson2014-09-303-0/+11
* | merge 3.3Benjamin Peterson2014-09-291-1/+1
|\ \ | |/
| * these variables ought to be Py_ssize_tBenjamin Peterson2014-09-291-1/+1
* | merge 3.3 (closes #22519)Benjamin Peterson2014-09-292-12/+18
|\ \ | |/
| * fix overflow checking in PyBytes_Repr (closes #22519)Benjamin Peterson2014-09-292-12/+18
* | merge 3.3 (closes #22518)Benjamin Peterson2014-09-292-17/+49
|\ \ | |/
| * NEWS issue for #22518Benjamin Peterson2014-09-291-0/+2
| * cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_...Benjamin Peterson2014-09-291-18/+56
* | #20135: FAQ entry for list mutation. (See also 6375bf34fff6.)R David Murray2014-09-291-1/+1
* | check that exception messages are not empty (#22379)Benjamin Peterson2014-09-284-15/+13
* | #10510: Fix bug in forward port of 2.7 distutils patch.R David Murray2014-09-283-3/+77
* | Revert #22251Berker Peksag2014-09-2718-38/+6
* | #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-274-6/+10
* | Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-2718-6/+38
* | Merge heads.Berker Peksag2014-09-273-1/+10
|\ \
| * | Issue #16537: Check whether self.extensions is empty in setup.py.Berker Peksag2014-09-273-1/+10
* | | #18854: make it explicit that is_multipart does not mean 'multipart/xxx'.R David Murray2014-09-271-17/+54
|/ /
* | #20974: Update version table in email intro.R David Murray2014-09-271-3/+7
* | Issue #9850: Fixed macpath.join() for empty first component. Patch bySerhiy Storchaka2014-09-273-1/+28
* | tempfile: Fix docstring. Issue #21397, patch by R. David Murray.Yury Selivanov2014-09-261-5/+5
* | Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-262-0/+11
* | asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio moduleYury Selivanov2014-09-251-4/+11
* | asyncio: Improve canceled timer handles cleanup. Closes issue #22448.Yury Selivanov2014-09-255-26/+159
* | asyncio.unix_events: Move import statement to match tulip codeYury Selivanov2014-09-251-1/+2
* | allow archives for rc releases to be built (closes #22484)Benjamin Peterson2014-09-251-2/+3
* | test_faulthandler: fix typoVictor Stinner2014-09-241-1/+1
* | Apply asyncio Task English fixes to docstrings as well.R David Murray2014-09-241-9/+10
* | Improve English phrasing in asyncio task docs.R David Murray2014-09-241-9/+9
* | Issue #16056: Rename test method in test_statistics to avoid conflict.Berker Peksag2014-09-241-2/+2
* | Issue #22427: TemporaryDirectory no longer attempts to clean up twice whenSerhiy Storchaka2014-09-243-12/+30
* | Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.Berker Peksag2014-09-242-3/+6
* | Merge headsSerhiy Storchaka2014-09-231-2/+0
|\ \
| * | Issue #22471: Avoid Python Launcher.app install problems by removingNed Deily2014-09-231-2/+0
* | | Fixed bytes literals in tests.Serhiy Storchaka2014-09-231-2/+2
|/ /
* | Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOSSerhiy Storchaka2014-09-233-5/+50
* | Fixed test_large_file_exception. Ported tests for large count of filesSerhiy Storchaka2014-09-231-1/+62
* | Issue #21866: ZipFile.close() no longer writes ZIP64 central directorySerhiy Storchaka2014-09-233-20/+66
* | Fixed reference leak in the "backslashreplace" error handler.Serhiy Storchaka2014-09-231-1/+3
* | fix error in split() examples (closes #22459)Benjamin Peterson2014-09-232-2/+3
* | Fix pydoc topics. I'll regenerate this again for 3.4.2 final,Larry Hastings2014-09-221-78/+12598