summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-015-32/+79
* Replace intrcheck() by sigcheck() in many places.Guido van Rossum1994-06-031-0/+43
* Fix waiting for children -- save ppid in pidlist as well.Guido van Rossum1994-05-301-14/+34
* ceval.c: dict of local mapping is now a tupleGuido van Rossum1994-05-236-6/+43
* Tim's changes; removed some remaining non-functional ifdefsGuido van Rossum1994-05-113-94/+89
* Split thread.c into a number of system-specific files.Guido van Rossum1994-05-096-0/+1409
* New version handles -o<string> same as -o <string>Guido van Rossum1994-04-281-31/+62
* A getopt.c for your amusementGuido van Rossum1994-04-141-0/+54
* Misc changes.Guido van Rossum1993-12-241-27/+33
* New files.Guido van Rossum1993-12-244-0/+279
* * rangeobject.[ch], bltinmodule.c: incorporate new version of rangeGuido van Rossum1993-12-211-1/+1
* New fileGuido van Rossum1993-12-201-0/+75
* * mpzmodule.c: cast some methods to the proper type.Guido van Rossum1993-12-172-6/+23
* Port to Solaris 2.3.Sjoerd Mullender1993-12-031-39/+164
* change syntactical position of lambdef (was an atom, now is a test)Guido van Rossum1993-11-302-98/+109
* * import.c (get_module): pass .py filename to parse_file, not .pyc filename!Guido van Rossum1993-11-304-713/+682
* * timemodule.c: Add hack for Solaris 2.Guido van Rossum1993-11-232-2/+2
* * import.c (get_module): total rewrite, to ensure proper search order: forGuido van Rossum1993-11-171-172/+185
* * posixmodule.c: added set{uid,gid}.Guido van Rossum1993-11-101-1/+1
* * mpzmodule.c: removed redundant mpz_print function.Guido van Rossum1993-11-052-12/+8
* Added compare operations for functions and code objects.Guido van Rossum1993-11-051-1/+31
* Must initialize 'inspect' flagGuido van Rossum1993-11-051-1/+2
* * nismodule.c: database keys and values can contain null bytes. be moreGuido van Rossum1993-11-031-5/+5
* * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,Guido van Rossum1993-11-012-1/+9
* * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from rangeGuido van Rossum1993-11-011-40/+13
* Fixed bugs in resizetuple and extended the interface.Sjoerd Mullender1993-11-011-1/+1
* * listobject.c (list_ass_slice): XDECREF instead of DECREF soGuido van Rossum1993-10-271-182/+123
* Committing the correct graminit.c; also changed confusing comments in Grammar.Guido van Rossum1993-10-271-717/+700
* * compile.[ch]: support for lambda()Guido van Rossum1993-10-263-690/+1326
* Changes to accept double-quoted strings on input.Guido van Rossum1993-10-261-2/+4
* * filemodule.c: added writelines() -- analogous to readlines()Guido van Rossum1993-10-251-1/+2
* import.c: When something is wrong with the .pyc, properly open the .pySjoerd Mullender1993-10-251-26/+31
* * import.c (MAGIC): Changed magic word to avoid confusion about execGuido van Rossum1993-10-222-2/+2
* Several optimizations and speed improvements.Sjoerd Mullender1993-10-221-7/+5
* * bltinmodule.c: removed exec() built-in function.Guido van Rossum1993-10-184-408/+538
* * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this isGuido van Rossum1993-10-181-6/+8
* Makefile, import.c: Lance's alternative module search (allow .pyc fileGuido van Rossum1993-10-151-98/+112
* Added widget methods {Height,Width}{,MM}OfScreen.Sjoerd Mullender1993-10-121-1/+1
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-111-0/+8
* * Makefile: added all: and default: targets.Guido van Rossum1993-07-059-20/+13
* * pythonmain.c: -k option, usage message, more environment flags.Guido van Rossum1993-06-243-8/+57
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-174-28/+27
* * classobject.c: in instance_getattr, don't make a method out of aGuido van Rossum1993-05-252-21/+33
* * Lots of small changes related to access.Guido van Rossum1993-05-211-8/+49
* Access checks now work, at least for instance data (not for methodsGuido van Rossum1993-05-205-59/+82
* Several changes in one:Guido van Rossum1993-05-196-649/+745
* * pythonrun.c: Print exception type+arg *after* stack trace instead ofGuido van Rossum1993-05-122-25/+1
* (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!)Guido van Rossum1993-04-151-5/+14
* * Microscopic corrections to make things compile on the Cray APP.Guido van Rossum1993-04-071-2/+1
* Support for frozen scripts; added -i option.Guido van Rossum1993-04-014-4/+130