summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated URL.Jack Jansen2002-04-231-1/+1
* Backport of select parts of release22-maint (up to 1.38.4.2.2.3).Jack Jansen2002-04-231-61/+21
* Whitespace normalization. Unka Timmy would be proud.Barry Warsaw2002-04-232-57/+57
* Clarify the return value of PyObject_IsInstance().Fred Drake2002-04-231-8/+9
* WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New.Fred Drake2002-04-232-17/+113
* SF patch 546244 by John Williams: add Text.dump() method.Guido van Rossum2002-04-233-1/+41
* Add warning about the HP PA-RISC 2.0 C compiler's optimizer.Guido van Rossum2002-04-231-0/+5
* There was a non-ascii character in the source. Replaced by a hex escape.Jack Jansen2002-04-231-1/+1
* whitespace fixup. test__all__ and test_sundry were failingAnthony Baxter2002-04-231-1/+1
* don't fail if the audio device is busy, just skip.Anthony Baxter2002-04-231-1/+1
* SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL)Anthony Baxter2002-04-234-25/+42
* Merge in Skip's last few updates w.r.t. py-help-at-point:Barry Warsaw2002-04-221-2/+6
* Some contributions and ideas by Alexander Schmolck: add a keybindingBarry Warsaw2002-04-221-9/+52
* unicode_memchr(): Squashed gratuitous int-vs-size_t mismatch (whichTim Peters2002-04-221-3/+3
* SF bug 546078: IDLE calltips cause application error.Tim Peters2002-04-221-0/+6
* Apply patch diff.txt from SF feature requestWalter Dörwald2002-04-226-78/+241
* Skip Montanaro's contribution (slightly mod'd by Barry) to provide aBarry Warsaw2002-04-221-4/+54
* (py-execute-region): If the line at the beginning of the region is aBarry Warsaw2002-04-221-6/+11