https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
6520119 This commit was manufactured by cvs2svn to create tag 'r12beta2'. 17 January 1995, 17:01:40 UTC
514d351 use $INCLUDE path (Mark Hammond) 17 January 1995, 17:01:40 UTC
3256e87 *** empty log message *** 17 January 1995, 17:00:56 UTC
5426ab3 1.2beta news 17 January 1995, 17:00:47 UTC
58e4a1e last bits 17 January 1995, 16:53:38 UTC
97d68c0 added getopt.c to object, permanently 17 January 1995, 16:51:35 UTC
0ddb028 the usual 17 January 1995, 16:46:14 UTC
d09119e be more careful about building Modules/Makefile.pre 17 January 1995, 16:45:08 UTC
19e0c26 add hint for NeXT users 17 January 1995, 16:36:34 UTC
f618d2c hopefully final changes for Sequent -linet 17 January 1995, 16:36:13 UTC
32b582b fix strobject() behavior 17 January 1995, 16:35:13 UTC
b0fe3a9 added reverselist; free recycling bin on error exit 17 January 1995, 16:34:45 UTC
3535f6e long_scan is no longer used 17 January 1995, 16:34:13 UTC
ce00509 make a few things static 17 January 1995, 16:33:39 UTC
4d3468d don't declare fmod/pow for any STDC compiler 17 January 1995, 16:33:14 UTC
5c2306c include rename2.h 17 January 1995, 16:31:21 UTC
2ac3bc2 rename method arg because of typedef conflict 17 January 1995, 16:31:01 UTC
0865dd9 fix Alpha bug in (x)range; different __builtins__ initialization 17 January 1995, 16:30:22 UTC
c3f82b6 nt thread support 17 January 1995, 16:29:31 UTC
b4e7e25 different init for __builtins__ 17 January 1995, 16:27:25 UTC
cd938fc Made some more things static, and other cleanup for new naming scheme 17 January 1995, 16:13:48 UTC
78c0535 fix loop on unterminated triple quotes 17 January 1995, 16:12:13 UTC
62e376b made interrupted static again 17 January 1995, 16:11:53 UTC
087579e added $& to $(LIB) target for Sequent 17 January 1995, 16:11:29 UTC
9381782 new names for lots of new functions 17 January 1995, 16:01:01 UTC
8e8a525 evolution 17 January 1995, 15:58:37 UTC
5c83252 must include rename2.h 17 January 1995, 15:57:48 UTC
ae7bf1a fix reentrancy bug in slice assignment 17 January 1995, 10:21:11 UTC
ba0b6ae This commit was manufactured by cvs2svn to create tag 'r12beta1'. 12 January 1995, 12:42:09 UTC
4f9181e improve treatment of multi-line replies, ignore empty lines 12 January 1995, 12:42:09 UTC
1134991 typo 12 January 1995, 12:41:20 UTC
ee24811 Invent Message-ID header if none is present 12 January 1995, 12:40:48 UTC
7f49b7a cosmetics/typos 12 January 1995, 12:38:46 UTC
2837970 optional bufsize arg for popen and fdopen 12 January 1995, 12:38:22 UTC
fffb8bb rename2 changes 12 January 1995, 12:37:24 UTC
9a22de1 new files 12 January 1995, 12:29:47 UTC
8d2080d use getattr() instead of eval(), fix string representations 12 January 1995, 12:29:17 UTC
fb00a99 run config.status after recheck 12 January 1995, 12:26:50 UTC
79dddcb the usual 12 January 1995, 12:25:42 UTC
d626da8 removed refs to --with-svr4, add --without-gcc 12 January 1995, 12:24:52 UTC
17ac14d try to improve svr4 socket library inquiries 12 January 1995, 12:24:29 UTC
caa6380 The great renaming, phase two: all header files have been updated to use the new names exclusively, and the linker will see the new names. Files that import "Python.h" also only see the new names. Files that import "allobjects.h" will continue to be able to use the old names, due to the inclusion (in allobjects.h) of "rename2.h". 12 January 1995, 11:45:45 UTC
94390ec use getbuiltins() everywhere, it defaults to getbuiltidict() 12 January 1995, 11:37:57 UTC
922d8ff Include rename2.h 12 January 1995, 11:31:04 UTC
a3c04b0 cosmetics 12 January 1995, 11:29:01 UTC
b941868 rearrange declarations somewhat 12 January 1995, 11:28:16 UTC
2056684 properly implement cmp() for class instances 12 January 1995, 11:26:10 UTC
a597dde cosmetic changes so these modules will work with the strict new naming scheme 10 January 1995, 20:56:29 UTC
6c1874f changes for C++ (Tim MacKenzie) 10 January 1995, 17:43:33 UTC
062cfb0 added interface to Tk_DoOneEvent (R Lindsay Todd) 10 January 1995, 17:42:51 UTC
58b6873 fix subtle refcount big in filter() -- Tim MacKenzie 10 January 1995, 17:40:55 UTC
630112e demonstrate shell in a Tk window 10 January 1995, 17:08:10 UTC
b8fe9b3 menu-simple.py: fixed lay-out bind-with-multiple-calls-per-event-type.py: new, or forgot to add earlier 10 January 1995, 17:07:40 UTC
d0c0633 Improved explanation of what's here 10 January 1995, 17:06:50 UTC
dfa70a9 initial checkin of www Tk examples 10 January 1995, 17:05:37 UTC
ca9b323 better test for existence of hstrerror() 10 January 1995, 16:30:54 UTC
a6a1e53 added bufsize parameter to fdopen and popen 10 January 1995, 15:36:38 UTC
5524a59 move coerce() from bltinmodule.c to object.c and implement builtin_coerce() differently 10 January 1995, 15:26:20 UTC
879c581 implement coercions involving instances properly 10 January 1995, 15:24:06 UTC
c206c76 fix memory leak and null pointer dereference 10 January 1995, 15:23:19 UTC
946805d new module 10 January 1995, 10:51:08 UTC
9c51e41 sys.setcheckinterval(x) instead of sys.check_interval = x 10 January 1995, 10:50:58 UTC
f860162 updated eval(), added execfile() 10 January 1995, 10:50:24 UTC
4ff90ad some belated updates 10 January 1995, 10:47:53 UTC
84eaa83 fix globals/locals defaults for eval/execfile 10 January 1995, 10:47:05 UTC
10393b1 add restrictions in restricted mode 10 January 1995, 10:39:49 UTC
c113482 add builtins handling and restricted flag 10 January 1995, 10:39:16 UTC
be9f212 fix comments for list command 10 January 1995, 10:35:55 UTC
1f97612 Fix exec test so presence of __builtins__ doesn't break it 10 January 1995, 10:34:21 UTC
409780f shallow and deep copy operations 10 January 1995, 00:34:21 UTC
a48061a shelve.py: database of persistent objects, on top of pickle.py and anydbm.py pickle.py: new low-level persistency module (used to be called flatten) dbmac.py: stupid dbm clone for the Mac anydbm.py: generic dbm interface (should be extended to support gdbm) 10 January 1995, 00:31:14 UTC
8a30adc the usual 09 January 1995, 17:54:07 UTC
6135a87 __builtins__ mods (and sys_checkinterval for ceval.c) 09 January 1995, 17:53:26 UTC
2565bff Alpha OSF/1 fix 09 January 1995, 17:50:47 UTC
37431fb initmodule3 -> initmodule3 09 January 1995, 17:49:26 UTC
970a0a2 api version checking 09 January 1995, 17:47:20 UTC
6da5bfa remove nogus reload check 09 January 1995, 17:46:45 UTC
a0d7a23 sys.check_interval=x -> sys.setcheckinterval(x) 09 January 1995, 17:46:13 UTC
e791c2e Used new getargs interface; added {Get,Set}FileInfo. 09 January 1995, 13:20:04 UTC
9954699 1995 copyright 08 January 1995, 14:33:34 UTC
50620fa New newmethodobject() interface takes struct methodlist pointer instead of individual components; initmodule3() now has doc string argument as well 07 January 1995, 12:43:18 UTC
1f4fa50 Two independent chages: (a) support import NAME.NAME...NAME; (b) support doc strings in modules, classes and function definitions 07 January 1995, 12:41:23 UTC
0618651 Use new instancebinop interface 07 January 1995, 12:40:10 UTC
6a00cd8 * Python/bltinmodule.c: restructured coerce(), divmod(), pow() to use new instancebinop interface 07 January 1995, 12:39:01 UTC
a10f512 Grammar changed 07 January 1995, 12:36:29 UTC
5fb1da7 NT dlls have .pyd extension instead of .dll 07 January 1995, 12:36:02 UTC
e7d444f * Objects/classobject.c: added 5th (function) parameter to instancebinop, to support things like Rational * float; added documentation strings to classes and methods 07 January 1995, 12:35:18 UTC
cab650d * Objects/methodobject.c: changed drastically, the object now contains a pointer to the struct methodlist (which must be static); added attributes __name__, __doc__ and __self__ 07 January 1995, 12:34:58 UTC
5bd3805 Added __doc__ attribute (alias func_doc), initialized from first constant in code object if it is a string, else None 07 January 1995, 12:01:30 UTC
8b14b4c initialize __doc__ to None 07 January 1995, 11:59:29 UTC
29ca26e added getattr(), supporting __doc__ and _name__ 07 January 1995, 11:58:15 UTC
016564a attribute-less object is AttributeError, not TypeError 07 January 1995, 11:54:44 UTC
5e56997 initmodule2 -> initmodule3 (with doc string) 07 January 1995, 11:51:27 UTC
f9888eb totally revamped 07 January 1995, 11:50:36 UTC
9558825 do not call newmethodobject directly 07 January 1995, 11:50:04 UTC
3615aaf Changed since Grammar has changed 07 January 1995, 10:33:27 UTC
7a01389 add 5th arg to instancebinop 07 January 1995, 10:33:05 UTC
0908bac added func_doc 07 January 1995, 10:32:47 UTC
9dc8d0e added ml_doc and changed newmethodlist interface 07 January 1995, 10:32:29 UTC
6fde390 new tp_str and tp_doc members in type object 07 January 1995, 10:32:04 UTC
back to top