Guido van Rossum
da5b8f2d28
Rip out the file object's implementation.
...
Fixed test_import.py while I was at it.
However, there's still a problem in import.c -- get_file() can leak a
FILE struct (not a file descriptor though). I'm not sure how to fix
this; closing the FILE* closes the file descriptor, and that's the
wrong thing to do when there's still a Python file object keeping the
file descriptor open. I also would rather not mess with dup(), as it
won't port to Windows.
2007-06-12 23:30:11 +00:00
..
2007-06-06 23:52:48 +00:00
2007-05-09 23:37:01 +00:00
2007-05-17 23:59:11 +00:00
2006-08-21 19:07:27 +00:00
2006-02-27 17:20:04 +00:00
2007-05-22 18:11:13 +00:00
2007-06-10 09:51:05 +00:00
2007-05-19 21:49:49 +00:00
2007-05-10 18:04:33 +00:00
2006-03-07 13:38:14 +00:00
2007-06-12 23:30:11 +00:00
2007-05-19 21:49:49 +00:00
2007-06-06 16:55:38 +00:00
2006-08-26 20:49:04 +00:00
2007-05-18 17:15:44 +00:00
2006-02-16 19:21:53 +00:00
2007-06-10 09:51:05 +00:00
2007-05-17 18:20:34 +00:00
2006-04-21 10:40:58 +00:00
2007-02-01 18:02:27 +00:00
2007-05-03 17:49:24 +00:00
2006-12-13 04:49:30 +00:00
2007-05-27 09:19:04 +00:00
2007-05-03 17:49:24 +00:00
2007-05-22 18:11:13 +00:00
2006-08-11 14:57:12 +00:00
2006-08-11 14:57:12 +00:00
2006-12-28 04:47:50 +00:00
2007-05-24 19:02:32 +00:00
2007-03-23 22:46:49 +00:00
2006-12-13 04:49:30 +00:00
2007-06-11 21:48:58 +00:00
2007-06-12 23:30:11 +00:00
2007-04-07 03:14:46 +00:00
2007-06-12 23:30:11 +00:00
2006-08-11 14:57:12 +00:00
2007-04-27 19:54:29 +00:00
2007-05-31 18:42:47 +00:00
2007-05-27 09:21:20 +00:00
2007-01-14 03:31:43 +00:00
2006-08-11 14:57:12 +00:00
2006-08-11 14:57:12 +00:00
2007-06-10 09:51:05 +00:00
2007-05-23 20:51:02 +00:00
2007-02-27 19:06:23 +00:00
2007-05-14 22:51:27 +00:00
2007-02-27 19:06:23 +00:00
2007-04-27 19:54:29 +00:00
2006-05-27 19:21:47 +00:00
2007-05-19 21:49:49 +00:00
2006-12-13 04:49:30 +00:00
2007-05-25 13:52:07 +00:00
2006-12-13 04:49:30 +00:00
2006-12-13 04:49:30 +00:00
2006-02-27 16:46:16 +00:00
2007-04-27 19:54:29 +00:00
2006-12-13 04:49:30 +00:00
2007-05-22 18:11:13 +00:00
2007-05-24 00:50:02 +00:00
2006-04-21 10:40:58 +00:00
2007-06-12 23:30:11 +00:00
2007-04-27 19:54:29 +00:00
2006-12-13 04:49:30 +00:00
2006-02-15 03:01:30 +00:00
2006-05-27 19:21:47 +00:00
2006-08-11 14:57:12 +00:00
2007-06-06 23:52:48 +00:00
2006-06-08 14:42:34 +00:00
2006-06-08 14:42:34 +00:00
2007-06-05 13:49:43 +00:00
2007-02-23 15:07:44 +00:00
2006-08-11 14:57:12 +00:00
2006-08-11 14:57:12 +00:00
2007-04-15 12:05:43 +00:00
2006-06-08 14:42:34 +00:00
2006-12-13 04:49:30 +00:00
2007-05-31 19:23:17 +00:00
2006-03-09 23:38:20 +00:00
2007-06-10 09:51:05 +00:00
2006-03-09 23:38:20 +00:00
2006-04-21 09:43:23 +00:00
2006-04-21 10:40:58 +00:00
2007-06-05 16:19:33 +00:00
2007-05-22 22:44:07 +00:00