| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix when pyexpat not built | Jeremy Hylton | 2001-07-30 | 1 | -0/+1 |
|
|
* | Temporarily work around bug #445928: Force usage of getaddrinfo emulation | Martin v. Löwis | 2001-07-30 | 1 | -2/+6 |
|
|
* | Patch #442866: Tests for codeop.py. | Martin v. Löwis | 2001-07-30 | 2 | -0/+100 |
|
|
* | Patch #445538: add completion for pstats.py sort cmd. | Martin v. Löwis | 2001-07-30 | 1 | -0/+2 |
|
|
* | Add a dialog for the backup directory (default "yes I want one, and | Tim Peters | 2001-07-30 | 1 | -6/+289 |
|
|
* | Now stop distutils and xml from getting *too* much (like .pyc files). | Tim Peters | 2001-07-29 | 1 | -6/+25 |
|
|
* | Do convert_path() on script paths (now PyXML builds out of the box | Just van Rossum | 2001-07-29 | 1 | -0/+2 |
|
|
* | Repair long-standing mistakes in the distutils and xml installations: | Tim Peters | 2001-07-29 | 1 | -3/+42 |
|
|
* | Remove Lib\plat-win from PYTHONPATH; that directory went away a year ago. | Tim Peters | 2001-07-29 | 1 | -2/+4 |
|
|
* | Don't prompt for the doc (HTML) directory anymore (just assume ..\html). | Tim Peters | 2001-07-29 | 1 | -1/+2 |
|
|
* | Whew -- I *think* this completes folding in all the new-in-8.1 stuff. | Tim Peters | 2001-07-29 | 1 | -50/+42 |
|
|
* | Ewwww -- the 8.1 support for rolling back changes in case the user aborts | Tim Peters | 2001-07-29 | 1 | -0/+9 |
|
|
* | Add oodles more 8.1 Wizard boilerplate. This creates lots of vrbls we | Tim Peters | 2001-07-29 | 1 | -11/+247 |
|
|
* | Add version resource info to installer .exe. | Tim Peters | 2001-07-29 | 1 | -2/+6 |
|
|
* | Folding some Wizard boilerplate back in, created in new Wise projects but | Tim Peters | 2001-07-29 | 1 | -28/+38 |
|
|
* | Updated to Wise 8.14 (web update). | Tim Peters | 2001-07-29 | 1 | -224/+281 |
|
|
* | Make some adjustments to the markup, and fix up some style-guide issues. | Fred Drake | 2001-07-29 | 1 | -17/+17 |
|
|
* | Woo hoo! Relative paths! This is, alas, partly braindead: When the new | Tim Peters | 2001-07-29 | 1 | -108/+140 |
|
|
* | Convert from Wise version 5.0 to 8.1. Gotta hand it to 'em! 8.1 imported | Tim Peters | 2001-07-29 | 1 | -2/+32 |
|
|
* | Patch #443337: Fix incompatibilities in imputil's behavior. | Martin v. Löwis | 2001-07-28 | 1 | -1/+9 |
|
|
* | Remove usage of strop module. | Martin v. Löwis | 2001-07-28 | 1 | -5/+2 |
|
|
* | Patch #416224: add readline completion to cmd.Cmd. | Martin v. Löwis | 2001-07-28 | 4 | -16/+110 |
|
|
* | Squash compiler wng about mixing signed and unsigned in comparison. | Tim Peters | 2001-07-28 | 1 | -1/+2 |
|
|
* | Move Windows to Expat 1.95.2. CAUTION: Your Windows build won't work | Tim Peters | 2001-07-28 | 4 | -20/+14 |
|
|
* | Added the -X/--no-docstrings flag which takes a filename containing a | Barry Warsaw | 2001-07-27 | 1 | -13/+32 |
|
|
* | Fix buffer_info() docstring to match reality. See SF bug #444842. | Guido van Rossum | 2001-07-27 | 1 | -1/+3 |
|
|
* | config.h renamed to pyconfig.h | Jack Jansen | 2001-07-27 | 2 | -1/+1 |
|
|
* | ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Ba... | Jack Jansen | 2001-07-27 | 1 | -1/+1 |
|
|
* | One more crack at join(): stop trying to pretend this isn't a mass of | Tim Peters | 2001-07-27 | 2 | -16/+47 |
|
|
* | Change ntpath.join() so that join("d:/", "/whatever") returns | Tim Peters | 2001-07-26 | 2 | -5/+7 |
|
|
* | Repair more now-obsolete references to config.h. | Tim Peters | 2001-07-26 | 10 | -10/+10 |
|
|
* | Document the PYTHONY2K environment variable that had been left out of this | Fred Drake | 2001-07-26 | 1 | -8/+13 |
|
|
* | Typo fix. | Greg Ward | 2001-07-26 | 1 | -1/+1 |
|
|
* | SF bug #444510: int() should guarantee truncation. | Tim Peters | 2001-07-26 | 3 | -10/+27 |
|
|
* | Add backwards compatibility. | Marc-André Lemburg | 2001-07-26 | 1 | -1/+6 |
|
|
* | Undoing the UCS-4 patch addition which caused unichr() to return | Marc-André Lemburg | 2001-07-26 | 1 | -1/+11 |
|
|
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 31 | -320/+320 |
|
|
* | Untabify IPv6 changes. | Martin v. Löwis | 2001-07-26 | 5 | -126/+126 |
|
|
* | Fix a denial-of-service attack, SF bug #443120. | Guido van Rossum | 2001-07-25 | 1 | -4/+14 |
|
|
* | Undo revision 1.7: always mangle a #! line containing "python" to point | Greg Ward | 2001-07-25 | 1 | -4/+2 |
|
|
* | Don't "import *" from stat at all -- just import what's needed, and | Greg Ward | 2001-07-25 | 1 | -1/+1 |
|
|
* | trivial rewording in footnote 5. | Skip Montanaro | 2001-07-25 | 1 | -2/+2 |
|
|
* | Fix for bug #444493: u'\U00010001' segfaults with current CVS on | Marc-André Lemburg | 2001-07-25 | 2 | -7/+23 |
|
|
* | Allow usage of gcc on OSF/1; this reverts rev 1.23 of configure.in, | Martin v. Löwis | 2001-07-25 | 2 | -383/+379 |
|
|
* | Remove unused imports from previous checkin. | Martin v. Löwis | 2001-07-25 | 1 | -2/+0 |
|
|
* | Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. | Martin v. Löwis | 2001-07-24 | 7 | -49/+160 |
|
|
* | Add entry for the new distutils section. | Fred Drake | 2001-07-24 | 2 | -0/+2 |
|
|
* | Overview comments for the distutils package, with links to the distutils | Fred Drake | 2001-07-24 | 1 | -0/+37 |
|
|
* | Add labels to all \section and \subsection headings for use in references. | Fred Drake | 2001-07-24 | 1 | -15/+15 |
|
|
* | Changed findertools.move() to move() in movetotrash. | Jack Jansen | 2001-07-24 | 1 | -1/+1 |
|
|