| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | _PyObject_DebugCheckAddress(): If the leading pad bytes are corrupt, | Tim Peters | 2002-04-28 | 1 | -18/+25 |
|
|
* | Moving pymalloc along. | Tim Peters | 2002-04-28 | 2 | -112/+131 |
|
|
* | _PyObject_GC_New: Could call PyObject_INIT with a NULL 1st argument. | Tim Peters | 2002-04-28 | 1 | -2/+6 |
|
|
* | Repair widespread misuse of _PyString_Resize. Since it's clear people | Tim Peters | 2002-04-27 | 14 | -90/+54 |
|
|
* | SF patch 549375: Compromise PyUnicode_EncodeUTF8 | Tim Peters | 2002-04-27 | 1 | -108/+70 |
|
|
* | Teach the Windows build about the new enumobject.c file. | Tim Peters | 2002-04-26 | 1 | -0/+15 |
|
|
* | Slightly expand and clarify the differences between getegid(), getgid(), | Fred Drake | 2002-04-26 | 1 | -6/+9 |
|
|
* | Be more consistent, both internally and with recommended practice. | Fred Drake | 2002-04-26 | 1 | -4/+2 |
|
|
* | Documentation for the enumerate() function/type. | Fred Drake | 2002-04-26 | 2 | -0/+55 |
|
|
* | Clarify that the strip changes also apply to Unicode. | Guido van Rossum | 2002-04-26 | 1 | -3/+3 |
|
|