1. 18 Mar, 2002 15 kayıt (commit)
  2. 17 Mar, 2002 14 kayıt (commit)
  3. 16 Mar, 2002 11 kayıt (commit)
    • Michael W. Hudson's avatar
      eae11ba4
    • Michael W. Hudson's avatar
      Backport Tim's work on getting file.truncate working better on Win32. · fe69139f
      Michael W. Hudson yazdı
      "cvs diff | patch" managed to stick the NEWS item in the 2.2 final
      section!  I wonder which silly man wrote patch <wink>.
      fe69139f
    • Michael W. Hudson's avatar
      backport bwarsaw's checkin of · 13510e7a
      Michael W. Hudson yazdı
          revision 4.7 of python-mode.el
      
      (py-honor-comment-indentation, py-compute-indentation): Fix the
      implementation to match the documentation for
      py-honor-comment-indentation w.r.t. not nil or t value.  In that case
      it should still ignore ## for indentation purposes.  Closes SF bug
      #523825, w/ patch provided by Christian Stork (mod'd by Barry).
      
      Python 2.2.1 candidate.
      13510e7a
    • Michael W. Hudson's avatar
      backport my checkin of · 09a5bd8c
      Michael W. Hudson yazdı
          revision 1.54 of os.py
      
      Fix
      
      [ 530236 ] os.py assumes existence of statvfs_resul
      
      This was pretty dense of me.  Sorry.
      
      2.2.1 candidate.
      09a5bd8c
    • Michael W. Hudson's avatar
      This checkin backport two checkins by Skip. · 2e6cc334
      Michael W. Hudson yazdı
      backport montanaro's checkin of
          revision 1.24 of calendar.py
      
      make _localized_name instances work more like the tuples they replaced.  In
      particular, negative indexes work and they are limited by the actual length
      of the names they represent (weekday and month names).  This closes bug
      #503202.
      
      [and then]
      
      Corrected _localized_name.__getitem__ based on code in patch 503202 (which I
      thought was just a bug report, so didn't notice - doh!).  This handles
      slicing, which v 1.23 didn't.
      2e6cc334
    • Michael W. Hudson's avatar
      backport loewis' checkin of · 023db775
      Michael W. Hudson yazdı
          revision 2.23 of pypcre.c
      
      Include Python.h first. Fixes #530159.
      023db775
    • Michael W. Hudson's avatar
      backport gvanrossum's checkin of · bf05f2aa
      Michael W. Hudson yazdı
          revision 1.121 of test_descr.py
      
      "Fix" for SF bug #520644: __slots__ are not pickled.
      
      As promised in my response to the bug report, I'm not really fixing
      it; in fact, one could argule over what the proper fix should do.
      Instead, I'm adding a little magic that raises TypeError if you try to
      pickle an instance of a class that has __slots__ but doesn't define or
      override __getstate__.  This is done by adding a bozo __getstate__
      that always raises TypeError.
      
      Bugfix candidate (also the checkin to typeobject.c, of course).
      bf05f2aa
    • Michael W. Hudson's avatar
      backport gvanrossum's checkin of · 18d81afd
      Michael W. Hudson yazdı
          revision 2.129 of typeobject.c
      
      "Fix" for SF bug #520644: __slots__ are not pickled.
      
      As promised in my response to the bug report, I'm not really fixing
      it; in fact, one could argule over what the proper fix should do.
      Instead, I'm adding a little magic that raises TypeError if you try to
      pickle an instance of a class that has __slots__ but doesn't define or
      override __getstate__.  This is done by adding a bozo __getstate__
      that always raises TypeError.
      18d81afd
    • Michael W. Hudson's avatar
      backport loewis' checkin of · 3df46a80
      Michael W. Hudson yazdı
          revision 2.26 of _localemodule.c
      
      Verify arguments for nl_langinfo. Fixes #528879.
      3df46a80
    • Michael W. Hudson's avatar
      Naughty Fred forgot to mark this as a bugfix candidate. · 7de1f39c
      Michael W. Hudson yazdı
      backport fdrake's checkin of
          revision 1.5 of log.py
      
      Set/update self.cwd properly.
      7de1f39c
    • Fred Drake's avatar
      Fix stupid typo in example. · 1ed6918c
      Fred Drake yazdı
      1ed6918c