- f980301 Finish my log of the final merge process. Mark the merge task complete. by Tim Peters · 23 years ago
- 8dd6ffd User-defined methods *can* contain things other than user-defined functions by Fred Drake · 23 years ago
- 51629c2 Add a caveat about boundary conditions and RE concatenation, so that the by Fred Drake · 23 years ago
- c916cdc Miscellaneous minor cleanups. by Fred Drake · 23 years ago
- f90490e Move away from apply() to using extended call syntax for some example by Fred Drake · 23 years ago
- d342c62 This test failed under python -O. by Tim Peters · 23 years ago
- 044bb4d Explain that __init__() methods do not get to return values. by Fred Drake · 23 years ago
- 2b8d7bd Fix SF #442791 (revisited): No __delitem__ wrapper was defined. by Guido van Rossum · 23 years ago
- 388f37e Add anentry for the distutils.sysconfig module docs. by Fred Drake · 23 years ago
- ab70b38 Update some incorrect comments about the bdist commands that exist. by Fred Drake · 23 years ago
- 25376c4 Documentation for the distutils.sysconfig module. by Fred Drake · 23 years ago
- 394a47b Unit test for improved package import semantics. by Guido van Rossum · 23 years ago
- 02d893c Patch #444359: Remove unused imports. by Martin v. Löwis · 23 years ago
- d429ab6 Take MANDIR and INCLUDEDIR from configure. Fixes bug #446671. by Martin v. Löwis · 23 years ago
- 5962cbf Fix the test_weakref.py failure. Introduced by resolving "a conflict" by Tim Peters · 23 years ago
- 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
- 52d55a3 Cleaned up the docstring for readline.set_completer(). by Fred Drake · 23 years ago
- 905dc55 Cleaned up the description of readline.set_completer(). by Fred Drake · 23 years ago
- 722d78f s/endswith/startswith/ by Tim Peters · 23 years ago
- 66e1a25 Rewritten version of Finn Bock's SF patch #446907 (Allow jython to by Tim Peters · 23 years ago
- a7f6de7 Just changes to comments. by Tim Peters · 23 years ago
- 6051557 Repair more ways in which the "backup files" dialog differed from all the by Tim Peters · 23 years ago
- b363c1f Turn an octal constant into a hex constant. by Guido van Rossum · 23 years ago
- 236ddd6 Added more names. by Fred Drake · 23 years ago
- 20c9491 Minor re-wording in the exaplantion of sequence comparisons. by Fred Drake · 23 years ago
- e74f8de Added an example of a string value for the replacement parameter to by Fred Drake · 23 years ago
- 630a63c Fix description of buffer_info(), and add a note that there is a better way... by Fred Drake · 23 years ago
- 5a99e0c We always wrote a pair of lines to the Wise install.log telling it to by Tim Peters · 23 years ago
- b8b3291 Hmm. The Backup/Replace dialog also had back/next buttons three pixels by Tim Peters · 23 years ago
- bbeb69e Aha! Finally figured out something else that's been driving me nuts: by Tim Peters · 23 years ago
- 4951a98 The "Select Destination Directory" dialog didn't ask for confirmation by Tim Peters · 23 years ago
- 1f7862e Remove useless Back button from Finished dialog. by Tim Peters · 23 years ago
- aa6111f Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c. by Tim Peters · 23 years ago
- 03d1b18 Enable PyOS_snprintf() et al. during alpha phase of 2.2.0 and by Marc-André Lemburg · 23 years ago
- 7770767 Move C-level changes into a section of their own by Andrew M. Kuchling · 23 years ago
- d627791 Moved the news items about C API topics down to the C API section. by Marc-André Lemburg · 23 years ago
- 48dbfe9 Add news item about Unicode API name mangling. by Marc-André Lemburg · 23 years ago
- b5ac6f6 As discussed on python-dev: this patch adds name mangling to by Marc-André Lemburg · 23 years ago
- 888fac0 Add news items. by Marc-André Lemburg · 23 years ago
- cecd9e0 va_list is defined in stdarg.h. by Marc-André Lemburg · 23 years ago
- e5006eb This patch turns the Python API mismatch notice into a standard by Marc-André Lemburg · 23 years ago
- b9d07b5 A more lightweight (and read only) way to view help text by Steven M. Gava · 23 years ago
- d721c48 indentation style changed to match existing source by Steven M. Gava · 23 years ago
- 885c0bb improve viewfile handling indentation style changed to match existing source by Steven M. Gava · 23 years ago
- 6cd441d Add dead imports of modules that are "magically" imported. by Martin v. Löwis · 23 years ago
- bbe500e Remove obsolete entries from regen scripts. by Martin v. Löwis · 23 years ago
- 2ad2569 Initialize msg to avoid unbound locals. by Martin v. Löwis · 23 years ago
- 7d9ed72 activate new about dialog for testing by Steven M. Gava · 23 years ago
- 646c65c removed redundant separate idlfefork ver by Steven M. Gava · 23 years ago
- 44d3d1a some new dialogs and support files for new about and configuration implementations by Steven M. Gava · 23 years ago
- 0fbca4a New name. by Guido van Rossum · 23 years ago
- 3fc9582 Amazing. This would open the sound file in text mode. Fixed. SF bug #446219. by Guido van Rossum · 23 years ago
- ce5f13a I hope this irons out the Add/Remove kinks on Win2K for users w/o Admin by Tim Peters · 23 years ago
- f4ccf58 Rewrite MBCS paragraph following MH's suggestions, and credit him by Andrew M. Kuchling · 23 years ago
- 85a5bae Remove oodles of pointless file date and size stamps. I caught the Wise by Tim Peters · 23 years ago
- 108efac test_codeup should not have had an expected-output file; removing it. by Tim Peters · 23 years ago
- 96e1d2f Massive fiddling to get the install to work at all on a Win2K box under a by Tim Peters · 23 years ago
- b7a7731 Add tests for getattr() and hasattr() with non-string args by Jeremy Hylton · 23 years ago
- 302b54a Do for hasattr() what was done for getattr() by Jeremy Hylton · 23 years ago
- c974bf4 Get the whitespace right! by Fred Drake · 23 years ago
- 0eb1115 Fix for SF byg [ #420304 ] getattr function w/ default by Jeremy Hylton · 23 years ago
- 3ce4538 Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. by Jeremy Hylton · 23 years ago
- 5121e7d Fix for SF bug [ #443866 ] Evaluating func_code causing core dump by Jeremy Hylton · 23 years ago
- 15c1c4f Fix for SF bug [ #443866 ] Evaluating func_code causing core dump by Jeremy Hylton · 23 years ago
- e3c37d6 Ugly fix used when pyexpat is not available. by Jeremy Hylton · 23 years ago
- 3c19ec4 Fix when pyexpat not built by Jeremy Hylton · 23 years ago
- 0b8de98 Temporarily work around bug #445928: Force usage of getaddrinfo emulation by Martin v. Löwis · 23 years ago
- 3bd071e Patch #442866: Tests for codeop.py. by Martin v. Löwis · 23 years ago
- 27c430e Patch #445538: add completion for pstats.py sort cmd. by Martin v. Löwis · 23 years ago
- a1fd050 Add a dialog for the backup directory (default "yes I want one, and by Tim Peters · 23 years ago
- 6ea8baa Now stop distutils and xml from getting *too* much (like .pyc files). by Tim Peters · 23 years ago
- 8d8e7a3 Do convert_path() on script paths (now PyXML builds out of the box under MacOS.) by Just van Rossum · 23 years ago
- 8e02fb1 Repair long-standing mistakes in the distutils and xml installations: by Tim Peters · 23 years ago
- 412e458 Remove Lib\plat-win from PYTHONPATH; that directory went away a year ago. by Tim Peters · 23 years ago
- d8c7da4 Don't prompt for the doc (HTML) directory anymore (just assume ..\html). by Tim Peters · 23 years ago
- 4670b3a Whew -- I *think* this completes folding in all the new-in-8.1 stuff. by Tim Peters · 23 years ago
- 4e9a00e Ewwww -- the 8.1 support for rolling back changes in case the user aborts by Tim Peters · 23 years ago
- 0097bae Add oodles more 8.1 Wizard boilerplate. This creates lots of vrbls we by Tim Peters · 23 years ago
- 386b7a3 Add version resource info to installer .exe. by Tim Peters · 23 years ago
- 6307bb8 Folding some Wizard boilerplate back in, created in new Wise projects but by Tim Peters · 23 years ago
- e7b2a27 Updated to Wise 8.14 (web update). by Tim Peters · 23 years ago
- 43211ec Make some adjustments to the markup, and fix up some style-guide issues. by Fred Drake · 23 years ago
- db642c6 Woo hoo! Relative paths! This is, alas, partly braindead: When the new by Tim Peters · 23 years ago
- 50e278e Convert from Wise version 5.0 to 8.1. Gotta hand it to 'em! 8.1 imported by Tim Peters · 23 years ago
- 70195da Patch #443337: Fix incompatibilities in imputil's behavior. by Martin v. Löwis · 23 years ago
- d3011cd Remove usage of strop module. by Martin v. Löwis · 23 years ago
- 66b6e19 Patch #416224: add readline completion to cmd.Cmd. by Martin v. Löwis · 23 years ago
- 9544fc5 Squash compiler wng about mixing signed and unsigned in comparison. by Tim Peters · 23 years ago
- faa7f11 Move Windows to Expat 1.95.2. CAUTION: Your Windows build won't work by Tim Peters · 23 years ago
- 63ce5af Added the -X/--no-docstrings flag which takes a filename containing a by Barry Warsaw · 23 years ago
- 702d08e Fix buffer_info() docstring to match reality. See SF bug #444842. by Guido van Rossum · 23 years ago
- b4a7db7 config.h renamed to pyconfig.h by Jack Jansen · 23 years ago
- 8d2f3d6 ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Baciero. by Jack Jansen · 23 years ago
- 33dc0a1 One more crack at join(): stop trying to pretend this isn't a mass of by Tim Peters · 23 years ago
- 4223f89 Change ntpath.join() so that join("d:/", "/whatever") returns by Tim Peters · 23 years ago
- 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
- bd2e3b0 Document the PYTHONY2K environment variable that had been left out of this list. by Fred Drake · 23 years ago
- 54f6509 Typo fix. by Greg Ward · 23 years ago
- 7321ec4 SF bug #444510: int() should guarantee truncation. by Tim Peters · 23 years ago
- 7cf92fa Add backwards compatibility. by Marc-André Lemburg · 23 years ago