1. 02 Haz, 2005 1 kayıt (commit)
  2. 01 Haz, 2005 6 kayıt (commit)
  3. 31 May, 2005 2 kayıt (commit)
  4. 28 May, 2005 1 kayıt (commit)
  5. 27 May, 2005 3 kayıt (commit)
  6. 26 May, 2005 1 kayıt (commit)
    • Michael W. Hudson's avatar
      Fix: · 2f475a7b
      Michael W. Hudson yazdı
      [ 1207501 ] Issue in grammar
      
      We didn't define dotted_name in the pseudo-grammar in the reference
      docs.  Backport candidate.
      2f475a7b
  7. 25 May, 2005 2 kayıt (commit)
  8. 20 May, 2005 2 kayıt (commit)
    • Skip Montanaro's avatar
      Disallow opening files with modes 'aU' or 'wU' as specified by PEP · bbf12ba7
      Skip Montanaro yazdı
      278. Closes bug 967182.
      bbf12ba7
    • Jason Tishler's avatar
      Patch #1197318: Cygwin case-sensitive import patch · 7961aa61
      Jason Tishler yazdı
      A problem regarding importing symlinked modules was recently reported on the
      Cygwin mailing list:
      
          http://cygwin.com/ml/cygwin/2005-04/msg00257.html
      
      The following test case demonstrates the problem:
      
      $ ls -l
      total 1
      lrwxrwxrwx    1 jt       None            6 Apr 23 13:32 bar.py -> foo.py
      -rw-r--r--    1 jt       None           24 Apr 18 20:13 foo.py
      
      $ python -c 'import bar'
      Traceback (most recent call last):
      File "<string>", line 1, in ?
      ImportError: No module named bar
      
      Since Cygwin's case_ok() uses a modified version of the Windows's version, the
      symlinked bar module actually resolves to file foo.py instead of bar.py. This
      obviously causes the matching code to fail (regardless of case).
      
      The patch fixes this problem by making Cygwin use the Mac OS X case_ok()
      instead of a modified Window's version.
      7961aa61
  9. 18 May, 2005 1 kayıt (commit)
  10. 16 May, 2005 1 kayıt (commit)
  11. 15 May, 2005 2 kayıt (commit)
  12. 14 May, 2005 3 kayıt (commit)
  13. 12 May, 2005 2 kayıt (commit)
  14. 10 May, 2005 2 kayıt (commit)
  15. 05 May, 2005 1 kayıt (commit)
  16. 04 May, 2005 1 kayıt (commit)
  17. 30 Nis, 2005 4 kayıt (commit)
  18. 28 Nis, 2005 1 kayıt (commit)
  19. 27 Nis, 2005 1 kayıt (commit)
    • Michael W. Hudson's avatar
      Fix · e8dead47
      Michael W. Hudson yazdı
      [ python-Bugs-1190599 ] dir() docs show incorrect output
      
      though not entirely how it's suggested in the bug report.
      e8dead47
  20. 26 Nis, 2005 2 kayıt (commit)
  21. 25 Nis, 2005 1 kayıt (commit)