Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
81e8ab5ba074694750072fb50081b77da16180a0
/
Objects
/
weakrefobject.c
16c7075
Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved.
by Neil Schemenauer
· 17 years ago
d2cf20e
Remove the simple slicing API. All slicing is now done with slice objects.
by Thomas Wouters
· 17 years ago
f616b22
Support unicode names
by Neal Norwitz
· 17 years ago
9f2e346
Merged revisions 56467-56482 via svnmerge from
by Martin v. Löwis
· 17 years ago
1ab8330
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
by Walter Dörwald
· 17 years ago
b213704
Merged revisions 53451-53537 via svnmerge from
by Thomas Wouters
· 18 years ago
4dafcc4
- patch #1600346 submitted by Tomer Filiba
by Jack Diederich
· 18 years ago
47b9ff6
Restructure comparison dramatically. There is no longer a default
by Guido van Rossum
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
3cf5b1e
Get rid of most of the flags (in tp_flags) that keep track of various
by Guido van Rossum
· 18 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
bcc0db8
Get rid of remnants of integer division
by Neal Norwitz
· 19 years ago
4af5c8c
SF #1444030: Fix several potential defects found by Coverity.
by Hye-Shik Chang
· 19 years ago
15e6274
Revert backwards-incompatible const changes.
by Martin v. Löwis
· 19 years ago
18e1655
Merge ssize_t branch.
by Martin v. Löwis
· 19 years ago
0c6e2f1
Remove some shadowed variables
by Neal Norwitz
· 19 years ago
af68c87
Add const to several API functions that take char *.
by Jeremy Hylton
· 19 years ago
e6c470f
SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior.
by Raymond Hettinger
· 20 years ago
ead8b7a
SF 1055820: weakref callback vs gc vs threads
by Tim Peters
· 20 years ago
6d3265d
Be more careful about maintaining the invariants; it was actually
by Fred Drake
· 20 years ago
bdcb941
SF bug #978308, Spurious errors taking bool of dead pro
by Neal Norwitz
· 20 years ago
0a4dd39
Make weak references subclassable:
by Fred Drake
· 20 years ago
bc875f5
Allocating a new weakref object can cause existing weakref objects for
by Fred Drake
· 21 years ago
6a2852c
Fix bug in interpretation of the "callback" argument in the constructors for
by Fred Drake
· 21 years ago
403a203
SF bug 839548: Bug in type's GC handling causes segfaults.
by Tim Peters
· 21 years ago
fe89cc1
Remove proxy_print(), since that caused an inconsistency between
by Fred Drake
· 21 years ago
d693a81
Fix SF 762891: "del p[key]" on proxy object raises SystemError()
by Raymond Hettinger
· 21 years ago
c1f6e8c
- The repr() of a weakref object now shows the __name__ attribute of
by Guido van Rossum
· 22 years ago
f16c3dc
Add support for the iterator protocol to weakref proxy objects.
by Fred Drake
· 22 years ago
38a8916
Remove weakref free list. This has the side effect of fixing a memory
by Neil Schemenauer
· 23 years ago
2a908f6
proxy_compare(): Make sure that we unwrap both objects being compared if
by Fred Drake
· 23 years ago
ef8ebd1
Make sure that when we invoke callback functions associated with weak
by Fred Drake
· 23 years ago
d586756
weakref_repr(), proxy_repr(): Conversion of sprintf() to
by Barry Warsaw
· 23 years ago
d4c0a9c
Fixes for possible buffer overflows in sprintf() usages.
by Marc-André Lemburg
· 23 years ago
996fad3
Referencable is not a word, so don't use it in an error message <wink>.
by Jeremy Hylton
· 23 years ago
31f4d1f
Remove an unnecessary check for NULL.
by Fred Drake
· 23 years ago
73006d0
When weakref proxies are involved in binary & ternary slot operations,
by Fred Drake
· 23 years ago
8844d52
The weak reference implementation, separated from the weakref module.
by Fred Drake
· 23 years ago