summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added Windows NT instructions.Guido van Rossum1997-08-141-3/+34
* Changes for building under windows.Guido van Rossum1997-08-142-9/+87
* Many changes.Jeremy Hylton1997-08-131-98/+82
* Probably the last VC++ 4.2 makefile I'll check in.Guido van Rossum1997-08-131-247/+64
* Small changes to readme and makefile; tested for 1.5a3!Guido van Rossum1997-08-132-6/+7
* 1.5a3 prerelease 1 from AMKGuido van Rossum1997-08-138-114/+226
* Must update the available space in the output buffer afterJeremy Hylton1997-08-131-0/+3
* removed getpath_nt.c in favor of revamped getpathp.cGuido van Rossum1997-08-131-203/+0
* Much rewritten. Added Win32 registry stuff (from getpath_nt.c, whichGuido van Rossum1997-08-131-55/+222
* Made it real. Changed locking() to work with file descriptors insteadGuido van Rossum1997-08-131-44/+134
* Some changes to make it work on NT; add the directory where the binaryGuido van Rossum1997-08-131-2/+9
* Moved PyWin_IsWin32s() here.Guido van Rossum1997-08-131-1/+15
* Remove #define main; remove vc40 from PYTHONPATH.Guido van Rossum1997-08-131-2/+1
* Fix bug with \< (AMK).Guido van Rossum1997-08-131-1/+1
* Add try-finally to close the file after loading it inGuido van Rossum1997-08-131-13/+16
* Various changes by AMK, e.g. remove \e, \cX, add \vGuido van Rossum1997-08-131-19/+22
* Changes by AMK:Guido van Rossum1997-08-131-1/+527
* Add syntax for hex,octalGuido van Rossum1997-08-132-1/+9
* cPickle release 0.3 from Jim FultonGuido van Rossum1997-08-133-175/+245
* New dialog from Fred LundhGuido van Rossum1997-08-122-0/+424
* Fixes for the Mac. (Jack)Guido van Rossum1997-08-123-5/+16
* Changes suggested by Jim fulton:Guido van Rossum1997-08-121-13/+10
* Added TemporaryFile and wrapper class by Jim Fulton.Guido van Rossum1997-08-121-2/+41
* Added decls for stuff from myreadline.Guido van Rossum1997-08-121-0/+5
* Megapatch for IRIX 6 by Sjoerd.Guido van Rossum1997-08-121-338/+1599
* Added prototype for various finalizers.Guido van Rossum1997-08-121-0/+13
* Added prototype for PyGrammar_RemoveAccelerators().Guido van Rossum1997-08-121-0/+1
* Added buffer_info() method that returns address and length in bytes ofGuido van Rossum1997-08-121-0/+10
* Fix mixup about PyErr_NoMemory() prototype.Guido van Rossum1997-08-121-4/+8
* Use string interning and caching to get speedups on the mac (Jack).Guido van Rossum1997-08-121-1/+17
* Use strerror on the mac if using MSL (Jack).Guido van Rossum1997-08-121-6/+0
* Bump MS_DLL_ID to 1.5.0.Guido van Rossum1997-08-121-1/+1
* Allow paths without drive specifier (Jack).Guido van Rossum1997-08-121-4/+8
* Rewrite normcase() using string.translate...Guido van Rossum1997-08-121-14/+6
* Treat all HTTP/1.* versions the same.Guido van Rossum1997-08-121-2/+2
* Two changes:Guido van Rossum1997-08-111-14/+13
* Renamed Py_input_hook to PyOS_InputHook.Guido van Rossum1997-08-114-9/+9
* Rewrite using class, to make waiting for processes possible;Guido van Rossum1997-08-111-31/+79
* Changed indents to 4 *spaces*; added Emacs variables to avoidGuido van Rossum1997-08-101-241/+245
* Support using -p/-P to point to the source/build directory instead ofGuido van Rossum1997-08-101-12/+32
* #Fixed two byte-compiler errorsBarry Warsaw1997-08-091-2/+2
* #Checkpointing X/Emacs 20'fication of this mode.Barry Warsaw1997-08-091-210/+231
* Added O_BINARY and O_TEXT (for Windows).Guido van Rossum1997-08-081-0/+6
* More emphasis on os.environ's calling of putenv; and added hint aboutGuido van Rossum1997-08-082-8/+28
* #Bumping to version 3.0Barry Warsaw1997-08-081-2/+1
* mkalias() now has an optional third parameter to create relativeJack Jansen1997-08-081-2/+7
* - Added classes to support class/property generation by gensuitemoduleJack Jansen1997-08-083-17/+111
* Added (dummy) PyOS_FiniInterruptsJack Jansen1997-08-081-0/+5
* Adapted for 1.5a3: Py_SupressPrintingFlag is gone, andJack Jansen1997-08-081-21/+9
* New version number, new tk resources, new error numbers, new GUSIJack Jansen1997-08-087-4316/+4819