- 23 Mar, 2003 4 commits
-
-
Tim Peters authored
__contains__(). Bugfix candidate.
-
Tim Peters authored
_Py_AddToAllObjects() that simply inserts an object at the front of the doubly-linked list of all objects. Changed PyType_Ready() (the closest thing we've got to a choke point for type objects) to call that.
-
Tim Peters authored
-
Tim Peters authored
a doubly-linked list, exposed by sys.getobjects(). Unfortunately, it's not really all live objects, and it seems my fate to bump into programs where sys.gettotalrefcount() keeps going up but where the reference leaks aren't accounted for by anything in the list of all objects. This patch helps a little: if COUNT_ALLOCS is also defined, from now on type objects will also appear in this list, provided at least one object of a type has been allocated.
-
- 22 Mar, 2003 8 commits
-
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
M run.py 1. Move subprocess socket handling to a subthread - "SockThread". 2. In the subprocess, implement a queue and global completion and exit flags. Execute code after it is passed through the queue. (Currently, user code is executed in SockThread. The next phase of development will move the tail of the queue to MainThread.) 3. Implement an RPC message used to shut down the execution server. 4. Improve normal and exception subprocess exits. (At this checkin a "pass loop" interrupt doesn't work on any platform. It will be restored for all platforms once user code execution is moved to MainThread.)
-
Kurt B. Kaiser authored
-
Neal Norwitz authored
which allows the file to compile and removes a warning about _XOPEN_SOURCE being redefined (works on AIX 4.3 and 5.1 at least).
-
Neal Norwitz authored
-
Tim Peters authored
-
Neal Norwitz authored
-
Jack Jansen authored
-
- 21 Mar, 2003 28 commits
-
-
Jack Jansen authored
donated by Robin Dunn and the rest of the wxPythonMac crew. These are the versions from cvs.wxwindows.org as of 22-Mar-03, checked in for reference.
-
Just van Rossum authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Tim Peters authored
-
Jack Jansen authored
passed to RawBitMap.
-
Jack Jansen authored
dependencies all over the place, but this is better than nothing, for now.
-
Jack Jansen authored
overriding the creator signature.
-
Jack Jansen authored
line. 90% of the work is done, missing enums still cause a dialog to appear.
-
Guido van Rossum authored
an iterator (which can only be used once!).
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by disabling unicode filenames on OS9.
-
Jack Jansen authored
-
Just van Rossum authored
-
Just van Rossum authored
frameworks to the bundle.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Tim Peters authored
obviously overlaps w/ datetime (but may -- no time for more here now).
-
Tim Peters authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Otherwise, the 2 devices seem to work the same for allocating a pseudo-tty.
-
Neal Norwitz authored
Currently, test_pty hangs on AIX & HPUX if run after test_openpty.
-
Tim Peters authored
-
Guido van Rossum authored
fail in a non-debug build. Only print this in verbose test mode.
-