| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | The dircmp module is now obsolete. | Fred Drake | 2000-02-03 | 1 | -3/+3 |
|
|
* | These modules are now declared obsolete. | Fred Drake | 2000-02-03 | 3 | -0/+0 |
|
|
* | According to Harri Pasanen, the Solaris+gcc test for LINKFORSHARED | Guido van Rossum | 2000-02-03 | 1 | -2/+2 |
|
|
* | According to Harri Pasanen, the Solaris+gcc test for LINKFORSHARED | Guido van Rossum | 2000-02-03 | 1 | -1/+1 |
|
|
* | # module filecmp | Guido van Rossum | 2000-02-03 | 1 | -38/+299 |
|
|
* | In _fileobject, optimize read() a bit (it could be really slow), and | Guido van Rossum | 2000-02-02 | 1 | -14/+30 |
|
|
* | Optimize abspath() slightly for the case that win32api can't be | Guido van Rossum | 2000-02-02 | 1 | -6/+11 |
|
|
* | Make read() and readlines() conform more to the file object interface: | Guido van Rossum | 2000-02-02 | 1 | -3/+3 |
|
|
* | Mass patch by Ka-Ping Yee: | Guido van Rossum | 2000-02-02 | 18 | -2642/+2640 |
|
|
* | Patch from Joe Van Andel: fix arg to % operator in warning. | Greg Ward | 2000-02-02 | 1 | -2/+2 |
|
|
* | Comment fix. | Greg Ward | 2000-02-02 | 1 | -8/+13 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 2000-02-01 | 1 | -5/+14 |
|
|
* | Added docstring to crypt.crypt() based on the documentation. | Fred Drake | 2000-02-01 | 1 | -1/+10 |
|
|
* | The initialization of posix_putenv_garbage should only be done when it | Guido van Rossum | 2000-01-31 | 1 | -0/+2 |
|
|
* | Allow either README or README.txt as a "standard file". | Greg Ward | 2000-01-30 | 1 | -4/+16 |
|
|
* | Fixed broken list extend in 'copy_tree()'. | Greg Ward | 2000-01-30 | 1 | -2/+2 |
|
|
* | Added 'description' class attribute to every command class (to help the | Greg Ward | 2000-01-30 | 8 | -6/+26 |
|
|
* | Added 'dist' command. | Greg Ward | 2000-01-30 | 1 | -0/+2 |
|
|
* | Improvements to the help system: | Greg Ward | 2000-01-30 | 1 | -5/+89 |
|
|
* | Added missing run of corresponding 'build' command. | Greg Ward | 2000-01-30 | 3 | -0/+9 |
|
|
* | Big oops: macfs has always been using a private exception but calling it mac.... | Jack Jansen | 2000-01-24 | 1 | -1/+1 |
|
|
* | Hmm, the project wasn't a 5.3 file, despite the log msg. Now it is. | Jack Jansen | 2000-01-24 | 1 | -0/+0 |
|
|
* | Build the Nav module too. | Jack Jansen | 2000-01-24 | 1 | -0/+2 |
|
|
* | If there's an error in an fsspec argument raise MacOS.Error, not ValueError. | Jack Jansen | 2000-01-24 | 1 | -1/+1 |
|
|
* | Trent Mick: Setup PC configuration so that MSDEV chooses the x86 | Guido van Rossum | 2000-01-21 | 1 | -2/+2 |
|
|
* | Don't insert extra indentation before <title> elements. | Fred Drake | 2000-01-20 | 1 | -12/+12 |
|
|
* | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 15 | -22/+34 |
|
|
* | Fix some broken links. | Guido van Rossum | 2000-01-20 | 1 | -3/+3 |
|
|
* | Changes by Trent Mick (of ActiveState) and Dale Nagata to support | Guido van Rossum | 2000-01-20 | 8 | -177/+1718 |
|
|
* | Two patches from Jack Jansen: | Guido van Rossum | 2000-01-20 | 2 | -7/+16 |
|
|
* | EXPERIMENTAL | Jeremy Hylton | 2000-01-20 | 1 | -0/+1063 |
|
|
* | Change two occurrences of type(x) <> types.CodeType into | Guido van Rossum | 2000-01-19 | 1 | -2/+2 |
|
|
* | Made all textfields in message and question boxes minimal height and invisibl... | Jack Jansen | 2000-01-18 | 2 | -0/+10 |
|
|
* | Fix indentation bug. | Greg Ward | 2000-01-17 | 1 | -2/+2 |
|
|
* | Catch OSError from 'spawnv()' in '_spawn_nt()'. | Greg Ward | 2000-01-17 | 1 | -5/+12 |
|
|
* | Removed /GD switch -- currently ignored by MSVC. | Greg Ward | 2000-01-17 | 1 | -1/+1 |
|
|
* | Added compiler flags suggested by Thomas Heller: optimize, use multi-threaded | Greg Ward | 2000-01-17 | 1 | -1/+1 |
|
|
* | Added missing import. | Greg Ward | 2000-01-17 | 1 | -8/+23 |
|
|
* | Added code to use Jim Ahlstrom's zipfile.py module if the external zip | Greg Ward | 2000-01-17 | 1 | -5/+32 |
|
|
* | Fix library filename methods -- there is no 'lib' prefix under DOS/Windows. | Greg Ward | 2000-01-17 | 1 | -5/+2 |
|
|
* | Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()' | Greg Ward | 2000-01-17 | 1 | -4/+4 |
|
|
* | Ditch unneeded imports. | Greg Ward | 2000-01-17 | 1 | -1/+0 |
|
|
* | Fix by Nick Russo in processing of timezone in test program; the | Guido van Rossum | 2000-01-17 | 1 | -2/+4 |
|
|
* | According to Ron Bickers, and with apparent approval of Chris | Guido van Rossum | 2000-01-14 | 1 | -1/+1 |
|
|
* | - Actually _implemented_ SetFolder() | Jack Jansen | 2000-01-13 | 1 | -3/+27 |
|
|
* | Handling of defaultLocation argument was wrong, causing a crash when used. Fi... | Jack Jansen | 2000-01-13 | 1 | -1/+16 |
|
|
* | List objects obtained through as_List(resource) are not auto-disposed upon | Jack Jansen | 2000-01-13 | 2 | -11/+34 |
|
|
* | Get/set sys.path initializer in new appearance way. | Jack Jansen | 2000-01-13 | 1 | -3/+4 |
|
|
* | Fix a bug in exec_statement() noted incidentally by Tim Peters in | Guido van Rossum | 2000-01-12 | 1 | -20/+13 |
|
|
* | The functions asctime() and mktime() are documented to take a 9-tuple | Guido van Rossum | 2000-01-12 | 1 | -4/+10 |
|
|