3570 Commits (261ccdce4825535d4f6ea4bf09e9394bb751df20)

Author SHA1 Message Date
Jack Jansen 9513f2c95a Made a bit more robust against out-of-memory situations 31 years ago
Jack Jansen 0a72e8d4d2 Added missing include for <Aliases.h> 31 years ago
Guido van Rossum 6c066885f1 set date to oct 13 31 years ago
Guido van Rossum 53f4524a92 disable code generation for access statement 31 years ago
Guido van Rossum 1c45ca310b keep exitfunc alive while calling it 31 years ago
Jack Jansen 95ffa23597 Removed unused variables 31 years ago
Guido van Rossum a1e7e62893 fix bug with missing default for last arg (discovered by Tommy Burnette) 31 years ago
Guido van Rossum befa14f1b9 #undef argument, for the Mac 31 years ago
Guido van Rossum 020dfe7f2e include Python.h 31 years ago
Guido van Rossum 650ae0ab06 remove unwanted fatal() from err_badcall() 31 years ago
Guido van Rossum 9d78d8d2fb spell TraceBack with capital B 31 years ago
Sjoerd Mullender 6ec3c653da Implemented two new functions in sys: 31 years ago
Guido van Rossum 05870115fc rd_object() with exception is fatal error 31 years ago
Guido van Rossum 69f6ee6a9d err_badcall() is fatal error 31 years ago
Guido van Rossum 667d704997 Initial revision 31 years ago
Guido van Rossum e3e61c1642 empty kw dict is ok for builtins 31 years ago
Guido van Rossum a1633cd993 split cofnfig.c in 1000 little files :-) 31 years ago
Guido van Rossum 47ad5e7d81 moved stuff around to resemble main.c 31 years ago
Guido van Rossum 6ec1efb645 add imp.get_frozen_object() 31 years ago
Guido van Rossum b7b45627e8 avoid resize of 0-length tuple 31 years ago
Jack Jansen 21eb0b56a8 mac CW-only fix for messy windows upon exit 31 years ago
Jack Jansen b7d0df4a91 Allow mac user to set "command line flags" by option-starting python. 31 years ago
Guido van Rossum 0db1ef96ac fix bogus DECREF in finally clause 31 years ago
Jack Jansen 614cf81606 Undef 'argument' before including mac headers 31 years ago
Guido van Rossum ff8b494cf0 changes for keyword args to built-in functions and classes 31 years ago
Guido van Rossum ce0a6ded4d never close the file in imp.load_... 31 years ago
Guido van Rossum 53bb7fff11 be more suspicious of getlocals() 31 years ago
Guido van Rossum 681d79aaf3 keyword arguments and faster calls 31 years ago
Guido van Rossum 11a3f0c2bc NT specific change for nicer error message (Mark H) 31 years ago
Guido van Rossum 32120311ed rename arglist to alist (conflict with new grammar symbol) 31 years ago
Guido van Rossum f10570b9eb 3rd arg for raise; INCOMPLETE keyword parameter passing (currently f(kw=value) is seen as f('kw', value)) 31 years ago
Guido van Rossum 7faeab3103 new MAGIC; some changes to default files for imp.load_... functions 31 years ago
Guido van Rossum e78c5d0a16 ignore control-l (parallelling change to tokenizer.c) 31 years ago
Guido van Rossum aaf18390ee added sys.platform 31 years ago
Guido van Rossum e40bddc3ef new grammar 31 years ago
Guido van Rossum 872537cc86 added locals() and globals(); [raw_]input() uses readline() 31 years ago
Jack Jansen eceb3e3f0a Porting to CW CFM68K 31 years ago
Jack Jansen ae12e19409 Added PY_RESOURCE (mac only) to imp module 31 years ago
Guido van Rossum 75f288de71 re-enabled NeXT dynamic linking (#ifdef NeXT) 31 years ago
Jack Jansen 5d9acb6b9e Mac dynloading is now enabled by USE_MAC_DYNAMIC_LOADING. 31 years ago
Sjoerd Mullender fbe6d33ffd Check if we've already loaded a dynamic module under a different name. 31 years ago
Guido van Rossum 6233293ce5 OS/2 thread support 31 years ago
Guido van Rossum 4e2e0f9225 renaming phase 3 31 years ago
Guido van Rossum 9a1f388676 init sys_checkinterval to 10 31 years ago
Guido van Rossum 527c2643d1 flush stdout before writing to stderr in print_error() 31 years ago
Guido van Rossum 6f9e433ab3 fix dusty debugging macros 31 years ago
Guido van Rossum 684ed9891b remove unused code for tp_call 31 years ago
Guido van Rossum cc8914fb22 fix comment about exit() 31 years ago
Guido van Rossum a44823b776 In NT, write fatal() msg to debugging device 31 years ago
Guido van Rossum 8d617a60b1 various tuple related optimizations; remove unused b/w compat code from ceval.c 31 years ago