1. 11 Eyl, 2016 1 kayıt (commit)
  2. 24 Nis, 2016 1 kayıt (commit)
  3. 20 Mar, 2016 1 kayıt (commit)
  4. 11 Şub, 2016 1 kayıt (commit)
  5. 30 Kas, 2015 1 kayıt (commit)
  6. 30 Eki, 2015 1 kayıt (commit)
  7. 27 Eki, 2015 1 kayıt (commit)
  8. 26 Eki, 2015 1 kayıt (commit)
  9. 16 Eki, 2015 1 kayıt (commit)
    • Brett Cannon's avatar
      Issue #25154: Deprecate the pyvenv script. · 9b63868f
      Brett Cannon yazdı
      This was done so as to move users to `python3 -m venv` which prevents
      confusion over which Python interpreter will be used in the virtual
      environment when more than one is installed.
      9b63868f
  10. 03 Tem, 2015 1 kayıt (commit)
  11. 27 May, 2015 1 kayıt (commit)
  12. 20 May, 2015 1 kayıt (commit)
  13. 03 May, 2015 1 kayıt (commit)
  14. 23 Nis, 2015 1 kayıt (commit)
  15. 03 Nis, 2015 1 kayıt (commit)
  16. 14 Şub, 2015 1 kayıt (commit)
  17. 30 Ara, 2014 1 kayıt (commit)
  18. 01 Ara, 2014 1 kayıt (commit)
  19. 19 Eki, 2014 1 kayıt (commit)
  20. 16 Tem, 2014 1 kayıt (commit)
  21. 15 Tem, 2014 1 kayıt (commit)
  22. 11 Tem, 2014 1 kayıt (commit)
  23. 07 Tem, 2014 2 kayıt (commit)
  24. 28 Nis, 2014 2 kayıt (commit)
  25. 16 Nis, 2014 1 kayıt (commit)
  26. 15 Nis, 2014 1 kayıt (commit)
  27. 24 Şub, 2014 1 kayıt (commit)
  28. 16 Ock, 2014 1 kayıt (commit)
  29. 11 Ock, 2014 1 kayıt (commit)
  30. 09 Ock, 2014 1 kayıt (commit)
    • Serhiy Storchaka's avatar
      Issue #18960: Fix bugs with Python source code encoding in the second line. · 768c16ce
      Serhiy Storchaka yazdı
      * The first line of Python script could be executed twice when the source
      encoding (not equal to 'utf-8') was specified on the second line.
      
      * Now the source encoding declaration on the second line isn't effective if
      the first line contains anything except a comment.
      
      * As a consequence, 'python -x' works now again with files with the source
      encoding declarations specified on the second file, and can be used again
      to make Python batch files on Windows.
      
      * The tokenize module now ignore the source encoding declaration on the second
      line if the first line contains anything except a comment.
      
      * IDLE now ignores the source encoding declaration on the second line if the
      first line contains anything except a comment.
      
      * 2to3 and the findnocoding.py script now ignore the source encoding
      declaration on the second line if the first line contains anything except
      a comment.
      768c16ce
  31. 23 Kas, 2013 1 kayıt (commit)
  32. 11 Kas, 2013 1 kayıt (commit)
  33. 16 Eyl, 2013 1 kayıt (commit)
  34. 25 Agu, 2013 1 kayıt (commit)
  35. 19 Agu, 2013 1 kayıt (commit)
    • Andrew Kuchling's avatar
      #18445: update Tools/scripts/README. · f3a2e9f9
      Andrew Kuchling yazdı
      - document abitype.py, analyze_dxp.py, get-remote-certificate.py,
        import_diagnostics.py, parse_html5_entities.py.
      - remove redemo.py which was moved to Tools/Demo.
      - sort list into alphabetical order
      
      Patch by Seydou Dia.
      f3a2e9f9
  36. 18 Agu, 2013 1 kayıt (commit)
  37. 22 Tem, 2013 1 kayıt (commit)
  38. 15 Haz, 2013 1 kayıt (commit)