| Commit message (Expand) | Author | Age | Files | Lines |
| * | Apply patch diff.txt from SF feature request | Walter Dörwald | 2002-04-22 | 6 | -78/+241 |
| * | Skip Montanaro's contribution (slightly mod'd by Barry) to provide a | Barry Warsaw | 2002-04-22 | 1 | -4/+54 |
| * | (py-execute-region): If the line at the beginning of the region is a | Barry Warsaw | 2002-04-22 | 1 | -6/+11 |
| * | (py-execute-region): If you ran this without having visited a | Barry Warsaw | 2002-04-22 | 1 | -45/+23 |
| * | Added Christopher Smith. | Jack Jansen | 2002-04-22 | 1 | -1/+2 |
| * | Fixes based on ideas from Christopher Smith: | Jack Jansen | 2002-04-22 | 1 | -5/+21 |
| * | Removed note on test_time failing. | Jack Jansen | 2002-04-22 | 1 | -3/+0 |
| * | Regenerated to include Internet Config error strings. | Jack Jansen | 2002-04-22 | 3 | -18/+144 |
| * | Added an optional file with MacErrors.h extensions: IC errors aren't in there. | Jack Jansen | 2002-04-22 | 2 | -0/+19 |
| * | Py_GETENV is used by obmalloc and needs Py_IgnoreEnvironmentFlag. Provide it. | Neil Schemenauer | 2002-04-22 | 1 | -0/+1 |
| * | pgen now needs pymalloc | Neil Schemenauer | 2002-04-22 | 1 | -0/+1 |
| * | Moving pymalloc along. | Tim Peters | 2002-04-22 | 3 | -32/+12 |
| * | tracking python idle changes: | Steven M. Gava | 2002-04-22 | 1 | -1/+1 |
| * | Update the Windows makefile for 2.3. | Tim Peters | 2002-04-22 | 1 | -3/+3 |
| * | tracking python idle changes: | Steven M. Gava | 2002-04-22 | 1 | -4/+12 |
| * | #546156, Remove load_false()/load_true(), they are not used | Neal Norwitz | 2002-04-21 | 1 | -14/+0 |
| * | Py_UniversalNewlineFread(): small speed boost on non-Windows boxes. | Tim Peters | 2002-04-21 | 1 | -3/+3 |
| * | PyUnicode_EncodeUTF8(): tightened the memory asserts a bit, and at least | Tim Peters | 2002-04-21 | 1 | -12/+20 |
| * | #544265, Remove warnings for passing const to free() | Neal Norwitz | 2002-04-21 | 1 | -1/+1 |
| * | Back out 2.140. | Martin v. Löwis | 2002-04-21 | 1 | -43/+55 |
| * | Enable universal newlines on Windows. Note that NEWS needs more words! | Tim Peters | 2002-04-21 | 3 | -1/+6 |
| * | Py_UniversalNewlineFread(): Many changes. | Tim Peters | 2002-04-21 | 2 | -42/+52 |
| * | Assorted code cleanups for readability. Greatly boosted the size of the | Tim Peters | 2002-04-21 | 1 | -26/+33 |
| * | Hack around the "2.1.6 Blank lines" bug in a way that the TOC still | Tim Peters | 2002-04-21 | 1 | -8/+10 |
| * | PyUnicode_EncodeUTF8: squash compiler wng. The difference of two | Tim Peters | 2002-04-21 | 1 | -4/+5 |
| * | Give the Help viewer a font-size button. This isn't documented by MS, | Tim Peters | 2002-04-21 | 1 | -1/+30 |
| * | Move "everything left one": the TOC now shows each doc directory as a | Tim Peters | 2002-04-20 | 1 | -9/+10 |
| * | Stopped all warnings from the HTML Help Compiler, by generating proper | Tim Peters | 2002-04-20 | 1 | -21/+34 |
| * | #546163, fix link problem on Solaris 8 for makedev when using mknod | Neal Norwitz | 2002-04-20 | 4 | -2/+9 |
| * | Patch #495401: Count number of required bytes for encoding UTF-8 before | Martin v. Löwis | 2002-04-20 | 1 | -54/+43 |
| * | Widespread: Used classes in a more natural way. Added convenience | Tim Peters | 2002-04-20 | 1 | -63/+76 |
| * | Forward port of patch # 500311: Work around for buggy https servers. | Martin v. Löwis | 2002-04-20 | 3 | -25/+75 |
| * | Add test for eval() w/ free variables. | Jeremy Hylton | 2002-04-20 | 2 | -0/+11 |
| * | Fix SF bug #505315: Make free and cell vars show up consistently in locals(). | Jeremy Hylton | 2002-04-20 | 1 | -6/+7 |
| * | Replaced the fiddly 5-tuples with a new Book convenience class, allowing | Tim Peters | 2002-04-20 | 1 | -65/+86 |
| * | Fixed a comment. | Tim Peters | 2002-04-20 | 1 | -1/+1 |
| * | All over: get rid of blanks before colons that open code blocks. | Tim Peters | 2002-04-20 | 1 | -45/+45 |
| * | do_project(): Modernized the code. | Tim Peters | 2002-04-20 | 1 | -9/+10 |
| * | Added "What's New" to the 2.2 doc set. | Tim Peters | 2002-04-20 | 1 | -0/+1 |
| * | Fix com_arglist() and update grammar fragment. | Jeremy Hylton | 2002-04-19 | 1 | -6/+3 |
| * | Patch #546194: Check constants individually. Fixes 534143 on OpenBSD. | Martin v. Löwis | 2002-04-19 | 1 | -2/+19 |
| * | Added a stop-list to reduce the size of the full text search index. Fred, | Tim Peters | 2002-04-19 | 1 | -3/+29 |
| * | project_template: use dict interpolation instead of giant tuples. | Tim Peters | 2002-04-19 | 1 | -14/+13 |
| * | + Changed TOC to folder-tree style. | Tim Peters | 2002-04-19 | 1 | -1/+2 |
| * | Generates inputs to the Microsoft Help Compiler, which creates compiled | Tim Peters | 2002-04-19 | 1 | -0/+362 |
| * | Get the right funny characters in Hernan's name. | Tim Peters | 2002-04-19 | 2 | -1/+2 |
| * | #546155, remove posix_int() it is not used | Neal Norwitz | 2002-04-19 | 1 | -16/+0 |
| * | Fix SF #544995 (zlib crash on second flush call) | Jeremy Hylton | 2002-04-19 | 2 | -0/+7 |
| * | Oops: we used PyMem_DEL() to clean up objects, and that's a problem since | Jack Jansen | 2002-04-19 | 1 | -1/+1 |
| * | Document the build process more precisely. Suggested by Hugh Sasse. | Martin v. Löwis | 2002-04-19 | 1 | -3/+15 |