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 b3f7258f14 * Lots of small changes related to access.
* Added "access *: ...", made access work for class methods.
* Introduced subclass check: make sure that when calling
  ClassName.methodname(instance, ...), the instance is an instance of
  ClassName or of a subclass thereof (this might break some old code!)
1993-05-21 19:56:10 +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 * Lots of small changes related to access. 1993-05-21 19:56:10 +00:00
Include * Lots of small changes related to access. 1993-05-21 19:56:10 +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 * Lots of small changes related to access. 1993-05-21 19:56:10 +00:00
Parser * selectmodule.c: fix (another!) two memory leaks -- this time in list2set 1993-05-12 11:35:44 +00:00
Python * Lots of small changes related to access. 1993-05-21 19:56:10 +00:00
Tools/scripts
.hgtags