summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* - New builtin function enumerate(x), from PEP 279. Example:Guido van Rossum2002-04-267-0/+281
* (py-comint-output-filter-function): Put the pop-to-buffer call insideBarry Warsaw2002-04-261-1/+1
* PyNumber_CoerceEx: this took a shortcut (not doing anything) when theGuido van Rossum2002-04-262-1/+8
* Clean up uses of some deprecated features.Fred Drake2002-04-263-17/+20
* If Py_OptimizeFlag is false then always evaluate assert conditions, don'tNeil Schemenauer2002-04-262-15/+11
* Make sure that tp_free frees the int the same way as tp_dealloc would.Guido van Rossum2002-04-261-0/+8
* Fix typo in the setup of interpreter-mode-alist.Barry Warsaw2002-04-251-1/+1
* SF patch #510288 by Kevin J. Butler, mod'd by Barry. This providesBarry Warsaw2002-04-251-7/+121
* Clean up the layout of the bool_as_number struct initializer.Guido van Rossum2002-04-251-38/+38
* (py-execute-region): Alexander Schmolck points out that leadingBarry Warsaw2002-04-251-0/+7
* Pass the full pathname to MSVC when compiling a debug version. ThisThomas Heller2002-04-251-0/+6
* Append the PC specific include 'PC' and library 'PCBuild' directoriesThomas Heller2002-04-251-1/+8
* Fix trivial typo.Thomas Heller2002-04-251-1/+1
* (py-comint-output-filter-function): Add a pop-to-buffer call so youBarry Warsaw2002-04-251-0/+1
* (py-shell-hook): A new hook variable, run at the end of py-shell.Barry Warsaw2002-04-251-0/+14
* Regenerated.Jack Jansen2002-04-241-4/+4
* Fix a small mistake and complete some function prototypes.Thomas Heller2002-04-241-4/+4
* Add more tests for abstract isinstance() and issubclass().Neil Schemenauer2002-04-241-4/+93
* test_resource has no chance of running on Windows.Tim Peters2002-04-231-0/+1
* test_mmap started breaking on Windows, only when run after test_bsddb.Tim Peters2002-04-231-1/+1
* Unit tests for the changes in abstract.c version 2.101. The debugBarry Warsaw2002-04-231-0/+144
* Regenerated.Jack Jansen2002-04-2320-47/+47
* abstract_get_bases(): Clarify exactly what the return values andBarry Warsaw2002-04-231-9/+46
* Converted to use re in stead of regex and regsub (finally:-).Jack Jansen2002-04-231-54/+65
* Rewrote the PyUnit description so that it now recommends to useBarry Warsaw2002-04-231-6/+16
* Add text about circular references caused by storing frames in localFred Drake2002-04-231-0/+16
* Second part of fix for #493826: regenerated suite modules so errn exists but ...Jack Jansen2002-04-2333-1012/+687
* First part of fix for #493826: if 'errn' key exists in return value this does...Jack Jansen2002-04-231-1/+1
* Ignore SIGXFSZ.Jeremy Hylton2002-04-231-0/+3
* Add tests for the recent resource module change.Jeremy Hylton2002-04-232-0/+50
* Check for overflow errors in setrlimit(),Jeremy Hylton2002-04-231-1/+10
* Minor change to an index entry.Fred Drake2002-04-231-1/+1
* Clarify return value of PyLong_AsLongLong().Jeremy Hylton2002-04-231-1/+1
* Backport of 1.6.4.2.2.3 from release22-maint branch.Jack Jansen2002-04-231-0/+0