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
...
*
|
Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator
Serhiy Storchaka
2015-05-20
4
-9/+427
*
|
Issue #24245: Eliminated senseless expect clauses that have no any effect in
Serhiy Storchaka
2015-05-20
2
-19/+12
|
\
\
|
|
/
|
*
Issue #24245: Eliminated senseless expect clauses that have no any effect in
Serhiy Storchaka
2015-05-20
2
-19/+12
*
|
Issue #24245: Eliminated senseless expect clauses that have no any effect.
Serhiy Storchaka
2015-05-20
5
-14/+0
*
|
Issue #16261: Converted some bare except statements to except statements
Serhiy Storchaka
2015-05-20
7
-13/+13
*
|
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
Serhiy Storchaka
2015-05-19
3
-7/+63
|
\
\
|
|
/
|
*
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
Serhiy Storchaka
2015-05-19
3
-7/+63
*
|
Fix some compilation warnings when using gcc (-Wmaybe-uninitialized).
Antoine Pitrou
2015-05-19
1
-3/+3
|
\
\
|
|
/
|
*
Fix some compilation warnings when using gcc (-Wmaybe-uninitialized).
Antoine Pitrou
2015-05-19
1
-17/+17
*
|
Issue #23985: Fix a possible buffer overrun when deleting a slice from the fr...
Antoine Pitrou
2015-05-19
3
-6/+21
|
\
\
|
|
/
|
*
Issue #23985: Fix a possible buffer overrun when deleting a slice from the fr...
Antoine Pitrou
2015-05-19
3
-6/+21
*
|
Null merge.
R David Murray
2015-05-19
0
-0/+0
|
\
\
|
|
/
|
*
#24215: also back out changeset that broke test_trace in 3.4.
R David Murray
2015-05-19
1
-8/+9
*
|
Back out changeset 955dffec3d94 since it broke the buildbots.
R David Murray
2015-05-19
1
-8/+9
*
|
#19662: fix typo
R David Murray
2015-05-19
1
-1/+1
*
|
Issue #23780: Improved error message in os.path.join() with single argument.
Serhiy Storchaka
2015-05-19
5
-0/+12
*
|
Issue #6598: Increased time precision and random number range in
Serhiy Storchaka
2015-05-19
3
-6/+31
|
\
\
|
|
/
|
*
Issue #6598: Increased time precision and random number range in
Serhiy Storchaka
2015-05-19
3
-6/+31
*
|
Issue 24205: Improve inspect.Signature.bind() error messages.
Yury Selivanov
2015-05-19
2
-17/+29
*
|
Issue #24232: Fix typos. Patch by Ville Skyttä.
Berker Peksag
2015-05-18
5
-5/+5
|
\
\
|
|
/
|
*
Issue #24232: Fix typos. Patch by Ville Skyttä.
Berker Peksag
2015-05-18
4
-4/+4
*
|
Issue #24233: Add a proper link to socket.getfqdn() documentation.
Berker Peksag
2015-05-18
1
-1/+1
|
\
\
|
|
/
|
*
Issue #24233: Add a proper link to socket.getfqdn() documentation.
Berker Peksag
2015-05-18
1
-1/+1
*
|
Fix Sphinx compile error.
Berker Peksag
2015-05-18
1
-1/+1
*
|
Fix typo in Misc/NEWS.
Berker Peksag
2015-05-18
1
-1/+1
|
\
\
|
|
/
|
*
Fix typo in Nisc/NEWS.
Berker Peksag
2015-05-18
1
-1/+1
*
|
Fixed typos in comments.
Serhiy Storchaka
2015-05-18
1
-4/+4
|
\
\
|
|
/
|
*
Fixed typos in comments.
Serhiy Storchaka
2015-05-18
1
-2/+2
*
|
Issue 24226: Fix parsing of many sequential one-line 'def' statements.
Yury Selivanov
2015-05-18
3
-8/+51
*
|
Issue #24091: Fixed various crashes in corner cases in C implementation of
Serhiy Storchaka
2015-05-18
3
-46/+221
|
\
\
|
|
/
|
*
Issue #24091: Fixed various crashes in corner cases in C implementation of
Serhiy Storchaka
2015-05-18
3
-47/+222
*
|
Issue #24102: Fixed exception type checking in standard error handlers.
Serhiy Storchaka
2015-05-18
3
-27/+47
|
\
\
|
|
/
|
*
Issue #24102: Fixed exception type checking in standard error handlers.
Serhiy Storchaka
2015-05-18
3
-24/+43
*
|
Closes #21931: Merge with 3.4
Zachary Ware
2015-05-18
2
-3/+16
|
\
\
|
|
/
|
*
Issue #21931: Fix error handling in msilib.FCICreate().
Zachary Ware
2015-05-18
2
-3/+16
*
|
Issue #23488: Fix a syntax error on big endian platforms.
Zachary Ware
2015-05-18
1
-1/+1
*
|
Issue #21337: Add bare-bones Tix test
Zachary Ware
2015-05-18
1
-0/+32
*
|
Issue #13866: add *quote_via* argument to urlencode.
R David Murray
2015-05-18
5
-18/+47
*
|
#24211: Add missing docs for SMTPUTF8 policy instance.
R David Murray
2015-05-17
1
-0/+8
*
|
#24218: Add SMTPUTF8 support to send_message.
R David Murray
2015-05-17
4
-8/+86
*
|
merge
Raymond Hettinger
2015-05-17
2
-1/+13
|
\
\
|
|
/
|
*
Issue #23757: Only call the concrete list API for exact lists.
Raymond Hettinger
2015-05-17
3
-1/+16
*
|
Issue #22155: News entry.
Terry Jan Reedy
2015-05-17
1
-0/+3
|
\
\
|
|
/
|
*
Issue #22155: News entry.
Terry Jan Reedy
2015-05-17
1
-0/+3
*
|
Merge with 3.4
Terry Jan Reedy
2015-05-17
2
-22/+53
|
\
\
|
|
/
|
*
Issue #22155: Add File Handlers subsection with createfilehandler to tkinter
Terry Jan Reedy
2015-05-17
2
-22/+53
*
|
#20098: add mangle_from_ policy option.
R David Murray
2015-05-17
7
-5/+76
*
|
#24211: Add RFC6532 support to the email library.
R David Murray
2015-05-17
7
-5/+64
*
|
Merge: #24216: fix typo
R David Murray
2015-05-17
1
-1/+1
|
\
\
|
|
/
|
*
#24216: fix typo
R David Murray
2015-05-17
1
-1/+1
[prev]
[next]