1. 03 May, 2019 1 kayıt (commit)
  2. 13 Nis, 2019 1 kayıt (commit)
  3. 26 Mar, 2019 1 kayıt (commit)
  4. 24 Mar, 2019 1 kayıt (commit)
  5. 10 Mar, 2019 1 kayıt (commit)
  6. 27 Şub, 2019 1 kayıt (commit)
  7. 25 Şub, 2019 1 kayıt (commit)
  8. 19 Ara, 2018 1 kayıt (commit)
  9. 05 Ara, 2018 1 kayıt (commit)
  10. 26 Kas, 2018 1 kayıt (commit)
  11. 23 Kas, 2018 1 kayıt (commit)
    • Mathieu Dupuy's avatar
      Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487) · a1c40014
      Mathieu Dupuy yazdı
      That section is a tip on how to kill process on Windows for Python prior to 2.7 and 3.2.
      3.1 end of support was April 2012 and 2.6 was October 2013, so that hasn't been need for supported versions of Python for more than 5 years. Beside not being needed anymore for a long time, when I read it with the eyes of a Python profane, it makes Python looks bad, like a language from the parts with warts you need to circumvent.
      Let's delete that :)
      a1c40014
  12. 14 Kas, 2018 1 kayıt (commit)
  13. 26 Eki, 2018 1 kayıt (commit)
  14. 20 Eki, 2018 1 kayıt (commit)
  15. 12 Eki, 2018 1 kayıt (commit)
  16. 11 Eyl, 2018 1 kayıt (commit)
  17. 31 Tem, 2018 1 kayıt (commit)
  18. 07 Tem, 2018 1 kayıt (commit)
  19. 05 Tem, 2018 1 kayıt (commit)
  20. 01 Tem, 2018 1 kayıt (commit)
  21. 26 Haz, 2018 1 kayıt (commit)
  22. 23 Haz, 2018 1 kayıt (commit)
  23. 16 Haz, 2018 1 kayıt (commit)
  24. 08 Haz, 2018 1 kayıt (commit)
  25. 15 May, 2018 1 kayıt (commit)
  26. 08 Nis, 2018 1 kayıt (commit)
  27. 28 Mar, 2018 1 kayıt (commit)
  28. 09 Şub, 2018 1 kayıt (commit)
  29. 20 Ock, 2018 1 kayıt (commit)
  30. 13 Ara, 2017 1 kayıt (commit)
  31. 06 Ara, 2017 1 kayıt (commit)
  32. 30 Agu, 2017 1 kayıt (commit)
  33. 28 Agu, 2017 1 kayıt (commit)
  34. 04 Tem, 2017 1 kayıt (commit)
  35. 18 Mar, 2017 1 kayıt (commit)
  36. 16 Şub, 2017 1 kayıt (commit)
  37. 13 Şub, 2017 2 kayıt (commit)
    • Victor Stinner's avatar
      Travis CI: run rstlint.py in the docs job (#68) · 2b501866
      Victor Stinner yazdı
      Currently, http://buildbot.python.org/all/buildslaves/ware-docs
      buildbot is only run as post-commit. For example, bpo-29521 (PR#41)
      introduced two warnings, unnotified by the Travis CI docs job.
      
      Modify the docs job to run toosl/rstlint.py.
      
      Fix also the two minor warnings which causes the buildbot slave to
      fail.
      2b501866
    • Jim DeLaHunt's avatar
      bpo-29521 Fix two minor documentation build warnings (#41) · 3d707be9
      Jim DeLaHunt yazdı
      Much of bpo-29521 was fixed in parallel with commit 
      e7ffb99f .  This cleans up the rest.
      
      Apply parallel change to Doc/make.bat to read 
      "set SPHINXOPTS=-D latex_elements.papersize="
      I don't have a Windows system on which to observe the warning,
      but it should be necessary.
      
      The warning:
      
      .../workspace/cpython_github/Doc/faq/windows.rst:303: 
          WARNING: unknown option: -t
      
      In the Windows FAQ, `How do I keep editors from inserting tabs 
      into my Python source?`, contained a reference to a Python -t
      option. In Python 2.x, this caused Python to issue warnings
      about lines with mixed spaces and tabs, but as of Python 3.6
      it does nothing. 
       
      Per discussion at http://bugs.python.org/issue29387, take
      their wording. Python [3] raises an IndentationError or 
      TabError. Tabnanny is now a module.
      3d707be9
  38. 02 Ock, 2017 1 kayıt (commit)
  39. 26 Kas, 2016 1 kayıt (commit)