- ed24cd2 DialogWindows now have a self.dlg in addition to self.wid. by Jack Jansen · 24 years ago
- 3ff82a3 The new touched() was far too expensive. Re-enabled the old one, the ae-based one is available as touched_ae(). Have to read up on the subject of telling the finder about changes. by Jack Jansen · 24 years ago
- 3112bc1 Also create alias to PythonCoreCarbon. Got rid of lots of 68k stuff. by Jack Jansen · 24 years ago
- 26ce8fb Started on the 2.1a2 installer. by Jack Jansen · 24 years ago
- cc1f951 Test section name using some strange characters, including a backslash by Fred Drake · 24 years ago
- d4df94b Be much more permissive in what we accept in section names; there has been by Fred Drake · 24 years ago
- d807570 Re-add DOS line-endings and mark the files binary. by Thomas Wouters · 24 years ago
- f9bb496 Miranda newlines: if anything at all was written to stdout, supply a by Tim Peters · 24 years ago
- 7530208 Feeble attempt to repair obsolete info about hex escapes. by Tim Peters · 24 years ago
- 162c6a6 Reflect change in traceback format: "innermost last" --> "most recent call last" by Fred Drake · 24 years ago
- 15ad28c Finished the section on weak references by Andrew M. Kuchling · 24 years ago
- e7d7e6c Fix two typos by Andrew M. Kuchling · 24 years ago
- 60e23f4 Change doctest exception example to one whose detail hasn't changed since 1.5.2. by Tim Peters · 24 years ago
- 0eea166 Adapted unweave to Matthias' fixes. It's still off-by-one-space in some cases. by Jack Jansen · 24 years ago
- 5401996 Update to properly explain that the default Unicode encoding is ASCII, &c. by Ka-Ping Yee · 24 years ago
- ea4f931 Teach doctest about newer "(most recent call last)" traceback spelling. by Tim Peters · 24 years ago
- 467d723 Added a comment explaining why this file must really have #! by Guido van Rossum · 24 years ago
- 5c4d5bf Related to SF bug 132008 (PyList_Reverse blows up). by Tim Peters · 24 years ago
- b86c549 Fix core dump whenever PyList_Reverse() was called. by Guido van Rossum · 24 years ago
- 5bba231 The bulk of the credit for these changes goes to Bastian Kleineidam by Skip Montanaro · 24 years ago
- 498cb15 Jon Nelson <jnelson@users.sourceforge.net>: by Fred Drake · 24 years ago
- a05460c PyTuple_*() functions take PyObject* parameters, not PyTupleObject* values. by Fred Drake · 24 years ago
- 95b96d3 Added options that use square brackets in their names; this ensures that by Fred Drake · 24 years ago
- d83bbbf Allow square brackets in the option names; this makes it possible to use by Fred Drake · 24 years ago
- c17b3cf Richard Fish <rfish@users.sourceforge.net>: by Fred Drake · 24 years ago
- 26d813e Got rid of full pathnames in "generated from" comments, so that these files are the same no mater which machine they've been generated on. by Jack Jansen · 24 years ago
- e38d481 Add a "description" meta tag that includes a version number. by Fred Drake · 24 years ago
- d7f393e In symtable_update_free_vars() do not modify the dictionary while by Jeremy Hylton · 24 years ago
- b258bed Jon Nelson <jnelson@users.sourceforge.net>: by Fred Drake · 24 years ago
- 90f22fe Brought in line with current config.h.in. by Jack Jansen · 24 years ago
- 883a19e Not sure what changed, probably an artefact of the new modules and/or new gusi. by Jack Jansen · 24 years ago
- 9826fe5 The interpreters built are now called PythonInterpreterClassic and PythonInterpreterCarbon. The fullbuild script takes care of copying either of these to PythonInterpreter. by Jack Jansen · 24 years ago
- 6e27118 Added modules _testcapi, _weakref, _symtable. by Jack Jansen · 24 years ago
- 5288c47 Added buttons for building interpreter, carbon standalone. by Jack Jansen · 24 years ago
- bfae196 This change makes imputil more closely emulate the standard import by Thomas Heller · 24 years ago
- 76c066b test_pty started failing on Windows, but if and only if test___all__ was by Tim Peters · 24 years ago
- c62c81e __all__ for several more modules by Skip Montanaro · 24 years ago
- 81b6ae7 Create separate section for changes to the standard library by Andrew M. Kuchling · 24 years ago
- 3e87656 Ugly fix for SF bug 131239 (-x flag busted). by Tim Peters · 24 years ago
- 497314e Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this. by Jack Jansen · 24 years ago
- 3f49e4d Oops, repr didn't allocate the memory it used... by Jack Jansen · 24 years ago
- 8a38714 Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this. by Jack Jansen · 24 years ago
- 6a9aec4 Change Windows test to do a complete job of removing .pyc/.pyo files by Tim Peters · 24 years ago
- d2c1abe Update for install-sh (SF #103717). by Neil Schemenauer · 24 years ago
- 8d3274e Specify directory permissions properly. Closes SF patch #103717. by Neil Schemenauer · 24 years ago
- c62e0ef Update install-sh using version from automake 1.4. Closes patch #103657 by Neil Schemenauer · 24 years ago
- ef0a032 Patch by Finn Bock to make test_unicode.py work for Jython. by Marc-André Lemburg · 24 years ago
- 9ae2148 Moved SequenceMatcher from ndiff into new std library module difflib.py. by Tim Peters · 24 years ago
- 6db54c6 Add std test for doctest. by Tim Peters · 24 years ago
- ecb6fb9 Bump __version__ tuple. by Tim Peters · 24 years ago
- 6e025bc String method cleanup. by Eric S. Raymond · 24 years ago
- c8c6aa2 String method cleanup. by Eric S. Raymond · 24 years ago
- cafd495 In O_writelines: Replace use of string.joinfields with "".join. by Jeremy Hylton · 24 years ago
- 6f8ee59 SF bug #131560: pdb imports 'repr', causing name collision by Tim Peters · 24 years ago
- 8af6b83 When calling a PyCFunction that has METH_KEYWORDS defined, don't by Jeremy Hylton · 24 years ago
- c898f2c Teach Windows build about new symtable.c. by Tim Peters · 24 years ago
- 11db72a update to use new symtable interface by Jeremy Hylton · 24 years ago
- 97a0167 update test cases for recent compiler changes: exec/import * in nested by Jeremy Hylton · 24 years ago
- 6492bf7 SF patch 103589: Fix handling of cell vars that are either * or ** parameters. by Jeremy Hylton · 24 years ago
- cb17ae8 Relax the rules for using 'from ... import *' and exec in the presence by Jeremy Hylton · 24 years ago
- 670fa52 Whitespace normalization. by Tim Peters · 24 years ago
- 6b6b39e Nuke accurate but confusing and unhelpful comments about split vs splitfields. by Tim Peters · 24 years ago
- 10fb386 Whitespace normalization. by Tim Peters · 24 years ago
- 658cba6 Whitespace normalization. by Tim Peters · 24 years ago
- 3c61c35 This modified version of a patch by Thomas Heller allows __import__ by Marc-André Lemburg · 24 years ago
- dbbbaf2 joinfields -> join. by Eric S. Raymond · 24 years ago
- e37340e String method conversion. by Eric S. Raymond · 24 years ago
- dcd3a87 String method conversion. by Eric S. Raymond · 24 years ago
- 62f1a23 Fixed syntax error. by Sjoerd Mullender · 24 years ago
- 13b3ba4 splitfields -> split by Eric S. Raymond · 24 years ago
- add58f9 Added prototype for DlgObj_WhichDialog() by Jack Jansen · 24 years ago
- 7e31f68 Replaced touched(), which no longer seems to work under os9, with something using an appleevent to the finder. More expensive, but at least it works:-) by Jack Jansen · 24 years ago
- 34f83b3 Added a few constants. by Jack Jansen · 24 years ago
- 784c611 Dialogs and there windows were still confused in some spots. Fixed. by Jack Jansen · 24 years ago
- def0d8d Get rid of from ... import * by Jack Jansen · 24 years ago
- cd90c20 Reindent a function that was somehow indented by 7 spaces. Also did a by Guido van Rossum · 24 years ago
- 85d6edf Remove silly EMPTYSTRING global. Saves a global lookup. by Marc-André Lemburg · 24 years ago
- b3acd3e String method conversion. by Eric S. Raymond · 24 years ago
- 7e642e8 Eliminate use of string.whitespace and a string import with it. by Eric S. Raymond · 24 years ago
- 83ff749 String method conversion. by Eric S. Raymond · 24 years ago
- 2846b0a String method conversion. by Eric S. Raymond · 24 years ago
- fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
- d8c628b String method conversion. by Eric S. Raymond · 24 years ago
- 8b3cf58 String method conversion. by Eric S. Raymond · 24 years ago
- b08b2d3 String method conversion. by Eric S. Raymond · 24 years ago
- be9b507 String method conversion. by Eric S. Raymond · 24 years ago
- be18552 String method conversion. by Eric S. Raymond · 24 years ago
- c9838f9 Test with an actual mbox caught a trivial error. by Eric S. Raymond · 24 years ago
- 304b6a3 Correction after translation test. by Eric S. Raymond · 24 years ago
- 0c03cc2 String method conversion. by Eric S. Raymond · 24 years ago
- bf97c9d String method conversion. by Eric S. Raymond · 24 years ago
- 8d87603 Aha. We can remove he string import after all by using ValueError. by Eric S. Raymond · 24 years ago
- 18af564 Use ValueError instead of string.atoi.error, since we've switched to int(). by Eric S. Raymond · 24 years ago
- 19e6d62 String method conversion. by Eric S. Raymond · 24 years ago
- c95bf69 String method conversion. by Eric S. Raymond · 24 years ago
- 7e9b4f5 String method conversion. by Eric S. Raymond · 24 years ago
- 9f8cdf5 Patches for AIX. Checked by Benjamin Collar. by Marc-André Lemburg · 24 years ago
- db5ebc7 String method conversion. by Eric S. Raymond · 24 years ago
- 51cc3bc String method conversion. Added a trivial main to test it with. by Eric S. Raymond · 24 years ago
- ec3bbde String method conversion. by Eric S. Raymond · 24 years ago