summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Indicate delayed initialization of slots. Suggested by tim.one.Martin v. Löwis2002-05-021-3/+5
* Patch #551008: DL_IMPORT PyBool_FromLong.Martin v. Löwis2002-05-021-1/+1
* PyObject_Realloc(): If a small block is shrinking, bite the expense ofTim Peters2002-05-021-5/+16
* Patch #551009: Initialize array type dynamically.Martin v. Löwis2002-05-021-3/+6
* Remove old deprecated features from the xrange object.Fred Drake2002-05-021-273/+40
* Remove all tests that rely on deprecated-in-2.2 features of xrange objects.Fred Drake2002-05-022-29/+0
* Many minor markup adjustments for consistency.Fred Drake2002-05-021-10/+10
* Remove extra period produced by previous change.Fred Drake2002-05-021-3/+3
* Patch 550804: Make os.environ.copy() return a copy.Martin v. Löwis2002-05-021-0/+4
* Added regression tests for xrange object attributes.Fred Drake2002-05-021-0/+23
* Fix attribute access for the xrange objects. The tp_getattr and tp_getattroFred Drake2002-05-021-31/+38
* Correct Moshe's e-mail addressAndrew M. Kuchling2002-05-021-8/+6
* Note that NameError's message also changed in 2.0Andrew M. Kuchling2002-05-021-8/+10
* Message for NameError has changedAndrew M. Kuchling2002-05-021-1/+1
* clarify message when raising TypeError to indicate that float() acceptsSkip Montanaro2002-05-021-1/+1
* Guard gettext and friends with HAVE_LIBINTL_H. Fixes #549907.Martin v. Löwis2002-05-021-1/+1
* Correct information on support for repietition & concatenation for bufferFred Drake2002-05-021-6/+8
* Buffer-object repitition and concatenation has worked all along; add a testFred Drake2002-05-021-0/+6
* Added some notes on setting up the documentation tools on Cygwin.Fred Drake2002-05-011-0/+40
* Added more style for major warnings.Fred Drake2002-05-011-0/+9
* Pickler_clear_memo(): convert to METH_NOARGS.Fred Drake2002-05-011-5/+2
* Add Pickler.clear_memo() so the pickle and cPickle modules are more similar.Fred Drake2002-05-013-4/+15
* list_documented_items(): Basic implementation.Fred Drake2002-05-011-4/+33
* Explain what os.read() returns at end of file.Fred Drake2002-05-011-1/+3
* Add missing right-parenthesis.Fred Drake2002-05-011-1/+1
* Watch out for older XEmacsen for which requiring info-look doesn'tBarry Warsaw2002-04-301-8/+11
* moved from Tools/scripts (was only at rev 1.1 - no changes yet - so I simplySkip Montanaro2002-04-301-0/+128
* moving into the Doc/tools directorySkip Montanaro2002-04-301-128/+0
* Add a note about when the "%r" formatting code was added.Fred Drake2002-04-301-0/+1
* add enumobject.c to build machineryAndrew MacIntyre2002-04-301-2/+3
* Fred's recent changes to support "-u all" resulted in subset resourceAndrew MacIntyre2002-04-301-1/+1
* add enumobject.c to build machineryAndrew MacIntyre2002-04-301-0/+4
* Added a missing "|" in the grammar productions used in the reference manualFred Drake2002-04-301-7/+9
* builtin_zip(): Take a good guess at how big the result list will be,Tim Peters2002-04-292-15/+70
* Typo: whcar_t should be wchar_t.Thomas Heller2002-04-291-4/+4
* Add some items, and remove a note to myselfAndrew M. Kuchling2002-04-291-7/+7
* Small markup adjustments for consistency.Fred Drake2002-04-291-2/+2
* See discussion at SF bug 547537.Guido van Rossum2002-04-291-1/+1
* Mostly in SequenceMatcher.{__chain_b, find_longest_match}:Tim Peters2002-04-293-34/+84
* Just added comments, and cleared some XXX questions, related to intTim Peters2002-04-281-3/+12
* _PyObject_DebugCheckAddress(): If the leading pad bytes are corrupt,Tim Peters2002-04-281-18/+25
* Moving pymalloc along.Tim Peters2002-04-282-112/+131
* _PyObject_GC_New: Could call PyObject_INIT with a NULL 1st argument.Tim Peters2002-04-281-2/+6
* Repair widespread misuse of _PyString_Resize. Since it's clear peopleTim Peters2002-04-2714-90/+54
* SF patch 549375: Compromise PyUnicode_EncodeUTF8Tim Peters2002-04-271-108/+70
* Teach the Windows build about the new enumobject.c file.Tim Peters2002-04-261-0/+15
* Slightly expand and clarify the differences between getegid(), getgid(),Fred Drake2002-04-261-6/+9
* Be more consistent, both internally and with recommended practice.Fred Drake2002-04-261-4/+2
* Documentation for the enumerate() function/type.Fred Drake2002-04-262-0/+55
* Clarify that the strip changes also apply to Unicode.Guido van Rossum2002-04-261-3/+3