summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #17442: Add chained traceback support to InteractiveInterpreter.R David Murray2014-09-295-12/+70
* Issue #22510: Get rid of little overhead of testing re.DEBUG flag.Serhiy Storchaka2014-09-291-7/+5
* Merge: #20135: FAQ entry for list mutation. (See also 90b07d422bd9.)R David Murray2014-09-291-1/+1
|\
| * #20135: FAQ entry for list mutation. (See also 6375bf34fff6.)R David Murray2014-09-291-1/+1
* | Closes issue #20858: Enhancements/fixes to pure-python datetime moduleAlexander Belopolsky2014-09-283-139/+237
* | merge 3.4 (#22379)Benjamin Peterson2014-09-284-15/+13
|\ \ | |/
| * 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
|\ \ | |/
| * #10510: Fix bug in forward port of 2.7 distutils patch.R David Murray2014-09-283-3/+77
* | Removed a code for suport Python version <2.2.Serhiy Storchaka2014-09-281-11/+12
* | Removed redundant casts to `char *`.Serhiy Storchaka2014-09-2810-18/+17
* | Revert #22251Berker Peksag2014-09-2718-38/+6
|\ \ | |/
| * Revert #22251Berker Peksag2014-09-2718-38/+6
* | Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-274-6/+10
|\ \ | |/
| * #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
|\ \ | |/
| * Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-2718-6/+38
* | Merge with 3.4.Berker Peksag2014-09-270-0/+0
|\ \ | |/
| * Merge heads.Berker Peksag2014-09-273-1/+10
| |\
* | \ Merge heads.Berker Peksag2014-09-273-1/+7
|\ \ \
| * \ \ Issue #16537: Check whether self.extensions is empty in setup.py.Berker Peksag2014-09-273-1/+7
| |\ \ \ | | | |/ | | |/|
| | * | Issue #16537: Check whether self.extensions is empty in setup.py.Berker Peksag2014-09-273-1/+10
* | | | Merge: #18854: make it explicit that is_multipart does not mean 'multipart/xxx'.R David Murray2014-09-271-17/+54
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | #18854: make it explicit that is_multipart does not mean 'multipart/xxx'.R David Murray2014-09-271-17/+54
| |/
* | Merge: #20974: Update version table in email intro.R David Murray2014-09-271-3/+7
|\ \ | |/
| * #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
|\ \ | |/
| * Issue #9850: Fixed macpath.join() for empty first component. Patch bySerhiy Storchaka2014-09-273-1/+28
* | Issue #16324: _charset parameter of MIMEText now also accepts email.charset.C...Berker Peksag2014-09-265-1/+16
* | inspect: Fix getsource() to support decorated functions.Yury Selivanov2014-09-264-0/+20
* | Issue #5309: distutils' build and build_ext commands now accept a ``-j``Antoine Pitrou2014-09-266-28/+117
* | null mergeYury Selivanov2014-09-260-0/+0
|\ \ | |/
| * tempfile: Fix docstring. Issue #21397, patch by R. David Murray.Yury Selivanov2014-09-261-5/+5
* | tempfile: Fix docstring. Issue #21397, patch by R. David Murray.Yury Selivanov2014-09-261-5/+5
* | os: Include posix functions in os.__all__. Closes issue #18554.Yury Selivanov2014-09-263-0/+14
* | Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-262-0/+11
|\ \ | |/
| * Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-262-0/+11
* | Null mergeSerhiy Storchaka2014-09-260-0/+0
|\ \ | |/
| * asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio moduleYury Selivanov2014-09-251-4/+11
* | asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio moduleYury Selivanov2014-09-251-4/+11
* | merge 3.4Yury Selivanov2014-09-250-0/+0
|\ \ | |/
| * asyncio: Improve canceled timer handles cleanup. Closes issue #22448.Yury Selivanov2014-09-255-26/+159
* | asyncio: Improve canceled timer handles cleanup. Closes issue #22448.Yury Selivanov2014-09-255-26/+148
* | Issue #18093: fix test_capi test skip due to _testembed moveNick Coghlan2014-09-251-1/+1
* | merge 3.4Benjamin Peterson2014-09-250-0/+0
|\ \ | |/
| * asyncio.unix_events: Move import statement to match tulip codeYury Selivanov2014-09-251-1/+2
* | asyncio: Reverting 69d474dab479 as issue #21645 is now closed and debug is no...Yury Selivanov2014-09-251-6/+0
* | asyncio.test_events: Partially reverting f7643c893587 to stay in sync with tu...Yury Selivanov2014-09-251-1/+1
* | asyncio.unix_events: Move import statement to match code in tulipYury Selivanov2014-09-251-0/+2
* | merge 3.4 (#22484)Benjamin Peterson2014-09-251-2/+3
|\ \ | |/