1. 05 Eyl, 2002 1 kayıt (commit)
  2. 04 Eyl, 2002 2 kayıt (commit)
  3. 03 Eyl, 2002 1 kayıt (commit)
    • Guido van Rossum's avatar
      Backport: · 10c7ab74
      Guido van Rossum yazdı
      Fix for SF bug 601077 by Zack Weinberg.
      
      The new execvpe code would sometimes do the wrong thing when a
      non-executable file existed earlier in the path and an executable file
      of the same name existed later in the path.  This patch restores the
      proper behavior (which is to execute the second file).  When only a
      non-executable file exists, the correct error is still reported.
      10c7ab74
  4. 28 Agu, 2002 1 kayıt (commit)
  5. 27 Agu, 2002 2 kayıt (commit)
  6. 25 Agu, 2002 1 kayıt (commit)
  7. 23 Agu, 2002 17 kayıt (commit)
    • Fred Drake's avatar
      Fix typo reported to python-docs. · 5431b6b7
      Fred Drake yazdı
      5431b6b7
    • Michael W. Hudson's avatar
      backport effbot's checkin of · e4d6c0c5
      Michael W. Hudson yazdı
          revision 1.13 of pre.py
      
      
      
      Fix bug #570057: Broken pre.subn() (and pre.sub())
      
      This should be backported to the 2.2.X series (how
      do I do that?)
      e4d6c0c5
    • Michael W. Hudson's avatar
      backport gvanrossum's checkin of · 55ec86e2
      Michael W. Hudson yazdı
          revision 1.180 of ACKS
      
      date: 2002/06/10 20:00:52;  author: gvanrossum;  state: Exp;  lines: +1 -0
      SF patch 564549 (Erik Andersén).
      
      The WeakKeyDictionary constructor didn't work when a dict arg was
      given.  Fixed by moving a line.  Also adding a unit test.
      
      Bugfix candidate.
      55ec86e2
    • Michael W. Hudson's avatar
      backport gvanrossum's checkin of · f2a62c37
      Michael W. Hudson yazdı
          revision 1.19 of test_weakref.py
      
      SF patch 564549 (Erik Andersén).
      
      The WeakKeyDictionary constructor didn't work when a dict arg was
      given.  Fixed by moving a line.  Also adding a unit test.
      
      Bugfix candidate.
      f2a62c37
    • Michael W. Hudson's avatar
      backport gvanrossum's checkin of · 4437f2c3
      Michael W. Hudson yazdı
          revision 1.17 of weakref.py
      
      SF patch 564549 (Erik Andersén).
      
      The WeakKeyDictionary constructor didn't work when a dict arg was
      given.  Fixed by moving a line.  Also adding a unit test.
      
      Bugfix candidate.
      4437f2c3
    • Michael W. Hudson's avatar
      backport gvanrossum's checkin of · d5fad242
      Michael W. Hudson yazdı
          revision 1.86 of libos.tex
      
      SF bug 563750 (Alex Martelli): posix_tmpfile():
      
      The file returned by tmpfile() has mode w+b, so use that in the call
      to PyFile_FromFile().
      
      Bugfix candidate.
      d5fad242
    • Michael W. Hudson's avatar
      backport gvanrossum's checkin of · c548fbf9
      Michael W. Hudson yazdı
          revision 2.234 of posixmodule.c
      
      SF bug 563750 (Alex Martelli): posix_tmpfile():
      
      The file returned by tmpfile() has mode w+b, so use that in the call
      to PyFile_FromFile().
      
      Bugfix candidate.
      c548fbf9
    • Michael W. Hudson's avatar
      backport loewis' checkin of · 72a67ca6
      Michael W. Hudson yazdı
          revision 1.309 of configure
          revision 1.319 of configure.in
      
      Use somewhat longer C++ program to detect whether linking requires the C++
      compiler. Fixes #559429. 2.2 bugfix candidate.
      72a67ca6
    • Michael W. Hudson's avatar
      backport montanaro's checkin of · bb580d3e
      Michael W. Hudson yazdı
          revision 1.9 of test_gzip.py
      
      force gzip module to open files using 'b'inary mode.
      closes patch #536278.
      bb580d3e
    • Michael W. Hudson's avatar
      backport montanaro's checkin of · 91848deb
      Michael W. Hudson yazdı
          revision 1.33 of gzip.py
      
      force gzip module to open files using 'b'inary mode.
      closes patch #536278.
      
      This looked like a bugfix candidate to me at some point...
      91848deb
    • Michael W. Hudson's avatar
      backport bwarsaw's checkin of · 92028634
      Michael W. Hudson yazdı
          revision 1.6 of emailutil.tex
      
      Minor typo: Message.getall() -> Message.get_all()
      92028634
    • Michael W. Hudson's avatar
      backport gvanrossum's checkin of · caa27640
      Michael W. Hudson yazdı
          revision 1.22 of test_fcntl.py
      
      SF 554663.  Add OpenBSD3.  Bugfix candidate if anyone cares.
      caa27640
    • Michael W. Hudson's avatar
      backport loewis' checkin of · f94f67a8
      Michael W. Hudson yazdı
          revision 1.83 of Makefile.pre.in
      
      Patch #553230: Create LIBDIR if necessary. Bugfix candidate.
      f94f67a8
    • Michael W. Hudson's avatar
      backport tim_one's checkin of · efe401cc
      Michael W. Hudson yazdı
          revision 1.4 of CallTipWindow.py
      
      SF bug 546078:  IDLE calltips cause application error.
      Assorted crashes on Windows and Linux when trying to display a very
      long calltip, most likely a Tk bug.  Wormed around by clamping the
      calltip display to a maximum of 79 characters (why 79? why not ...).
      
      Bugfix candidate, for all Python releases.
      efe401cc
    • Michael W. Hudson's avatar
      backport tim_one's checkin of · 94da31bb
      Michael W. Hudson yazdı
          revision 1.21 of test_mmap.py
      
      SF bug 544733:  Cygwin test_mmap fix for Python 2.2.1
      Close a file before trying to unlink it, and apparently Cygwin needs
      writes to an mmap'ed file to get flushed before they're visible.
      
      Bugfix candidate, but I think only for the 2.2 line (it's testing
      features that I think were new in 2.2).
      94da31bb
    • Michael W. Hudson's avatar
      backport gvanrossum's checkin of · d494d119
      Michael W. Hudson yazdı
          revision 1.52 of pdb.py
      
      date: 2002/04/15 00:48:24;  author: gvanrossum;  state: Exp;  lines: +4 -1
      Add exit as alias for quit, as the easiest way to address SF bug
      #543674.
      
      Bugfix candidate.
      d494d119
    • Michael W. Hudson's avatar
      backport loewis' checkin of · 82f3bac5
      Michael W. Hudson yazdı
          revision 1.161 of Tkinter.py
      
      Ignore widgets with unknown names in winfo_children. Fixes #518283.
      2.2.2 candidate.
      82f3bac5
  8. 22 Agu, 2002 1 kayıt (commit)
  9. 21 Agu, 2002 1 kayıt (commit)
  10. 20 Agu, 2002 3 kayıt (commit)
  11. 19 Agu, 2002 3 kayıt (commit)
    • Fred Drake's avatar
      Extend some comments on the order of values in the returns from · 4295443c
      Fred Drake yazdı
      dict.items/keys/values/iteritems/iterkeys/itervalues().
      4295443c
    • Tim Peters's avatar
      A trip down memory lane. Barry checked in this test with 2.3-style · 4c7e2022
      Tim Peters yazdı
      imports of test_support.  That causes multiple copies of test_support
      to get loaded, and the one used by test_base64.py didn't see the proper
      value of verbose=False, so spewed output.  That in turn apparenly caused
      Barry to check in an expected-results output file, but a unitttest-based
      test should never have one of those.  I noticed this because, on Windows,
      the final unittest output line contains the number of seconds needed to
      run the test, and that varied on *some* runs when I tried it, causing
      bogus test failures.
      
      Anyway, this gets rid of the expected-output file again, and changes
      the imports to work with 2.2's way of doing this.
      4c7e2022
    • Tim Peters's avatar
      SF bug 595919: popenN return only text mode pipes · 506d6d91
      Tim Peters yazdı
      popen2() and popen3() created text-mode pipes even when binary mode
      was asked for.  This was specific to Windows.
      506d6d91
  12. 18 Agu, 2002 1 kayıt (commit)
  13. 15 Agu, 2002 2 kayıt (commit)
  14. 14 Agu, 2002 2 kayıt (commit)
  15. 13 Agu, 2002 2 kayıt (commit)
    • Neal Norwitz's avatar
      0299b1c9
    • Guido van Rossum's avatar
      Backport: · e5c877f0
      Guido van Rossum yazdı
      Add an improvement wrinkle to Neil Schemenauer's change to int_mul
      (rev. 2.79.6.3).  The other type is only disqualified from sq_repeat when
      it has the CHECKTYPES flag.  This means that for extension types that
      only support "old-style" numeric ops, such as Zope 2's ExtensionClass,
      sq_repeat still trumps nb_multiply.
      e5c877f0