summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge of descr-branch back into trunk.Tim Peters2001-08-0257-1312/+6926
* Cleaned up the docstring for readline.set_completer().Fred Drake2001-08-011-1/+1
* Cleaned up the description of readline.set_completer().Fred Drake2001-08-011-4/+7
* s/endswith/startswith/Tim Peters2001-08-011-1/+1
* Rewritten version of Finn Bock's SF patch #446907 (Allow jython toTim Peters2001-08-011-1/+4
* Just changes to comments.Tim Peters2001-08-012-3/+3
* Repair more ways in which the "backup files" dialog differed from all theTim Peters2001-08-011-29/+28
* Turn an octal constant into a hex constant.Guido van Rossum2001-08-011-1/+1
* Added more names.Fred Drake2001-08-011-0/+2
* Minor re-wording in the exaplantion of sequence comparisons.Fred Drake2001-08-011-3/+4
* Added an example of a string value for the replacement parameter toFred Drake2001-08-011-44/+60
* Fix description of buffer_info(), and add a note that there is a betterFred Drake2001-08-011-6/+15
* We always wrote a pair of lines to the Wise install.log telling it toTim Peters2001-08-011-16/+19
* Hmm. The Backup/Replace dialog also had back/next buttons three pixelsTim Peters2001-08-011-5/+5
* Aha! Finally figured out something else that's been driving me nuts:Tim Peters2001-08-011-2/+2
* The "Select Destination Directory" dialog didn't ask for confirmationTim Peters2001-08-011-45/+12
* Remove useless Back button from Finished dialog.Tim Peters2001-08-011-16/+5
* Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c.Tim Peters2001-07-312-2/+18
* Enable PyOS_snprintf() et al. during alpha phase of 2.2.0 andMarc-André Lemburg2001-07-312-10/+9
* Move C-level changes into a section of their ownAndrew M. Kuchling2001-07-311-36/+64
* Moved the news items about C API topics down to the C API section.Marc-André Lemburg2001-07-311-12/+12
* Add news item about Unicode API name mangling.Marc-André Lemburg2001-07-311-0/+7
* As discussed on python-dev: this patch adds name mangling toMarc-André Lemburg2001-07-311-0/+150
* Add news items.Marc-André Lemburg2001-07-311-0/+11
* va_list is defined in stdarg.h.Marc-André Lemburg2001-07-311-0/+1
* This patch turns the Python API mismatch notice into a standardMarc-André Lemburg2001-07-314-5/+124
* A more lightweight (and read only) way to view help textSteven M. Gava2001-07-311-38/+4
* indentation style changed to match existing sourceSteven M. Gava2001-07-312-174/+174
* improve viewfile handlingSteven M. Gava2001-07-311-113/+118
* Add dead imports of modules that are "magically" imported.Martin v. Löwis2001-07-312-0/+11
* Remove obsolete entries from regen scripts.Martin v. Löwis2001-07-3114-40/+1
* Initialize msg to avoid unbound locals.Martin v. Löwis2001-07-315-0/+6
* activate new about dialog for testingSteven M. Gava2001-07-311-5/+7
* removed redundant separate idlfefork verSteven M. Gava2001-07-311-2/+1
* some new dialogs and support files for new about and configuration implementa...Steven M. Gava2001-07-314-0/+365
* New name.Guido van Rossum2001-07-311-0/+1
* Amazing. This would open the sound file in text mode. Fixed.Guido van Rossum2001-07-311-1/+1
* I hope this irons out the Add/Remove kinks on Win2K for users w/o AdminTim Peters2001-07-312-9/+57
* Rewrite MBCS paragraph following MH's suggestions, and credit himAndrew M. Kuchling2001-07-311-1/+12
* Remove oodles of pointless file date and size stamps. I caught the WiseTim Peters2001-07-301-112/+0
* test_codeup should not have had an expected-output file; removing it.Tim Peters2001-07-301-10/+0
* Massive fiddling to get the install to work at all on a Win2K box under aTim Peters2001-07-302-3/+681
* Add tests for getattr() and hasattr() with non-string argsJeremy Hylton2001-07-302-0/+24
* Do for hasattr() what was done for getattr()Jeremy Hylton2001-07-301-0/+11
* Get the whitespace right!Fred Drake2001-07-301-3/+3
* Fix for SF byg [ #420304 ] getattr function w/ defaultJeremy Hylton2001-07-301-0/+11
* Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h.Jeremy Hylton2001-07-305-29/+17
* Fix for SF bug [ #443866 ] Evaluating func_code causing core dumpJeremy Hylton2001-07-302-0/+14
* Fix for SF bug [ #443866 ] Evaluating func_code causing core dumpJeremy Hylton2001-07-301-1/+7
* Ugly fix used when pyexpat is not available.Jeremy Hylton2001-07-301-0/+3