.. |
stringlib
|
Issue 6330: Fix --enable-unicode=ucs4.
|
2009-07-30 13:39:44 +00:00 |
abstract.c
|
handle errors from _PyObject_LookupSpecial when __get__ fails
|
2009-05-25 02:40:21 +00:00 |
boolobject.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
bufferobject.c
|
Change the warning emitted for using the buffer() object; memoryview() in 3.0
|
2008-08-08 04:15:53 +00:00 |
bytearrayobject.c
|
Fix missing semicolon
|
2009-10-15 15:18:55 +00:00 |
bytes_methods.c
|
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
|
2009-04-27 19:04:37 +00:00 |
cellobject.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
classobject.c
|
remove the check that classmethod's argument is a callable
|
2009-09-01 22:27:57 +00:00 |
cobject.c
|
#3668: When PyArg_ParseTuple correctly parses a s* format, but raises an
|
2008-08-29 18:39:48 +00:00 |
codeobject.c
|
Issue #6042:
|
2009-05-23 23:23:01 +00:00 |
complexobject.c
|
Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in
|
2009-10-26 22:28:14 +00:00 |
descrobject.c
|
rewrite for style, clarify, and comments
|
2009-10-22 02:50:38 +00:00 |
dictnotes.txt
|
…
|
|
dictobject.c
|
clarify
|
2009-07-25 02:03:48 +00:00 |
enumobject.c
|
#6994: fix typo in enumerate docstring
|
2009-09-25 16:07:55 +00:00 |
exceptions.c
|
#6844: do not emit DeprecationWarnings on access if Exception.message has been set by the user.
|
2009-09-16 20:30:09 +00:00 |
fileobject.c
|
Issue #6368: Fixed unused variable warning on Unix.
|
2009-06-29 15:52:21 +00:00 |
floatobject.c
|
Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in
|
2009-10-26 21:11:20 +00:00 |
frameobject.c
|
Fix compilation error with gcc 4.3.2
|
2009-06-01 23:23:16 +00:00 |
funcobject.c
|
remove the check that classmethod's argument is a callable
|
2009-09-01 22:27:57 +00:00 |
genobject.c
|
Fix a wrong struct field assignment (docstring as closure).
|
2009-03-31 01:25:15 +00:00 |
intobject.c
|
Issue #6713: Improve decimal int -> string conversions. Thanks Gawain
|
2009-09-27 16:05:21 +00:00 |
iterobject.c
|
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
|
2007-07-21 06:55:02 +00:00 |
listobject.c
|
grant list.index() a more informative error message #7252
|
2009-11-02 16:14:19 +00:00 |
listsort.txt
|
Issue #5341: Fix a variety of spelling errors.
|
2009-02-21 20:27:01 +00:00 |
lnotab_notes.txt
|
Issue #6042:
|
2009-05-23 23:23:01 +00:00 |
longobject.c
|
Issue #1087418: Small performance boost for bitwise operations on longs.
|
2009-10-25 20:39:06 +00:00 |
memoryobject.c
|
Issue #7142: Fix uses of unicode in memoryview objects
|
2009-10-15 15:53:58 +00:00 |
methodobject.c
|
only order comparisons are removed in py3k #6119
|
2009-07-02 17:06:17 +00:00 |
moduleobject.c
|
only clear a module's __dict__ if the module is the only one with a reference to it #7140
|
2009-10-15 15:44:46 +00:00 |
object.c
|
#6707 fix a crash with dir() on an uninitialized module
|
2009-08-15 13:16:38 +00:00 |
obmalloc.c
|
http://bugs.python.org/issue6836
|
2009-09-28 15:56:25 +00:00 |
rangeobject.c
|
Avoid signed overflow in some xrange calculations, and extend
|
2009-11-15 12:31:13 +00:00 |
setobject.c
|
Issue 6573: Fix set.union() for cases where self is in the argument chain.
|
2009-07-27 20:32:04 +00:00 |
sliceobject.c
|
many more types to initialize (I had to expose some of them)
|
2009-04-18 22:15:26 +00:00 |
stringobject.c
|
Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString,
|
2009-11-15 16:18:58 +00:00 |
structseq.c
|
Fix:
|
2008-08-24 05:04:52 +00:00 |
tupleobject.c
|
The tracking statistics were actually too pessimistic
|
2009-03-23 19:17:00 +00:00 |
typeobject.c
|
properly lookup __instancecheck__ and __subclasscheck__
|
2009-05-16 21:44:25 +00:00 |
unicodectype.c
|
#1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,
|
2009-10-06 19:56:32 +00:00 |
unicodeobject.c
|
Finished removing _PyOS_double_to_string, as mentioned in issue 7117.
|
2009-10-26 17:46:17 +00:00 |
unicodetype_db.h
|
#7112: Fix compilation warning in unicodetype_db.h
|
2009-10-13 21:29:34 +00:00 |
weakrefobject.c
|
Fix #3634 invalid return value from _weakref.ref(Exception).__init__
|
2008-09-09 20:55:01 +00:00 |