summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* (py-execute-region): If you ran this without having visited aBarry Warsaw2002-04-221-45/+23
* Added Christopher Smith.Jack Jansen2002-04-221-1/+2
* Fixes based on ideas from Christopher Smith:Jack Jansen2002-04-221-5/+21
* Removed note on test_time failing.Jack Jansen2002-04-221-3/+0
* Regenerated to include Internet Config error strings.Jack Jansen2002-04-223-18/+144
* Added an optional file with MacErrors.h extensions: IC errors aren't in there.Jack Jansen2002-04-222-0/+19
* Py_GETENV is used by obmalloc and needs Py_IgnoreEnvironmentFlag. Provide it.Neil Schemenauer2002-04-221-0/+1
* pgen now needs pymallocNeil Schemenauer2002-04-221-0/+1
* Moving pymalloc along.Tim Peters2002-04-223-32/+12
* tracking python idle changes:Steven M. Gava2002-04-221-1/+1
* Update the Windows makefile for 2.3.Tim Peters2002-04-221-3/+3
* tracking python idle changes:Steven M. Gava2002-04-221-4/+12
* #546156, Remove load_false()/load_true(), they are not usedNeal Norwitz2002-04-211-14/+0
* Py_UniversalNewlineFread(): small speed boost on non-Windows boxes.Tim Peters2002-04-211-3/+3
* PyUnicode_EncodeUTF8(): tightened the memory asserts a bit, and at leastTim Peters2002-04-211-12/+20
* #544265, Remove warnings for passing const to free()Neal Norwitz2002-04-211-1/+1
* Back out 2.140.Martin v. Löwis2002-04-211-43/+55
* Enable universal newlines on Windows. Note that NEWS needs more words!Tim Peters2002-04-213-1/+6
* Py_UniversalNewlineFread(): Many changes.Tim Peters2002-04-212-42/+52
* Assorted code cleanups for readability. Greatly boosted the size of theTim Peters2002-04-211-26/+33
* Hack around the "2.1.6 Blank lines" bug in a way that the TOC stillTim Peters2002-04-211-8/+10
* PyUnicode_EncodeUTF8: squash compiler wng. The difference of twoTim Peters2002-04-211-4/+5
* Give the Help viewer a font-size button. This isn't documented by MS,Tim Peters2002-04-211-1/+30
* Move "everything left one": the TOC now shows each doc directory as aTim Peters2002-04-201-9/+10
* Stopped all warnings from the HTML Help Compiler, by generating properTim Peters2002-04-201-21/+34
* #546163, fix link problem on Solaris 8 for makedev when using mknodNeal Norwitz2002-04-204-2/+9
* Patch #495401: Count number of required bytes for encoding UTF-8 beforeMartin v. Löwis2002-04-201-54/+43
* Widespread: Used classes in a more natural way. Added convenienceTim Peters2002-04-201-63/+76
* Forward port of patch # 500311: Work around for buggy https servers.Martin v. Löwis2002-04-203-25/+75
* Add test for eval() w/ free variables.Jeremy Hylton2002-04-202-0/+11
* Fix SF bug #505315: Make free and cell vars show up consistently in locals().Jeremy Hylton2002-04-201-6/+7
* Replaced the fiddly 5-tuples with a new Book convenience class, allowingTim Peters2002-04-201-65/+86
* Fixed a comment.Tim Peters2002-04-201-1/+1