1. 16 Mar, 2002 11 kayıt (commit)
    • 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
    • Fred Drake's avatar
      Markup error: braces not properly marked in dictionary display · 36e2586f
      Fred Drake yazdı
      grammer productions.
      Fixes SF bug #520959.
      36e2586f
    • Fred Drake's avatar
      Clarify the descriptions of the positive and negative lookbehind assertions. · 41705448
      Fred Drake yazdı
      Added examples of positive lookbehind assertions.
      This closes SF bug #529708.
      41705448
    • Fred Drake's avatar
      pdfTeX 0.13 and 0.14 do not agree on the name of the macro, and I will not · c5e9264c
      Fred Drake yazdı
      change the installed version on either of the machines I use to format the
      docs.  Instead, use a compatibility hack to support both versions.  This is
      also better for external users of the Python styles.
      c5e9264c
  2. 15 Mar, 2002 15 kayıt (commit)
  3. 14 Mar, 2002 7 kayıt (commit)
  4. 13 Mar, 2002 4 kayıt (commit)
  5. 12 Mar, 2002 3 kayıt (commit)