summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added Jim Fulton's PyImport_Import(), which calls whateverGuido van Rossum1997-08-141-0/+78
* Added a bunch of XXX comments about things I'd like to see changed...Guido van Rossum1997-08-141-1/+8
* Merge Mac and Windows mods (which mostly affect the same problem -- noGuido van Rossum1997-08-141-9/+32
* Print `a` so encrypted text is shown in ascii, not binary.Guido van Rossum1997-08-142-2/+2
* Added prototype for PyImport_Import().Guido van Rossum1997-08-141-0/+1
* Updated platform specific notes (it is now more common to have this)Guido van Rossum1997-08-142-8/+40
* Added buffer_info() docs.Guido van Rossum1997-08-142-0/+20
* Minor typo only.Guido van Rossum1997-08-142-4/+4
* Add try-finally around main loop.Guido van Rossum1997-08-141-2/+5
* Added (commented-out) defs for use with the build tree instead of theGuido van Rossum1997-08-141-3/+10
* Added QNX remarks.Guido van Rossum1997-08-141-0/+5
* The usualGuido van Rossum1997-08-141-191/+208
* Don't call sys.exit() all over the place -- simply return the exitGuido van Rossum1997-08-141-4/+4
* Comment out use of reop.expand_escape and reop._expand until theirGuido van Rossum1997-08-141-2/+2
* Use _Py_re_match/search instead of re_match/search; these may becomeGuido van Rossum1997-08-141-2/+3
* Fred Lundh's latest versions.Guido van Rossum1997-08-146-22/+42
* Add dummies for create/delete filehandles, just so that vanilla GrailGuido van Rossum1997-08-142-0/+12
* Documented mime_decode_header() and mime_encode_header().Guido van Rossum1997-08-142-0/+16
* Fixed (and documented, see Doc/libmimify.tex) mime_decode_header() andGuido van Rossum1997-08-141-4/+6
* 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