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
Commit message (
Expand
)
Author
Age
Files
Lines
*
New tests identical to boom and boom2, except using new-style classes.
Tim Peters
2003-04-08
1
-0/+44
*
correct a couple docstring nits
Skip Montanaro
2003-04-08
1
-3/+3
*
Typo repair.
Tim Peters
2003-04-08
1
-2/+2
*
Added example of using positional and keyword args with atexit.register().
Fred Drake
2003-04-08
1
-0/+15
*
Markup fix.
Fred Drake
2003-04-08
1
-2/+2
*
s/referrents/referents/g. Gotta love that referrers remains rife with rs.
Tim Peters
2003-04-08
4
-22/+22
*
Finished implementing gc.get_referrents(): dealt with error and end
Tim Peters
2003-04-08
4
-7/+58
*
Comment repair; no semantic changes.
Tim Peters
2003-04-07
1
-4/+5
*
Reworked has_finalizer() to use the new _PyObject_Lookup() instead
Tim Peters
2003-04-07
3
-78/+59
*
New private API function _PyInstance_Lookup. gc will use this to figure
Tim Peters
2003-04-07
2
-0/+33
*
add note suggested by rhettinger about example.
Anthony Baxter
2003-04-07
1
-0/+3
*
patch [ 698505 ] docs for hotshot module
Anthony Baxter
2003-04-07
2
-0/+124
*
initgc(): Rewrote to use the PyModule_AddXYZ API; cuts code size.
Tim Peters
2003-04-06
1
-17/+14
*
handle_finalizers(): Rewrote to call append_objects() and gc_list_merge()
Tim Peters
2003-04-06
1
-36/+31
*
SF bug #699934: Obscure error message
Raymond Hettinger
2003-04-06
2
-7/+4
*
SF patch #701494: more apply removals
Raymond Hettinger
2003-04-06
23
-2472/+2460
*
Switched from METH_VARARGS to METH_NOARGS for the 7 module functions that
Tim Peters
2003-04-06
1
-44/+17
*
Reworked move_finalizer_reachable() to create two distinct lists:
Tim Peters
2003-04-06
2
-35/+89
*
move_finalizers(): Rewrote. It's not necessary for this routine
Tim Peters
2003-04-05
1
-29/+20
*
test_boom: More comments. Also check that len(gc.garbage) doesn't
Tim Peters
2003-04-05
1
-4/+9
*
New comments. Rewrote has_finalizer() as a sequence of ifs instead of
Tim Peters
2003-04-05
1
-6/+21
*
Fixed new seemingly random segfaults, by moving the initialization of
Tim Peters
2003-04-05
1
-8/+11
*
SF bug #715145: unittest.py still uses != in failUnlessEqual
Raymond Hettinger
2003-04-04
2
-2/+6
*
Add Tim's gc boom test to the test suite.
Jeremy Hylton
2003-04-04
1
-0/+19
*
Fix Tim's boom example.
Jeremy Hylton
2003-04-04
1
-20/+54
*
Use fcntl() to put the audio device *back* into blocking mode after
Greg Ward
2003-04-04
1
-0/+9
*
Add get_referrents() helper function.
Jeremy Hylton
2003-04-03
1
-1/+1
*
Add get_referrents() helper function.
Jeremy Hylton
2003-04-03
1
-1/+32
*
Revert Patch #670715: iconv support.
Martin v. Löwis
2003-04-03
8
-892/+2
*
Fix description: u"%c" % 0xffffffff returned a ValueError not a TypeError.
Walter Dörwald
2003-04-02
1
-1/+1
*
Change formatchar(), so that u"%c" % 0xffffffff now raises
Walter Dörwald
2003-04-02
3
-4/+5
*
Fix a comment
Barry Warsaw
2003-04-02
1
-1/+1
*
Added a note about scripting support and the IDE builtin help.
Jack Jansen
2003-04-01
1
-0/+6
*
The minimal scripting example now actually works.
Jack Jansen
2003-04-01
1
-8/+10
*
Sigh... The get() and set() commands are not declared in the aete for
Jack Jansen
2003-04-01
1
-9/+18
*
Regenerated with property names with _Prop_ prepended.
Jack Jansen
2003-04-01
53
-2860/+1697
*
Properties (like enums) are not in the global namespace but only valid
Jack Jansen
2003-04-01
1
-23/+23
*
Turned the suite compiler into an object.
Jack Jansen
2003-04-01
1
-254/+258
*
- All messages are now dependent on the --verbose option.
Jack Jansen
2003-04-01
1
-47/+85
*
init_bsddb(): Added a few symbols that Greg forgot.
Barry Warsaw
2003-03-31
1
-1/+4
*
Remove duplicate test.
Walter Dörwald
2003-03-31
1
-2/+2
*
Fix PyString_Format() so that '%c' % u'a' returns u'a'
Walter Dörwald
2003-03-31
5
-0/+18
*
- add the "download_url" field to the pre-2.2.3 metadata compatibility note
Fred Drake
2003-03-31
1
-26/+26
*
Fix typo.
Walter Dörwald
2003-03-31
1
-1/+1
*
SF patch #712367, get build working on AIX
Neal Norwitz
2003-03-31
3
-3/+17
*
Added a File->Generate OSA Suite command.
Jack Jansen
2003-03-31
1
-0/+5
*
Added 1-page introductions to creating GUIs in Python and the OSA
Jack Jansen
2003-03-31
3
-0/+108
*
Fix symbol in grammar; this should fix some hyperlinking in the HTML
Fred Drake
2003-03-31
1
-1/+1
*
Subclasses of ObjectSpecifier can now be packed and unpacked. This allows
Jack Jansen
2003-03-31
1
-3/+20
*
In TalkTo.send(), check that we have access to the window manager,
Jack Jansen
2003-03-31
1
-1/+13
[next]