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
*
Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols.
Tim Peters
2002-03-29
6
-102/+19
*
Call PyObject_GC_UnTrack before putting an object on the list of trash.
Neil Schemenauer
2002-03-29
1
-2/+2
*
If the GC is enabled then don't use the ob_type pointer to create a list
Neil Schemenauer
2002-03-29
1
-1/+12
*
Make _PyObject_GC_UnTrack do nothing if WITH_CYCLE_GC is not defined.
Neil Schemenauer
2002-03-29
1
-0/+2
*
News for SF #535905.
Guido van Rossum
2002-03-29
1
-0/+6
*
Mark a couple of types that had not been marked.
Fred Drake
2002-03-28
1
-5/+5
*
Added comments for more entries of the type structure in the example
Fred Drake
2002-03-28
1
-19/+19
*
The new files included by \verbatiminput in newtypes.tex.
Fred Drake
2002-03-28
2
-0/+134
*
Move some of the longer example code to external fragments, and
Fred Drake
2002-03-28
1
-148/+31
*
Fix getcomments() so that it doesn't fail with TypeErrors.
Jeremy Hylton
2002-03-28
1
-3/+8
*
Added index entries.
Fred Drake
2002-03-28
1
-0/+4
*
Extend \verbatiminput so that the typeset version provides the same appearance
Fred Drake
2002-03-28
1
-0/+14
*
new script - helps track down symbols exported by modules but not
Skip Montanaro
2002-03-28
1
-0/+128
*
test_trashcan: reword obscure code.
Tim Peters
2002-03-28
1
-1/+1
*
New test_traschcan() test in test_gc, which reliably provokes segfaults
Tim Peters
2002-03-28
1
-0/+29
*
Minor wording change.
Fred Drake
2002-03-28
1
-1/+1
*
Add _Py_AS_GC macro. It will be used by the trashcan code on object.c.
Neil Schemenauer
2002-03-28
1
-2/+4
*
Add missing "void" to function.
Neil Schemenauer
2002-03-28
1
-1/+1
*
Add type cast.
Neil Schemenauer
2002-03-28
1
-1/+2
*
add comment reminding people about class hierarchy in Doc/lib/libexcs.tex
Skip Montanaro
2002-03-28
1
-0/+5
*
add exception class hierarchy. This should probably be done differently,
Skip Montanaro
2002-03-28
1
-0/+44
*
This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction).
Guido van Rossum
2002-03-28
5
-5/+7
*
Allow a page break in a code longish example.
Fred Drake
2002-03-28
1
-1/+3
*
Fix an issue that was reported in but unrelated to the main problem of
Guido van Rossum
2002-03-28
1
-2/+10
*
Add documentation on the hasfree data object.
Fred Drake
2002-03-28
1
-0/+4
*
Reindent.
Martin v. Löwis
2002-03-28
1
-551/+550
*
Add a simple test of the METH_CLASS and METH_STATIC flags for type methods.
Fred Drake
2002-03-28
2
-0/+58
*
Patch #536117: Typo in turtle.py.
Martin v. Löwis
2002-03-28
1
-1/+1
*
Minor consistency adjustments.
Fred Drake
2002-03-28
1
-11/+12
*
PYMALLOC_DEBUG routines: The "check API family" gimmick was going nowhere
Tim Peters
2002-03-28
2
-68/+40
*
Introduce two new flag bits that can be set in a PyMethodDef method
Fred Drake
2002-03-28
5
-6/+74
*
Ignore new output directory.
Fred Drake
2002-03-27
1
-0/+1
*
Expose C library's gettext. Fixes #516412.
Martin v. Löwis
2002-03-27
6
-342/+448
*
Destroy and unlink deleted NoteBook panes. Fixes #516703.
Martin v. Löwis
2002-03-27
1
-1/+2
*
add seealso referring to site module doc where people can learn how to
Skip Montanaro
2002-03-27
1
-0/+6
*
Ignore widgets with unknown names in winfo_children. Fixes #518283.
Martin v. Löwis
2002-03-27
1
-3/+11
*
Remove weakref free list. This has the side effect of fixing a memory
Neil Schemenauer
2002-03-27
1
-26/+11
*
fix a typo in PyErr_Format table and add row for 'p' format char
Skip Montanaro
2002-03-27
1
-1/+2
*
Change sys_exit to use METH_VARARGS.
Neal Norwitz
2002-03-27
2
-2/+8
*
Don't imply XPG4 constants from CODESET presence. Fixes #534153.
Martin v. Löwis
2002-03-27
1
-1/+4
*
further work on new config system;
Steven M. Gava
2002-03-27
3
-8/+79
*
Fill in this document a bit, adding reminders of items that should be included
Andrew M. Kuchling
2002-03-27
1
-5/+99
*
further work on new config system;
Steven M. Gava
2002-03-27
5
-26/+56
*
_finally_ tracked down and eliminated a major problem
Steven M. Gava
2002-03-27
1
-4/+7
*
Add the "What's New" document to the index of HTML documents.
Fred Drake
2002-03-26
2
-11/+30
*
Implement iterator protocol.
Neil Schemenauer
2002-03-26
1
-4/+13
*
__init__(): We'll try to be more RFC 2821 compliant by providing for a
Barry Warsaw
2002-03-26
1
-2/+11
*
The <link> to the stylesheet should include the type attribute.
Fred Drake
2002-03-26
1
-1/+1
*
Wire up the makefile to more fully support the "What's New" documents.
Fred Drake
2002-03-26
1
-2/+14
*
Wire in the "What's New" document.
Fred Drake
2002-03-26
1
-4/+21
[next]