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