Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
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
31b7727 Ported the editor to X. The GL version won't work. This version needs Jack's img module and Sjoerd's new and improved (?) X extensions for Python. The last GL version is still available using the CVS tag "gl-editor". 21 December 1994, 15:46:26 UTC
3ff4449 (py-compute-indentation): in `t' clause, watch for the re-search-backwards landing you inside a mult-line string. 16 December 1994, 00:13:34 UTC
06fe7e5 Added comment symbols around word after #endif. 14 December 1994, 15:30:04 UTC
4359860 Let extensions start at the last period after the last slash in the name. 14 December 1994, 15:29:17 UTC
1cfb6b8 Can't remember the reason for the change, but it was necessary. :-) 14 December 1994, 15:28:22 UTC
1dfb7d7 Added libaifc.tex to list of library files. 14 December 1994, 15:27:33 UTC
0c63770 Ported to CodeWarrior 14 December 1994, 14:10:51 UTC
f93c72a New routines: macstrerror - strerror which uses 'Estr' resource to convert numerical MacOS errors to strings. PyErr_Mac - Raise exception with MacOS error in string form. PyMac_Idle - better idle-loop routine, which allows the user to switch applications. 14 December 1994, 14:07:50 UTC
34e7cae Unix functionality expected by python but missing from CodeWarrior runtime system. 14 December 1994, 14:04:55 UTC
97ce361 - Use PyErr_Mac for nicer exceptions - Added methods AsString() and AsBytes() to resource objects, so you can get at the contents of resource items. - Ported to CodeWarrior (mainly ProcPtr/UniversalProcPtr stuff) 14 December 1994, 14:02:24 UTC
0c097ea Ported to MetroWerks, which misses file-descriptor like functionality. 14 December 1994, 13:48:38 UTC
bac428d Enlarged version buffer (nobody expects the spanish inquisition:-) Support for new sys.path code in config.c 14 December 1994, 13:47:30 UTC
c5b26f4 - PYTHONPATH is now \n-separated, so you can have directories with spaces in the name. - If you run python with a script the working directory is now the directory where the script lives (was: directory where python application lives). sys.path will include current dir, application dir and Lib, etc. relative to application dir. This is more like unix python does things and more useful besides (since you can easily import files living in the same directory as the importer). - Added the macconsole, ctb, macspeech, macdnr and mactcp modules. - For MW compiler, put 68K/PPC indication in version string. 14 December 1994, 13:45:11 UTC
fea7533 Added support for MetroWerks CodeWarrior compiler 14 December 1994, 13:38:13 UTC
edf5855 Interface to MacTCP and the MacTCP Domain Name Resolver 14 December 1994, 13:36:34 UTC
114ca5c - Added Version method - Now gives new mac exceptions - Ported to PowerPC Mac and CodeWarrior 14 December 1994, 13:34:35 UTC
ee735be Interface to Mac Communications Toolbox (only Connection Manager for now) 14 December 1994, 13:31:11 UTC
115590d This file (which is Guido's) was somehow missing... 14 December 1994, 13:07:43 UTC
0d7cba8 New standard modules for the mac. 14 December 1994, 13:06:25 UTC
599f0d1 - Added ability to get at strings embedded in the struct - For the mac, added ability to get at pascal-style strings 14 December 1994, 13:04:05 UTC
e00637b Removed extraneous fclose() in case of .pyc file argument 14 December 1994, 12:58:37 UTC
234fd7e Use \n as PYTHONPATH delimiter on Mac (less likely to occur in filenames than space). 14 December 1994, 12:57:12 UTC
44fff3c Added missing initialization 14 December 1994, 12:55:17 UTC
8fd2d94 Added hook for better mac error messages. 14 December 1994, 12:54:54 UTC
7ae7768 Initial revision 12 December 1994, 20:38:05 UTC
52c8b26 Use /depot/gnu/plat/bin/perl 05 December 1994, 23:30:59 UTC
7c7fa46 This commit was manufactured by cvs2svn to create tag 'release111'. 10 November 1994, 23:06:54 UTC
5dee5e7 bugfix release 10 November 1994, 23:06:54 UTC
635649f next release 10 November 1994, 23:04:51 UTC
cfb45e4 typos 10 November 1994, 23:04:43 UTC
9351fdb misc stuff 10 November 1994, 23:03:51 UTC
d57021e workshop attendees etc 10 November 1994, 23:02:22 UTC
a67bb7e python-mode-hook instead of py-mode-hook 10 November 1994, 23:01:59 UTC
f34cadd added timer and file callbacks and global mainloop and quit fns 10 November 1994, 22:50:21 UTC
5e8e832 don't use backslashes for continuation lines 10 November 1994, 22:49:52 UTC
132f5c2 don't fail moving empty list of shared modules 10 November 1994, 22:44:15 UTC
69d9eb9 replace abort() calls by fatal() 10 November 1994, 22:41:15 UTC
363ac7d set name to <lambda> instead of None for lambdas 10 November 1994, 22:40:34 UTC
13d0ed1 prevent core dump for old getargs() with NULL arg 10 November 1994, 22:35:48 UTC
c054a66 call err_clear in err_setval 10 November 1994, 22:34:33 UTC
030ae17 fix pow() core dump 10 November 1994, 22:33:19 UTC
bb3c5f7 fix comparison of instances without _-cmp__ 10 November 1994, 22:31:02 UTC
f483846 pl1.1.1; added newgetargs renaming 10 November 1994, 22:29:04 UTC
a558e37 improved prompt format 10 November 1994, 22:27:35 UTC
e23b62f more complete tests of built-in functions 10 November 1994, 22:25:26 UTC
40272f8 Removed erroneous +. (Patched manually since configure.in not yet ported to autoconf 2.0.) 03 November 1994, 13:46:57 UTC
47f7c71 Removed erroneous +. 03 November 1994, 13:45:40 UTC
8eee56f the usual 20 October 1994, 22:18:37 UTC
9444ce0 the usual 20 October 1994, 22:10:23 UTC
2bcafeb test for presence of stddef.h separate arg requirements for getpgrp() and setpgrp() 20 October 1994, 22:06:56 UTC
9041279 run sharedinstall; add BINDIR macros etc 20 October 1994, 22:04:30 UTC
5ebc0ca include stddef.h 20 October 1994, 22:03:08 UTC
780044f added option interface 20 October 1994, 22:02:27 UTC
971dc53 fix bug in poly.minus 20 October 1994, 22:02:03 UTC
05bf280 clarifications 20 October 1994, 22:01:38 UTC
e6757c2 don't assum '.' is in PATH 20 October 1994, 22:01:07 UTC
411a8bd add hypot() 20 October 1994, 22:00:28 UTC
2ce15a5 always make sharedmods 20 October 1994, 21:59:38 UTC
8991065 makesetup should use $cc not cc 20 October 1994, 21:58:30 UTC
6493389 distinguish between getpgrp and setpgrp arg requirements 20 October 1994, 21:56:42 UTC
b9a6d12 Comparison of two class instances without __cmp__ or __rcmp__ methods was broken. 19 October 1994, 15:11:52 UTC
2abc494 Free was called with a struct as argument instead of a field from the struct. 13 October 1994, 09:11:13 UTC
4eba0c9 Escaped $(LDSHARED) in a string. 13 October 1994, 09:09:05 UTC
c94d53d This commit was manufactured by cvs2svn to create tag 'release11'. 11 October 1994, 15:44:53 UTC
7647b82 really the last log entry for 1.1 11 October 1994, 15:44:53 UTC
dd99fd2 change date to 11 oct 11 October 1994, 15:43:38 UTC
42a24ef add getargs.o:getargs.c rule 11 October 1994, 15:08:39 UTC
ac5a4e3 add hints about doco 11 October 1994, 15:04:57 UTC
dabb11b add test for volatile 11 October 1994, 15:04:27 UTC
6b111b0 remove old readline note, add smake note 11 October 1994, 15:03:34 UTC
4450bab update pathnames 11 October 1994, 14:57:03 UTC
1146c87 final release date of release 1.1 is Oct 11 10 October 1994, 18:05:40 UTC
back to top