summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patches from Greg Stein to support 'P' format in struct module'sGuido van Rossum1998-09-185-0/+96
* Get rid of 'ppp' that accidentally crept in.Guido van Rossum1998-09-171-1/+1
* Added optional mouseregion parameter to WaitNextEvent (which is nowJack Jansen1998-09-173-25/+56
* Richard Wolff's changes, documenting his changes to pdb.py.Guido van Rossum1998-09-171-13/+96
* Untabified and applied Richard Wolff's changes (plus my own reflowingGuido van Rossum1998-09-171-160/+110
* Richard Wolff's additional changes; some layout nits, and change theGuido van Rossum1998-09-171-11/+11
* Duplicate the decls for PySys_WriteStd{out,err} here so the VC++Guido van Rossum1998-09-171-0/+9
* At Greg Stein's request, add PyLong_*LongLong entry points.Guido van Rossum1998-09-171-0/+4
* Define SIZEOF_LONG_LONG (as 8) at Greg Stein's request.Guido van Rossum1998-09-171-0/+1
* In load_inst(), when instantiating an instance the old way (i.e. whenGuido van Rossum1998-09-151-4/+7
* Ignore the TclError exception raised when deleting the registrationGuido van Rossum1998-09-141-1/+4
* Several changes that Python carry on in the face of errors in theBarry Warsaw1998-09-141-26/+61
* Added the mainloop() call.Guido van Rossum1998-09-141-0/+1
* nannifiedGuido van Rossum1998-09-141-1/+1
* There was a confusion in my checkin of the code to support list() withGuido van Rossum1998-09-141-4/+4
* nannifiedGuido van Rossum1998-09-1422-1650/+1651
* Print serious errors to stderr instead of stdout.Guido van Rossum1998-09-143-12/+33
* #Code rearranging to quiet byte-compilerBarry Warsaw1998-09-141-88/+88
* nannifiedGuido van Rossum1998-09-141-885/+885
* Nannified.Guido van Rossum1998-09-141-5/+5
* nannifiedGuido van Rossum1998-09-141-17/+17
* nannified.Guido van Rossum1998-09-141-8/+8
* Patch by Marc-Andre Lemburg: use re module to compare test results.Guido van Rossum1998-09-141-5/+5
* Utility to replace CRLF with LF in argument files.Guido van Rossum1998-09-141-0/+19
* Utility to replace LF with CRLF in argument files.Guido van Rossum1998-09-141-0/+19
* Utility to untabify stubber results.Guido van Rossum1998-09-141-0/+50
* nannified.Guido van Rossum1998-09-141-70/+70
* Mac-specific mod to enable aliases on import paths.Guido van Rossum1998-09-142-9/+35
* Remove some unused variables from gethostbyaddr_ex and gethostbyaddr,Guido van Rossum1998-09-131-4/+0
* Undo victim of careless global substitute ("long long_hash" wasGuido van Rossum1998-09-131-1/+1
* Don't remember...Jack Jansen1998-09-131-1/+1
* Richard Wolff's changes:Guido van Rossum1998-09-121-67/+185
* Richard Wolff's changes:Guido van Rossum1998-09-111-59/+351
* Richard Wolff's changes:Guido van Rossum1998-09-111-23/+172
* Richard Wolff's changes:Guido van Rossum1998-09-111-1/+16
* Add a \label to the section "Fancier Output Formatting" (it's referenced fromFred Drake1998-09-111-156/+89
* Markup nits.Fred Drake1998-09-101-36/+36
* correct bogus instructions 'ccoment out' -> 'uncomment'Jeremy Hylton1998-09-101-1/+1
* do_cmd_methodlineni(): New function, needed because the ref. manual nowFred Drake1998-09-101-0/+9
* Added comment about support for rational numbers, and pointer toFred Drake1998-09-101-1/+6
* Markup nits.Fred Drake1998-09-101-65/+63
* Fixed the words in the comment and error message about defining FULL_PATH.Guido van Rossum1998-09-101-2/+2
* include <string.h> to get prototype for strcmpJeremy Hylton1998-09-101-7/+9
* Fix typo in URL; reported by Michael Ernst <mernst@cs.washington.edu>.Fred Drake1998-09-101-1/+1
* Apparently on AIX when using gcc you need to call pthread_init()Guido van Rossum1998-09-101-0/+3
* \itembreak,Fred Drake1998-09-091-20/+7
* Fix a bug where comparison of a rational with a float failed becauseGuido van Rossum1998-09-091-9/+9
* Michael P. Reilly suggested this fix: makesetup wants to prependGuido van Rossum1998-09-091-0/+1
* Patch suggested by Perry Stoll -- os.path.normpath(".//x") returnedGuido van Rossum1998-09-081-0/+2
* Split tcl/tk libs out of other libraries (don't want to build these always)Jack Jansen1998-09-081-0/+0