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
*
On c.l.py, Martin v. Löwis said that Py_UNICODE could be of a signed type,
Tim Peters
2003-09-16
1
-137/+145
*
Double-fix of crash in Unicode freelist handling.
Jeremy Hylton
2003-09-16
1
-2/+7
*
Fix leak in classobject.c. The leak surfaced on the error exit when
Raymond Hettinger
2003-09-16
1
-0/+1
*
Change checks of PyUnicode_Resize() return value for clarity.
Jeremy Hylton
2003-09-16
1
-18/+17
*
Only release buffer after file has been closed. Fixes #800824.
Martin v. Löwis
2003-09-07
1
-1/+1
*
SF bug 801631: file.truncate fault on windows.
Tim Peters
2003-09-07
1
-74/+66
*
SF bug #800796: Difference between hash() and __hash__()
Raymond Hettinger
2003-09-05
1
-1/+8
*
Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize().
Martin v. Löwis
2003-09-04
1
-5/+19
*
SF patch #798467: Update docstring of has_key for bool changes
Raymond Hettinger
2003-09-01
2
-2/+2
*
Remove 'e.g.' from error message
Raymond Hettinger
2003-08-30
1
-3/+3
*
SF bug #795506: Wrong handling of string format code for float values.
Raymond Hettinger
2003-08-27
2
-0/+6
*
Fix SF #789402, Memory leak on open()
Neal Norwitz
2003-08-15
1
-0/+1
*
Fix refcounting leak in charmaptranslate_lookup()
Walter Dörwald
2003-08-15
1
-0/+1
*
Fix another refcounting leak in PyUnicode_EncodeCharmap().
Walter Dörwald
2003-08-15
1
-1/+3
*
Fix another refcounting leak (in PyUnicode_DecodeUnicodeEscape()).
Walter Dörwald
2003-08-15
1
-0/+2
*
Fix for
Michael W. Hudson
2003-08-15
2
-5/+17
*
My last fix left n used unitialized in tha a==b case.
Michael W. Hudson
2003-08-15
1
-1/+1
*
complex_new(): This could leak when the argument was neither string nor
Tim Peters
2003-08-15
1
-0/+3
*
Fix refcount leak in PyUnicode_EncodeCharmap(). The bug surfaces
Walter Dörwald
2003-08-14
1
-3/+3
*
Fix reference leak noted in test_types:
Michael W. Hudson
2003-08-14
1
-9/+9
*
Add a couple of decrefs to error paths.
Michael W. Hudson
2003-08-11
1
-2/+4
*
Fix silly typo in comment.
Michael W. Hudson
2003-08-11
1
-1/+1
*
/* XXX From here until type is allocated, "return NULL" leaks bases! */
Michael W. Hudson
2003-08-08
1
-2/+9
*
Repair refcounting on error return from type_set_bases.
Michael W. Hudson
2003-08-07
1
-3/+6
*
Remove code that tried to warn about shadowing builtin names after a
Neil Schemenauer
2003-07-16
1
-66/+1
*
Remove stray comments.
Jeremy Hylton
2003-07-16
1
-1/+0
*
Remove unnecessary check in tests for slots allowed.
Jeremy Hylton
2003-07-16
1
-1/+1
*
Remove proxy_print(), since that caused an inconsistency between
Fred Drake
2003-07-14
1
-10/+2
*
Add whitespace.
Jeremy Hylton
2003-07-11
1
-3/+3
*
Support 'mbcs' as a 'built-in' encoding, so the C API can use it without
Mark Hammond
2003-07-01
1
-0/+19
*
Fix SF 762891: "del p[key]" on proxy object raises SystemError()
Raymond Hettinger
2003-06-30
1
-1/+5
*
SF patch 703666: Several objects don't decref tmp on failure in subtype_new
Raymond Hettinger
2003-06-28
4
-4/+13
*
Require that __nonzero__() return a bool or exactly an int.
Jeremy Hylton
2003-06-27
1
-6/+2
*
Check return type of __nonzero__() method.
Jeremy Hylton
2003-06-27
1
-1/+13
*
Whitespace normalization.
Walter Dörwald
2003-06-25
1
-3/+3
*
Fix whitespace.
Walter Dörwald
2003-06-18
1
-1/+1
*
SF bug #753451: classmethod abuse --> SystemError
Raymond Hettinger
2003-06-18
1
-0/+6
*
Fix typo in comment.
Walter Dörwald
2003-06-17
1
-1/+1
*
Use _PyEval_SliceIndex to handle list.index() calls with
Walter Dörwald
2003-06-17
1
-1/+3
*
Whitespace normalization.
Walter Dörwald
2003-06-17
1
-6/+6
*
Fix sloppy index() implementation:
Guido van Rossum
2003-06-17
1
-2/+12
*
SF #754014: list.index() should accept optional start, end arguments
Raymond Hettinger
2003-06-17
1
-5/+10
*
- SF patch 751998 fixes an unwanted side effect of the previous fix
Guido van Rossum
2003-06-13
1
-5/+13
*
Fixed a comment.
Brett Cannon
2003-06-11
1
-1/+1
*
Warn about creating global variables by __setattr__ that shadow builtin
Neil Schemenauer
2003-06-09
1
-1/+66
*
Fix SF #749831, copy raises SystemError when getstate raises exception
Neal Norwitz
2003-06-08
1
-0/+2
*
Fix for SF 742911. We now clear the weakrefs *before* calling __del__
Guido van Rossum
2003-05-29
1
-11/+12
*
Add notes on use cases with paired accesses to the same key.
Raymond Hettinger
2003-05-28
1
-5/+30
*
* Beefed-up tests
Raymond Hettinger
2003-05-28
1
-13/+42
*
SF bug 705231: Assertion failed, python aborts.
Tim Peters
2003-05-24
1
-6/+38
[next]