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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-0/+0
|
\
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-0/+0
|
*
Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e.
Serhiy Storchaka
2013-12-14
2
-18/+0
*
|
Fix minor bug in dict.__contains__ docstring.
Meador Inge
2014-01-14
1
-3/+3
*
|
Fix typo in comment.
Eric V. Smith
2014-01-14
1
-1/+1
*
|
Issue19995: fixed typo; switched from test.support.check_warnings to assertWarns
Ethan Furman
2014-01-12
1
-2/+2
*
|
Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %X
Ethan Furman
2014-01-12
1
-2/+27
*
|
Issue #19273: The marker comments Argument Clinic uses have been changed
Larry Hastings
2014-01-07
2
-12/+12
*
|
Add comments to frozenset_hash().
Raymond Hettinger
2014-01-05
1
-1/+14
*
|
Issue19995: %o, %x, %X now only accept ints
Ethan Furman
2014-01-05
1
-8/+27
*
|
Reverted changeset b72c5573c5e7 (issue #15027).
Serhiy Storchaka
2014-01-04
2
-128/+61
*
|
Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster.
Serhiy Storchaka
2014-01-04
2
-61/+128
*
|
Remove deadcode (HASH macro is no more defined)
Victor Stinner
2014-01-03
1
-1/+0
*
|
Remove now unused variables
Victor Stinner
2014-01-03
1
-5/+0
*
|
unicode_char() uses get_latin1_char() to get latin1 singleton characters
Victor Stinner
2014-01-03
1
-0/+3
*
|
add unicode_char() in unicodeobject.c to factorize code
Victor Stinner
2014-01-03
1
-55/+31
*
|
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes
2013-12-21
1
-6/+0
*
|
Better assertion in PyObject_Call() to detect functions returning a result with
Victor Stinner
2013-12-19
1
-1/+2
*
|
Minor code clean-up. Keep the C-API all in one section.
Raymond Hettinger
2013-12-15
1
-3/+3
*
|
(Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if
Victor Stinner
2013-12-13
1
-3/+16
|
\
\
|
|
/
|
*
Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c"
Victor Stinner
2013-12-13
1
-3/+16
|
*
Issue #14432: Generator now clears the borrowed reference to the thread state
Victor Stinner
2013-12-13
1
-0/+3
*
|
Issue #14432: Remove the thread state field from the frame structure. Fix a
Victor Stinner
2013-12-13
1
-1/+0
*
|
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
2
-160/+147
|
\
\
|
|
/
|
*
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
2
-160/+147
*
|
Silence expression result unused warnings with clang.
Christian Heimes
2013-12-04
7
-9/+9
*
|
Issue #6477: Merge with 3.3.
Alexandre Vassalotti
2013-12-01
1
-6/+6
|
\
\
|
|
/
|
*
Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private.
Alexandre Vassalotti
2013-12-01
1
-6/+6
*
|
Issue #6477: Merge with 3.3.
Alexandre Vassalotti
2013-12-01
1
-2/+2
|
\
\
|
|
/
|
*
Issue #6477: Added support for pickling the types of built-in singletons.
Alexandre Vassalotti
2013-12-01
1
-2/+2
*
|
Issue #19088: Merge with 3.3.
Alexandre Vassalotti
2013-11-30
1
-17/+20
|
\
\
|
|
/
|
*
Issue #19088: Fix incorrect caching of the copyreg module.
Alexandre Vassalotti
2013-11-30
1
-17/+20
|
*
fix format spec recursive expansion (closes #19729)
Benjamin Peterson
2013-11-27
1
-2/+4
*
|
Remove an errant extra \ within a docstring.
Gregory P. Smith
2013-11-25
1
-1/+1
|
\
\
|
|
/
|
*
Remove an errant extra \ within a docstring.
Gregory P. Smith
2013-11-25
1
-1/+1
*
|
merge
Raymond Hettinger
2013-11-24
1
-5/+9
|
\
\
|
|
/
|
*
Document that @property can incorporate a docstring from the getter method. ...
Raymond Hettinger
2013-11-24
1
-5/+9
*
|
Make Ellipsis and NotImplemented picklable through the reduce protocol.
Alexandre Vassalotti
2013-11-24
2
-2/+24
*
|
Make built-in methods picklable through the reduce protocol.
Alexandre Vassalotti
2013-11-24
1
-1/+21
*
|
Issue #3158: doctest can now find doctests in functions and methods
Zachary Ware
2013-11-24
1
-1/+1
*
|
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings
2013-11-23
3
-14/+81
*
|
Issue #19730: Argument Clinic now supports all the existing PyArg
Larry Hastings
2013-11-23
1
-5/+5
*
|
Issue #17810: Fixed NULL check in _PyObject_GetItemsIter()
Christian Heimes
2013-11-23
1
-1/+1
*
|
Issue #17810: Implement PEP 3154, pickle protocol 4.
Antoine Pitrou
2013-11-23
3
-99/+438
*
|
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
1
-48/+5
*
|
Issue #19619: Blacklist non-text codecs in method API
Nick Coghlan
2013-11-22
1
-2/+2
*
|
Close #19568: Fix bytearray_setslice_linear(), fix handling of
Victor Stinner
2013-11-21
1
-37/+63
*
|
Close #19578: Fix list_ass_subscript(), handle list_resize() failure
Victor Stinner
2013-11-21
1
-2/+3
*
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
4
-181/+4
*
|
Remove dead code committed in issue #12892.
Serhiy Storchaka
2013-11-19
1
-104/+0
[next]