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
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo...
Mark Dickinson
2016-09-03
1
-1/+75
*
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...
Serhiy Storchaka
2016-09-01
2
-42/+35
|
\
|
*
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...
Serhiy Storchaka
2016-09-01
2
-42/+35
*
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
11
-13/+13
*
|
Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj.
Mark Dickinson
2016-08-29
1
-0/+54
*
|
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
1
-2/+11
|
\
\
|
|
/
|
*
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
1
-2/+11
*
|
Issue #19884: Merge Readline updates from 3.5
Martin Panter
2016-08-27
1
-12/+15
|
\
\
|
|
/
|
*
Issue #19884: Avoid spurious output on OS X with Gnu Readline
Martin Panter
2016-08-27
1
-12/+15
*
|
Issue #26027, #27524: Add PEP 519/__fspath__() support to os and
Brett Cannon
2016-08-26
1
-29/+75
*
|
Issue #10513: Merge from 3.5
Berker Peksag
2016-08-26
1
-1/+0
|
\
\
|
|
/
|
*
Issue #10513: Fix a regression in Connection.commit()
Berker Peksag
2016-08-26
1
-1/+0
*
|
_pickle: remove outdated comment
Victor Stinner
2016-08-24
1
-11/+0
*
|
#26907: add some missing getsockopt constants.
R David Murray
2016-08-24
1
-0/+12
*
|
Issue #27809: partial_call() uses fast call for positional args
Victor Stinner
2016-08-23
1
-12/+28
*
|
Issue #27809: methodcaller_reduce() uses fast call
Victor Stinner
2016-08-22
1
-11/+7
*
|
Issue #27809: _csv: _call_dialect() uses fast call
Victor Stinner
2016-08-22
1
-9/+7
*
|
Issue #27809: tzinfo_reduce() uses fast call
Victor Stinner
2016-08-22
1
-14/+10
*
|
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Victor Stinner
2016-08-22
4
-6/+6
*
|
Issue #21718: Merge from 3.5
Berker Peksag
2016-08-21
1
-6/+5
|
\
\
|
|
/
|
*
Issue #21718: cursor.description is now available for queries using CTEs
Berker Peksag
2016-08-21
1
-6/+5
*
|
Merge #27782 fix from 3.5
Nick Coghlan
2016-08-21
1
-1/+32
|
\
\
|
|
/
|
*
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan
2016-08-21
1
-1/+32
*
|
pattern_subx() now uses fast call
Victor Stinner
2016-08-19
1
-8/+1
*
|
_elementtree: deepcopy() now uses fast call
Victor Stinner
2016-08-19
1
-8/+4
*
|
Issue #27128: _pickle uses fast call
Victor Stinner
2016-08-19
1
-15/+4
*
|
keyobject_richcompare() now uses fast call
Victor Stinner
2016-08-19
1
-11/+7
*
|
merge 3.5 (#27783)
Benjamin Peterson
2016-08-17
1
-8/+8
|
\
\
|
|
/
|
*
merge 3.4 (#27783)
Benjamin Peterson
2016-08-17
1
-8/+8
|
|
\
|
|
*
merge 3.3 (#27783)
Benjamin Peterson
2016-08-17
1
-8/+7
|
|
|
\
|
|
|
*
rearrange methodcaller_new so that the main error case does not cause uniniti...
Benjamin Peterson
2016-08-17
1
-8/+7
*
|
|
|
merge 3.5 (#27774)
Benjamin Peterson
2016-08-16
1
-3/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
merge 3.4 (#27774)
Benjamin Peterson
2016-08-16
1
-3/+1
|
|
\
\
\
|
|
|
/
/
|
|
*
|
merge 3.3 (#27774)
Benjamin Peterson
2016-08-16
1
-3/+1
|
|
|
\
\
|
|
|
|
/
|
|
|
*
do not decref value borrowed from list (closes #27774)
Benjamin Peterson
2016-08-16
1
-3/+1
*
|
|
|
merge 3.5 (#27773)
Benjamin Peterson
2016-08-16
1
-6/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
fix corner cases in the management of server_hostname (closes #27773)
Benjamin Peterson
2016-08-16
1
-6/+4
*
|
|
|
merge 3.5
Benjamin Peterson
2016-08-16
1
-0/+8
|
\
\
\
\
|
|
/
/
/
|
*
|
|
merge 3.4
Benjamin Peterson
2016-08-16
1
-0/+8
|
|
\
\
\
|
|
|
/
/
|
|
*
|
fail when negative values are passed to instr()
Benjamin Peterson
2016-08-16
1
-0/+8
*
|
|
|
Issue #27736: Prevent segfault after interpreter re-initialization due
Ned Deily
2016-08-15
1
-0/+2
*
|
|
|
Issue #12345: Add mathemathcal constant tau to math and cmath.
Guido van Rossum
2016-08-15
2
-0/+2
*
|
|
|
Issue #16764: Support keyword arguments to zlib.decompress(). Patch by
Serhiy Storchaka
2016-08-15
2
-13/+17
*
|
|
|
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
Serhiy Storchaka
2016-08-14
26
-302/+440
*
|
|
|
merge 3.5 (closes #27760)
Benjamin Peterson
2016-08-14
1
-9/+15
|
\
\
\
\
|
|
/
/
/
|
*
|
|
merge 3.4 (closes #27760)
Benjamin Peterson
2016-08-14
1
-9/+15
|
|
\
\
\
|
|
|
/
/
|
|
*
|
merge 3.3 (closes #27760)
Benjamin Peterson
2016-08-14
1
-9/+15
|
|
|
\
\
|
|
|
|
/
|
|
|
*
fix possible integer overflow in binascii.b2a_qp (closes #27760)
Benjamin Peterson
2016-08-14
1
-9/+16
*
|
|
|
merge 3.5
Benjamin Peterson
2016-08-14
1
-0/+8
|
\
\
\
\
|
|
/
/
/
|
*
|
|
merge 3.4
Benjamin Peterson
2016-08-14
1
-0/+8
|
|
\
\
\
|
|
|
/
/
[next]