summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix when pyexpat not builtJeremy Hylton2001-07-301-0/+1
* Temporarily work around bug #445928: Force usage of getaddrinfo emulationMartin v. Löwis2001-07-301-2/+6
* Patch #442866: Tests for codeop.py.Martin v. Löwis2001-07-302-0/+100
* Patch #445538: add completion for pstats.py sort cmd.Martin v. Löwis2001-07-301-0/+2
* Add a dialog for the backup directory (default "yes I want one, andTim Peters2001-07-301-6/+289
* Now stop distutils and xml from getting *too* much (like .pyc files).Tim Peters2001-07-291-6/+25
* Do convert_path() on script paths (now PyXML builds out of the boxJust van Rossum2001-07-291-0/+2
* Repair long-standing mistakes in the distutils and xml installations:Tim Peters2001-07-291-3/+42
* Remove Lib\plat-win from PYTHONPATH; that directory went away a year ago.Tim Peters2001-07-291-2/+4
* Don't prompt for the doc (HTML) directory anymore (just assume ..\html).Tim Peters2001-07-291-1/+2
* Whew -- I *think* this completes folding in all the new-in-8.1 stuff.Tim Peters2001-07-291-50/+42
* Ewwww -- the 8.1 support for rolling back changes in case the user abortsTim Peters2001-07-291-0/+9
* Add oodles more 8.1 Wizard boilerplate. This creates lots of vrbls weTim Peters2001-07-291-11/+247
* Add version resource info to installer .exe.Tim Peters2001-07-291-2/+6
* Folding some Wizard boilerplate back in, created in new Wise projects butTim Peters2001-07-291-28/+38
* Updated to Wise 8.14 (web update).Tim Peters2001-07-291-224/+281
* Make some adjustments to the markup, and fix up some style-guide issues.Fred Drake2001-07-291-17/+17
* Woo hoo! Relative paths! This is, alas, partly braindead: When the newTim Peters2001-07-291-108/+140
* Convert from Wise version 5.0 to 8.1. Gotta hand it to 'em! 8.1 importedTim Peters2001-07-291-2/+32
* Patch #443337: Fix incompatibilities in imputil's behavior.Martin v. Löwis2001-07-281-1/+9
* Remove usage of strop module.Martin v. Löwis2001-07-281-5/+2
* Patch #416224: add readline completion to cmd.Cmd.Martin v. Löwis2001-07-284-16/+110
* Squash compiler wng about mixing signed and unsigned in comparison.Tim Peters2001-07-281-1/+2
* Move Windows to Expat 1.95.2. CAUTION: Your Windows build won't workTim Peters2001-07-284-20/+14
* Added the -X/--no-docstrings flag which takes a filename containing aBarry Warsaw2001-07-271-13/+32
* Fix buffer_info() docstring to match reality. See SF bug #444842.Guido van Rossum2001-07-271-1/+3
* config.h renamed to pyconfig.hJack Jansen2001-07-272-1/+1
* ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Ba...Jack Jansen2001-07-271-1/+1
* One more crack at join(): stop trying to pretend this isn't a mass ofTim Peters2001-07-272-16/+47
* Change ntpath.join() so that join("d:/", "/whatever") returnsTim Peters2001-07-262-5/+7
* Repair more now-obsolete references to config.h.Tim Peters2001-07-2610-10/+10
* Document the PYTHONY2K environment variable that had been left out of thisFred Drake2001-07-261-8/+13
* Typo fix.Greg Ward2001-07-261-1/+1
* SF bug #444510: int() should guarantee truncation.Tim Peters2001-07-263-10/+27
* Add backwards compatibility.Marc-André Lemburg2001-07-261-1/+6
* Undoing the UCS-4 patch addition which caused unichr() to returnMarc-André Lemburg2001-07-261-1/+11
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-2631-320/+320
* Untabify IPv6 changes.Martin v. Löwis2001-07-265-126/+126
* Fix a denial-of-service attack, SF bug #443120.Guido van Rossum2001-07-251-4/+14
* Undo revision 1.7: always mangle a #! line containing "python" to pointGreg Ward2001-07-251-4/+2
* Don't "import *" from stat at all -- just import what's needed, andGreg Ward2001-07-251-1/+1
* trivial rewording in footnote 5.Skip Montanaro2001-07-251-2/+2
* Fix for bug #444493: u'\U00010001' segfaults with current CVS onMarc-André Lemburg2001-07-252-7/+23
* Allow usage of gcc on OSF/1; this reverts rev 1.23 of configure.in,Martin v. Löwis2001-07-252-383/+379