https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
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
4a1da26 changed import to support NAME.NAME...NAME 07 January 1995, 10:25:36 UTC
03d4c26 New file -- creates FAQ.html. 04 January 1995, 19:21:44 UTC
227a0a1 Added 1995 to copyright message; added a few people to acks again... 04 January 1995, 19:21:21 UTC
f456b6d Moved 1.1 and 1.1.1 news here 04 January 1995, 19:20:37 UTC
e1130a4 Added clarifying comment 04 January 1995, 19:20:00 UTC
06ed202 sys.stderr(...) should be sys.stderr.write(), of course 04 January 1995, 19:18:59 UTC
31cce97 copyright.tex: Add 1995 to copyright message. lib.tex: add libimp; remove bogus warning about lineii. libmath.tex: document hypot(). libmd5.tex: rename md5.md5() to md5.new(). libposix.tex: document chown(). libposixfile.tex: openfile() instead of fileopen(). libsocket.tex: document gethostbyaddr(). libtypes.tex: add footnote explaining why readline() keeps the newline. ref3.tex: correct typos, add back*quotes to index. ref4.tex: don't use \verb inside footnote. ref5.tex: explain repr() and str() and add them + back*quotes to index. ref6.tex: correct typo, don't use \verb in footnote. ref7.tex: don't use \verb in footnote. 04 January 1995, 19:17:34 UTC
e5f8b60 spam -> foo (etc.) in examples 04 January 1995, 19:12:49 UTC
6d023c9 Added 1995 to copyright message. bltinmodule.c: fixed coerce() nightmare in ternary pow(). modsupport.c (initmodule2): pass METH_FREENAME flag to newmethodobject(). pythonrun.c: move flushline() into and around print_error(). 04 January 1995, 19:12:13 UTC
524b588 Added 1995 to copyright message. Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment. 04 January 1995, 19:10:35 UTC
b9f8d6e Added 1995 to copyright message. 04 January 1995, 19:08:09 UTC
6610ad9 Added 1995 to copyright message. floatobject.c: fix hash(). methodobject.c: support METH_FREENAME flag bit. 04 January 1995, 19:07:38 UTC
5799b52 Added 1995 copyright. object.h: made sizes and refcnts signed ints. stringobject.h: make getstrsize() signed int. methodobject.h: add METH_VARARGS and METH_FREENAME flag bit definitions. 04 January 1995, 19:06:22 UTC
af5b83e README: changed URL format to <URL:...>; added section on Tk. Makefile.in: run config.status in "make recheck". configure.in: add test for hypot(). config.h.in, configure: since configure.in changed. rest: the usual boring stuff. 04 January 1995, 19:02:35 UTC
efc8713 * Objects/mappingobject.c (mappingremove): don't call lookmapping() for empty dictionary 02 January 1995, 19:42:39 UTC
3bbc62e Another bulky set of minor changes. Note addition of gethostbyaddr() and improved repr() for sockets, renaming of md5.md5() to md5.new(), and fixing of leaks in threads. 02 January 1995, 19:30:30 UTC
437a0e6 Think 6.0 version 02 January 1995, 19:13:30 UTC
d7047b3 Lots of minor changes. Note for mappingobject.c: the hash table pointer can now be NULL. 02 January 1995, 19:07:15 UTC
1ae940a Lots of changes, most minor (fatal() instead of abort(), use of err_fetch/err_restore and so on). But... NOTE: import.c has been rewritten and all the DL stuff is now in the new file importdl.c. 02 January 1995, 19:04:15 UTC
824de25 * Lib/test/test_b1.py: test eval() and execfile() with globals, locals arguments 02 January 1995, 18:38:42 UTC
40b2cfb * Lib/mhlib.py: added movemessage(), copymessage(), added copy fallback for refilemessages(), and updated the docs 02 January 1995, 18:38:23 UTC
76be6ed The usual changes when a release is nearing... 02 January 1995, 18:33:54 UTC
a6c707c Posted as 1.18 02 January 1995, 17:32:28 UTC
a112470 Add hacks for switching protocol and path but leaving host unchanged 30 December 1994, 17:18:59 UTC
eecf035 Test new __import__ module, test reload of built-in module, test has_key() on empty dictionary 30 December 1994, 17:17:46 UTC
5505d56 Fixed 'propagate' method 30 December 1994, 17:16:35 UTC
588633d Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing; rest: abort() -> fatal(); small things 30 December 1994, 15:46:02 UTC
66cb311 Lots of small things, see ChangeLog 30 December 1994, 15:33:50 UTC
back to top