0
0
mirror of https://github.com/python/cpython.git synced 2024-11-27 23:47:29 +01:00
The Python programming language
Go to file
Guido van Rossum 25831652fd Several changes in one:
(1) dictionaries/mappings now have attributes values() and items() as
well as keys(); at the C level, use the new function mappinggetnext()
to iterate over a dictionary.

(2) "class C(): ..." is now illegal; you must write "class C: ...".

(3) Class objects now know their own name (finally!); and minor
improvements to the way how classes, functions and methods are
represented as strings.

(4) Added an "access" statement and semantics.  (This is still
experimental -- as long as you don't use the keyword 'access' nothing
should be changed.)
1993-05-19 14:50:45 +00:00
Demo Jack's VCR control module 1993-05-12 12:35:44 +00:00
Doc Lots of small changes collected over months... 1993-05-12 08:53:36 +00:00
Grammar Several changes in one: 1993-05-19 14:50:45 +00:00
Include Several changes in one: 1993-05-19 14:50:45 +00:00
Lib Added cwd() 1993-05-17 08:00:02 +00:00
Mac/Lib
Modules New posix functions open, close, dup, dup2, lseek, read, write, fstat, pipe. 1993-05-17 08:34:16 +00:00
Objects Several changes in one: 1993-05-19 14:50:45 +00:00
Parser * selectmodule.c: fix (another!) two memory leaks -- this time in list2set 1993-05-12 11:35:44 +00:00
Python Several changes in one: 1993-05-19 14:50:45 +00:00
Tools/scripts *** empty log message *** 1993-04-01 20:50:35 +00:00
.hgtags