1. 05 Eki, 2002 3 kayıt (commit)
    • Raymond Hettinger's avatar
      Backport 1.61 (note, the actual deprecation is not backported since it · 98bfbc39
      Raymond Hettinger yazdı
      could affect existing code; instead, the documentation of the deprecation
      is being backported to provide maximum advance notice):
      
      Patch 543387.  Document deprecation of complex %, //,and divmod().
      98bfbc39
    • Raymond Hettinger's avatar
      Backport 1.94: · 490561e9
      Raymond Hettinger yazdı
      Clarified that the footnote applies to versions 1.5 and after instead of
      just version 1.5.  Closes SF bug 577793.
      490561e9
    • Raymond Hettinger's avatar
      Backport 1.54 1.53 1.52 1.51 1.50 and 1.49: · aca53fc9
      Raymond Hettinger yazdı
      Try to improve the explanation of the "raise" statement and how its arguments
      are interpreted.
      This closes SF bug #532467.
      
      
      Fix Typo.
      
      
      Reword explanation of global statement since an undeclared global is a
      free variable and is subject to those rules.
      
      
      Note the sole case in which the ban on "from ... import *" within a
      function is enforced.
      
      
      Remove the following restriction:
          Names bound by import statements may not occur in global
          statements in the same scope.
      Why not?
      
      
      
      Note that it is illegal to delete a cell variable.
      Note that deleteing an unbound local will raise a NameError.
      aca53fc9
  2. 24 Eyl, 2002 1 kayıt (commit)
  3. 28 Agu, 2002 1 kayıt (commit)
  4. 09 Agu, 2002 1 kayıt (commit)
  5. 06 Agu, 2002 1 kayıt (commit)
  6. 26 Haz, 2002 1 kayıt (commit)
  7. 25 Haz, 2002 2 kayıt (commit)
  8. 20 Haz, 2002 1 kayıt (commit)
  9. 18 Haz, 2002 1 kayıt (commit)
  10. 04 Haz, 2002 1 kayıt (commit)
    • Fred Drake's avatar
      Backport Guido's changes from revision 1.89: · 84183683
      Fred Drake yazdı
      Addressed SF bug 421973 (finally).
      
      Rewrote the subsection on coercion rules (and made it a proper
      subsection, with a label).  The new section is much less precise,
      because precise rules would be too hard to give (== I don't know what
      they are any more :-).  OTOH, the new section gives much more
      up-to-date information.
      
      Also noted that __coerce__ may return NotImplemented, with the same
      meaning as None.
      
      FLD: My modifications to Guido's markup are included from revision 1.90.
      84183683
  11. 13 May, 2002 1 kayıt (commit)
  12. 30 Nis, 2002 1 kayıt (commit)
  13. 17 Nis, 2002 1 kayıt (commit)
  14. 16 Nis, 2002 1 kayıt (commit)
  15. 09 Nis, 2002 1 kayıt (commit)
  16. 18 Mar, 2002 1 kayıt (commit)
  17. 16 Mar, 2002 1 kayıt (commit)
  18. 15 Mar, 2002 1 kayıt (commit)
  19. 22 Şub, 2002 1 kayıt (commit)
  20. 21 Ock, 2002 1 kayıt (commit)
  21. 28 Ara, 2001 1 kayıt (commit)
  22. 14 Ara, 2001 3 kayıt (commit)
  23. 12 Ara, 2001 2 kayıt (commit)
  24. 11 Ara, 2001 3 kayıt (commit)
  25. 07 Ara, 2001 2 kayıt (commit)
  26. 05 Ara, 2001 1 kayıt (commit)
  27. 04 Ara, 2001 2 kayıt (commit)
  28. 03 Ara, 2001 1 kayıt (commit)
  29. 28 Kas, 2001 1 kayıt (commit)
    • Fred Drake's avatar
      Clean up some markup cruft. A number of the macros that take no · c37b65ee
      Fred Drake yazdı
      parameters (like \UNIX) are commonly entered using an empty group to
      separate the markup from a following inter-word space; this is not
      needed when the next character is punctuation, or the markup is the
      last thing in the enclosing group.  These cases were marked
      inconsistently; the empty group is now *only* used when needed.
      c37b65ee
  30. 14 Kas, 2001 1 kayıt (commit)