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
*
Detabbed.
Jack Jansen
2003-04-09
23
-7956/+7970
*
Remove the --verify option in favor of the standard -n/--dry-run option
Andrew M. Kuchling
2003-04-09
1
-4/+1
*
Lots of small markup adjustments.
Fred Drake
2003-04-09
2
-113/+118
*
Add dependency information for the hotshot package docs.
Fred Drake
2003-04-09
1
-0/+1
*
extra punctuation removed
Anthony Baxter
2003-04-09
1
-1/+1
*
Add dependency information for the timeit module docs.
Fred Drake
2003-04-09
1
-0/+1
*
+ libtimeit
Skip Montanaro
2003-04-09
1
-0/+1
*
doc for timeit module/script - mostly just a recast of Tim's docstring
Skip Montanaro
2003-04-09
1
-0/+184
*
Make staticmethods and classmethods participate in GC.
Jeremy Hylton
2003-04-08
1
-8/+45
*
tentative fix for #712322: modification time stamp checking failed
Just van Rossum
2003-04-08
1
-1/+1
*
install timeit.py as a command line script
Skip Montanaro
2003-04-08
1
-0/+1
*
add a #! line for unix weenies
Skip Montanaro
2003-04-08
1
-0/+2
*
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
[next]