summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The initialization of posix_putenv_garbage should only be done when itGuido van Rossum2000-01-311-0/+2
* Allow either README or README.txt as a "standard file".Greg Ward2000-01-301-4/+16
* Fixed broken list extend in 'copy_tree()'.Greg Ward2000-01-301-2/+2
* Added 'description' class attribute to every command class (to help theGreg Ward2000-01-308-6/+26
* Added 'dist' command.Greg Ward2000-01-301-0/+2
* Improvements to the help system:Greg Ward2000-01-301-5/+89
* Added missing run of corresponding 'build' command.Greg Ward2000-01-303-0/+9
* Big oops: macfs has always been using a private exception but calling it mac....Jack Jansen2000-01-241-1/+1
* Hmm, the project wasn't a 5.3 file, despite the log msg. Now it is.Jack Jansen2000-01-241-0/+0
* Build the Nav module too.Jack Jansen2000-01-241-0/+2
* If there's an error in an fsspec argument raise MacOS.Error, not ValueError.Jack Jansen2000-01-241-1/+1
* Trent Mick: Setup PC configuration so that MSDEV chooses the x86Guido van Rossum2000-01-211-2/+2
* Don't insert extra indentation before <title> elements.Fred Drake2000-01-201-12/+12
* The rest of the changes by Trent Mick and Dale Nagata for warning-freeGuido van Rossum2000-01-2015-22/+34
* Fix some broken links.Guido van Rossum2000-01-201-3/+3
* Changes by Trent Mick (of ActiveState) and Dale Nagata to supportGuido van Rossum2000-01-208-177/+1718
* Two patches from Jack Jansen:Guido van Rossum2000-01-202-7/+16
* EXPERIMENTALJeremy Hylton2000-01-201-0/+1063
* Change two occurrences of type(x) <> types.CodeType intoGuido van Rossum2000-01-191-2/+2
* Made all textfields in message and question boxes minimal height and invisibl...Jack Jansen2000-01-182-0/+10
* Fix indentation bug.Greg Ward2000-01-171-2/+2
* Catch OSError from 'spawnv()' in '_spawn_nt()'.Greg Ward2000-01-171-5/+12
* Removed /GD switch -- currently ignored by MSVC.Greg Ward2000-01-171-1/+1
* Added compiler flags suggested by Thomas Heller: optimize, use multi-threadedGreg Ward2000-01-171-1/+1
* Added missing import.Greg Ward2000-01-171-8/+23
* Added code to use Jim Ahlstrom's zipfile.py module if the external zipGreg Ward2000-01-171-5/+32
* Fix library filename methods -- there is no 'lib' prefix under DOS/Windows.Greg Ward2000-01-171-5/+2
* Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()'Greg Ward2000-01-171-4/+4
* Ditch unneeded imports.Greg Ward2000-01-171-1/+0
* Fix by Nick Russo in processing of timezone in test program; theGuido van Rossum2000-01-171-2/+4
* According to Ron Bickers, and with apparent approval of ChrisGuido van Rossum2000-01-141-1/+1
* - Actually _implemented_ SetFolder()Jack Jansen2000-01-131-3/+27
* Handling of defaultLocation argument was wrong, causing a crash when used. Fi...Jack Jansen2000-01-131-1/+16
* List objects obtained through as_List(resource) are not auto-disposed uponJack Jansen2000-01-132-11/+34
* Get/set sys.path initializer in new appearance way.Jack Jansen2000-01-131-3/+4
* Fix a bug in exec_statement() noted incidentally by Tim Peters inGuido van Rossum2000-01-121-20/+13
* The functions asctime() and mktime() are documented to take a 9-tupleGuido van Rossum2000-01-121-4/+10
* On Linux, one sometimes sees spurious errors after interruptingGuido van Rossum2000-01-121-0/+1
* 'newer_group()' can now deal with missing files, in a way specified byGreg Ward2000-01-091-2/+17
* Abstracted '_fix_link_args()' out of 'link_shared_object()'.Greg Ward2000-01-091-37/+133
* Removed a bunch of irrelevant parameters from 'link_static_lib()' signature.Greg Ward2000-01-091-8/+18
* Typo fix: 'file.warn' should have been 'manifest.warn' in a couple of places.Greg Ward2000-01-091-5/+5
* Two constants were missing.Jack Jansen2000-01-071-0/+2
* Added initializer routine optionally to be used as PEF fragment initializatio...Jack Jansen2000-01-071-0/+34
* The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM).Guido van Rossum2000-01-031-4/+1
* redesign/rebuild around the ImportManager concept.Greg Stein2000-01-031-149/+291
* CW Pro 5.3 projects.Jack Jansen2000-01-0131-0/+0
* setup_confname_table(): Use size_t instead of int for an index whenFred Drake1999-12-301-1/+1
* Nasty error: handle parameters are passed by _address_ to SetControlData.Jack Jansen1999-12-292-2/+2
* Renamed USE_MAC_DYNAMIC_LOADING to HAVE_DYNAMIC_LOADINGJack Jansen1999-12-291-1/+1