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
*
_PyGC_generation0 is now a pointer
Neil Schemenauer
2002-05-04
1
-4/+4
*
Move all data for a single generation into a structure. The set of
Neil Schemenauer
2002-05-04
1
-73/+97
*
Patch #551093: Let cygwin default to --enable-shared.
Martin v. Löwis
2002-05-03
2
-3/+13
*
Integrated SF patch #539487 by Matthias Klose:
Fred Drake
2002-05-03
5
-59/+958
*
Boost the list of stop words, by merging in the little list Jeremy
Tim Peters
2002-05-02
1
-7/+9
*
Update the xrange object description to reflect the removal of deprecated
Fred Drake
2002-05-02
1
-3/+3
*
Added notes related to the removal of deprecated features of the xrange type.
Fred Drake
2002-05-02
1
-0/+9
*
Added note about using the documentation build tools under Cygwin.
Fred Drake
2002-05-02
2
-0/+5
*
Remove the warning about the Cygwin directions not working -- the latest
Fred Drake
2002-05-02
1
-6/+3
*
Work around limitation of Cygwin Perl: To avoid a permission denial, we need
Fred Drake
2002-05-02
1
-1/+10
*
Indicate delayed initialization of slots. Suggested by tim.one.
Martin v. Löwis
2002-05-02
1
-3/+5
*
Patch #551008: DL_IMPORT PyBool_FromLong.
Martin v. Löwis
2002-05-02
1
-1/+1
*
PyObject_Realloc(): If a small block is shrinking, bite the expense of
Tim Peters
2002-05-02
1
-5/+16
*
Patch #551009: Initialize array type dynamically.
Martin v. Löwis
2002-05-02
1
-3/+6
*
Remove old deprecated features from the xrange object.
Fred Drake
2002-05-02
1
-273/+40
*
Remove all tests that rely on deprecated-in-2.2 features of xrange objects.
Fred Drake
2002-05-02
2
-29/+0
*
Many minor markup adjustments for consistency.
Fred Drake
2002-05-02
1
-10/+10
*
Remove extra period produced by previous change.
Fred Drake
2002-05-02
1
-3/+3
*
Patch 550804: Make os.environ.copy() return a copy.
Martin v. Löwis
2002-05-02
1
-0/+4
*
Added regression tests for xrange object attributes.
Fred Drake
2002-05-02
1
-0/+23
*
Fix attribute access for the xrange objects. The tp_getattr and tp_getattro
Fred Drake
2002-05-02
1
-31/+38
*
Correct Moshe's e-mail address
Andrew M. Kuchling
2002-05-02
1
-8/+6
*
Note that NameError's message also changed in 2.0
Andrew M. Kuchling
2002-05-02
1
-8/+10
*
Message for NameError has changed
Andrew M. Kuchling
2002-05-02
1
-1/+1
*
clarify message when raising TypeError to indicate that float() accepts
Skip Montanaro
2002-05-02
1
-1/+1
*
Guard gettext and friends with HAVE_LIBINTL_H. Fixes #549907.
Martin v. Löwis
2002-05-02
1
-1/+1
*
Correct information on support for repietition & concatenation for buffer
Fred Drake
2002-05-02
1
-6/+8
*
Buffer-object repitition and concatenation has worked all along; add a test
Fred Drake
2002-05-02
1
-0/+6
*
Added some notes on setting up the documentation tools on Cygwin.
Fred Drake
2002-05-01
1
-0/+40
*
Added more style for major warnings.
Fred Drake
2002-05-01
1
-0/+9
*
Pickler_clear_memo(): convert to METH_NOARGS.
Fred Drake
2002-05-01
1
-5/+2
*
Add Pickler.clear_memo() so the pickle and cPickle modules are more similar.
Fred Drake
2002-05-01
3
-4/+15
*
list_documented_items(): Basic implementation.
Fred Drake
2002-05-01
1
-4/+33
*
Explain what os.read() returns at end of file.
Fred Drake
2002-05-01
1
-1/+3
*
Add missing right-parenthesis.
Fred Drake
2002-05-01
1
-1/+1
*
Watch out for older XEmacsen for which requiring info-look doesn't
Barry Warsaw
2002-04-30
1
-8/+11
*
moved from Tools/scripts (was only at rev 1.1 - no changes yet - so I simply
Skip Montanaro
2002-04-30
1
-0/+128
*
moving into the Doc/tools directory
Skip Montanaro
2002-04-30
1
-128/+0
*
Add a note about when the "%r" formatting code was added.
Fred Drake
2002-04-30
1
-0/+1
*
add enumobject.c to build machinery
Andrew MacIntyre
2002-04-30
1
-2/+3
*
Fred's recent changes to support "-u all" resulted in subset resource
Andrew MacIntyre
2002-04-30
1
-1/+1
*
add enumobject.c to build machinery
Andrew MacIntyre
2002-04-30
1
-0/+4
*
Added a missing "|" in the grammar productions used in the reference manual
Fred Drake
2002-04-30
1
-7/+9
*
builtin_zip(): Take a good guess at how big the result list will be,
Tim Peters
2002-04-29
2
-15/+70
*
Typo: whcar_t should be wchar_t.
Thomas Heller
2002-04-29
1
-4/+4
*
Add some items, and remove a note to myself
Andrew M. Kuchling
2002-04-29
1
-7/+7
*
Small markup adjustments for consistency.
Fred Drake
2002-04-29
1
-2/+2
*
See discussion at SF bug 547537.
Guido van Rossum
2002-04-29
1
-1/+1
*
Mostly in SequenceMatcher.{__chain_b, find_longest_match}:
Tim Peters
2002-04-29
3
-34/+84
*
Just added comments, and cleared some XXX questions, related to int
Tim Peters
2002-04-28
1
-3/+12
[next]