summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* _PyGC_generation0 is now a pointerNeil Schemenauer2002-05-041-4/+4
* Move all data for a single generation into a structure. The set ofNeil Schemenauer2002-05-041-73/+97
* Patch #551093: Let cygwin default to --enable-shared.Martin v. Löwis2002-05-032-3/+13
* Integrated SF patch #539487 by Matthias Klose:Fred Drake2002-05-035-59/+958
* Boost the list of stop words, by merging in the little list JeremyTim Peters2002-05-021-7/+9
* Update the xrange object description to reflect the removal of deprecatedFred Drake2002-05-021-3/+3
* Added notes related to the removal of deprecated features of the xrange type.Fred Drake2002-05-021-0/+9
* Added note about using the documentation build tools under Cygwin.Fred Drake2002-05-022-0/+5
* Remove the warning about the Cygwin directions not working -- the latestFred Drake2002-05-021-6/+3
* Work around limitation of Cygwin Perl: To avoid a permission denial, we needFred Drake2002-05-021-1/+10
* 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