Files
cpython/Modules
Antoine Pitrou f3fa074703 - Issue #6939: Fix file I/O objects in the io module to keep the original
file position when calling `truncate()`.  It would previously change the
  file position to the given argument, which goes against the tradition of
  ftruncate() and other truncation APIs.  Patch by Pascal Chambon.
2010-01-31 22:26:04 +00:00
..
2008-10-03 12:26:42 +00:00
2008-06-11 07:41:16 +00:00
2008-09-30 17:46:03 +00:00
2008-09-28 23:24:19 +00:00
2008-09-18 23:20:28 +00:00
2008-06-11 07:41:16 +00:00
2009-12-31 13:47:24 +00:00
2009-05-25 20:13:36 +00:00
2009-12-27 20:06:44 +00:00
2009-06-25 21:29:32 +00:00
2009-09-09 11:40:54 +00:00
2009-05-08 21:51:06 +00:00
2009-08-12 17:02:37 +00:00
2009-10-31 21:23:39 +00:00
2009-09-22 19:13:27 +00:00