index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge 3.4 (#22519)
Benjamin Peterson
2014-09-29
2
-12/+18
|
\
|
*
merge 3.3 (closes #22519)
Benjamin Peterson
2014-09-29
2
-12/+18
|
|
\
|
|
*
fix overflow checking in PyBytes_Repr (closes #22519)
Benjamin Peterson
2014-09-29
2
-12/+18
*
|
|
merge 3.4 (closes #22518)
Benjamin Peterson
2014-09-29
2
-17/+109
|
\
\
\
|
|
/
/
|
*
|
merge 3.3 (closes #22518)
Benjamin Peterson
2014-09-29
2
-17/+49
|
|
\
\
|
|
|
/
|
|
*
NEWS issue for #22518
Benjamin Peterson
2014-09-29
1
-0/+2
|
|
*
cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_...
Benjamin Peterson
2014-09-29
1
-18/+56
*
|
|
Issue #22437: Number of capturing groups in regular expression is no longer
Serhiy Storchaka
2014-09-29
8
-27/+76
*
|
|
#17442: Add chained traceback support to InteractiveInterpreter.
R David Murray
2014-09-29
5
-12/+70
*
|
|
Issue #22510: Get rid of little overhead of testing re.DEBUG flag.
Serhiy Storchaka
2014-09-29
1
-7/+5
*
|
|
Merge: #20135: FAQ entry for list mutation. (See also 90b07d422bd9.)
R David Murray
2014-09-29
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
#20135: FAQ entry for list mutation. (See also 6375bf34fff6.)
R David Murray
2014-09-29
1
-1/+1
*
|
|
Closes issue #20858: Enhancements/fixes to pure-python datetime module
Alexander Belopolsky
2014-09-28
3
-139/+237
*
|
|
merge 3.4 (#22379)
Benjamin Peterson
2014-09-28
4
-15/+13
|
\
\
\
|
|
/
/
|
*
|
check that exception messages are not empty (#22379)
Benjamin Peterson
2014-09-28
4
-15/+13
*
|
|
#10510: Fix bug in forward port of 2.7 distutils patch.
R David Murray
2014-09-28
3
-3/+77
|
\
\
\
|
|
/
/
|
*
|
#10510: Fix bug in forward port of 2.7 distutils patch.
R David Murray
2014-09-28
3
-3/+77
*
|
|
Removed a code for suport Python version <2.2.
Serhiy Storchaka
2014-09-28
1
-11/+12
*
|
|
Removed redundant casts to `char *`.
Serhiy Storchaka
2014-09-28
10
-18/+17
*
|
|
Revert #22251
Berker Peksag
2014-09-27
18
-38/+6
|
\
\
\
|
|
/
/
|
*
|
Revert #22251
Berker Peksag
2014-09-27
18
-38/+6
*
|
|
Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF.
R David Murray
2014-09-27
4
-6/+10
|
\
\
\
|
|
/
/
|
*
|
#10510: make distuitls upload/register use HTML standards compliant CRLF.
R David Murray
2014-09-27
4
-6/+10
*
|
|
Issue #22251: Fix ReST markup to avoid errors building docs.
Berker Peksag
2014-09-27
18
-6/+38
|
\
\
\
|
|
/
/
|
*
|
Issue #22251: Fix ReST markup to avoid errors building docs.
Berker Peksag
2014-09-27
18
-6/+38
*
|
|
Merge with 3.4.
Berker Peksag
2014-09-27
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Merge heads.
Berker Peksag
2014-09-27
3
-1/+10
|
|
\
\
*
|
\
\
Merge heads.
Berker Peksag
2014-09-27
3
-1/+7
|
\
\
\
\
|
*
\
\
\
Issue #16537: Check whether self.extensions is empty in setup.py.
Berker Peksag
2014-09-27
3
-1/+7
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
Issue #16537: Check whether self.extensions is empty in setup.py.
Berker Peksag
2014-09-27
3
-1/+10
*
|
|
|
|
Merge: #18854: make it explicit that is_multipart does not mean 'multipart/xxx'.
R David Murray
2014-09-27
1
-17/+54
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
/
/
|
|
|
/
/
|
|
/
|
|
|
*
|
|
#18854: make it explicit that is_multipart does not mean 'multipart/xxx'.
R David Murray
2014-09-27
1
-17/+54
|
|
/
/
*
|
|
Merge: #20974: Update version table in email intro.
R David Murray
2014-09-27
1
-3/+7
|
\
\
\
|
|
/
/
|
*
|
#20974: Update version table in email intro.
R David Murray
2014-09-27
1
-3/+7
*
|
|
Issue #9850: Fixed macpath.join() for empty first component. Patch by
Serhiy Storchaka
2014-09-27
3
-1/+28
|
\
\
\
|
|
/
/
|
*
|
Issue #9850: Fixed macpath.join() for empty first component. Patch by
Serhiy Storchaka
2014-09-27
3
-1/+28
*
|
|
Issue #16324: _charset parameter of MIMEText now also accepts email.charset.C...
Berker Peksag
2014-09-26
5
-1/+16
*
|
|
inspect: Fix getsource() to support decorated functions.
Yury Selivanov
2014-09-26
4
-0/+20
*
|
|
Issue #5309: distutils' build and build_ext commands now accept a ``-j``
Antoine Pitrou
2014-09-26
6
-28/+117
*
|
|
null merge
Yury Selivanov
2014-09-26
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
tempfile: Fix docstring. Issue #21397, patch by R. David Murray.
Yury Selivanov
2014-09-26
1
-5/+5
*
|
|
tempfile: Fix docstring. Issue #21397, patch by R. David Murray.
Yury Selivanov
2014-09-26
1
-5/+5
*
|
|
os: Include posix functions in os.__all__. Closes issue #18554.
Yury Selivanov
2014-09-26
3
-0/+14
*
|
|
Issue #17462: Add a paragraph about advantages of argparse over optparse.
Berker Peksag
2014-09-26
2
-0/+11
|
\
\
\
|
|
/
/
|
*
|
Issue #17462: Add a paragraph about advantages of argparse over optparse.
Berker Peksag
2014-09-26
2
-0/+11
*
|
|
Null merge
Serhiy Storchaka
2014-09-26
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio module
Yury Selivanov
2014-09-25
1
-4/+11
*
|
|
asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio module
Yury Selivanov
2014-09-25
1
-4/+11
*
|
|
merge 3.4
Yury Selivanov
2014-09-25
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
asyncio: Improve canceled timer handles cleanup. Closes issue #22448.
Yury Selivanov
2014-09-25
5
-26/+159
[next]