1. 23 Eyl, 2002 6 kayıt (commit)
  2. 22 Eyl, 2002 4 kayıt (commit)
  3. 15 Eyl, 2002 1 kayıt (commit)
    • Guido van Rossum's avatar
      Backport (the relevant part of) rexec.py 1.41. · d412a12f
      Guido van Rossum yazdı
      Address SF bug #577530: del __builtins__ breaks out of rexec
      
      Using the suggestion there: add_module() forces __builtin__ back; this
      fixes r_exec, r_eval, r_execfile.
      
      This does not mean that rexec is now considered safe!  But for those
      willing to take the risk, it's safer than before.  (Note that a safety
      analysis of the code module would be wise if you plan to use the
      interactive console for real -- I've only ever used it to play with
      restricted mode.)
      d412a12f
  4. 13 Eyl, 2002 1 kayıt (commit)
  5. 12 Eyl, 2002 1 kayıt (commit)
  6. 11 Eyl, 2002 2 kayıt (commit)
  7. 10 Eyl, 2002 2 kayıt (commit)
  8. 08 Eyl, 2002 1 kayıt (commit)
  9. 07 Eyl, 2002 2 kayıt (commit)
  10. 06 Eyl, 2002 2 kayıt (commit)
  11. 05 Eyl, 2002 1 kayıt (commit)
  12. 04 Eyl, 2002 2 kayıt (commit)
  13. 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
  14. 28 Agu, 2002 1 kayıt (commit)
  15. 27 Agu, 2002 2 kayıt (commit)
  16. 25 Agu, 2002 1 kayıt (commit)
  17. 23 Agu, 2002 10 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