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
*
#7112: Fix compilation warning in unicodetype_db.h
Amaury Forgeot d'Arc
2009-10-13
1
-109/+109
*
Issue #7084: Fix a (very unlikely) crash when printing a list from one
Antoine Pitrou
2009-10-11
1
-1/+6
*
#1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,
Amaury Forgeot d'Arc
2009-10-06
2
-1765/+2877
*
Style/consistency/nano-optimization nit: replace occurrences of
Mark Dickinson
2009-09-28
1
-6/+6
*
http://bugs.python.org/issue6836
Kristján Valur Jónsson
2009-09-28
1
-1/+1
*
http://bugs.python.org/issue6836
Kristján Valur Jónsson
2009-09-28
1
-17/+87
*
Issue #6713: Improve decimal int -> string conversions. Thanks Gawain
Mark Dickinson
2009-09-27
1
-10/+28
*
#6994: fix typo in enumerate docstring
Ezio Melotti
2009-09-25
1
-1/+1
*
Silence MSVC compiler warnings.
Mark Dickinson
2009-09-21
1
-2/+3
*
backport keyword argument support for bytearray.decode
Benjamin Peterson
2009-09-18
1
-3/+4
*
add keyword arguments support to str/unicode encode and decode #6300
Benjamin Peterson
2009-09-18
2
-12/+20
*
use macros
Benjamin Peterson
2009-09-17
1
-1/+1
*
Issue #6922: Fix an infinite loop when trying to decode an invalid
Georg Brandl
2009-09-17
1
-1/+1
*
Issue #6713: Improve performance of str(n) and repr(n) for integers n
Mark Dickinson
2009-09-16
1
-0/+119
*
#6844: do not emit DeprecationWarnings on access if Exception.message has bee...
Georg Brandl
2009-09-16
1
-18/+39
*
Fix potential signed-overflow bug in _PyLong_Format; also fix
Mark Dickinson
2009-09-13
1
-9/+11
*
Remove redundant assignment
Mark Dickinson
2009-09-06
1
-1/+0
*
Issue #6847: s/bytes/bytearray/ in some bytearray error messages. Thanks Hag...
Mark Dickinson
2009-09-06
1
-4/+4
*
Issue #6846: bytearray.pop was returning ints in the range [-128, 128)
Mark Dickinson
2009-09-06
1
-1/+1
*
remove the check that classmethod's argument is a callable
Benjamin Peterson
2009-09-01
2
-10/+0
*
Silence gcc 'comparison always false' warning
Mark Dickinson
2009-08-28
2
-2/+6
*
#6707 fix a crash with dir() on an uninitialized module
Benjamin Peterson
2009-08-15
1
-3/+5
*
Issue 6330: Fix --enable-unicode=ucs4.
Eric Smith
2009-07-30
1
-3/+20
*
Issue 6573: Fix set.union() for cases where self is in the argument chain.
Raymond Hettinger
2009-07-27
1
-1/+1
*
Sync trunk and py3k versions of string formatting. Will manually merge into p...
Eric Smith
2009-07-27
1
-0/+6
*
clarify
Benjamin Peterson
2009-07-25
1
-1/+1
*
Issue #6540: Fixed crash for bytearray.translate() with invalid parameters.
Georg Brandl
2009-07-22
1
-3/+5
*
must use _PyThreadState_Current so it isn't checked for NULL #6530
Benjamin Peterson
2009-07-21
1
-4/+6
*
Grow the allocated buffer in PyUnicode_EncodeUTF7 to avoid buffer overrun.
Alexandre Vassalotti
2009-07-07
1
-2/+2
*
only order comparisons are removed in py3k #6119
Benjamin Peterson
2009-07-02
1
-6/+7
*
Issue #6368: Fixed unused variable warning on Unix.
Hirokazu Yamamoto
2009-06-29
1
-0/+2
*
Issue #4856: Remove checks for win NT.
Hirokazu Yamamoto
2009-06-28
1
-19/+11
*
#2016 Fix a crash in function call when the **kwargs dictionary is mutated
Amaury Forgeot d'Arc
2009-06-25
1
-10/+11
*
Issue 6329: Fix iteration for memoryviews.
Raymond Hettinger
2009-06-23
1
-32/+51
*
add underscores
Benjamin Peterson
2009-06-16
1
-2/+2
*
Remove unused macro.
Georg Brandl
2009-06-16
1
-1/+0
*
Clear reference to the static PyExc_RecursionErrorInst in _PyExc_Fini.
Alexandre Vassalotti
2009-06-12
1
-2/+2
*
#6224: s/JPython/Jython/, and remove one link to a module nine years old.
Georg Brandl
2009-06-06
1
-1/+1
*
use the offical api
Benjamin Peterson
2009-06-04
1
-1/+1
*
Fix compilation error with gcc 4.3.2
Antoine Pitrou
2009-06-01
1
-1/+3
*
#4547: When debugging a very large function, it was not always
Amaury Forgeot d'Arc
2009-06-01
1
-2/+2
*
Uninitialized file type would lead to __exit__ lookup failure when site.py
Antoine Pitrou
2009-05-31
1
-0/+3
*
Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.
Raymond Hettinger
2009-05-29
1
-2/+12
*
plug ref leak
Benjamin Peterson
2009-05-27
1
-4/+7
*
correctly handle descrs with __missing__
Benjamin Peterson
2009-05-27
1
-5/+6
*
handle errors from _PyObject_LookupSpecial when __get__ fails
Benjamin Peterson
2009-05-25
3
-3/+17
*
Issue #6042:
Jeffrey Yasskin
2009-05-23
2
-132/+132
*
Issue 6089: str.format raises SystemError.
Eric Smith
2009-05-23
1
-2/+3
*
Issue #5829: don't raise OverflowError for complex('1e500'). Backport of r72...
Mark Dickinson
2009-05-20
1
-9/+0
*
Fix issue #1689458 by teaching frame_setlineno how to jump to the first line of
Jeffrey Yasskin
2009-05-20
1
-14/+20
[next]